namespace APSM
|
{
|
partial class K3_ICMOSetWorkCenterList_OrderLevDlg
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(K3_ICMOSetWorkCenterList_OrderLevDlg));
|
this.cmdHOrderLevID = new System.Windows.Forms.Button();
|
this.txtHOrderLevID = new System.Windows.Forms.TextBox();
|
this.label16 = new System.Windows.Forms.Label();
|
this.qr = new System.Windows.Forms.Button();
|
this.qx = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// cmdHOrderLevID
|
//
|
this.cmdHOrderLevID.BackColor = System.Drawing.Color.Transparent;
|
this.cmdHOrderLevID.Image = ((System.Drawing.Image)(resources.GetObject("cmdHOrderLevID.Image")));
|
this.cmdHOrderLevID.ImageAlign = System.Drawing.ContentAlignment.TopRight;
|
this.cmdHOrderLevID.Location = new System.Drawing.Point(248, 38);
|
this.cmdHOrderLevID.Name = "cmdHOrderLevID";
|
this.cmdHOrderLevID.Size = new System.Drawing.Size(22, 22);
|
this.cmdHOrderLevID.TabIndex = 82;
|
this.cmdHOrderLevID.UseVisualStyleBackColor = false;
|
this.cmdHOrderLevID.Click += new System.EventHandler(this.cmdHOrderLevID_Click);
|
//
|
// txtHOrderLevID
|
//
|
this.txtHOrderLevID.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.txtHOrderLevID.Location = new System.Drawing.Point(90, 39);
|
this.txtHOrderLevID.Name = "txtHOrderLevID";
|
this.txtHOrderLevID.Size = new System.Drawing.Size(155, 21);
|
this.txtHOrderLevID.TabIndex = 81;
|
this.txtHOrderLevID.Tag = "0";
|
this.txtHOrderLevID.TextChanged += new System.EventHandler(this.txtHOrderLevID_TextChanged);
|
//
|
// label16
|
//
|
this.label16.AutoSize = true;
|
this.label16.ForeColor = System.Drawing.Color.Black;
|
this.label16.Location = new System.Drawing.Point(28, 41);
|
this.label16.Name = "label16";
|
this.label16.Size = new System.Drawing.Size(53, 12);
|
this.label16.TabIndex = 80;
|
this.label16.Text = "订单等级";
|
//
|
// qr
|
//
|
this.qr.Location = new System.Drawing.Point(144, 129);
|
this.qr.Name = "qr";
|
this.qr.Size = new System.Drawing.Size(65, 23);
|
this.qr.TabIndex = 83;
|
this.qr.Text = "确认";
|
this.qr.UseVisualStyleBackColor = true;
|
this.qr.Click += new System.EventHandler(this.qr_Click);
|
//
|
// qx
|
//
|
this.qx.Location = new System.Drawing.Point(229, 129);
|
this.qx.Name = "qx";
|
this.qx.Size = new System.Drawing.Size(61, 23);
|
this.qx.TabIndex = 84;
|
this.qx.Text = "取消";
|
this.qx.UseVisualStyleBackColor = true;
|
this.qx.Click += new System.EventHandler(this.qx_Click);
|
//
|
// K3_ICMOSetWorkCenterList_OrderLevDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(302, 164);
|
this.Controls.Add(this.qx);
|
this.Controls.Add(this.qr);
|
this.Controls.Add(this.cmdHOrderLevID);
|
this.Controls.Add(this.txtHOrderLevID);
|
this.Controls.Add(this.label16);
|
this.Name = "K3_ICMOSetWorkCenterList_OrderLevDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "订单等级";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button cmdHOrderLevID;
|
private System.Windows.Forms.TextBox txtHOrderLevID;
|
private System.Windows.Forms.Label label16;
|
private System.Windows.Forms.Button qr;
|
private System.Windows.Forms.Button qx;
|
}
|
}
|