123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- namespace WCS_Client.Frm
- {
- partial class FrmCMByWorkShop
- {
- /// <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.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.Items.AddRange(new object[] {
- "205"});
- 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, 34);
- 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, 34);
- 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;
- }
- }
|