| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253 |
- namespace Core.LgMes.Client.LgJobMgt
- {
- partial class frmCCMPlanTemperaTure
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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;
- }
- }
|