namespace Mesnac.Action.Feeding.Verification { partial class FrmRecipeResetDialog { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.lblCurrentRecipeName = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.dgvMixing = new System.Windows.Forms.DataGridView(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvMixing)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.lblCurrentRecipeName); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(713, 35); this.panel1.TabIndex = 0; // // lblCurrentRecipeName // this.lblCurrentRecipeName.AutoSize = true; this.lblCurrentRecipeName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.lblCurrentRecipeName.Location = new System.Drawing.Point(96, 13); this.lblCurrentRecipeName.Name = "lblCurrentRecipeName"; this.lblCurrentRecipeName.Size = new System.Drawing.Size(53, 12); this.lblCurrentRecipeName.TabIndex = 1; this.lblCurrentRecipeName.Text = "配方名称"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 0; this.label1.Text = "当前配方:"; // // panel2 // this.panel2.Controls.Add(this.btnCancel); this.panel2.Controls.Add(this.btnOK); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 408); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(713, 49); this.panel2.TabIndex = 1; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(464, 14); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Location = new System.Drawing.Point(171, 14); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 0; this.btnOK.Text = "重传"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // dgvMixing // this.dgvMixing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvMixing.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvMixing.Location = new System.Drawing.Point(0, 35); this.dgvMixing.MultiSelect = false; this.dgvMixing.Name = "dgvMixing"; this.dgvMixing.ReadOnly = true; this.dgvMixing.RowTemplate.Height = 23; this.dgvMixing.Size = new System.Drawing.Size(713, 373); this.dgvMixing.TabIndex = 2; // // FrmRecipeResetDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(713, 457); this.Controls.Add(this.dgvMixing); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmRecipeResetDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "重传配方"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvMixing)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblCurrentRecipeName; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.DataGridView dgvMixing; } }