FrmSlmGlPay.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. namespace Core.StlMes.Client.GlBusiness
  2. {
  3. partial class FrmSlmGlPay
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_NO");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAY_VALUE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAY_NM");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REC_NM");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAY_TYPE_DESC");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAY_NO");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  37. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  38. this.dataSet1 = new System.Data.DataSet();
  39. this.dataTable1 = new System.Data.DataTable();
  40. this.dataColumn2 = new System.Data.DataColumn();
  41. this.dataColumn1 = new System.Data.DataColumn();
  42. this.dataColumn4 = new System.Data.DataColumn();
  43. this.dataColumn5 = new System.Data.DataColumn();
  44. this.dataColumn6 = new System.Data.DataColumn();
  45. this.dataColumn3 = new System.Data.DataColumn();
  46. this.dataColumn8 = new System.Data.DataColumn();
  47. this.dataColumn7 = new System.Data.DataColumn();
  48. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  49. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  50. this.QcreateTime_End = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  51. this.QcreateTime_Begin = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.Invoice_No = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  57. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  58. this.cbxRecNm = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  59. this.cbxPayNm = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  60. this.cbxPayTypeCode = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  61. this.txtRemark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  62. this.txtPayValue = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  63. this.label9 = new System.Windows.Forms.Label();
  64. this.label8 = new System.Windows.Forms.Label();
  65. this.txtInvoiceNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  66. this.label7 = new System.Windows.Forms.Label();
  67. this.label2 = new System.Windows.Forms.Label();
  68. this.label1 = new System.Windows.Forms.Label();
  69. this.label6 = new System.Windows.Forms.Label();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  74. this.ultraGroupBox2.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  76. this.ultraGroupBox1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.QcreateTime_End)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.QcreateTime_Begin)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.Invoice_No)).BeginInit();
  80. this.tableLayoutPanel1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  82. this.ultraGroupBox5.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.cbxRecNm)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.cbxPayNm)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.cbxPayTypeCode)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.txtPayValue)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.txtInvoiceNo)).BeginInit();
  89. this.SuspendLayout();
  90. //
  91. // ultraGrid1
  92. //
  93. this.ultraGrid1.DataMember = "Table1";
  94. this.ultraGrid1.DataSource = this.dataSet1;
  95. ultraGridColumn1.Header.VisiblePosition = 0;
  96. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 4;
  97. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  98. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  99. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  100. ultraGridColumn2.Header.VisiblePosition = 1;
  101. ultraGridColumn2.MaskInput = "";
  102. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 6;
  103. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  104. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  105. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  106. ultraGridColumn3.Header.VisiblePosition = 2;
  107. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 8;
  108. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  109. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  110. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  111. ultraGridColumn4.Header.VisiblePosition = 3;
  112. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 10;
  113. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  114. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  115. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  116. ultraGridColumn5.Header.VisiblePosition = 4;
  117. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 12;
  118. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  119. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  120. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  121. ultraGridColumn6.Header.VisiblePosition = 5;
  122. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 2;
  123. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  124. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  125. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  126. ultraGridColumn7.Header.VisiblePosition = 6;
  127. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  128. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  129. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  130. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  131. ultraGridColumn8.Header.VisiblePosition = 7;
  132. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  133. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  134. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  135. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  136. ultraGridBand1.Columns.AddRange(new object[] {
  137. ultraGridColumn1,
  138. ultraGridColumn2,
  139. ultraGridColumn3,
  140. ultraGridColumn4,
  141. ultraGridColumn5,
  142. ultraGridColumn6,
  143. ultraGridColumn7,
  144. ultraGridColumn8});
  145. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  146. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  147. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  148. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  151. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  152. this.ultraGrid1.Name = "ultraGrid1";
  153. this.ultraGrid1.Size = new System.Drawing.Size(1109, 433);
  154. this.ultraGrid1.TabIndex = 1;
  155. this.ultraGrid1.Text = "ultraGrid1";
  156. //
  157. // dataSet1
  158. //
  159. this.dataSet1.DataSetName = "NewDataSet";
  160. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  161. this.dataTable1});
  162. //
  163. // dataTable1
  164. //
  165. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  166. this.dataColumn2,
  167. this.dataColumn1,
  168. this.dataColumn4,
  169. this.dataColumn5,
  170. this.dataColumn6,
  171. this.dataColumn3,
  172. this.dataColumn8,
  173. this.dataColumn7});
  174. this.dataTable1.TableName = "Table1";
  175. //
  176. // dataColumn2
  177. //
  178. this.dataColumn2.Caption = "票据号";
  179. this.dataColumn2.ColumnName = "INVOICE_NO";
  180. //
  181. // dataColumn1
  182. //
  183. this.dataColumn1.Caption = "付款金额";
  184. this.dataColumn1.ColumnName = "PAY_VALUE";
  185. //
  186. // dataColumn4
  187. //
  188. this.dataColumn4.Caption = "付款方";
  189. this.dataColumn4.ColumnName = "PAY_NM";
  190. //
  191. // dataColumn5
  192. //
  193. this.dataColumn5.Caption = "收款方";
  194. this.dataColumn5.ColumnName = "REC_NM";
  195. //
  196. // dataColumn6
  197. //
  198. this.dataColumn6.Caption = "备注说明";
  199. this.dataColumn6.ColumnName = "REMARK";
  200. //
  201. // dataColumn3
  202. //
  203. this.dataColumn3.Caption = "付款方式";
  204. this.dataColumn3.ColumnName = "PAY_TYPE_DESC";
  205. //
  206. // dataColumn8
  207. //
  208. this.dataColumn8.Caption = "付款单号";
  209. this.dataColumn8.ColumnName = "PAY_NO";
  210. //
  211. // dataColumn7
  212. //
  213. this.dataColumn7.Caption = "维护时间";
  214. this.dataColumn7.ColumnName = "CREATE_TIME";
  215. //
  216. // ultraGroupBox2
  217. //
  218. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 2);
  219. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  220. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.ultraGroupBox2.Location = new System.Drawing.Point(4, 54);
  222. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
  223. this.ultraGroupBox2.Name = "ultraGroupBox2";
  224. this.ultraGroupBox2.Size = new System.Drawing.Size(1115, 436);
  225. this.ultraGroupBox2.TabIndex = 1;
  226. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  227. //
  228. // ultraGroupBox1
  229. //
  230. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox1, 2);
  231. this.ultraGroupBox1.Controls.Add(this.QcreateTime_End);
  232. this.ultraGroupBox1.Controls.Add(this.QcreateTime_Begin);
  233. this.ultraGroupBox1.Controls.Add(this.label5);
  234. this.ultraGroupBox1.Controls.Add(this.Invoice_No);
  235. this.ultraGroupBox1.Controls.Add(this.label4);
  236. this.ultraGroupBox1.Controls.Add(this.label3);
  237. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  238. this.ultraGroupBox1.Location = new System.Drawing.Point(4, 4);
  239. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  240. this.ultraGroupBox1.Name = "ultraGroupBox1";
  241. this.ultraGroupBox1.Size = new System.Drawing.Size(1115, 42);
  242. this.ultraGroupBox1.TabIndex = 0;
  243. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  244. //
  245. // QcreateTime_End
  246. //
  247. this.QcreateTime_End.DateTime = new System.DateTime(2017, 2, 28, 0, 0, 0, 0);
  248. this.QcreateTime_End.Location = new System.Drawing.Point(515, 8);
  249. this.QcreateTime_End.Margin = new System.Windows.Forms.Padding(4);
  250. this.QcreateTime_End.MaskInput = "{LOC}yyyy/mm/dd";
  251. this.QcreateTime_End.Name = "QcreateTime_End";
  252. this.QcreateTime_End.Size = new System.Drawing.Size(156, 24);
  253. this.QcreateTime_End.TabIndex = 207;
  254. this.QcreateTime_End.Value = new System.DateTime(2017, 2, 28, 0, 0, 0, 0);
  255. //
  256. // QcreateTime_Begin
  257. //
  258. this.QcreateTime_Begin.DateTime = new System.DateTime(2017, 2, 28, 0, 0, 0, 0);
  259. this.QcreateTime_Begin.Location = new System.Drawing.Point(328, 8);
  260. this.QcreateTime_Begin.Margin = new System.Windows.Forms.Padding(4);
  261. this.QcreateTime_Begin.MaskInput = "{LOC}yyyy/mm/dd";
  262. this.QcreateTime_Begin.Name = "QcreateTime_Begin";
  263. this.QcreateTime_Begin.Size = new System.Drawing.Size(156, 24);
  264. this.QcreateTime_Begin.TabIndex = 206;
  265. this.QcreateTime_Begin.Value = new System.DateTime(2017, 2, 28, 0, 0, 0, 0);
  266. //
  267. // label5
  268. //
  269. this.label5.AutoSize = true;
  270. this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  271. this.label5.Location = new System.Drawing.Point(491, 13);
  272. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  273. this.label5.Name = "label5";
  274. this.label5.Size = new System.Drawing.Size(15, 15);
  275. this.label5.TabIndex = 154;
  276. this.label5.Text = "-";
  277. //
  278. // Invoice_No
  279. //
  280. this.Invoice_No.Location = new System.Drawing.Point(73, 9);
  281. this.Invoice_No.Margin = new System.Windows.Forms.Padding(4);
  282. this.Invoice_No.Name = "Invoice_No";
  283. this.Invoice_No.Size = new System.Drawing.Size(165, 24);
  284. this.Invoice_No.TabIndex = 152;
  285. //
  286. // label4
  287. //
  288. this.label4.AutoSize = true;
  289. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  290. this.label4.Location = new System.Drawing.Point(254, 13);
  291. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  292. this.label4.Name = "label4";
  293. this.label4.Size = new System.Drawing.Size(67, 15);
  294. this.label4.TabIndex = 151;
  295. this.label4.Text = "创建时间";
  296. //
  297. // label3
  298. //
  299. this.label3.AutoSize = true;
  300. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  301. this.label3.Location = new System.Drawing.Point(13, 13);
  302. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  303. this.label3.Name = "label3";
  304. this.label3.Size = new System.Drawing.Size(52, 15);
  305. this.label3.TabIndex = 149;
  306. this.label3.Text = "票据号";
  307. //
  308. // tableLayoutPanel1
  309. //
  310. this.tableLayoutPanel1.ColumnCount = 2;
  311. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.5F));
  312. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
  313. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox5, 0, 2);
  314. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  315. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  316. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  317. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  318. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
  319. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  320. this.tableLayoutPanel1.RowCount = 3;
  321. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  322. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  323. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 128F));
  324. this.tableLayoutPanel1.Size = new System.Drawing.Size(1123, 622);
  325. this.tableLayoutPanel1.TabIndex = 2;
  326. //
  327. // ultraGroupBox5
  328. //
  329. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox5, 2);
  330. this.ultraGroupBox5.Controls.Add(this.cbxRecNm);
  331. this.ultraGroupBox5.Controls.Add(this.cbxPayNm);
  332. this.ultraGroupBox5.Controls.Add(this.cbxPayTypeCode);
  333. this.ultraGroupBox5.Controls.Add(this.txtRemark);
  334. this.ultraGroupBox5.Controls.Add(this.txtPayValue);
  335. this.ultraGroupBox5.Controls.Add(this.label9);
  336. this.ultraGroupBox5.Controls.Add(this.label8);
  337. this.ultraGroupBox5.Controls.Add(this.txtInvoiceNo);
  338. this.ultraGroupBox5.Controls.Add(this.label7);
  339. this.ultraGroupBox5.Controls.Add(this.label2);
  340. this.ultraGroupBox5.Controls.Add(this.label1);
  341. this.ultraGroupBox5.Controls.Add(this.label6);
  342. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  343. this.ultraGroupBox5.Location = new System.Drawing.Point(4, 498);
  344. this.ultraGroupBox5.Margin = new System.Windows.Forms.Padding(4);
  345. this.ultraGroupBox5.Name = "ultraGroupBox5";
  346. this.ultraGroupBox5.Size = new System.Drawing.Size(1115, 120);
  347. this.ultraGroupBox5.TabIndex = 4;
  348. this.ultraGroupBox5.Text = "编辑区";
  349. this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  350. //
  351. // cbxRecNm
  352. //
  353. this.cbxRecNm.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  354. this.cbxRecNm.Location = new System.Drawing.Point(683, 36);
  355. this.cbxRecNm.Margin = new System.Windows.Forms.Padding(4);
  356. this.cbxRecNm.Name = "cbxRecNm";
  357. this.cbxRecNm.Size = new System.Drawing.Size(172, 24);
  358. this.cbxRecNm.TabIndex = 200;
  359. //
  360. // cbxPayNm
  361. //
  362. this.cbxPayNm.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  363. this.cbxPayNm.Location = new System.Drawing.Point(385, 36);
  364. this.cbxPayNm.Margin = new System.Windows.Forms.Padding(4);
  365. this.cbxPayNm.Name = "cbxPayNm";
  366. this.cbxPayNm.Size = new System.Drawing.Size(172, 24);
  367. this.cbxPayNm.TabIndex = 199;
  368. //
  369. // cbxPayTypeCode
  370. //
  371. this.cbxPayTypeCode.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  372. this.cbxPayTypeCode.Location = new System.Drawing.Point(88, 36);
  373. this.cbxPayTypeCode.Margin = new System.Windows.Forms.Padding(4);
  374. this.cbxPayTypeCode.Name = "cbxPayTypeCode";
  375. this.cbxPayTypeCode.Size = new System.Drawing.Size(172, 24);
  376. this.cbxPayTypeCode.TabIndex = 198;
  377. //
  378. // txtRemark
  379. //
  380. this.txtRemark.Location = new System.Drawing.Point(683, 74);
  381. this.txtRemark.Margin = new System.Windows.Forms.Padding(4);
  382. this.txtRemark.Name = "txtRemark";
  383. this.txtRemark.Size = new System.Drawing.Size(172, 24);
  384. this.txtRemark.TabIndex = 156;
  385. //
  386. // txtPayValue
  387. //
  388. this.txtPayValue.Location = new System.Drawing.Point(385, 74);
  389. this.txtPayValue.Margin = new System.Windows.Forms.Padding(4);
  390. this.txtPayValue.Name = "txtPayValue";
  391. this.txtPayValue.Size = new System.Drawing.Size(172, 24);
  392. this.txtPayValue.TabIndex = 155;
  393. //
  394. // label9
  395. //
  396. this.label9.AutoSize = true;
  397. this.label9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  398. this.label9.Location = new System.Drawing.Point(608, 78);
  399. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  400. this.label9.Name = "label9";
  401. this.label9.Size = new System.Drawing.Size(67, 15);
  402. this.label9.TabIndex = 154;
  403. this.label9.Text = "备注说明";
  404. //
  405. // label8
  406. //
  407. this.label8.AutoSize = true;
  408. this.label8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  409. this.label8.Location = new System.Drawing.Point(310, 78);
  410. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  411. this.label8.Name = "label8";
  412. this.label8.Size = new System.Drawing.Size(67, 15);
  413. this.label8.TabIndex = 153;
  414. this.label8.Text = "付款金额";
  415. //
  416. // txtInvoiceNo
  417. //
  418. this.txtInvoiceNo.Location = new System.Drawing.Point(88, 74);
  419. this.txtInvoiceNo.Margin = new System.Windows.Forms.Padding(4);
  420. this.txtInvoiceNo.Name = "txtInvoiceNo";
  421. this.txtInvoiceNo.Size = new System.Drawing.Size(172, 24);
  422. this.txtInvoiceNo.TabIndex = 152;
  423. //
  424. // label7
  425. //
  426. this.label7.AutoSize = true;
  427. this.label7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  428. this.label7.Location = new System.Drawing.Point(28, 78);
  429. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  430. this.label7.Name = "label7";
  431. this.label7.Size = new System.Drawing.Size(52, 15);
  432. this.label7.TabIndex = 151;
  433. this.label7.Text = "票据号";
  434. //
  435. // label2
  436. //
  437. this.label2.AutoSize = true;
  438. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  439. this.label2.Location = new System.Drawing.Point(623, 40);
  440. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  441. this.label2.Name = "label2";
  442. this.label2.Size = new System.Drawing.Size(52, 15);
  443. this.label2.TabIndex = 149;
  444. this.label2.Text = "收款方";
  445. //
  446. // label1
  447. //
  448. this.label1.AutoSize = true;
  449. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  450. this.label1.Location = new System.Drawing.Point(325, 40);
  451. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  452. this.label1.Name = "label1";
  453. this.label1.Size = new System.Drawing.Size(52, 15);
  454. this.label1.TabIndex = 142;
  455. this.label1.Text = "付款方";
  456. //
  457. // label6
  458. //
  459. this.label6.AutoSize = true;
  460. this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  461. this.label6.Location = new System.Drawing.Point(13, 40);
  462. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  463. this.label6.Name = "label6";
  464. this.label6.Size = new System.Drawing.Size(67, 15);
  465. this.label6.TabIndex = 140;
  466. this.label6.Text = "付款方式";
  467. //
  468. // FrmSlmGlPay
  469. //
  470. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  471. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  472. this.ClientSize = new System.Drawing.Size(1123, 622);
  473. this.Controls.Add(this.tableLayoutPanel1);
  474. this.Margin = new System.Windows.Forms.Padding(5);
  475. this.Name = "FrmSlmGlPay";
  476. this.Text = "付款维护";
  477. this.Load += new System.EventHandler(this.FrmSlmGlPay_Load);
  478. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  479. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  480. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  481. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  482. this.ultraGroupBox2.ResumeLayout(false);
  483. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  484. this.ultraGroupBox1.ResumeLayout(false);
  485. this.ultraGroupBox1.PerformLayout();
  486. ((System.ComponentModel.ISupportInitialize)(this.QcreateTime_End)).EndInit();
  487. ((System.ComponentModel.ISupportInitialize)(this.QcreateTime_Begin)).EndInit();
  488. ((System.ComponentModel.ISupportInitialize)(this.Invoice_No)).EndInit();
  489. this.tableLayoutPanel1.ResumeLayout(false);
  490. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  491. this.ultraGroupBox5.ResumeLayout(false);
  492. this.ultraGroupBox5.PerformLayout();
  493. ((System.ComponentModel.ISupportInitialize)(this.cbxRecNm)).EndInit();
  494. ((System.ComponentModel.ISupportInitialize)(this.cbxPayNm)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(this.cbxPayTypeCode)).EndInit();
  496. ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).EndInit();
  497. ((System.ComponentModel.ISupportInitialize)(this.txtPayValue)).EndInit();
  498. ((System.ComponentModel.ISupportInitialize)(this.txtInvoiceNo)).EndInit();
  499. this.ResumeLayout(false);
  500. }
  501. #endregion
  502. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  503. private System.Data.DataSet dataSet1;
  504. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  505. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  506. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  507. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  508. private System.Data.DataTable dataTable1;
  509. private System.Windows.Forms.Label label1;
  510. private System.Windows.Forms.Label label6;
  511. private Infragistics.Win.UltraWinEditors.UltraTextEditor Invoice_No;
  512. private System.Windows.Forms.Label label4;
  513. private System.Windows.Forms.Label label3;
  514. private System.Data.DataColumn dataColumn2;
  515. private System.Data.DataColumn dataColumn1;
  516. private System.Data.DataColumn dataColumn4;
  517. private System.Data.DataColumn dataColumn5;
  518. private System.Data.DataColumn dataColumn6;
  519. private System.Windows.Forms.Label label5;
  520. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor QcreateTime_End;
  521. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor QcreateTime_Begin;
  522. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRemark;
  523. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPayValue;
  524. private System.Windows.Forms.Label label9;
  525. private System.Windows.Forms.Label label8;
  526. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtInvoiceNo;
  527. private System.Windows.Forms.Label label7;
  528. private System.Windows.Forms.Label label2;
  529. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbxRecNm;
  530. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbxPayNm;
  531. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbxPayTypeCode;
  532. private System.Data.DataColumn dataColumn3;
  533. private System.Data.DataColumn dataColumn8;
  534. private System.Data.DataColumn dataColumn7;
  535. }
  536. }