using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Mesnac.Action.ChemicalWeighing.LjMixManager { partial class FrmMixA { /// /// 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.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.DrpMixA = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.DrpMetageA = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(129, 98); 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 = 68; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(11, 98); 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 = 67; this.btnOK.Text = "确认"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.DrpMixA); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.DrpMetageA); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(11, 11); this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox1.Size = new System.Drawing.Size(216, 80); this.groupBox1.TabIndex = 64; this.groupBox1.TabStop = false; this.groupBox1.Text = "干混机"; // // DrpMixA // this.DrpMixA.FormattingEnabled = true; this.DrpMixA.Location = new System.Drawing.Point(74, 45); this.DrpMixA.Name = "DrpMixA"; this.DrpMixA.Size = new System.Drawing.Size(126, 20); this.DrpMixA.TabIndex = 52; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 48); this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(59, 12); this.label5.TabIndex = 49; this.label5.Text = "混合步骤:"; // // DrpMetageA // this.DrpMetageA.FormattingEnabled = true; this.DrpMetageA.Location = new System.Drawing.Point(74, 19); this.DrpMetageA.Name = "DrpMetageA"; this.DrpMetageA.Size = new System.Drawing.Size(126, 20); this.DrpMetageA.TabIndex = 52; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(7, 22); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 12); this.label4.TabIndex = 49; this.label4.Text = "粉料称量:"; // // FrmMixA // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(241, 160); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox1); this.Name = "FrmMixA"; this.Text = "干混机配方管理"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox DrpMixA; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox DrpMetageA; private System.Windows.Forms.Label label4; #endregion } }