namespace Core.LgMes.Client.LgIntegrationQuery
{
partial class frmLiquidusTemp
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME", -1, 34142255);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LIQUIDUSTEMP");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BEYONDTEMPT");
Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(34142255);
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
this.urGridLTemp = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dsLTemp = 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.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.txtTempEnd = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.labTemp = new System.Windows.Forms.Label();
this.txtTempStart = new System.Windows.Forms.TextBox();
this.ultcboSteel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.chkSteel = new System.Windows.Forms.CheckBox();
this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
this.FrmBase_Fill_Panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.urGridLTemp)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsLTemp)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultcboSteel)).BeginInit();
this.SuspendLayout();
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.FrmBase_Fill_Panel);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F);
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(715, 484);
this.ultraGroupBox1.TabIndex = 4;
//
// FrmBase_Fill_Panel
//
this.FrmBase_Fill_Panel.Controls.Add(this.urGridLTemp);
this.FrmBase_Fill_Panel.Controls.Add(this.panel2);
this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(3, 0);
this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(709, 481);
this.FrmBase_Fill_Panel.TabIndex = 1;
//
// urGridLTemp
//
this.urGridLTemp.DataSource = this.dsLTemp;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(157, 0);
ultraGridColumn2.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDown;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
this.urGridLTemp.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.urGridLTemp.DisplayLayout.GroupByBox.Hidden = true;
valueList1.Key = "STEEL";
this.urGridLTemp.DisplayLayout.ValueLists.AddRange(new Infragistics.Win.ValueList[] {
valueList1});
this.urGridLTemp.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
this.urGridLTemp.Dock = System.Windows.Forms.DockStyle.Fill;
this.urGridLTemp.Font = new System.Drawing.Font("宋体", 9F);
this.urGridLTemp.Location = new System.Drawing.Point(0, 45);
this.urGridLTemp.Name = "urGridLTemp";
this.urGridLTemp.Size = new System.Drawing.Size(709, 436);
this.urGridLTemp.TabIndex = 7;
//
// dsLTemp
//
this.dsLTemp.DataSetName = "NewDataSet";
this.dsLTemp.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 = "ID";
//
// dataColumn2
//
this.dataColumn2.Caption = "钢种";
this.dataColumn2.ColumnName = "STEELNAME";
//
// dataColumn3
//
this.dataColumn3.Caption = "液相线温度";
this.dataColumn3.ColumnName = "LIQUIDUSTEMP";
//
// dataColumn4
//
this.dataColumn4.Caption = "允许中包过热度";
this.dataColumn4.ColumnName = "BEYONDTEMPT";
//
// panel2
//
this.panel2.Controls.Add(this.ultraGroupBox2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(709, 45);
this.panel2.TabIndex = 6;
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.button2);
this.ultraGroupBox2.Controls.Add(this.button1);
this.ultraGroupBox2.Controls.Add(this.txtTempEnd);
this.ultraGroupBox2.Controls.Add(this.label11);
this.ultraGroupBox2.Controls.Add(this.labTemp);
this.ultraGroupBox2.Controls.Add(this.txtTempStart);
this.ultraGroupBox2.Controls.Add(this.ultcboSteel);
this.ultraGroupBox2.Controls.Add(this.chkSteel);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F);
this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(709, 45);
this.ultraGroupBox2.TabIndex = 3;
//
// button2
//
this.button2.Location = new System.Drawing.Point(593, 7);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(83, 23);
this.button2.TabIndex = 97;
this.button2.Text = "导入EXCEL";
this.button2.UseVisualStyleBackColor = true;
this.button2.Visible = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(449, 9);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 23);
this.button1.TabIndex = 96;
this.button1.Text = "导出EXCEL";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtTempEnd
//
this.txtTempEnd.Location = new System.Drawing.Point(330, 10);
this.txtTempEnd.MaxLength = 200;
this.txtTempEnd.Multiline = true;
this.txtTempEnd.Name = "txtTempEnd";
this.txtTempEnd.Size = new System.Drawing.Size(65, 23);
this.txtTempEnd.TabIndex = 95;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(305, 13);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(21, 14);
this.label11.TabIndex = 94;
this.label11.Text = "到";
//
// labTemp
//
this.labTemp.AutoSize = true;
this.labTemp.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labTemp.Location = new System.Drawing.Point(199, 13);
this.labTemp.Name = "labTemp";
this.labTemp.Size = new System.Drawing.Size(35, 14);
this.labTemp.TabIndex = 93;
this.labTemp.Text = "温度";
//
// txtTempStart
//
this.txtTempStart.Location = new System.Drawing.Point(238, 10);
this.txtTempStart.MaxLength = 200;
this.txtTempStart.Multiline = true;
this.txtTempStart.Name = "txtTempStart";
this.txtTempStart.Size = new System.Drawing.Size(62, 23);
this.txtTempStart.TabIndex = 92;
//
// ultcboSteel
//
appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance2.BorderColor = System.Drawing.Color.Black;
this.ultcboSteel.Appearance = appearance2;
this.ultcboSteel.Enabled = false;
this.ultcboSteel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultcboSteel.Location = new System.Drawing.Point(77, 10);
this.ultcboSteel.Name = "ultcboSteel";
this.ultcboSteel.Size = new System.Drawing.Size(103, 23);
this.ultcboSteel.TabIndex = 80;
//
// chkSteel
//
this.chkSteel.AutoSize = true;
this.chkSteel.BackColor = System.Drawing.Color.Transparent;
this.chkSteel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkSteel.Location = new System.Drawing.Point(20, 12);
this.chkSteel.Name = "chkSteel";
this.chkSteel.Size = new System.Drawing.Size(54, 18);
this.chkSteel.TabIndex = 79;
this.chkSteel.Text = "牌号";
this.chkSteel.UseVisualStyleBackColor = false;
this.chkSteel.CheckedChanged += new System.EventHandler(this.chkSteel_CheckedChanged);
//
// frmLiquidusTemp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(715, 484);
this.Controls.Add(this.ultraGroupBox1);
this.Name = "frmLiquidusTemp";
this.Text = "液相线温度标准";
this.Load += new System.EventHandler(this.frmLiquidusTemp_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.FrmBase_Fill_Panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.urGridLTemp)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsLTemp)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
this.ultraGroupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultcboSteel)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private System.Windows.Forms.Panel FrmBase_Fill_Panel;
private Infragistics.Win.UltraWinGrid.UltraGrid urGridLTemp;
private System.Data.DataSet dsLTemp;
private System.Data.DataTable dataTable1;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn2;
private System.Data.DataColumn dataColumn3;
private System.Windows.Forms.Panel panel2;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ultcboSteel;
private System.Windows.Forms.CheckBox chkSteel;
private System.Windows.Forms.TextBox txtTempStart;
private System.Windows.Forms.Label labTemp;
private System.Windows.Forms.TextBox txtTempEnd;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button button1;
private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
private System.Windows.Forms.Button button2;
private System.Data.DataColumn dataColumn4;
}
}