using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Mesnac.Action.ChemicalWeighing.LjPlanning { partial class FrmPlanning { /// /// Required designer variable. /// private 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.label3 = new System.Windows.Forms.Label(); this.DrpFormula = new System.Windows.Forms.ComboBox(); this.txtCarNumber = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.txtName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cbClass = new System.Windows.Forms.ComboBox(); this.cbUnit = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(113, 107); this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 12); this.label3.TabIndex = 49; this.label3.Text = "配方:"; // // DrpFormula // this.DrpFormula.FormattingEnabled = true; this.DrpFormula.Location = new System.Drawing.Point(156, 104); this.DrpFormula.Name = "DrpFormula"; this.DrpFormula.Size = new System.Drawing.Size(129, 20); this.DrpFormula.TabIndex = 52; this.DrpFormula.SelectedIndexChanged += new System.EventHandler(this.DrpProductLine_SelectedIndexChanged); // // txtCarNumber // this.txtCarNumber.Location = new System.Drawing.Point(156, 141); this.txtCarNumber.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.txtCarNumber.MaxLength = 100; this.txtCarNumber.Name = "txtCarNumber"; this.txtCarNumber.Size = new System.Drawing.Size(129, 21); this.txtCarNumber.TabIndex = 55; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(111, 144); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 12); this.label2.TabIndex = 54; this.label2.Text = "车次:"; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(213, 262); this.btnCancel.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(98, 45); this.btnCancel.TabIndex = 60; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(91, 262); this.btnOK.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(98, 45); this.btnOK.TabIndex = 59; this.btnOK.Text = "保存"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // txtName // this.txtName.Location = new System.Drawing.Point(156, 69); this.txtName.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.txtName.MaxLength = 100; this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(129, 21); this.txtName.TabIndex = 62; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(89, 72); this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 12); this.label1.TabIndex = 61; this.label1.Text = "计划名称:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(111, 182); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 12); this.label4.TabIndex = 49; this.label4.Text = "班次:"; // // cbClass // this.cbClass.FormattingEnabled = true; this.cbClass.Location = new System.Drawing.Point(156, 179); this.cbClass.Name = "cbClass"; this.cbClass.Size = new System.Drawing.Size(129, 20); this.cbClass.TabIndex = 52; this.cbClass.SelectedIndexChanged += new System.EventHandler(this.DrpProductLine_SelectedIndexChanged); // // cbUnit // this.cbUnit.FormattingEnabled = true; this.cbUnit.Location = new System.Drawing.Point(156, 217); this.cbUnit.Name = "cbUnit"; this.cbUnit.Size = new System.Drawing.Size(129, 20); this.cbUnit.TabIndex = 64; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(111, 220); this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 12); this.label5.TabIndex = 63; this.label5.Text = "产线:"; // // FrmPlanning // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(417, 394); this.Controls.Add(this.cbUnit); this.Controls.Add(this.label5); this.Controls.Add(this.txtName); this.Controls.Add(this.label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.txtCarNumber); this.Controls.Add(this.label2); this.Controls.Add(this.cbClass); this.Controls.Add(this.label4); this.Controls.Add(this.DrpFormula); this.Controls.Add(this.label3); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "FrmPlanning"; this.Text = "计划管理"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label3; private System.Windows.Forms.ComboBox DrpFormula; private TextBox txtCarNumber; private Label label2; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private TextBox txtName; private Label label1; private Label label4; private ComboBox cbClass; private ComboBox cbUnit; private Label label5; } }