namespace WCS_Client.Frm
{
partial class FrmCMByWorkShop
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.lblWorkShopNO = new System.Windows.Forms.Label();
this.lblProLine = new System.Windows.Forms.Label();
this.cmbWorkShopNO = new System.Windows.Forms.ComboBox();
this.cmbProLine = new System.Windows.Forms.ComboBox();
this.btnSave = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblWorkShopNO
//
this.lblWorkShopNO.AutoSize = true;
this.lblWorkShopNO.Location = new System.Drawing.Point(82, 49);
this.lblWorkShopNO.Name = "lblWorkShopNO";
this.lblWorkShopNO.Size = new System.Drawing.Size(82, 15);
this.lblWorkShopNO.TabIndex = 0;
this.lblWorkShopNO.Text = "车间编号:";
//
// lblProLine
//
this.lblProLine.AutoSize = true;
this.lblProLine.Location = new System.Drawing.Point(82, 108);
this.lblProLine.Name = "lblProLine";
this.lblProLine.Size = new System.Drawing.Size(52, 15);
this.lblProLine.TabIndex = 1;
this.lblProLine.Text = "生产线";
//
// cmbWorkShopNO
//
this.cmbWorkShopNO.FormattingEnabled = true;
this.cmbWorkShopNO.Location = new System.Drawing.Point(167, 46);
this.cmbWorkShopNO.Name = "cmbWorkShopNO";
this.cmbWorkShopNO.Size = new System.Drawing.Size(202, 23);
this.cmbWorkShopNO.TabIndex = 2;
//
// cmbProLine
//
this.cmbProLine.FormattingEnabled = true;
this.cmbProLine.Location = new System.Drawing.Point(167, 105);
this.cmbProLine.Name = "cmbProLine";
this.cmbProLine.Size = new System.Drawing.Size(202, 23);
this.cmbProLine.TabIndex = 3;
this.cmbProLine.DropDown += new System.EventHandler(this.cmbProLine_DropDown);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(167, 185);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(294, 185);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// FrmCMByWorkShop
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(522, 266);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.cmbProLine);
this.Controls.Add(this.cmbWorkShopNO);
this.Controls.Add(this.lblProLine);
this.Controls.Add(this.lblWorkShopNO);
this.Name = "FrmCMByWorkShop";
this.Text = "FrmCMByWorkShop";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblWorkShopNO;
private System.Windows.Forms.Label lblProLine;
private System.Windows.Forms.ComboBox cmbWorkShopNO;
private System.Windows.Forms.ComboBox cmbProLine;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnCancel;
}
}