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(77, 104); this.label3.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 18); this.label3.TabIndex = 49; this.label3.Text = "配方:"; // // DrpFormula // this.DrpFormula.FormattingEnabled = true; this.DrpFormula.Location = new System.Drawing.Point(160, 96); this.DrpFormula.Margin = new System.Windows.Forms.Padding(4); this.DrpFormula.Name = "DrpFormula"; this.DrpFormula.Size = new System.Drawing.Size(192, 26); this.DrpFormula.TabIndex = 52; this.DrpFormula.SelectedIndexChanged += new System.EventHandler(this.DrpProductLine_SelectedIndexChanged); // // txtCarNumber // this.txtCarNumber.Location = new System.Drawing.Point(160, 162); this.txtCarNumber.Margin = new System.Windows.Forms.Padding(8); this.txtCarNumber.MaxLength = 100; this.txtCarNumber.Name = "txtCarNumber"; this.txtCarNumber.Size = new System.Drawing.Size(192, 28); this.txtCarNumber.TabIndex = 55; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(77, 172); this.label2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 18); this.label2.TabIndex = 54; this.label2.Text = "车次:"; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(243, 413); this.btnCancel.Margin = new System.Windows.Forms.Padding(8); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(147, 68); 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(64, 413); this.btnOK.Margin = new System.Windows.Forms.Padding(8); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(147, 68); 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(160, 46); this.txtName.Margin = new System.Windows.Forms.Padding(8); this.txtName.MaxLength = 100; this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(192, 28); this.txtName.TabIndex = 62; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(61, 50); this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 18); this.label1.TabIndex = 61; this.label1.Text = "计划名称:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(77, 231); this.label4.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 18); this.label4.TabIndex = 49; this.label4.Text = "班次:"; // // cbClass // this.cbClass.FormattingEnabled = true; this.cbClass.Location = new System.Drawing.Point(160, 223); this.cbClass.Margin = new System.Windows.Forms.Padding(4); this.cbClass.Name = "cbClass"; this.cbClass.Size = new System.Drawing.Size(192, 26); 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(160, 300); this.cbUnit.Margin = new System.Windows.Forms.Padding(4); this.cbUnit.Name = "cbUnit"; this.cbUnit.Size = new System.Drawing.Size(192, 26); this.cbUnit.TabIndex = 64; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(77, 308); this.label5.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 18); this.label5.TabIndex = 63; this.label5.Text = "产线:"; // // FrmPlanning // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(550, 633); 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.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; } }