| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422 |
- namespace Core.LgMes.Client.LgResMgt
- {
- partial class ucHeatNoQuery
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATPROCESSNO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATNO");
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
- this.panel1 = new System.Windows.Forms.Panel();
- this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.btAddLH = new System.Windows.Forms.Button();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.button1 = new System.Windows.Forms.Button();
- this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.button37 = new System.Windows.Forms.Button();
- this.comboBox4 = new System.Windows.Forms.ComboBox();
- this.ultxtGZ = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultxtLH = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.label41 = new System.Windows.Forms.Label();
- this.label42 = new System.Windows.Forms.Label();
- this.label43 = new System.Windows.Forms.Label();
- this.label44 = new System.Windows.Forms.Label();
- this.dsLH = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
- this.ultraExpandableGroupBox2.SuspendLayout();
- this.ultraExpandableGroupBoxPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultxtGZ)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultxtLH)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dsLH)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.ultraGrid2);
- this.panel1.Controls.Add(this.btAddLH);
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(200, 100);
- this.panel1.TabIndex = 0;
- //
- // ultraGrid2
- //
- appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
- appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
- appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
- this.ultraGrid2.DisplayLayout.Appearance = appearance1;
- appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
- this.ultraGrid2.DisplayLayout.CaptionAppearance = appearance2;
- appearance3.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance3;
- this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
- this.ultraGrid2.Name = "ultraGrid2";
- this.ultraGrid2.Size = new System.Drawing.Size(200, 76);
- this.ultraGrid2.TabIndex = 17;
- //
- // btAddLH
- //
- this.btAddLH.BackColor = System.Drawing.Color.LightSteelBlue;
- this.btAddLH.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.btAddLH.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btAddLH.Font = new System.Drawing.Font("宋体", 10.5F);
- this.btAddLH.Location = new System.Drawing.Point(0, 76);
- this.btAddLH.Name = "btAddLH";
- this.btAddLH.Size = new System.Drawing.Size(200, 24);
- this.btAddLH.TabIndex = 55;
- this.btAddLH.Text = "新增熔炼号";
- this.btAddLH.UseVisualStyleBackColor = false;
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(0, 0);
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(200, 185);
- this.ultraExpandableGroupBox1.TabIndex = 0;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(200, 100);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ultraGrid1);
- this.panel2.Controls.Add(this.button1);
- this.panel2.Controls.Add(this.ultraExpandableGroupBox2);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(191, 569);
- this.panel2.TabIndex = 10;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.dsLH;
- appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
- appearance4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
- appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
- this.ultraGrid1.DisplayLayout.Appearance = appearance4;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Width = 149;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2});
- ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
- this.ultraGrid1.DisplayLayout.CaptionAppearance = appearance5;
- appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance6;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid1.Location = new System.Drawing.Point(0, 215);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(191, 330);
- this.ultraGrid1.TabIndex = 17;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.LightSteelBlue;
- this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.button1.Font = new System.Drawing.Font("宋体", 10.5F);
- this.button1.Location = new System.Drawing.Point(0, 545);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(191, 24);
- this.button1.TabIndex = 55;
- this.button1.Text = "新增熔炼号";
- this.button1.UseVisualStyleBackColor = false;
- //
- // ultraExpandableGroupBox2
- //
- this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
- this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(191, 215);
- this.ultraExpandableGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
- this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
- this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(191, 215);
- this.ultraExpandableGroupBox2.TabIndex = 16;
- this.ultraExpandableGroupBox2.Text = "查询条件";
- //
- // ultraExpandableGroupBoxPanel2
- //
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.button37);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.comboBox4);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultxtGZ);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultxtLH);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraDateTimeEditor2);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraDateTimeEditor1);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.checkBox2);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label41);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label42);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label43);
- this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label44);
- this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 20);
- this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
- this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(185, 192);
- this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
- //
- // button37
- //
- this.button37.Enabled = false;
- this.button37.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button37.Location = new System.Drawing.Point(50, 158);
- this.button37.Name = "button37";
- this.button37.Size = new System.Drawing.Size(75, 24);
- this.button37.TabIndex = 45;
- this.button37.Text = "查询";
- this.button37.UseVisualStyleBackColor = true;
- //
- // comboBox4
- //
- this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Items.AddRange(new object[] {
- "甲班",
- "乙班",
- "丙班",
- "丁班",
- "全部"});
- this.comboBox4.Location = new System.Drawing.Point(47, 65);
- this.comboBox4.Name = "comboBox4";
- this.comboBox4.Size = new System.Drawing.Size(116, 22);
- this.comboBox4.TabIndex = 44;
- //
- // ultxtGZ
- //
- this.ultxtGZ.ButtonsRight.Add(editorButton1);
- this.ultxtGZ.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultxtGZ.Location = new System.Drawing.Point(47, 95);
- this.ultxtGZ.Name = "ultxtGZ";
- this.ultxtGZ.Size = new System.Drawing.Size(115, 21);
- this.ultxtGZ.TabIndex = 39;
- this.ultxtGZ.FlatMode = true;
- //
- // ultxtLH
- //
- this.ultxtLH.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultxtLH.Location = new System.Drawing.Point(47, 124);
- this.ultxtLH.Name = "ultxtLH";
- this.ultxtLH.Size = new System.Drawing.Size(115, 21);
- this.ultxtLH.TabIndex = 38;
- this.ultxtLH.FlatMode = true;
- //
- // ultraDateTimeEditor2
- //
- this.ultraDateTimeEditor2.DateTime = new System.DateTime(2008, 1, 3, 0, 0, 0, 0);
- this.ultraDateTimeEditor2.Enabled = false;
- this.ultraDateTimeEditor2.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.ultraDateTimeEditor2.FormatString = "yyyy-MM-dd";
- this.ultraDateTimeEditor2.Location = new System.Drawing.Point(47, 36);
- this.ultraDateTimeEditor2.MaskInput = "yyyy-mm-dd";
- this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
- this.ultraDateTimeEditor2.Size = new System.Drawing.Size(115, 21);
- this.ultraDateTimeEditor2.TabIndex = 18;
- this.ultraDateTimeEditor2.FlatMode = true;
- this.ultraDateTimeEditor2.Value = new System.DateTime(2008, 1, 3, 0, 0, 0, 0);
- //
- // ultraDateTimeEditor1
- //
- this.ultraDateTimeEditor1.DateTime = new System.DateTime(2008, 1, 3, 0, 0, 0, 0);
- this.ultraDateTimeEditor1.Enabled = false;
- this.ultraDateTimeEditor1.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.ultraDateTimeEditor1.FormatString = "yyyy-MM-dd";
- this.ultraDateTimeEditor1.Location = new System.Drawing.Point(47, 7);
- this.ultraDateTimeEditor1.MaskInput = "yyyy-mm-dd";
- this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
- this.ultraDateTimeEditor1.Size = new System.Drawing.Size(115, 21);
- this.ultraDateTimeEditor1.TabIndex = 17;
- this.ultraDateTimeEditor1.FlatMode = true;
- this.ultraDateTimeEditor1.Value = new System.DateTime(2008, 1, 3, 0, 0, 0, 0);
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.checkBox2.Location = new System.Drawing.Point(7, 8);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(37, 18);
- this.checkBox2.TabIndex = 18;
- this.checkBox2.Text = "起";
- this.checkBox2.UseVisualStyleBackColor = true;
- //
- // label41
- //
- this.label41.AutoSize = true;
- this.label41.Location = new System.Drawing.Point(1, 128);
- this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(49, 14);
- this.label41.TabIndex = 17;
- this.label41.Text = "熔炼号";
- //
- // label42
- //
- this.label42.AutoSize = true;
- this.label42.Location = new System.Drawing.Point(7, 99);
- this.label42.Name = "label42";
- this.label42.Size = new System.Drawing.Size(35, 14);
- this.label42.TabIndex = 16;
- this.label42.Text = "牌号";
- //
- // label43
- //
- this.label43.AutoSize = true;
- this.label43.Location = new System.Drawing.Point(8, 70);
- this.label43.Name = "label43";
- this.label43.Size = new System.Drawing.Size(35, 14);
- this.label43.TabIndex = 15;
- this.label43.Text = "班次";
- //
- // label44
- //
- this.label44.AutoSize = true;
- this.label44.Location = new System.Drawing.Point(23, 40);
- this.label44.Name = "label44";
- this.label44.Size = new System.Drawing.Size(21, 14);
- this.label44.TabIndex = 12;
- this.label44.Text = "止";
- //
- // dsLH
- //
- this.dsLH.DataSetName = "NewDataSet";
- this.dsLH.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "加热处理号";
- this.dataColumn1.ColumnName = "HEATPROCESSNO";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "熔炼号";
- this.dataColumn2.ColumnName = "HEATNO";
- //
- // ucHeatNoQuery
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.LightSteelBlue;
- this.Controls.Add(this.panel2);
- this.Name = "ucHeatNoQuery";
- this.Size = new System.Drawing.Size(191, 569);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
- this.ultraExpandableGroupBox2.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultxtGZ)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultxtLH)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dsLH)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
- private System.Windows.Forms.Button btAddLH;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.Button button1;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
- private System.Windows.Forms.Button button37;
- private System.Windows.Forms.ComboBox comboBox4;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtGZ;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtLH;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.Label label41;
- private System.Windows.Forms.Label label42;
- private System.Windows.Forms.Label label43;
- private System.Windows.Forms.Label label44;
- private System.Data.DataSet dsLH;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- }
- }
|