namespace Core.LgMes.Client.LgDeviceManager
{
partial class FrmTD
{
///
/// 必需的设计器变量。
///
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 appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem6 = 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.ucmeStatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.ucmePos = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.txtCurrStatus = new System.Windows.Forms.TextBox();
this.txtCurrPos = 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();
this.cmbCCM = new System.Windows.Forms.ComboBox();
this.lab_CcmNo = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ucmeStatus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ucmePos)).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(125, 110);
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(46, 110);
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.cmbCCM);
this.ultraGroupBox1.Controls.Add(this.lab_CcmNo);
this.ultraGroupBox1.Controls.Add(this.ucmeStatus);
this.ultraGroupBox1.Controls.Add(this.btnclose);
this.ultraGroupBox1.Controls.Add(this.ucmePos);
this.ultraGroupBox1.Controls.Add(this.btnOK);
this.ultraGroupBox1.Controls.Add(this.txtCurrStatus);
this.ultraGroupBox1.Controls.Add(this.txtCurrPos);
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(230, 141);
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.Text = "[]-中间包[]";
//
// ucmeStatus
//
appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance1.BorderColor = System.Drawing.Color.Black;
this.ucmeStatus.Appearance = appearance1;
this.ucmeStatus.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ucmeStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem1.DataValue = "0";
valueListItem1.DisplayText = "备用";
valueListItem2.DataValue = "1";
valueListItem2.DisplayText = "等待位";
valueListItem3.DataValue = "2";
valueListItem3.DisplayText = "浇铸位";
valueListItem4.DataValue = "3";
valueListItem4.DisplayText = "下线";
this.ucmeStatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2,
valueListItem3,
valueListItem4});
this.ucmeStatus.Location = new System.Drawing.Point(143, 77);
this.ucmeStatus.Name = "ucmeStatus";
this.ucmeStatus.Size = new System.Drawing.Size(64, 19);
this.ucmeStatus.TabIndex = 314;
this.ucmeStatus.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// ucmePos
//
appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance2.BorderColor = System.Drawing.Color.Black;
this.ucmePos.Appearance = appearance2;
this.ucmePos.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ucmePos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
valueListItem5.DataValue = "0";
valueListItem5.DisplayText = "南";
valueListItem6.DataValue = "1";
valueListItem6.DisplayText = "北";
this.ucmePos.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem5,
valueListItem6});
this.ucmePos.Location = new System.Drawing.Point(143, 48);
this.ucmePos.Name = "ucmePos";
this.ucmePos.Size = new System.Drawing.Size(64, 19);
this.ucmePos.TabIndex = 313;
this.ucmePos.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
//
// txtCurrStatus
//
this.txtCurrStatus.BackColor = System.Drawing.SystemColors.Control;
this.txtCurrStatus.Enabled = false;
this.txtCurrStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCurrStatus.Location = new System.Drawing.Point(55, 76);
this.txtCurrStatus.Name = "txtCurrStatus";
this.txtCurrStatus.ReadOnly = true;
this.txtCurrStatus.Size = new System.Drawing.Size(55, 21);
this.txtCurrStatus.TabIndex = 3;
this.txtCurrStatus.Text = " ";
//
// txtCurrPos
//
this.txtCurrPos.BackColor = System.Drawing.SystemColors.Control;
this.txtCurrPos.Enabled = false;
this.txtCurrPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCurrPos.Location = new System.Drawing.Point(55, 47);
this.txtCurrPos.Name = "txtCurrPos";
this.txtCurrPos.ReadOnly = true;
this.txtCurrPos.Size = new System.Drawing.Size(55, 21);
this.txtCurrPos.TabIndex = 1;
this.txtCurrPos.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(19, 80);
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(19, 51);
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(116, 80);
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(116, 51);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 0;
this.label4.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#连铸机",
"3#连铸机"});
this.cmbCCM.Location = new System.Drawing.Point(55, 22);
this.cmbCCM.Name = "cmbCCM";
this.cmbCCM.Size = new System.Drawing.Size(152, 20);
this.cmbCCM.TabIndex = 316;
//
// 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(20, 27);
this.lab_CcmNo.Name = "lab_CcmNo";
this.lab_CcmNo.Size = new System.Drawing.Size(29, 12);
this.lab_CcmNo.TabIndex = 315;
this.lab_CcmNo.Text = "铸机";
//
// FrmTD
//
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(230, 141);
this.Controls.Add(this.ultraGroupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmTD";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "中间包设置";
this.Load += new System.EventHandler(this.FrmTD_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ucmeStatus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ucmePos)).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 txtCurrStatus;
private System.Windows.Forms.TextBox txtCurrPos;
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 ucmePos;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeStatus;
private System.Windows.Forms.ComboBox cmbCCM;
private System.Windows.Forms.Label lab_CcmNo;
}
}