| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmVT
- {
- /// <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.btnclose = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.label1 = new System.Windows.Forms.Label();
- this.cmbPStion = new System.Windows.Forms.ComboBox();
- this.txtCurrStatus = new System.Windows.Forms.TextBox();
- this.cmbStatus = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- 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(149, 96);
- 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(70, 96);
- 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.label1);
- this.ultraGroupBox1.Controls.Add(this.cmbPStion);
- this.ultraGroupBox1.Controls.Add(this.txtCurrStatus);
- this.ultraGroupBox1.Controls.Add(this.btnclose);
- this.ultraGroupBox1.Controls.Add(this.cmbStatus);
- this.ultraGroupBox1.Controls.Add(this.btnOK);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.label5);
- 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(288, 141);
- this.ultraGroupBox1.TabIndex = 0;
- this.ultraGroupBox1.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(183, 49);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(29, 12);
- this.label1.TabIndex = 4;
- this.label1.Text = "=〉";
- //
- // cmbPStion
- //
- this.cmbPStion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbPStion.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbPStion.FormattingEnabled = true;
- this.cmbPStion.Items.AddRange(new object[] {
- "1#工位",
- "2#工位"});
- this.cmbPStion.Location = new System.Drawing.Point(212, 45);
- this.cmbPStion.Name = "cmbPStion";
- this.cmbPStion.Size = new System.Drawing.Size(64, 20);
- this.cmbPStion.TabIndex = 3;
- //
- // 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(36, 45);
- this.txtCurrStatus.Name = "txtCurrStatus";
- this.txtCurrStatus.ReadOnly = true;
- this.txtCurrStatus.Size = new System.Drawing.Size(55, 21);
- this.txtCurrStatus.TabIndex = 0;
- this.txtCurrStatus.Text = " ";
- //
- // cmbStatus
- //
- this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbStatus.FormattingEnabled = true;
- this.cmbStatus.Items.AddRange(new object[] {
- "备用",
- "上线",
- "下线",
- "烘烤"});
- this.cmbStatus.Location = new System.Drawing.Point(118, 45);
- this.cmbStatus.Name = "cmbStatus";
- this.cmbStatus.Size = new System.Drawing.Size(64, 20);
- this.cmbStatus.TabIndex = 1;
- //
- // 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(6, 49);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(29, 12);
- this.label2.TabIndex = 0;
- this.label2.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(92, 49);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(29, 12);
- this.label5.TabIndex = 0;
- this.label5.Text = "=〉";
- //
- // FrmVT
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.CancelButton = this.btnclose;
- this.ClientSize = new System.Drawing.Size(288, 141);
- this.Controls.Add(this.ultraGroupBox1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmVT";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "槽车设置";
- this.Load += new System.EventHandler(this.FrmVT_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- 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.ComboBox cmbStatus;
- private System.Windows.Forms.TextBox txtCurrStatus;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox cmbPStion;
- }
- }
|