| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542 |
- namespace Core.StlMes.Client.GlBusiness
- {
- partial class FrmSlmGlPay
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAY_VALUE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAY_NM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REC_NM");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAY_TYPE_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PAY_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.QcreateTime_End = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.QcreateTime_Begin = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.label5 = new System.Windows.Forms.Label();
- this.Invoice_No = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
- this.cbxRecNm = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cbxPayNm = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cbxPayTypeCode = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txtRemark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtPayValue = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.txtInvoiceNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label7 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
- this.ultraGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.QcreateTime_End)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.QcreateTime_Begin)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Invoice_No)).BeginInit();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
- this.ultraGroupBox5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cbxRecNm)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbxPayNm)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbxPayTypeCode)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPayValue)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtInvoiceNo)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataMember = "Table1";
- this.ultraGrid1.DataSource = this.dataSet1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.MaskInput = "";
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1109, 433);
- this.ultraGrid1.TabIndex = 1;
- this.ultraGrid1.Text = "ultraGrid1";
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn2,
- this.dataColumn1,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn3,
- this.dataColumn8,
- this.dataColumn7});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "票据号";
- this.dataColumn2.ColumnName = "INVOICE_NO";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "付款金额";
- this.dataColumn1.ColumnName = "PAY_VALUE";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "付款方";
- this.dataColumn4.ColumnName = "PAY_NM";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "收款方";
- this.dataColumn5.ColumnName = "REC_NM";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "备注说明";
- this.dataColumn6.ColumnName = "REMARK";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "付款方式";
- this.dataColumn3.ColumnName = "PAY_TYPE_DESC";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "付款单号";
- this.dataColumn8.ColumnName = "PAY_NO";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "维护时间";
- this.dataColumn7.ColumnName = "CREATE_TIME";
- //
- // ultraGroupBox2
- //
- this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 2);
- this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
- this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox2.Location = new System.Drawing.Point(4, 54);
- this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGroupBox2.Name = "ultraGroupBox2";
- this.ultraGroupBox2.Size = new System.Drawing.Size(1115, 436);
- this.ultraGroupBox2.TabIndex = 1;
- this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraGroupBox1
- //
- this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox1, 2);
- this.ultraGroupBox1.Controls.Add(this.QcreateTime_End);
- this.ultraGroupBox1.Controls.Add(this.QcreateTime_Begin);
- this.ultraGroupBox1.Controls.Add(this.label5);
- this.ultraGroupBox1.Controls.Add(this.Invoice_No);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(4, 4);
- this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1115, 42);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // QcreateTime_End
- //
- this.QcreateTime_End.DateTime = new System.DateTime(2017, 2, 28, 0, 0, 0, 0);
- this.QcreateTime_End.Location = new System.Drawing.Point(515, 8);
- this.QcreateTime_End.Margin = new System.Windows.Forms.Padding(4);
- this.QcreateTime_End.MaskInput = "{LOC}yyyy/mm/dd";
- this.QcreateTime_End.Name = "QcreateTime_End";
- this.QcreateTime_End.Size = new System.Drawing.Size(156, 24);
- this.QcreateTime_End.TabIndex = 207;
- this.QcreateTime_End.Value = new System.DateTime(2017, 2, 28, 0, 0, 0, 0);
- //
- // QcreateTime_Begin
- //
- this.QcreateTime_Begin.DateTime = new System.DateTime(2017, 2, 28, 0, 0, 0, 0);
- this.QcreateTime_Begin.Location = new System.Drawing.Point(328, 8);
- this.QcreateTime_Begin.Margin = new System.Windows.Forms.Padding(4);
- this.QcreateTime_Begin.MaskInput = "{LOC}yyyy/mm/dd";
- this.QcreateTime_Begin.Name = "QcreateTime_Begin";
- this.QcreateTime_Begin.Size = new System.Drawing.Size(156, 24);
- this.QcreateTime_Begin.TabIndex = 206;
- this.QcreateTime_Begin.Value = new System.DateTime(2017, 2, 28, 0, 0, 0, 0);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label5.Location = new System.Drawing.Point(491, 13);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(15, 15);
- this.label5.TabIndex = 154;
- this.label5.Text = "-";
- //
- // Invoice_No
- //
- this.Invoice_No.Location = new System.Drawing.Point(73, 9);
- this.Invoice_No.Margin = new System.Windows.Forms.Padding(4);
- this.Invoice_No.Name = "Invoice_No";
- this.Invoice_No.Size = new System.Drawing.Size(165, 24);
- this.Invoice_No.TabIndex = 152;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label4.Location = new System.Drawing.Point(254, 13);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(67, 15);
- this.label4.TabIndex = 151;
- this.label4.Text = "创建时间";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label3.Location = new System.Drawing.Point(13, 13);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(52, 15);
- this.label3.TabIndex = 149;
- this.label3.Text = "票据号";
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.5F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
- this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox5, 0, 2);
- this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 3;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 128F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1123, 622);
- this.tableLayoutPanel1.TabIndex = 2;
- //
- // ultraGroupBox5
- //
- this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox5, 2);
- this.ultraGroupBox5.Controls.Add(this.cbxRecNm);
- this.ultraGroupBox5.Controls.Add(this.cbxPayNm);
- this.ultraGroupBox5.Controls.Add(this.cbxPayTypeCode);
- this.ultraGroupBox5.Controls.Add(this.txtRemark);
- this.ultraGroupBox5.Controls.Add(this.txtPayValue);
- this.ultraGroupBox5.Controls.Add(this.label9);
- this.ultraGroupBox5.Controls.Add(this.label8);
- this.ultraGroupBox5.Controls.Add(this.txtInvoiceNo);
- this.ultraGroupBox5.Controls.Add(this.label7);
- this.ultraGroupBox5.Controls.Add(this.label2);
- this.ultraGroupBox5.Controls.Add(this.label1);
- this.ultraGroupBox5.Controls.Add(this.label6);
- this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox5.Location = new System.Drawing.Point(4, 498);
- this.ultraGroupBox5.Margin = new System.Windows.Forms.Padding(4);
- this.ultraGroupBox5.Name = "ultraGroupBox5";
- this.ultraGroupBox5.Size = new System.Drawing.Size(1115, 120);
- this.ultraGroupBox5.TabIndex = 4;
- this.ultraGroupBox5.Text = "编辑区";
- this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // cbxRecNm
- //
- this.cbxRecNm.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cbxRecNm.Location = new System.Drawing.Point(683, 36);
- this.cbxRecNm.Margin = new System.Windows.Forms.Padding(4);
- this.cbxRecNm.Name = "cbxRecNm";
- this.cbxRecNm.Size = new System.Drawing.Size(172, 24);
- this.cbxRecNm.TabIndex = 200;
- //
- // cbxPayNm
- //
- this.cbxPayNm.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cbxPayNm.Location = new System.Drawing.Point(385, 36);
- this.cbxPayNm.Margin = new System.Windows.Forms.Padding(4);
- this.cbxPayNm.Name = "cbxPayNm";
- this.cbxPayNm.Size = new System.Drawing.Size(172, 24);
- this.cbxPayNm.TabIndex = 199;
- //
- // cbxPayTypeCode
- //
- this.cbxPayTypeCode.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cbxPayTypeCode.Location = new System.Drawing.Point(88, 36);
- this.cbxPayTypeCode.Margin = new System.Windows.Forms.Padding(4);
- this.cbxPayTypeCode.Name = "cbxPayTypeCode";
- this.cbxPayTypeCode.Size = new System.Drawing.Size(172, 24);
- this.cbxPayTypeCode.TabIndex = 198;
- //
- // txtRemark
- //
- this.txtRemark.Location = new System.Drawing.Point(683, 74);
- this.txtRemark.Margin = new System.Windows.Forms.Padding(4);
- this.txtRemark.Name = "txtRemark";
- this.txtRemark.Size = new System.Drawing.Size(172, 24);
- this.txtRemark.TabIndex = 156;
- //
- // txtPayValue
- //
- this.txtPayValue.Location = new System.Drawing.Point(385, 74);
- this.txtPayValue.Margin = new System.Windows.Forms.Padding(4);
- this.txtPayValue.Name = "txtPayValue";
- this.txtPayValue.Size = new System.Drawing.Size(172, 24);
- this.txtPayValue.TabIndex = 155;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label9.Location = new System.Drawing.Point(608, 78);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(67, 15);
- this.label9.TabIndex = 154;
- this.label9.Text = "备注说明";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label8.Location = new System.Drawing.Point(310, 78);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(67, 15);
- this.label8.TabIndex = 153;
- this.label8.Text = "付款金额";
- //
- // txtInvoiceNo
- //
- this.txtInvoiceNo.Location = new System.Drawing.Point(88, 74);
- this.txtInvoiceNo.Margin = new System.Windows.Forms.Padding(4);
- this.txtInvoiceNo.Name = "txtInvoiceNo";
- this.txtInvoiceNo.Size = new System.Drawing.Size(172, 24);
- this.txtInvoiceNo.TabIndex = 152;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label7.Location = new System.Drawing.Point(28, 78);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(52, 15);
- this.label7.TabIndex = 151;
- this.label7.Text = "票据号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label2.Location = new System.Drawing.Point(623, 40);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(52, 15);
- this.label2.TabIndex = 149;
- this.label2.Text = "收款方";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label1.Location = new System.Drawing.Point(325, 40);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(52, 15);
- this.label1.TabIndex = 142;
- this.label1.Text = "付款方";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label6.Location = new System.Drawing.Point(13, 40);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(67, 15);
- this.label6.TabIndex = 140;
- this.label6.Text = "付款方式";
- //
- // FrmSlmGlPay
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1123, 622);
- this.Controls.Add(this.tableLayoutPanel1);
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "FrmSlmGlPay";
- this.Text = "付款维护";
- this.Load += new System.EventHandler(this.FrmSlmGlPay_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
- this.ultraGroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.QcreateTime_End)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.QcreateTime_Begin)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Invoice_No)).EndInit();
- this.tableLayoutPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
- this.ultraGroupBox5.ResumeLayout(false);
- this.ultraGroupBox5.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cbxRecNm)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbxPayNm)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cbxPayTypeCode)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtPayValue)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtInvoiceNo)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Data.DataSet dataSet1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Data.DataTable dataTable1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label6;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor Invoice_No;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private System.Windows.Forms.Label label5;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor QcreateTime_End;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor QcreateTime_Begin;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRemark;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPayValue;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtInvoiceNo;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cbxRecNm;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cbxPayNm;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cbxPayTypeCode;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn7;
- }
- }
|