namespace Core.LgMes.Client.LgJobMgt
{
partial class frmCCMPlanTemperaTure
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.btnNo = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.txtLH3 = new System.Windows.Forms.TextBox();
this.txtTemp3 = new System.Windows.Forms.TextBox();
this.txtLH2 = new System.Windows.Forms.TextBox();
this.txtTemp2 = new System.Windows.Forms.TextBox();
this.txtLH1 = new System.Windows.Forms.TextBox();
this.txtTemp1 = new System.Windows.Forms.TextBox();
this.ZL3 = new System.Windows.Forms.RadioButton();
this.ZL2 = new System.Windows.Forms.RadioButton();
this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
this.ZL1 = new System.Windows.Forms.RadioButton();
this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
this.SuspendLayout();
//
// btnNo
//
this.btnNo.Location = new System.Drawing.Point(232, 113);
this.btnNo.Name = "btnNo";
this.btnNo.Size = new System.Drawing.Size(68, 26);
this.btnNo.TabIndex = 3;
this.btnNo.Text = "取 消";
this.btnNo.UseVisualStyleBackColor = false;
this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(93, 113);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(68, 26);
this.btnOk.TabIndex = 2;
this.btnOk.Text = "确 定";
this.btnOk.UseVisualStyleBackColor = false;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// ultraGroupBox2
//
this.ultraGroupBox2.Controls.Add(this.btnNo);
this.ultraGroupBox2.Controls.Add(this.txtLH3);
this.ultraGroupBox2.Controls.Add(this.btnOk);
this.ultraGroupBox2.Controls.Add(this.txtTemp3);
this.ultraGroupBox2.Controls.Add(this.txtLH2);
this.ultraGroupBox2.Controls.Add(this.txtTemp2);
this.ultraGroupBox2.Controls.Add(this.txtLH1);
this.ultraGroupBox2.Controls.Add(this.txtTemp1);
this.ultraGroupBox2.Controls.Add(this.ZL3);
this.ultraGroupBox2.Controls.Add(this.ZL2);
this.ultraGroupBox2.Controls.Add(this.ultraLabel3);
this.ultraGroupBox2.Controls.Add(this.ZL1);
this.ultraGroupBox2.Controls.Add(this.ultraLabel2);
this.ultraGroupBox2.Controls.Add(this.ultraLabel1);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(387, 155);
this.ultraGroupBox2.SupportThemes = false;
this.ultraGroupBox2.TabIndex = 4;
//
// txtLH3
//
this.txtLH3.Enabled = false;
this.txtLH3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLH3.Location = new System.Drawing.Point(93, 78);
this.txtLH3.Name = "txtLH3";
this.txtLH3.Size = new System.Drawing.Size(88, 24);
this.txtLH3.TabIndex = 15;
//
// txtTemp3
//
this.txtTemp3.Enabled = false;
this.txtTemp3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
this.txtTemp3.Location = new System.Drawing.Point(271, 78);
this.txtTemp3.MaxLength = 4;
this.txtTemp3.Name = "txtTemp3";
this.txtTemp3.Size = new System.Drawing.Size(88, 24);
this.txtTemp3.TabIndex = 19;
this.txtTemp3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTemp1_KeyPress);
//
// txtLH2
//
this.txtLH2.Enabled = false;
this.txtLH2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLH2.Location = new System.Drawing.Point(93, 47);
this.txtLH2.Name = "txtLH2";
this.txtLH2.Size = new System.Drawing.Size(88, 24);
this.txtLH2.TabIndex = 14;
//
// txtTemp2
//
this.txtTemp2.Enabled = false;
this.txtTemp2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
this.txtTemp2.Location = new System.Drawing.Point(271, 47);
this.txtTemp2.MaxLength = 4;
this.txtTemp2.Name = "txtTemp2";
this.txtTemp2.Size = new System.Drawing.Size(88, 24);
this.txtTemp2.TabIndex = 18;
this.txtTemp2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTemp1_KeyPress);
//
// txtLH1
//
this.txtLH1.Enabled = false;
this.txtLH1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLH1.Location = new System.Drawing.Point(93, 16);
this.txtLH1.Name = "txtLH1";
this.txtLH1.Size = new System.Drawing.Size(88, 24);
this.txtLH1.TabIndex = 13;
//
// txtTemp1
//
this.txtTemp1.Enabled = false;
this.txtTemp1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold);
this.txtTemp1.Location = new System.Drawing.Point(271, 16);
this.txtTemp1.MaxLength = 4;
this.txtTemp1.Name = "txtTemp1";
this.txtTemp1.Size = new System.Drawing.Size(88, 24);
this.txtTemp1.TabIndex = 17;
this.txtTemp1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTemp1_KeyPress);
//
// ZL3
//
this.ZL3.AutoSize = true;
this.ZL3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ZL3.Location = new System.Drawing.Point(21, 81);
this.ZL3.Name = "ZL3";
this.ZL3.Size = new System.Drawing.Size(71, 19);
this.ZL3.TabIndex = 12;
this.ZL3.TabStop = true;
this.ZL3.Text = "3#转炉";
this.ZL3.UseVisualStyleBackColor = true;
//
// ZL2
//
this.ZL2.AutoSize = true;
this.ZL2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ZL2.Location = new System.Drawing.Point(21, 50);
this.ZL2.Name = "ZL2";
this.ZL2.Size = new System.Drawing.Size(71, 19);
this.ZL2.TabIndex = 11;
this.ZL2.TabStop = true;
this.ZL2.Text = "2#转炉";
this.ZL2.UseVisualStyleBackColor = true;
//
// ultraLabel3
//
this.ultraLabel3.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraLabel3.Location = new System.Drawing.Point(199, 82);
this.ultraLabel3.Name = "ultraLabel3";
this.ultraLabel3.Size = new System.Drawing.Size(67, 17);
this.ultraLabel3.TabIndex = 12;
this.ultraLabel3.Text = "铸机要温";
//
// ZL1
//
this.ZL1.AutoSize = true;
this.ZL1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ZL1.Location = new System.Drawing.Point(21, 19);
this.ZL1.Name = "ZL1";
this.ZL1.Size = new System.Drawing.Size(71, 19);
this.ZL1.TabIndex = 10;
this.ZL1.TabStop = true;
this.ZL1.Text = "1#转炉";
this.ZL1.UseVisualStyleBackColor = true;
//
// ultraLabel2
//
this.ultraLabel2.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraLabel2.Location = new System.Drawing.Point(199, 51);
this.ultraLabel2.Name = "ultraLabel2";
this.ultraLabel2.Size = new System.Drawing.Size(67, 17);
this.ultraLabel2.TabIndex = 11;
this.ultraLabel2.Text = "铸机要温";
//
// ultraLabel1
//
this.ultraLabel1.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraLabel1.Location = new System.Drawing.Point(199, 20);
this.ultraLabel1.Name = "ultraLabel1";
this.ultraLabel1.Size = new System.Drawing.Size(67, 17);
this.ultraLabel1.TabIndex = 10;
this.ultraLabel1.Text = "铸机要温";
//
// frmCCMPlanTemperaTure
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(387, 155);
this.Controls.Add(this.ultraGroupBox2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmCCMPlanTemperaTure";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "连铸机要温";
this.Load += new System.EventHandler(this.frmCCMPlanTemperaTure_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
this.ultraGroupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnNo;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private System.Windows.Forms.TextBox txtLH3;
private System.Windows.Forms.TextBox txtLH2;
private System.Windows.Forms.TextBox txtLH1;
private System.Windows.Forms.RadioButton ZL3;
private System.Windows.Forms.RadioButton ZL2;
private System.Windows.Forms.RadioButton ZL1;
private Infragistics.Win.Misc.UltraLabel ultraLabel3;
private Infragistics.Win.Misc.UltraLabel ultraLabel2;
private Infragistics.Win.Misc.UltraLabel ultraLabel1;
private System.Windows.Forms.TextBox txtTemp3;
private System.Windows.Forms.TextBox txtTemp2;
private System.Windows.Forms.TextBox txtTemp1;
}
}