You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
6.8 KiB
C#
141 lines
6.8 KiB
C#
namespace Estsh.Client
|
|
{
|
|
partial class FrmReTerminal
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.lbStage = new System.Windows.Forms.Label();
|
|
this.cmbStage = new System.Windows.Forms.ComboBox();
|
|
this.cmbTerminal = new System.Windows.Forms.ComboBox();
|
|
this.lbTerminal = new System.Windows.Forms.Label();
|
|
this.btOK = new System.Windows.Forms.Button();
|
|
this.btCancel = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// lbStage
|
|
//
|
|
this.lbStage.AutoSize = true;
|
|
this.lbStage.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbStage.ForeColor = System.Drawing.Color.Black;
|
|
this.lbStage.Location = new System.Drawing.Point(49, 45);
|
|
this.lbStage.Name = "lbStage";
|
|
this.lbStage.Size = new System.Drawing.Size(49, 20);
|
|
this.lbStage.TabIndex = 0;
|
|
this.lbStage.Text = "区段";
|
|
//
|
|
// cmbStage
|
|
//
|
|
this.cmbStage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.cmbStage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbStage.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cmbStage.FormattingEnabled = true;
|
|
this.cmbStage.ItemHeight = 24;
|
|
this.cmbStage.Location = new System.Drawing.Point(111, 37);
|
|
this.cmbStage.Name = "cmbStage";
|
|
this.cmbStage.Size = new System.Drawing.Size(218, 32);
|
|
this.cmbStage.TabIndex = 1;
|
|
this.cmbStage.SelectionChangeCommitted += new System.EventHandler(this.cmbStage_SelectionChangeCommitted);
|
|
//
|
|
// cmbTerminal
|
|
//
|
|
this.cmbTerminal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.cmbTerminal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbTerminal.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cmbTerminal.FormattingEnabled = true;
|
|
this.cmbTerminal.Location = new System.Drawing.Point(111, 92);
|
|
this.cmbTerminal.Name = "cmbTerminal";
|
|
this.cmbTerminal.Size = new System.Drawing.Size(218, 32);
|
|
this.cmbTerminal.TabIndex = 3;
|
|
//
|
|
// lbTerminal
|
|
//
|
|
this.lbTerminal.AutoSize = true;
|
|
this.lbTerminal.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbTerminal.ForeColor = System.Drawing.Color.Black;
|
|
this.lbTerminal.Location = new System.Drawing.Point(49, 98);
|
|
this.lbTerminal.Name = "lbTerminal";
|
|
this.lbTerminal.Size = new System.Drawing.Size(49, 20);
|
|
this.lbTerminal.TabIndex = 2;
|
|
this.lbTerminal.Text = "工位";
|
|
//
|
|
// btOK
|
|
//
|
|
this.btOK.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.btOK.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btOK.ForeColor = System.Drawing.Color.Black;
|
|
this.btOK.Location = new System.Drawing.Point(76, 152);
|
|
this.btOK.Name = "btOK";
|
|
this.btOK.Size = new System.Drawing.Size(84, 38);
|
|
this.btOK.TabIndex = 4;
|
|
this.btOK.Text = "确认";
|
|
this.btOK.UseVisualStyleBackColor = false;
|
|
this.btOK.Click += new System.EventHandler(this.btOK_Click);
|
|
//
|
|
// btCancel
|
|
//
|
|
this.btCancel.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.btCancel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btCancel.ForeColor = System.Drawing.Color.Black;
|
|
this.btCancel.Location = new System.Drawing.Point(245, 152);
|
|
this.btCancel.Name = "btCancel";
|
|
this.btCancel.Size = new System.Drawing.Size(84, 38);
|
|
this.btCancel.TabIndex = 5;
|
|
this.btCancel.Text = "取消";
|
|
this.btCancel.UseVisualStyleBackColor = false;
|
|
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
|
//
|
|
// FrmReTerminal
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(400, 222);
|
|
this.Controls.Add(this.btCancel);
|
|
this.Controls.Add(this.btOK);
|
|
this.Controls.Add(this.cmbTerminal);
|
|
this.Controls.Add(this.lbTerminal);
|
|
this.Controls.Add(this.cmbStage);
|
|
this.Controls.Add(this.lbStage);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
this.Name = "FrmReTerminal";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "切换工位";
|
|
this.Load += new System.EventHandler(this.FrmReTerminal_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lbStage;
|
|
private System.Windows.Forms.ComboBox cmbStage;
|
|
private System.Windows.Forms.ComboBox cmbTerminal;
|
|
private System.Windows.Forms.Label lbTerminal;
|
|
private System.Windows.Forms.Button btOK;
|
|
private System.Windows.Forms.Button btCancel;
|
|
}
|
|
} |