namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmZEROCL
{
///
/// 必需的设计器变量。
///
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()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
this.btnclose = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.txtWidth = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.tbDM = new System.Windows.Forms.TextBox();
this.labDM = new System.Windows.Forms.Label();
this.cmbCCM = new System.Windows.Forms.ComboBox();
this.lab_CcmNo = new System.Windows.Forms.Label();
this.ucmbStatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ucmbPos = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.tbCurrStatus = new System.Windows.Forms.TextBox();
this.tbCurrPos = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ucmbStatus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ucmbPos)).BeginInit();
this.SuspendLayout();
//
// btnclose
//
this.btnclose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnclose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnclose.Location = new System.Drawing.Point(115, 131);
this.btnclose.Name = "btnclose";
this.btnclose.Size = new System.Drawing.Size(63, 24);
this.btnclose.TabIndex = 2;
this.btnclose.Text = "关闭";
this.btnclose.UseVisualStyleBackColor = true;
this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
//
// btnOK
//
this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.Location = new System.Drawing.Point(36, 131);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(63, 24);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// ultraGroupBox1
//
this.ultraGroupBox1.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
this.ultraGroupBox1.Controls.Add(this.txtWidth);
this.ultraGroupBox1.Controls.Add(this.label11);
this.ultraGroupBox1.Controls.Add(this.tbDM);
this.ultraGroupBox1.Controls.Add(this.labDM);
this.ultraGroupBox1.Controls.Add(this.cmbCCM);
this.ultraGroupBox1.Controls.Add(this.lab_CcmNo);
this.ultraGroupBox1.Controls.Add(this.ucmbStatus);
this.ultraGroupBox1.Controls.Add(this.btnclose);
this.ultraGroupBox1.Controls.Add(this.ucmbPos);
this.ultraGroupBox1.Controls.Add(this.btnOK);
this.ultraGroupBox1.Controls.Add(this.tbCurrStatus);
this.ultraGroupBox1.Controls.Add(this.tbCurrPos);
this.ultraGroupBox1.Controls.Add(this.label2);
this.ultraGroupBox1.Controls.Add(this.label1);
this.ultraGroupBox1.Controls.Add(this.label5);
this.ultraGroupBox1.Controls.Add(this.label4);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(221, 157);
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.Text = "[]-段位[]";
//
// txtWidth
//
this.txtWidth.AcceptsReturn = true;
this.txtWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtWidth.Location = new System.Drawing.Point(135, 101);
this.txtWidth.Name = "txtWidth";
this.txtWidth.Size = new System.Drawing.Size(64, 21);
this.txtWidth.TabIndex = 289;
this.txtWidth.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtWidth_KeyPress);
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.Location = new System.Drawing.Point(113, 104);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(11, 12);
this.label11.TabIndex = 288;
this.label11.Text = "X";
//
// tbDM
//
this.tbDM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbDM.Location = new System.Drawing.Point(47, 101);
this.tbDM.Name = "tbDM";
this.tbDM.Size = new System.Drawing.Size(55, 21);
this.tbDM.TabIndex = 287;
this.tbDM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbDM_KeyPress);
//
// labDM
//
this.labDM.AutoSize = true;
this.labDM.BackColor = System.Drawing.Color.Transparent;
this.labDM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labDM.Location = new System.Drawing.Point(12, 107);
this.labDM.Name = "labDM";
this.labDM.Size = new System.Drawing.Size(29, 12);
this.labDM.TabIndex = 286;
this.labDM.Text = "断面";
//
// cmbCCM
//
this.cmbCCM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbCCM.FormattingEnabled = true;
this.cmbCCM.Items.AddRange(new object[] {
"1#连铸机",
"2#连铸机"});
this.cmbCCM.Location = new System.Drawing.Point(47, 21);
this.cmbCCM.Name = "cmbCCM";
this.cmbCCM.Size = new System.Drawing.Size(152, 20);
this.cmbCCM.TabIndex = 285;
//
// lab_CcmNo
//
this.lab_CcmNo.AutoSize = true;
this.lab_CcmNo.BackColor = System.Drawing.Color.Transparent;
this.lab_CcmNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lab_CcmNo.Location = new System.Drawing.Point(11, 24);
this.lab_CcmNo.Name = "lab_CcmNo";
this.lab_CcmNo.Size = new System.Drawing.Size(29, 12);
this.lab_CcmNo.TabIndex = 284;
this.lab_CcmNo.Text = "铸机";
//
// ucmbStatus
//
appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance1.BorderColor = System.Drawing.Color.Black;
this.ucmbStatus.Appearance = appearance1;
this.ucmbStatus.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ucmbStatus.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.ucmbStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem1.DataValue = "1";
valueListItem1.DisplayText = "备用";
valueListItem2.DataValue = "2";
valueListItem2.DisplayText = "上线";
valueListItem3.DataValue = "3";
valueListItem3.DisplayText = "下线";
valueListItem4.DataValue = "4";
valueListItem4.DisplayText = "维修";
this.ucmbStatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2,
valueListItem3,
valueListItem4});
this.ucmbStatus.Location = new System.Drawing.Point(135, 76);
this.ucmbStatus.Name = "ucmbStatus";
this.ucmbStatus.Size = new System.Drawing.Size(64, 19);
this.ucmbStatus.TabIndex = 283;
this.ucmbStatus.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// ucmbPos
//
appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance3.BorderColor = System.Drawing.Color.Black;
this.ucmbPos.Appearance = appearance3;
this.ucmbPos.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ucmbPos.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.ucmbPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem10.DataValue = "1";
valueListItem10.DisplayText = "S1";
valueListItem11.DataValue = "2";
valueListItem11.DisplayText = "S2";
valueListItem12.DataValue = "3";
valueListItem12.DisplayText = "S3";
valueListItem13.DataValue = "4";
valueListItem13.DisplayText = "S4";
valueListItem14.DataValue = "5";
valueListItem14.DisplayText = "S5";
this.ucmbPos.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem10,
valueListItem11,
valueListItem12,
valueListItem13,
valueListItem14});
this.ucmbPos.Location = new System.Drawing.Point(135, 47);
this.ucmbPos.Name = "ucmbPos";
this.ucmbPos.Size = new System.Drawing.Size(64, 19);
this.ucmbPos.TabIndex = 282;
this.ucmbPos.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// tbCurrStatus
//
this.tbCurrStatus.BackColor = System.Drawing.SystemColors.Control;
this.tbCurrStatus.Enabled = false;
this.tbCurrStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbCurrStatus.Location = new System.Drawing.Point(47, 75);
this.tbCurrStatus.Name = "tbCurrStatus";
this.tbCurrStatus.ReadOnly = true;
this.tbCurrStatus.Size = new System.Drawing.Size(55, 21);
this.tbCurrStatus.TabIndex = 0;
this.tbCurrStatus.Text = " ";
//
// tbCurrPos
//
this.tbCurrPos.BackColor = System.Drawing.SystemColors.Control;
this.tbCurrPos.Enabled = false;
this.tbCurrPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbCurrPos.Location = new System.Drawing.Point(47, 46);
this.tbCurrPos.Name = "tbCurrPos";
this.tbCurrPos.ReadOnly = true;
this.tbCurrPos.Size = new System.Drawing.Size(55, 21);
this.tbCurrPos.TabIndex = 2;
this.tbCurrPos.Text = " ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(11, 79);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 0;
this.label2.Text = "状态";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(11, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "流号";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(108, 79);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 0;
this.label5.Text = "=〉";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(108, 50);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 0;
this.label4.Text = "=〉";
//
// FrmZEROCL
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Gainsboro;
this.CancelButton = this.btnclose;
this.ClientSize = new System.Drawing.Size(221, 157);
this.Controls.Add(this.ultraGroupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmZEROCL";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "";
this.Load += new System.EventHandler(this.FrmCL_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ucmbStatus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ucmbPos)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnclose;
private System.Windows.Forms.Button btnOK;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private System.Windows.Forms.TextBox tbCurrStatus;
private System.Windows.Forms.TextBox tbCurrPos;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbPos;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbStatus;
private System.Windows.Forms.Label lab_CcmNo;
private System.Windows.Forms.ComboBox cmbCCM;
private System.Windows.Forms.Label labDM;
private System.Windows.Forms.TextBox txtWidth;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tbDM;
}
}