namespace Core.LZMes.Client.UIB { partial class UIB030130 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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("OLD_SAMPL_NO"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_ABBSYM"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_THK"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATLQLTY_DEC_GRD"); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.label2 = new System.Windows.Forms.Label(); this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.SuspendLayout(); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.comboBox3); this.ultraGroupBox1.Controls.Add(this.label8); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor2); this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(778, 50); this.ultraGroupBox1.TabIndex = 0; this.ultraGroupBox1.Text = "查询条件"; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // label2 // this.label2.BackColor = System.Drawing.Color.LightBlue; this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label2.Location = new System.Drawing.Point(0, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(92, 21); this.label2.TabIndex = 11; this.label2.Text = "检验日期"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ultraDateTimeEditor2 // this.ultraDateTimeEditor2.Location = new System.Drawing.Point(247, 23); this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2"; this.ultraDateTimeEditor2.Size = new System.Drawing.Size(144, 21); this.ultraDateTimeEditor2.TabIndex = 0; // // ultraDateTimeEditor1 // this.ultraDateTimeEditor1.Location = new System.Drawing.Point(97, 23); this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1"; this.ultraDateTimeEditor1.Size = new System.Drawing.Size(144, 21); this.ultraDateTimeEditor1.TabIndex = 0; // // ultraGrid1 // this.ultraGrid1.DataSource = this.dataSet1; this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn; ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true; this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = " "; this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1; appearance13.BackColor = System.Drawing.Color.GhostWhite; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance13; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; appearance14.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance14; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; appearance15.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance15; appearance16.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance16; this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True; this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed; this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; 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(0, 50); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(778, 494); this.ultraGrid1.TabIndex = 1; // // 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.dataColumn1, this.dataColumn2, this.dataColumn3, this.dataColumn4, this.dataColumn5}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "钢卷号"; this.dataColumn1.ColumnName = "OLD_SAMPL_NO"; // // dataColumn2 // this.dataColumn2.Caption = "标准号"; this.dataColumn2.ColumnName = "SPEC_ABBSYM"; // // dataColumn3 // this.dataColumn3.Caption = "标准钢号"; this.dataColumn3.ColumnName = "SPEC_STL_GRD"; // // dataColumn4 // this.dataColumn4.Caption = "规格"; this.dataColumn4.ColumnName = "COIL_THK"; // // dataColumn5 // this.dataColumn5.Caption = "判定等级"; this.dataColumn5.ColumnName = "MATLQLTY_DEC_GRD"; // // comboBox3 // this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "连退", "酸洗"}); this.comboBox3.Location = new System.Drawing.Point(497, 24); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(90, 20); this.comboBox3.TabIndex = 16; // // label8 // this.label8.BackColor = System.Drawing.Color.LightBlue; this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label8.Location = new System.Drawing.Point(407, 24); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(90, 20); this.label8.TabIndex = 15; this.label8.Text = "区分"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // UIB030130 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(778, 544); this.Controls.Add(this.ultraGrid1); this.Controls.Add(this.ultraGroupBox1); this.Name = "UIB030130"; this.Text = "材质实绩查询"; this.Load += new System.EventHandler(this.UIB030130_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn4; private System.Data.DataColumn dataColumn5; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Label label8; } }