You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

419 lines
26 KiB

namespace ChipGlueDeviceManager
{
partial class FrmRecipeCOT
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
cmbRepNo = new System.Windows.Forms.ComboBox();
txtRepNo = new System.Windows.Forms.TextBox();
label12 = new System.Windows.Forms.Label();
btnSave = new System.Windows.Forms.Button();
btnDeleteAll = new System.Windows.Forms.Button();
btnCotAddSeq = new System.Windows.Forms.Button();
btnCotDelSeq = new System.Windows.Forms.Button();
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
lblFormTitle = new System.Windows.Forms.Label();
btnArm = new System.Windows.Forms.Button();
tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
rdbIsCoating03 = new System.Windows.Forms.RadioButton();
rdbIsCoating02 = new System.Windows.Forms.RadioButton();
rdbIsCoating01 = new System.Windows.Forms.RadioButton();
label45 = new System.Windows.Forms.Label();
txtGlueTimeNum = new System.Windows.Forms.TextBox();
label1 = new System.Windows.Forms.Label();
dgViewCotRecipe = new System.Windows.Forms.DataGridView();
tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
tableLayoutPanel14.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
tableLayoutPanel9.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgViewCotRecipe).BeginInit();
tableLayoutPanel3.SuspendLayout();
SuspendLayout();
//
// tableLayoutPanel14
//
tableLayoutPanel14.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
tableLayoutPanel14.ColumnCount = 8;
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 320F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 340F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 121F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 154F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 157F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
tableLayoutPanel14.Controls.Add(cmbRepNo, 1, 0);
tableLayoutPanel14.Controls.Add(txtRepNo, 2, 0);
tableLayoutPanel14.Controls.Add(label12, 0, 0);
tableLayoutPanel14.Controls.Add(btnSave, 7, 0);
tableLayoutPanel14.Controls.Add(btnDeleteAll, 3, 0);
tableLayoutPanel14.Controls.Add(btnCotAddSeq, 4, 0);
tableLayoutPanel14.Controls.Add(btnCotDelSeq, 5, 0);
tableLayoutPanel14.Location = new System.Drawing.Point(3, 70);
tableLayoutPanel14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
tableLayoutPanel14.Name = "tableLayoutPanel14";
tableLayoutPanel14.RowCount = 1;
tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel14.Size = new System.Drawing.Size(1346, 54);
tableLayoutPanel14.TabIndex = 6;
//
// cmbRepNo
//
cmbRepNo.Anchor = System.Windows.Forms.AnchorStyles.None;
cmbRepNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
cmbRepNo.FormattingEnabled = true;
cmbRepNo.Location = new System.Drawing.Point(106, 12);
cmbRepNo.Name = "cmbRepNo";
cmbRepNo.Size = new System.Drawing.Size(307, 29);
cmbRepNo.TabIndex = 19;
cmbRepNo.SelectedIndexChanged += cbRepNo_SelectedIndexChanged;
//
// txtRepNo
//
txtRepNo.Anchor = System.Windows.Forms.AnchorStyles.None;
txtRepNo.BackColor = System.Drawing.SystemColors.ButtonHighlight;
txtRepNo.Location = new System.Drawing.Point(426, 12);
txtRepNo.Name = "txtRepNo";
txtRepNo.Size = new System.Drawing.Size(327, 29);
txtRepNo.TabIndex = 0;
txtRepNo.TextChanged += txtRepNo_TextChanged;
txtRepNo.KeyDown += tbNo_KeyDown;
//
// label12
//
label12.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
label12.AutoSize = true;
label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
label12.Location = new System.Drawing.Point(3, 0);
label12.Name = "label12";
label12.Size = new System.Drawing.Size(94, 54);
label12.TabIndex = 3;
label12.Text = "配方名称";
label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnSave
//
btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
btnSave.Location = new System.Drawing.Point(1192, 3);
btnSave.Name = "btnSave";
btnSave.Size = new System.Drawing.Size(150, 48);
btnSave.TabIndex = 15;
btnSave.Text = "保存";
btnSave.UseVisualStyleBackColor = true;
btnSave.Click += btnSave_Click;
//
// btnDeleteAll
//
btnDeleteAll.BackColor = System.Drawing.Color.OrangeRed;
btnDeleteAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
btnDeleteAll.Location = new System.Drawing.Point(763, 3);
btnDeleteAll.Name = "btnDeleteAll";
btnDeleteAll.Size = new System.Drawing.Size(123, 47);
btnDeleteAll.TabIndex = 16;
btnDeleteAll.Text = "删除配方";
btnDeleteAll.UseVisualStyleBackColor = false;
btnDeleteAll.Click += btnDeleteAll_Click;
//
// btnCotAddSeq
//
btnCotAddSeq.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
btnCotAddSeq.BackColor = System.Drawing.Color.PaleGoldenrod;
btnCotAddSeq.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
btnCotAddSeq.Location = new System.Drawing.Point(893, 4);
btnCotAddSeq.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
btnCotAddSeq.Name = "btnCotAddSeq";
btnCotAddSeq.Size = new System.Drawing.Size(115, 46);
btnCotAddSeq.TabIndex = 13;
btnCotAddSeq.Text = "新增步骤";
btnCotAddSeq.UseVisualStyleBackColor = false;
btnCotAddSeq.Click += btnCotAddSeq_Click;
//
// btnCotDelSeq
//
btnCotDelSeq.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
btnCotDelSeq.BackColor = System.Drawing.Color.OrangeRed;
btnCotDelSeq.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
btnCotDelSeq.Location = new System.Drawing.Point(1014, 4);
btnCotDelSeq.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
btnCotDelSeq.Name = "btnCotDelSeq";
btnCotDelSeq.Size = new System.Drawing.Size(148, 46);
btnCotDelSeq.TabIndex = 20;
btnCotDelSeq.Text = "删除选中步骤";
btnCotDelSeq.UseVisualStyleBackColor = false;
btnCotDelSeq.Click += btnCotDelSeq_Click;
//
// tableLayoutPanel1
//
tableLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
tableLayoutPanel1.ColumnCount = 2;
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 157F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
tableLayoutPanel1.Controls.Add(lblFormTitle, 0, 0);
tableLayoutPanel1.Controls.Add(btnArm, 1, 0);
tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 1;
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.Size = new System.Drawing.Size(1346, 60);
tableLayoutPanel1.TabIndex = 8;
//
// lblFormTitle
//
lblFormTitle.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
lblFormTitle.AutoSize = true;
lblFormTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
lblFormTitle.Location = new System.Drawing.Point(3, 0);
lblFormTitle.Name = "lblFormTitle";
lblFormTitle.Size = new System.Drawing.Size(1183, 60);
lblFormTitle.TabIndex = 6;
lblFormTitle.Text = "T1 匀 胶 配 方";
lblFormTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnArm
//
btnArm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
btnArm.Location = new System.Drawing.Point(1192, 3);
btnArm.Name = "btnArm";
btnArm.Size = new System.Drawing.Size(151, 54);
btnArm.TabIndex = 18;
btnArm.Text = "胶臂配方";
btnArm.UseVisualStyleBackColor = true;
btnArm.Click += btnArm_Click;
//
// tableLayoutPanel2
//
tableLayoutPanel2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;
tableLayoutPanel2.ColumnCount = 1;
tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel2.Controls.Add(tableLayoutPanel9, 0, 0);
tableLayoutPanel2.Controls.Add(dgViewCotRecipe, 0, 1);
tableLayoutPanel2.Location = new System.Drawing.Point(3, 131);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 2;
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 46F));
tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel2.Size = new System.Drawing.Size(1346, 536);
tableLayoutPanel2.TabIndex = 9;
//
// tableLayoutPanel9
//
tableLayoutPanel9.ColumnCount = 7;
tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 108F));
tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 108F));
tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 108F));
tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F));
tableLayoutPanel9.Controls.Add(rdbIsCoating03, 2, 0);
tableLayoutPanel9.Controls.Add(rdbIsCoating02, 1, 0);
tableLayoutPanel9.Controls.Add(rdbIsCoating01, 0, 0);
tableLayoutPanel9.Controls.Add(label45, 4, 0);
tableLayoutPanel9.Controls.Add(txtGlueTimeNum, 5, 0);
tableLayoutPanel9.Controls.Add(label1, 6, 0);
tableLayoutPanel9.Location = new System.Drawing.Point(5, 6);
tableLayoutPanel9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
tableLayoutPanel9.Name = "tableLayoutPanel9";
tableLayoutPanel9.RowCount = 1;
tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel9.Size = new System.Drawing.Size(763, 40);
tableLayoutPanel9.TabIndex = 7;
//
// rdbIsCoating03
//
rdbIsCoating03.Anchor = System.Windows.Forms.AnchorStyles.None;
rdbIsCoating03.AutoSize = true;
rdbIsCoating03.Font = new System.Drawing.Font("楷体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
rdbIsCoating03.Location = new System.Drawing.Point(237, 10);
rdbIsCoating03.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
rdbIsCoating03.Name = "rdbIsCoating03";
rdbIsCoating03.Size = new System.Drawing.Size(65, 19);
rdbIsCoating03.TabIndex = 2;
rdbIsCoating03.TabStop = true;
rdbIsCoating03.Text = "滴涂3";
rdbIsCoating03.UseVisualStyleBackColor = true;
//
// rdbIsCoating02
//
rdbIsCoating02.Anchor = System.Windows.Forms.AnchorStyles.None;
rdbIsCoating02.AutoSize = true;
rdbIsCoating02.Font = new System.Drawing.Font("楷体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
rdbIsCoating02.Location = new System.Drawing.Point(129, 10);
rdbIsCoating02.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
rdbIsCoating02.Name = "rdbIsCoating02";
rdbIsCoating02.Size = new System.Drawing.Size(65, 19);
rdbIsCoating02.TabIndex = 1;
rdbIsCoating02.TabStop = true;
rdbIsCoating02.Text = "滴涂2";
rdbIsCoating02.UseVisualStyleBackColor = true;
//
// rdbIsCoating01
//
rdbIsCoating01.Anchor = System.Windows.Forms.AnchorStyles.None;
rdbIsCoating01.AutoSize = true;
rdbIsCoating01.Font = new System.Drawing.Font("楷体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
rdbIsCoating01.Location = new System.Drawing.Point(21, 10);
rdbIsCoating01.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
rdbIsCoating01.Name = "rdbIsCoating01";
rdbIsCoating01.Size = new System.Drawing.Size(65, 19);
rdbIsCoating01.TabIndex = 17;
rdbIsCoating01.TabStop = true;
rdbIsCoating01.Text = "滴涂1";
rdbIsCoating01.UseVisualStyleBackColor = true;
//
// label45
//
label45.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
label45.AutoSize = true;
label45.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
label45.Location = new System.Drawing.Point(448, 0);
label45.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label45.Name = "label45";
label45.Size = new System.Drawing.Size(112, 40);
label45.TabIndex = 26;
label45.Text = "打胶时间:";
label45.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtGlueTimeNum
//
txtGlueTimeNum.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
txtGlueTimeNum.BackColor = System.Drawing.SystemColors.Info;
txtGlueTimeNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
txtGlueTimeNum.Location = new System.Drawing.Point(567, 4);
txtGlueTimeNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
txtGlueTimeNum.Name = "txtGlueTimeNum";
txtGlueTimeNum.Size = new System.Drawing.Size(129, 29);
txtGlueTimeNum.TabIndex = 25;
txtGlueTimeNum.KeyPress += txtGlueTimeNum_KeyPress;
txtGlueTimeNum.MouseLeave += txtGlueTimeNum_MouseLeave;
//
// label1
//
label1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
label1.AutoSize = true;
label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
label1.Location = new System.Drawing.Point(702, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(58, 40);
label1.TabIndex = 27;
label1.Text = "秒";
label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// dgViewCotRecipe
//
dgViewCotRecipe.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
dgViewCotRecipe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dgViewCotRecipe.Location = new System.Drawing.Point(6, 56);
dgViewCotRecipe.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
dgViewCotRecipe.Name = "dgViewCotRecipe";
dgViewCotRecipe.RowHeadersWidth = 51;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Info;
dgViewCotRecipe.RowsDefaultCellStyle = dataGridViewCellStyle1;
dgViewCotRecipe.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
dgViewCotRecipe.Size = new System.Drawing.Size(1334, 473);
dgViewCotRecipe.TabIndex = 18;
dgViewCotRecipe.CellContentClick += dgViewCotRecipe_CellContentClick;
dgViewCotRecipe.CellMouseClick += dgViewCotRecipe_CellMouseClick;
dgViewCotRecipe.CellMouseLeave += dgViewCotRecipe_CellMouseLeave;
dgViewCotRecipe.EditingControlShowing += dgViewCotRecipe_EditingControlShowing;
//
// tableLayoutPanel3
//
tableLayoutPanel3.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
tableLayoutPanel3.ColumnCount = 1;
tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
tableLayoutPanel3.Controls.Add(tableLayoutPanel14, 0, 1);
tableLayoutPanel3.Controls.Add(tableLayoutPanel2, 0, 2);
tableLayoutPanel3.Controls.Add(tableLayoutPanel1, 0, 0);
tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 3;
tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 66F));
tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 62F));
tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel3.Size = new System.Drawing.Size(1352, 670);
tableLayoutPanel3.TabIndex = 8;
//
// FrmRecipeCOT
//
AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
ClientSize = new System.Drawing.Size(1354, 673);
Controls.Add(tableLayoutPanel3);
Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
MaximizeBox = false;
MinimizeBox = false;
Name = "FrmRecipeCOT";
StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
Load += FrmRecipeCOT_Load;
tableLayoutPanel14.ResumeLayout(false);
tableLayoutPanel14.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel9.ResumeLayout(false);
tableLayoutPanel9.PerformLayout();
((System.ComponentModel.ISupportInitialize)dgViewCotRecipe).EndInit();
tableLayoutPanel3.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblFormTitle;
private System.Windows.Forms.DataGridView dgViewCotRecipe;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button btnCotAddSeq;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnDeleteAll;
private System.Windows.Forms.TextBox txtRepNo;
private System.Windows.Forms.Button btnArm;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
private System.Windows.Forms.RadioButton rdbIsCoating03;
private System.Windows.Forms.RadioButton rdbIsCoating01;
private System.Windows.Forms.RadioButton rdbIsCoating02;
private System.Windows.Forms.ComboBox cmbRepNo;
private System.Windows.Forms.Button btnCotDelSeq;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label45;
private System.Windows.Forms.TextBox txtGlueTimeNum;
private System.Windows.Forms.Label label1;
}
}