You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
461 lines
24 KiB
C#
461 lines
24 KiB
C#
namespace Mesnac.Action.ChemicalWeighing.Technical.XlRecipe
|
|
{
|
|
partial class FrmRecipe
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.toolStripMenuItemDel = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contextMenuStripMaterial = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.cmbRecipeVersion = new System.Windows.Forms.ComboBox();
|
|
this.chcIsEnable = new System.Windows.Forms.CheckBox();
|
|
this.DGVMaterialSet = new System.Windows.Forms.DataGridView();
|
|
this.ColumnMaterial = new Mesnac.Action.ChemicalWeighing.Station.DataGridViewComboEditBoxColumn();
|
|
this.ColumnSetWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnSetError = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.txtRecipeName = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.txtTotalError = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.textRecipeCode = new System.Windows.Forms.TextBox();
|
|
this.txtRemark = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblVersion = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.dataGridViewComboEditBoxColumn1 = new Mesnac.Action.ChemicalWeighing.Station.DataGridViewComboEditBoxColumn();
|
|
this.dataGridViewComboEditBoxColumn2 = new Mesnac.Action.ChemicalWeighing.Station.DataGridViewComboEditBoxColumn();
|
|
this.contextMenuStripMaterial.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DGVMaterialSet)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.checkBox1.Location = new System.Drawing.Point(48, 642);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(159, 33);
|
|
this.checkBox1.TabIndex = 10;
|
|
this.checkBox1.Text = "是否启用";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// toolStripMenuItemDel
|
|
//
|
|
this.toolStripMenuItemDel.Name = "toolStripMenuItemDel";
|
|
this.toolStripMenuItemDel.Size = new System.Drawing.Size(116, 30);
|
|
this.toolStripMenuItemDel.Text = "删除";
|
|
this.toolStripMenuItemDel.Click += new System.EventHandler(this.toolStripMenuItemDel_Click);
|
|
//
|
|
// toolStripMenuItemAdd
|
|
//
|
|
this.toolStripMenuItemAdd.Name = "toolStripMenuItemAdd";
|
|
this.toolStripMenuItemAdd.Size = new System.Drawing.Size(116, 30);
|
|
this.toolStripMenuItemAdd.Text = "增加";
|
|
this.toolStripMenuItemAdd.Click += new System.EventHandler(this.toolStripMenuItemAdd_Click);
|
|
//
|
|
// contextMenuStripMaterial
|
|
//
|
|
this.contextMenuStripMaterial.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.contextMenuStripMaterial.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItemAdd,
|
|
this.toolStripMenuItemDel});
|
|
this.contextMenuStripMaterial.Name = "contextMenuStripMaterial";
|
|
this.contextMenuStripMaterial.Size = new System.Drawing.Size(117, 64);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cmbRecipeVersion);
|
|
this.groupBox1.Controls.Add(this.chcIsEnable);
|
|
this.groupBox1.Controls.Add(this.DGVMaterialSet);
|
|
this.groupBox1.Controls.Add(this.txtRecipeName);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label25);
|
|
this.groupBox1.Controls.Add(this.label21);
|
|
this.groupBox1.Controls.Add(this.txtTotalError);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.textRecipeCode);
|
|
this.groupBox1.Controls.Add(this.txtRemark);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.lblVersion);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(20, 7);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
|
this.groupBox1.Size = new System.Drawing.Size(838, 615);
|
|
this.groupBox1.TabIndex = 9;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// cmbRecipeVersion
|
|
//
|
|
this.cmbRecipeVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbRecipeVersion.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.cmbRecipeVersion.FormattingEnabled = true;
|
|
this.cmbRecipeVersion.Items.AddRange(new object[] {
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"14",
|
|
"15",
|
|
"17",
|
|
"18",
|
|
"19",
|
|
"20"});
|
|
this.cmbRecipeVersion.Location = new System.Drawing.Point(219, 68);
|
|
this.cmbRecipeVersion.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmbRecipeVersion.Name = "cmbRecipeVersion";
|
|
this.cmbRecipeVersion.Size = new System.Drawing.Size(402, 37);
|
|
this.cmbRecipeVersion.TabIndex = 10;
|
|
//
|
|
// chcIsEnable
|
|
//
|
|
this.chcIsEnable.AutoSize = true;
|
|
this.chcIsEnable.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.chcIsEnable.Location = new System.Drawing.Point(636, 171);
|
|
this.chcIsEnable.Name = "chcIsEnable";
|
|
this.chcIsEnable.Size = new System.Drawing.Size(189, 33);
|
|
this.chcIsEnable.TabIndex = 10;
|
|
this.chcIsEnable.Text = "修改总误差";
|
|
this.chcIsEnable.UseVisualStyleBackColor = true;
|
|
this.chcIsEnable.CheckedChanged += new System.EventHandler(this.chcIsEnable_CheckedChanged);
|
|
//
|
|
// DGVMaterialSet
|
|
//
|
|
this.DGVMaterialSet.AllowUserToAddRows = false;
|
|
this.DGVMaterialSet.AllowUserToDeleteRows = false;
|
|
this.DGVMaterialSet.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.DGVMaterialSet.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.DGVMaterialSet.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ColumnMaterial,
|
|
this.ColumnSetWeight,
|
|
this.ColumnSetError});
|
|
this.DGVMaterialSet.ContextMenuStrip = this.contextMenuStripMaterial;
|
|
this.DGVMaterialSet.Location = new System.Drawing.Point(215, 261);
|
|
this.DGVMaterialSet.Margin = new System.Windows.Forms.Padding(4);
|
|
this.DGVMaterialSet.Name = "DGVMaterialSet";
|
|
this.DGVMaterialSet.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
this.DGVMaterialSet.RowHeadersWidth = 62;
|
|
this.DGVMaterialSet.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.DGVMaterialSet.RowTemplate.Height = 23;
|
|
this.DGVMaterialSet.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.DGVMaterialSet.Size = new System.Drawing.Size(609, 346);
|
|
this.DGVMaterialSet.TabIndex = 9;
|
|
this.DGVMaterialSet.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGVMaterialSet_RowHeaderMouseClick);
|
|
this.DGVMaterialSet.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.DGVMaterialSet_RowsAdded);
|
|
//
|
|
// ColumnMaterial
|
|
//
|
|
this.ColumnMaterial.HeaderText = "物料";
|
|
this.ColumnMaterial.MinimumWidth = 8;
|
|
this.ColumnMaterial.Name = "ColumnMaterial";
|
|
this.ColumnMaterial.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
//
|
|
// ColumnSetWeight
|
|
//
|
|
this.ColumnSetWeight.HeaderText = "设定重量";
|
|
this.ColumnSetWeight.MinimumWidth = 8;
|
|
this.ColumnSetWeight.Name = "ColumnSetWeight";
|
|
//
|
|
// ColumnSetError
|
|
//
|
|
this.ColumnSetError.HeaderText = "设定误差";
|
|
this.ColumnSetError.MinimumWidth = 8;
|
|
this.ColumnSetError.Name = "ColumnSetError";
|
|
//
|
|
// txtRecipeName
|
|
//
|
|
this.txtRecipeName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtRecipeName.Location = new System.Drawing.Point(219, 21);
|
|
this.txtRecipeName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtRecipeName.Name = "txtRecipeName";
|
|
this.txtRecipeName.Size = new System.Drawing.Size(402, 40);
|
|
this.txtRecipeName.TabIndex = 7;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.ForeColor = System.Drawing.Color.Red;
|
|
this.label7.Location = new System.Drawing.Point(182, 117);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(17, 18);
|
|
this.label7.TabIndex = 3;
|
|
this.label7.Text = "*";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|
this.label3.Location = new System.Drawing.Point(182, 75);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(17, 18);
|
|
this.label3.TabIndex = 3;
|
|
this.label3.Text = "*";
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.AutoSize = true;
|
|
this.label25.ForeColor = System.Drawing.Color.Red;
|
|
this.label25.Location = new System.Drawing.Point(178, 264);
|
|
this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(17, 18);
|
|
this.label25.TabIndex = 3;
|
|
this.label25.Text = "*";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.ForeColor = System.Drawing.Color.Red;
|
|
this.label21.Location = new System.Drawing.Point(182, 34);
|
|
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(17, 18);
|
|
this.label21.TabIndex = 3;
|
|
this.label21.Text = "*";
|
|
//
|
|
// txtTotalError
|
|
//
|
|
this.txtTotalError.Enabled = false;
|
|
this.txtTotalError.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtTotalError.Location = new System.Drawing.Point(219, 163);
|
|
this.txtTotalError.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtTotalError.Name = "txtTotalError";
|
|
this.txtTotalError.Size = new System.Drawing.Size(402, 40);
|
|
this.txtTotalError.TabIndex = 2;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(42, 113);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(133, 29);
|
|
this.label6.TabIndex = 1;
|
|
this.label6.Text = "配方编码";
|
|
//
|
|
// textRecipeCode
|
|
//
|
|
this.textRecipeCode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.textRecipeCode.Location = new System.Drawing.Point(219, 113);
|
|
this.textRecipeCode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textRecipeCode.Name = "textRecipeCode";
|
|
this.textRecipeCode.Size = new System.Drawing.Size(402, 40);
|
|
this.textRecipeCode.TabIndex = 2;
|
|
//
|
|
// txtRemark
|
|
//
|
|
this.txtRemark.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtRemark.Location = new System.Drawing.Point(219, 211);
|
|
this.txtRemark.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtRemark.Name = "txtRemark";
|
|
this.txtRemark.Size = new System.Drawing.Size(402, 40);
|
|
this.txtRemark.TabIndex = 2;
|
|
//
|
|
// 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(16, 169);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(163, 29);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "设置总误差";
|
|
//
|
|
// lblVersion
|
|
//
|
|
this.lblVersion.AutoSize = true;
|
|
this.lblVersion.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblVersion.Location = new System.Drawing.Point(102, 66);
|
|
this.lblVersion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblVersion.Name = "lblVersion";
|
|
this.lblVersion.Size = new System.Drawing.Size(73, 29);
|
|
this.lblVersion.TabIndex = 1;
|
|
this.lblVersion.Text = "版本";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(42, 258);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(133, 29);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.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(46, 213);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(133, 29);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "备注信息";
|
|
//
|
|
// 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(16, 25);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(163, 29);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "新配方名称";
|
|
//
|
|
// 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(613, 643);
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(108, 48);
|
|
this.btnOk.TabIndex = 7;
|
|
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(740, 643);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(108, 48);
|
|
this.btnCancel.TabIndex = 8;
|
|
this.btnCancel.Text = "取消(&C)";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// dataGridViewComboEditBoxColumn1
|
|
//
|
|
this.dataGridViewComboEditBoxColumn1.HeaderText = "物料";
|
|
this.dataGridViewComboEditBoxColumn1.MinimumWidth = 8;
|
|
this.dataGridViewComboEditBoxColumn1.Name = "dataGridViewComboEditBoxColumn1";
|
|
this.dataGridViewComboEditBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridViewComboEditBoxColumn1.Width = 125;
|
|
//
|
|
// dataGridViewComboEditBoxColumn2
|
|
//
|
|
this.dataGridViewComboEditBoxColumn2.HeaderText = "工位";
|
|
this.dataGridViewComboEditBoxColumn2.MinimumWidth = 8;
|
|
this.dataGridViewComboEditBoxColumn2.Name = "dataGridViewComboEditBoxColumn2";
|
|
this.dataGridViewComboEditBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridViewComboEditBoxColumn2.Width = 125;
|
|
//
|
|
// FrmRecipe
|
|
//
|
|
this.AcceptButton = this.btnOk;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(869, 714);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(891, 1000);
|
|
this.Name = "FrmRecipe";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FrmRecipe";
|
|
this.Activated += new System.EventHandler(this.FrmPlan_Activated);
|
|
this.Load += new System.EventHandler(this.FrmPlan_Load);
|
|
this.contextMenuStripMaterial.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.DGVMaterialSet)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDel;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAdd;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripMaterial;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox txtRecipeName;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.TextBox txtRemark;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.DataGridView DGVMaterialSet;
|
|
private Station.DataGridViewComboEditBoxColumn dataGridViewComboEditBoxColumn1;
|
|
private Station.DataGridViewComboEditBoxColumn dataGridViewComboEditBoxColumn2;
|
|
private Station.DataGridViewComboEditBoxColumn ColumnMaterial;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSetWeight;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSetError;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label lblVersion;
|
|
private System.Windows.Forms.ComboBox cmbRecipeVersion;
|
|
private System.Windows.Forms.CheckBox chcIsEnable;
|
|
private System.Windows.Forms.TextBox txtTotalError;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textRecipeCode;
|
|
}
|
|
} |