| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- namespace Core.StlMes.Client.ZGMil.Result
- {
- partial class Query
- {
- /// <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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROLL_LOT_NO", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEAT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
- 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.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet1 = new System.Data.DataSet();
- this.dtHttPlan = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.HEAT_NO = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.panel3 = new System.Windows.Forms.Panel();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.dtEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
- this.ultraGroupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtHttPlan)).BeginInit();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
- this.SuspendLayout();
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ultraGroupBox3);
- this.panel2.Controls.Add(this.panel3);
- 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(215, 403);
- this.panel2.TabIndex = 4;
- //
- // ultraGroupBox3
- //
- this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
- this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox3.Location = new System.Drawing.Point(0, 157);
- this.ultraGroupBox3.Name = "ultraGroupBox3";
- this.ultraGroupBox3.Size = new System.Drawing.Size(215, 246);
- this.ultraGroupBox3.TabIndex = 3;
- this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataMember = "Table1";
- this.ultraGrid1.DataSource = this.dataSet1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(25, 0);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4});
- ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
- ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
- ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
- ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
- appearance1.FontData.BoldAsString = "True";
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance1;
- this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
- this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
- appearance2.BackColor = System.Drawing.Color.Transparent;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance2;
- appearance3.TextVAlignAsString = "Middle";
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance3;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
- appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
- appearance4.TextHAlignAsString = "Center";
- appearance4.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance4;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
- this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
- appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance5;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
- this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
- appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
- appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
- appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance6.ForeColor = System.Drawing.Color.Black;
- this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance6;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
- this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
- this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
- this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(209, 243);
- this.ultraGrid1.TabIndex = 5;
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dtHttPlan});
- //
- // dtHttPlan
- //
- this.dtHttPlan.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.HEAT_NO,
- this.dataColumn2,
- this.dataColumn3});
- this.dtHttPlan.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "轧批号";
- this.dataColumn1.ColumnName = "ROLL_LOT_NO";
- //
- // HEAT_NO
- //
- this.HEAT_NO.Caption = "炉号";
- this.HEAT_NO.ColumnName = "HEAT_NO";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "选择";
- this.dataColumn2.ColumnName = "Check";
- this.dataColumn2.DataType = typeof(bool);
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "状态";
- this.dataColumn3.ColumnName = "Status";
- //
- // panel3
- //
- this.panel3.Controls.Add(this.ultraGroupBox1);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(215, 157);
- this.panel3.TabIndex = 0;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ultraTextEditor1);
- this.ultraGroupBox1.Controls.Add(this.txtHeatNo);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Controls.Add(this.dtEndDate);
- this.ultraGroupBox1.Controls.Add(this.dtStartDate);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(215, 157);
- this.ultraGroupBox1.TabIndex = 1;
- this.ultraGroupBox1.Text = "查询区";
- this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ultraTextEditor1
- //
- this.ultraTextEditor1.Location = new System.Drawing.Point(81, 127);
- this.ultraTextEditor1.MaxLength = 100;
- this.ultraTextEditor1.Name = "ultraTextEditor1";
- this.ultraTextEditor1.Size = new System.Drawing.Size(120, 21);
- this.ultraTextEditor1.TabIndex = 50;
- //
- // txtHeatNo
- //
- this.txtHeatNo.Location = new System.Drawing.Point(81, 95);
- this.txtHeatNo.MaxLength = 100;
- this.txtHeatNo.Name = "txtHeatNo";
- this.txtHeatNo.Size = new System.Drawing.Size(120, 21);
- this.txtHeatNo.TabIndex = 50;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label4.Location = new System.Drawing.Point(55, 66);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(17, 12);
- this.label4.TabIndex = 49;
- this.label4.Text = "到";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label3.Location = new System.Drawing.Point(28, 131);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 49;
- this.label3.Text = "炉号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label2.Location = new System.Drawing.Point(25, 99);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 49;
- this.label2.Text = "轧制批号";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.label1.Location = new System.Drawing.Point(25, 37);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(47, 12);
- this.label1.TabIndex = 49;
- this.label1.Text = "时间 从";
- //
- // dtEndDate
- //
- this.dtEndDate.Location = new System.Drawing.Point(81, 61);
- this.dtEndDate.Name = "dtEndDate";
- this.dtEndDate.Size = new System.Drawing.Size(120, 21);
- this.dtEndDate.TabIndex = 48;
- //
- // dtStartDate
- //
- this.dtStartDate.Location = new System.Drawing.Point(81, 32);
- this.dtStartDate.Name = "dtStartDate";
- this.dtStartDate.Size = new System.Drawing.Size(120, 21);
- this.dtStartDate.TabIndex = 47;
- //
- // Query
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel2);
- this.Name = "Query";
- this.Size = new System.Drawing.Size(215, 403);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
- this.ultraGroupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtHttPlan)).EndInit();
- this.panel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.Panel panel3;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
- public Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
- public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dtHttPlan;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn HEAT_NO;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- }
- }
|