| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- namespace Core.StlMes.Client.Sale.UI.Balance.TranMoney
- {
- partial class FrmTransMoneyQueryRpt
- {
- /// <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.Appearance appearance35 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.rdbDd = new System.Windows.Forms.RadioButton();
- this.rdbCw = new System.Windows.Forms.RadioButton();
- this.label5 = new System.Windows.Forms.Label();
- this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
- this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox7 = new System.Windows.Forms.TextBox();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.textBox2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.rdbDd);
- this.groupBox1.Controls.Add(this.rdbCw);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.dateTimePicker3);
- this.groupBox1.Controls.Add(this.dateTimePicker4);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.textBox1);
- this.groupBox1.Controls.Add(this.dateTimePicker1);
- this.groupBox1.Controls.Add(this.dateTimePicker2);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.textBox7);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(1153, 42);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(997, 15);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(121, 21);
- this.textBox2.TabIndex = 519;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.LightSteelBlue;
- this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label1.Font = new System.Drawing.Font("宋体", 9F);
- this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label1.Location = new System.Drawing.Point(915, 15);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(76, 21);
- this.label1.TabIndex = 518;
- this.label1.Text = "运费发票号";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // rdbDd
- //
- this.rdbDd.AutoSize = true;
- this.rdbDd.Checked = true;
- this.rdbDd.Location = new System.Drawing.Point(15, 15);
- this.rdbDd.Name = "rdbDd";
- this.rdbDd.Size = new System.Drawing.Size(71, 16);
- this.rdbDd.TabIndex = 517;
- this.rdbDd.TabStop = true;
- this.rdbDd.Text = "代垫年月";
- this.rdbDd.UseVisualStyleBackColor = true;
- //
- // rdbCw
- //
- this.rdbCw.AutoSize = true;
- this.rdbCw.Location = new System.Drawing.Point(280, 16);
- this.rdbCw.Name = "rdbCw";
- this.rdbCw.Size = new System.Drawing.Size(71, 16);
- this.rdbCw.TabIndex = 516;
- this.rdbCw.Text = "结算年月";
- this.rdbCw.UseVisualStyleBackColor = true;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(177, 19);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(11, 12);
- this.label5.TabIndex = 515;
- this.label5.Text = "-";
- //
- // dateTimePicker3
- //
- this.dateTimePicker3.CustomFormat = "yyyyMM";
- this.dateTimePicker3.Location = new System.Drawing.Point(190, 15);
- this.dateTimePicker3.Name = "dateTimePicker3";
- this.dateTimePicker3.Size = new System.Drawing.Size(84, 21);
- this.dateTimePicker3.TabIndex = 514;
- //
- // dateTimePicker4
- //
- this.dateTimePicker4.CustomFormat = "yyyyMM";
- this.dateTimePicker4.Location = new System.Drawing.Point(90, 15);
- this.dateTimePicker4.Name = "dateTimePicker4";
- this.dateTimePicker4.Size = new System.Drawing.Size(84, 21);
- this.dateTimePicker4.TabIndex = 512;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(441, 19);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(11, 12);
- this.label4.TabIndex = 511;
- this.label4.Text = "-";
- //
- // label3
- //
- this.label3.BackColor = System.Drawing.Color.LightSteelBlue;
- this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label3.Font = new System.Drawing.Font("宋体", 9F);
- this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label3.Location = new System.Drawing.Point(722, 15);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(64, 21);
- this.label3.TabIndex = 510;
- this.label3.Text = "代垫单号";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(788, 15);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(121, 21);
- this.textBox1.TabIndex = 509;
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.CustomFormat = "yyyyMM";
- this.dateTimePicker1.Location = new System.Drawing.Point(454, 15);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(84, 21);
- this.dateTimePicker1.TabIndex = 508;
- //
- // dateTimePicker2
- //
- this.dateTimePicker2.CustomFormat = "yyyyMM";
- this.dateTimePicker2.Location = new System.Drawing.Point(354, 15);
- this.dateTimePicker2.Name = "dateTimePicker2";
- this.dateTimePicker2.Size = new System.Drawing.Size(84, 21);
- this.dateTimePicker2.TabIndex = 506;
- //
- // label2
- //
- this.label2.BackColor = System.Drawing.Color.LightSteelBlue;
- this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label2.Font = new System.Drawing.Font("宋体", 9F);
- this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.label2.Location = new System.Drawing.Point(547, 15);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(43, 21);
- this.label2.TabIndex = 503;
- this.label2.Text = "提单号";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // textBox7
- //
- this.textBox7.Location = new System.Drawing.Point(592, 15);
- this.textBox7.Name = "textBox7";
- this.textBox7.Size = new System.Drawing.Size(121, 21);
- this.textBox7.TabIndex = 494;
- this.textBox7.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox7_KeyDown);
- //
- // ultraGrid1
- //
- appearance35.BackColor = System.Drawing.SystemColors.Window;
- appearance35.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance35;
- this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance36.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance36.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance36.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance36;
- appearance37.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance37;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance38.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance38.BackColor2 = System.Drawing.SystemColors.Control;
- appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance38.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance38;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance39.BackColor = System.Drawing.SystemColors.Window;
- appearance39.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance39;
- appearance40.BackColor = System.Drawing.SystemColors.Highlight;
- appearance40.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance40;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance41.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance41;
- appearance42.BorderColor = System.Drawing.Color.Silver;
- appearance42.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance42;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance43.BackColor = System.Drawing.SystemColors.Control;
- appearance43.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance43.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance43.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance43.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance43;
- appearance44.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance44;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance45.BackColor = System.Drawing.SystemColors.Window;
- appearance45.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance45;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance46.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance46;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(0, 42);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1153, 292);
- this.ultraGrid1.TabIndex = 41;
- this.ultraGrid1.Text = "ultraGrid2";
- //
- // FrmTransMoneyQueryRpt
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1153, 334);
- this.Controls.Add(this.ultraGrid1);
- this.Controls.Add(this.groupBox1);
- this.Name = "FrmTransMoneyQueryRpt";
- this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
- this.Text = "FrmTransMoneyQueryRpt";
- this.Load += new System.EventHandler(this.FrmTransMoneyQueryRpt_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox7;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.DateTimePicker dateTimePicker2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.RadioButton rdbCw;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.DateTimePicker dateTimePicker3;
- private System.Windows.Forms.DateTimePicker dateTimePicker4;
- private System.Windows.Forms.RadioButton rdbDd;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label1;
- }
- }
|