namespace Core.StlMes.Client.PnCost.NewCost.弹窗 { partial class FrmTqnqD01T { /// /// 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("SG_SIGN"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SG_STD"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SMELT_CODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IN_STEEL_TYPE_CODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); 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.panel2 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.textstdname = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.chekstdname = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.textteelName = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.checksteelName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.textstdname)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chekstdname)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textteelName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checksteelName)).BeginInit(); this.SuspendLayout(); // // ultraGrid1 // this.ultraGrid1.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8; ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2; appearance1.TextHAlignAsString = "Center"; appearance1.TextVAlignAsString = "Middle"; ultraGridColumn5.CellAppearance = appearance1; ultraGridColumn5.DataType = typeof(bool); appearance2.TextHAlignAsString = "Center"; appearance2.TextVAlignAsString = "Middle"; ultraGridColumn5.Header.Appearance = appearance2; ultraGridColumn5.Header.Caption = "选择"; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.Hidden = true; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0); ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox; 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.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Location = new System.Drawing.Point(0, 39); this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(1152, 307); this.ultraGrid1.TabIndex = 1; this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick); // // 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.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "牌号"; this.dataColumn1.ColumnName = "SG_SIGN"; // // dataColumn2 // this.dataColumn2.Caption = "标准"; this.dataColumn2.ColumnName = "SG_STD"; // // dataColumn3 // this.dataColumn3.Caption = "产线"; this.dataColumn3.ColumnName = "SMELT_CODE"; // // dataColumn4 // this.dataColumn4.Caption = "种类"; this.dataColumn4.ColumnName = "IN_STEEL_TYPE_CODE"; // // panel2 // this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.textstdname); this.panel2.Controls.Add(this.chekstdname); this.panel2.Controls.Add(this.textteelName); this.panel2.Controls.Add(this.checksteelName); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(1); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1152, 39); this.panel2.TabIndex = 13; // // button1 // this.button1.Location = new System.Drawing.Point(577, 10); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 23); this.button1.TabIndex = 5; this.button1.Text = "查询"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textstdname // this.textstdname.Location = new System.Drawing.Point(410, 10); this.textstdname.Margin = new System.Windows.Forms.Padding(4); this.textstdname.Name = "textstdname"; this.textstdname.Size = new System.Drawing.Size(133, 24); this.textstdname.TabIndex = 4; // // chekstdname // this.chekstdname.Location = new System.Drawing.Point(320, 10); this.chekstdname.Margin = new System.Windows.Forms.Padding(4); this.chekstdname.Name = "chekstdname"; this.chekstdname.Size = new System.Drawing.Size(96, 24); this.chekstdname.TabIndex = 3; this.chekstdname.Text = "标准名称"; // // textteelName // this.textteelName.Location = new System.Drawing.Point(119, 10); this.textteelName.Margin = new System.Windows.Forms.Padding(4); this.textteelName.Name = "textteelName"; this.textteelName.Size = new System.Drawing.Size(133, 24); this.textteelName.TabIndex = 2; // // checksteelName // this.checksteelName.Location = new System.Drawing.Point(28, 10); this.checksteelName.Margin = new System.Windows.Forms.Padding(4); this.checksteelName.Name = "checksteelName"; this.checksteelName.Size = new System.Drawing.Size(96, 24); this.checksteelName.TabIndex = 0; this.checksteelName.Text = "牌号名称"; // // FrmTqnqD01T // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1152, 346); this.Controls.Add(this.ultraGrid1); this.Controls.Add(this.panel2); this.Name = "FrmTqnqD01T"; this.Text = "配料标准"; this.Load += new System.EventHandler(this.FrmProductManage_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.textstdname)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chekstdname)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textteelName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checksteelName)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Windows.Forms.Panel panel2; private Infragistics.Win.UltraWinEditors.UltraTextEditor textteelName; private Infragistics.Win.UltraWinEditors.UltraCheckEditor checksteelName; private Infragistics.Win.UltraWinEditors.UltraTextEditor textstdname; private Infragistics.Win.UltraWinEditors.UltraCheckEditor chekstdname; private System.Windows.Forms.Button button1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn4; } }