namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
{
partial class FrmCheckConsignBaseInfo
{
///
/// 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("CHECK_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOT_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STOVE_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEAT_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEEL_GRADE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEEL_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCT_NAME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCT_STD");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_FILE_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CONTRACT_NO");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECK_COUNT");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DIMATER");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEIGHT");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUCKLE_TYPE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESS_STATUS");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CRAFT_SOURCE");
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.dataColumn6 = new System.Data.DataColumn();
this.dataColumn7 = new System.Data.DataColumn();
this.dataColumn8 = new System.Data.DataColumn();
this.dataColumn9 = new System.Data.DataColumn();
this.dataColumn10 = new System.Data.DataColumn();
this.dataColumn11 = new System.Data.DataColumn();
this.dataColumn12 = new System.Data.DataColumn();
this.dataColumn13 = new System.Data.DataColumn();
this.dataColumn14 = new System.Data.DataColumn();
this.dataColumn15 = new System.Data.DataColumn();
this.dataColumn16 = new System.Data.DataColumn();
this.dataColumn17 = new System.Data.DataColumn();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.uchkHeatNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.uchkCheckNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.txtCheckNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uchkHeatNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uchkCheckNo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCheckNo)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// ultraGrid1
//
this.ultraGrid1.DataMember = "Table1";
this.ultraGrid1.DataSource = this.dataSet1;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn5.Header.VisiblePosition = 4;
ultraGridColumn6.Header.VisiblePosition = 5;
ultraGridColumn7.Header.VisiblePosition = 6;
ultraGridColumn8.Header.VisiblePosition = 7;
ultraGridColumn9.Header.VisiblePosition = 8;
ultraGridColumn10.Header.VisiblePosition = 9;
ultraGridColumn11.Header.VisiblePosition = 10;
ultraGridColumn12.Header.VisiblePosition = 11;
ultraGridColumn13.Header.VisiblePosition = 12;
ultraGridColumn14.Header.VisiblePosition = 13;
ultraGridColumn15.Header.VisiblePosition = 14;
ultraGridColumn16.Header.VisiblePosition = 15;
ultraGridColumn17.Header.VisiblePosition = 16;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5,
ultraGridColumn6,
ultraGridColumn7,
ultraGridColumn8,
ultraGridColumn9,
ultraGridColumn10,
ultraGridColumn11,
ultraGridColumn12,
ultraGridColumn13,
ultraGridColumn14,
ultraGridColumn15,
ultraGridColumn16,
ultraGridColumn17});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
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(3, 0);
this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(1109, 553);
this.ultraGrid1.TabIndex = 1;
this.ultraGrid1.Text = "ultraGrid1";
//
// 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.dataColumn6,
this.dataColumn7,
this.dataColumn8,
this.dataColumn9,
this.dataColumn10,
this.dataColumn11,
this.dataColumn12,
this.dataColumn13,
this.dataColumn14,
this.dataColumn15,
this.dataColumn16,
this.dataColumn17});
this.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "检验编号";
this.dataColumn1.ColumnName = "CHECK_NO";
//
// dataColumn2
//
this.dataColumn2.Caption = "生产批号";
this.dataColumn2.ColumnName = "LOT_NO";
//
// dataColumn3
//
this.dataColumn3.Caption = "熔炼炉号";
this.dataColumn3.ColumnName = "STOVE_NO";
//
// dataColumn4
//
this.dataColumn4.Caption = "炉号";
this.dataColumn4.ColumnName = "HEAT_NO";
//
// dataColumn5
//
this.dataColumn5.Caption = "钢级";
this.dataColumn5.ColumnName = "STEEL_GRADE";
//
// dataColumn6
//
this.dataColumn6.Caption = "钢号";
this.dataColumn6.ColumnName = "STEEL_NO";
//
// dataColumn7
//
this.dataColumn7.Caption = "品名";
this.dataColumn7.ColumnName = "PRODUCT_NAME";
//
// dataColumn8
//
this.dataColumn8.Caption = "技术标准";
this.dataColumn8.ColumnName = "PRODUCT_STD";
//
// dataColumn9
//
this.dataColumn9.Caption = "工艺文件号";
this.dataColumn9.ColumnName = "CRAFT_FILE_NO";
//
// dataColumn10
//
this.dataColumn10.Caption = "合同号";
this.dataColumn10.ColumnName = "CONTRACT_NO";
//
// dataColumn11
//
this.dataColumn11.Caption = "样品类型";
this.dataColumn11.ColumnName = "CHECK_COUNT";
//
// dataColumn12
//
this.dataColumn12.Caption = "产线代码";
this.dataColumn12.ColumnName = "PLINE_CODE";
//
// dataColumn13
//
this.dataColumn13.Caption = "外径";
this.dataColumn13.ColumnName = "DIMATER";
//
// dataColumn14
//
this.dataColumn14.Caption = "壁厚";
this.dataColumn14.ColumnName = "HEIGHT";
//
// dataColumn15
//
this.dataColumn15.Caption = "扣型";
this.dataColumn15.ColumnName = "BUCKLE_TYPE";
//
// dataColumn16
//
this.dataColumn16.Caption = "工艺状态";
this.dataColumn16.ColumnName = "PROCESS_STATUS";
//
// dataColumn17
//
this.dataColumn17.Caption = "委托类型";
this.dataColumn17.ColumnName = "CRAFT_SOURCE";
//
// ultraGroupBox2
//
this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 2);
this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox2.Location = new System.Drawing.Point(4, 54);
this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(1115, 556);
this.ultraGroupBox2.TabIndex = 1;
this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// ultraGroupBox1
//
this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox1, 2);
this.ultraGroupBox1.Controls.Add(this.txtHeatNo);
this.ultraGroupBox1.Controls.Add(this.uchkHeatNo);
this.ultraGroupBox1.Controls.Add(this.uchkCheckNo);
this.ultraGroupBox1.Controls.Add(this.txtCheckNo);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(4, 4);
this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(1115, 42);
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// txtHeatNo
//
this.txtHeatNo.Location = new System.Drawing.Point(417, 8);
this.txtHeatNo.Margin = new System.Windows.Forms.Padding(4);
this.txtHeatNo.Name = "txtHeatNo";
this.txtHeatNo.Size = new System.Drawing.Size(165, 24);
this.txtHeatNo.TabIndex = 155;
//
// uchkHeatNo
//
this.uchkHeatNo.Location = new System.Drawing.Point(327, 4);
this.uchkHeatNo.Margin = new System.Windows.Forms.Padding(4);
this.uchkHeatNo.Name = "uchkHeatNo";
this.uchkHeatNo.Size = new System.Drawing.Size(82, 35);
this.uchkHeatNo.TabIndex = 154;
this.uchkHeatNo.Text = "炉号";
//
// uchkCheckNo
//
this.uchkCheckNo.Location = new System.Drawing.Point(16, 4);
this.uchkCheckNo.Margin = new System.Windows.Forms.Padding(4);
this.uchkCheckNo.Name = "uchkCheckNo";
this.uchkCheckNo.Size = new System.Drawing.Size(114, 35);
this.uchkCheckNo.TabIndex = 153;
this.uchkCheckNo.Text = "检验编号";
//
// txtCheckNo
//
this.txtCheckNo.Location = new System.Drawing.Point(138, 8);
this.txtCheckNo.Margin = new System.Windows.Forms.Padding(4);
this.txtCheckNo.Name = "txtCheckNo";
this.txtCheckNo.Size = new System.Drawing.Size(165, 24);
this.txtCheckNo.TabIndex = 152;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 53.42832F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 46.57168F));
this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1123, 622);
this.tableLayoutPanel1.TabIndex = 2;
//
// FrmCheckConsignBaseInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1123, 622);
this.Controls.Add(this.tableLayoutPanel1);
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "FrmCheckConsignBaseInfo";
this.Text = "生产样信息";
this.Load += new System.EventHandler(this.FrmCheckConsignBaseInfo_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uchkHeatNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uchkCheckNo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCheckNo)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private System.Data.DataSet dataSet1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private System.Data.DataTable dataTable1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCheckNo;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor uchkHeatNo;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor uchkCheckNo;
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 System.Data.DataColumn dataColumn6;
private System.Data.DataColumn dataColumn7;
private System.Data.DataColumn dataColumn8;
private System.Data.DataColumn dataColumn9;
private System.Data.DataColumn dataColumn10;
private System.Data.DataColumn dataColumn11;
private System.Data.DataColumn dataColumn12;
private System.Data.DataColumn dataColumn13;
private System.Data.DataColumn dataColumn14;
private System.Data.DataColumn dataColumn15;
private System.Data.DataColumn dataColumn16;
private System.Data.DataColumn dataColumn17;
}
}