123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
-
- namespace WCS_Client.Frm
- {
- partial class FrmAddWorkshopTask
- {
- /// <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.label6 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnUpdateP = new System.Windows.Forms.Button();
- this.cbworkshopno = new System.Windows.Forms.ComboBox();
- this.cbprolineno = new System.Windows.Forms.ComboBox();
- this.SuspendLayout();
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(103, 81);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(60, 15);
- this.label6.TabIndex = 28;
- this.label6.Text = "生产线:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(88, 34);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(75, 15);
- this.label3.TabIndex = 26;
- this.label3.Text = "车间编号:";
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(295, 153);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(100, 29);
- this.btnCancel.TabIndex = 37;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
- //
- // btnUpdateP
- //
- this.btnUpdateP.Location = new System.Drawing.Point(145, 153);
- this.btnUpdateP.Margin = new System.Windows.Forms.Padding(4);
- this.btnUpdateP.Name = "btnUpdateP";
- this.btnUpdateP.Size = new System.Drawing.Size(100, 29);
- this.btnUpdateP.TabIndex = 36;
- this.btnUpdateP.Text = "提交";
- this.btnUpdateP.UseVisualStyleBackColor = true;
- this.btnUpdateP.Click += new System.EventHandler(this.btnUpdateP_Click_1);
- //
- // cbworkshopno
- //
- this.cbworkshopno.FormattingEnabled = true;
- this.cbworkshopno.Items.AddRange(new object[] {
- "4",
- "5",
- "6",
- "7",
- "18"});
- this.cbworkshopno.Location = new System.Drawing.Point(179, 31);
- this.cbworkshopno.Name = "cbworkshopno";
- this.cbworkshopno.Size = new System.Drawing.Size(204, 23);
- this.cbworkshopno.TabIndex = 38;
- //
- // cbprolineno
- //
- this.cbprolineno.FormattingEnabled = true;
- this.cbprolineno.Location = new System.Drawing.Point(179, 78);
- this.cbprolineno.Name = "cbprolineno";
- this.cbprolineno.Size = new System.Drawing.Size(204, 23);
- this.cbprolineno.TabIndex = 39;
- this.cbprolineno.DropDown += new System.EventHandler(this.cbprolineno_DropDown);
- //
- // FrmAddWorkshopTask
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(521, 220);
- this.Controls.Add(this.cbprolineno);
- this.Controls.Add(this.cbworkshopno);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnUpdateP);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label3);
- this.DoubleBuffered = true;
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "FrmAddWorkshopTask";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "车间叫料";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnUpdateP;
- private System.Windows.Forms.ComboBox cbworkshopno;
- private System.Windows.Forms.ComboBox cbprolineno;
- }
- }
|