namespace Mesnac.Action.ChemicalWeighing.Product.PptPlan { partial class FrmPlan { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbRecipeMaterial = new System.Windows.Forms.ComboBox(); this.txtCarNumber = new System.Windows.Forms.TextBox(); this.btnOk = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comRunType = new System.Windows.Forms.ComboBox(); this.label14 = new System.Windows.Forms.Label(); this.cmbRecipeId = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtGrid = new System.Windows.Forms.TextBox(); this.txtNumber = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(10, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 19); this.label1.TabIndex = 0; this.label1.Text = "配方名称"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(10, 160); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 19); this.label3.TabIndex = 1; this.label3.Text = "车 数"; // // cmbRecipeMaterial // this.cmbRecipeMaterial.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbRecipeMaterial.FormattingEnabled = true; this.cmbRecipeMaterial.Location = new System.Drawing.Point(122, 21); this.cmbRecipeMaterial.Name = "cmbRecipeMaterial"; this.cmbRecipeMaterial.Size = new System.Drawing.Size(278, 27); this.cmbRecipeMaterial.TabIndex = 1; this.cmbRecipeMaterial.SelectedIndexChanged += new System.EventHandler(this.cmbRecipeMaterial_SelectedIndexChanged); this.cmbRecipeMaterial.TextUpdate += new System.EventHandler(this.cmbRecipeMaterial_TextUpdate); // // txtCarNumber // this.txtCarNumber.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCarNumber.Location = new System.Drawing.Point(122, 157); this.txtCarNumber.Name = "txtCarNumber"; this.txtCarNumber.Size = new System.Drawing.Size(278, 29); this.txtCarNumber.TabIndex = 2; this.txtCarNumber.Validated += new System.EventHandler(this.txtCarNumberValidated); // // btnOk // this.btnOk.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOk.Location = new System.Drawing.Point(256, 334); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(72, 32); this.btnOk.TabIndex = 3; this.btnOk.Text = "确定(&O)"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(343, 334); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 32); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "取消(&C)"; this.btnCancel.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.comRunType); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.cmbRecipeId); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtGrid); this.groupBox1.Controls.Add(this.txtNumber); this.groupBox1.Controls.Add(this.txtCarNumber); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.cmbRecipeMaterial); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(417, 309); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; // // comRunType // this.comRunType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comRunType.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comRunType.FormattingEnabled = true; this.comRunType.Items.AddRange(new object[] { "自动运行", "手动运行"}); this.comRunType.Location = new System.Drawing.Point(122, 250); this.comRunType.Name = "comRunType"; this.comRunType.Size = new System.Drawing.Size(278, 27); this.comRunType.TabIndex = 5; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Red; this.label14.Location = new System.Drawing.Point(105, 259); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(11, 12); this.label14.TabIndex = 6; this.label14.Text = "*"; // // cmbRecipeId // this.cmbRecipeId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRecipeId.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbRecipeId.FormattingEnabled = true; this.cmbRecipeId.Location = new System.Drawing.Point(122, 66); this.cmbRecipeId.Name = "cmbRecipeId"; this.cmbRecipeId.Size = new System.Drawing.Size(278, 27); this.cmbRecipeId.TabIndex = 5; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(10, 253); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(89, 19); this.label13.TabIndex = 5; this.label13.Text = "运行方式"; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Red; this.label6.Location = new System.Drawing.Point(105, 75); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(11, 12); this.label6.TabIndex = 6; this.label6.Text = "*"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(10, 69); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 19); this.label2.TabIndex = 5; this.label2.Text = "配方编号"; // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.Red; this.label8.Location = new System.Drawing.Point(105, 122); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(11, 12); this.label8.TabIndex = 4; this.label8.Text = "*"; // // label12 // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.Red; this.label12.Location = new System.Drawing.Point(105, 212); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(11, 12); this.label12.TabIndex = 4; this.label12.Text = "*"; // // label7 // this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Red; this.label7.Location = new System.Drawing.Point(105, 166); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(11, 12); this.label7.TabIndex = 4; this.label7.Text = "*"; // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.Red; this.label5.Location = new System.Drawing.Point(105, 30); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(11, 12); this.label5.TabIndex = 3; this.label5.Text = "*"; // // txtGrid // this.txtGrid.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGrid.Location = new System.Drawing.Point(122, 112); this.txtGrid.Name = "txtGrid"; this.txtGrid.Size = new System.Drawing.Size(278, 29); this.txtGrid.TabIndex = 2; // // txtNumber // this.txtNumber.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNumber.Location = new System.Drawing.Point(122, 203); this.txtNumber.Name = "txtNumber"; this.txtNumber.Size = new System.Drawing.Size(278, 29); this.txtNumber.TabIndex = 2; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(10, 206); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(82, 19); this.label11.TabIndex = 1; this.label11.Text = "份 数"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(10, 115); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(82, 19); this.label4.TabIndex = 1; this.label4.Text = "格 数"; // // FrmPlan // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(445, 380); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmPlan"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "添加新计划"; this.Activated += new System.EventHandler(this.FrmPlan_Activated); this.Load += new System.EventHandler(this.FrmPlan_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbRecipeMaterial; private System.Windows.Forms.TextBox txtCarNumber; private System.Windows.Forms.Button btnOk; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox cmbRecipeId; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtGrid; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtNumber; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox comRunType; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; } }