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.

377 lines
19 KiB
C#

namespace Mesnac.Action.ChemicalWeighing.Technical.XlRecipe
{
partial class FrmRecipMag
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.cmbRecipeVersion = new System.Windows.Forms.ComboBox();
this.chcIsEnable = new System.Windows.Forms.CheckBox();
this.txtRecipeName = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.textRecipeCode = new System.Windows.Forms.TextBox();
this.txtTotalError = new System.Windows.Forms.TextBox();
this.txtRemark = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.lblVersion = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
1 year ago
this.label7 = new System.Windows.Forms.Label();
this.txtTotalWeight = new System.Windows.Forms.TextBox();
this.chcWeight = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cmbRecipeVersion);
1 year ago
this.groupBox1.Controls.Add(this.chcWeight);
this.groupBox1.Controls.Add(this.chcIsEnable);
this.groupBox1.Controls.Add(this.txtRecipeName);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label21);
this.groupBox1.Controls.Add(this.textRecipeCode);
1 year ago
this.groupBox1.Controls.Add(this.txtTotalWeight);
this.groupBox1.Controls.Add(this.txtTotalError);
1 year ago
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.txtRemark);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.lblVersion);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label1);
1 year ago
this.groupBox1.Location = new System.Drawing.Point(35, 18);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.groupBox1.Name = "groupBox1";
1 year ago
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.groupBox1.Size = new System.Drawing.Size(1004, 412);
this.groupBox1.TabIndex = 10;
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"});
1 year ago
this.cmbRecipeVersion.Location = new System.Drawing.Point(219, 91);
this.cmbRecipeVersion.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.cmbRecipeVersion.Name = "cmbRecipeVersion";
1 year ago
this.cmbRecipeVersion.Size = new System.Drawing.Size(401, 37);
this.cmbRecipeVersion.TabIndex = 10;
//
// chcIsEnable
//
this.chcIsEnable.AutoSize = true;
this.chcIsEnable.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
1 year ago
this.chcIsEnable.Location = new System.Drawing.Point(638, 255);
this.chcIsEnable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.chcIsEnable.Name = "chcIsEnable";
1 year ago
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);
//
// txtRecipeName
//
this.txtRecipeName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
1 year ago
this.txtRecipeName.Location = new System.Drawing.Point(219, 41);
this.txtRecipeName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtRecipeName.Name = "txtRecipeName";
1 year ago
this.txtRecipeName.Size = new System.Drawing.Size(401, 40);
this.txtRecipeName.TabIndex = 7;
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Red;
1 year ago
this.label6.Location = new System.Drawing.Point(181, 151);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
1 year ago
this.label6.Size = new System.Drawing.Size(17, 18);
this.label6.TabIndex = 3;
this.label6.Text = "*";
this.label6.Click += new System.EventHandler(this.label3_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.Color.Red;
1 year ago
this.label3.Location = new System.Drawing.Point(181, 100);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
1 year ago
this.label3.Size = new System.Drawing.Size(17, 18);
this.label3.TabIndex = 3;
this.label3.Text = "*";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// label21
//
this.label21.AutoSize = true;
this.label21.ForeColor = System.Drawing.Color.Red;
1 year ago
this.label21.Location = new System.Drawing.Point(181, 54);
this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label21.Name = "label21";
1 year ago
this.label21.Size = new System.Drawing.Size(17, 18);
this.label21.TabIndex = 3;
this.label21.Text = "*";
//
// textRecipeCode
//
this.textRecipeCode.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
1 year ago
this.textRecipeCode.Location = new System.Drawing.Point(219, 142);
this.textRecipeCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.textRecipeCode.Name = "textRecipeCode";
1 year ago
this.textRecipeCode.Size = new System.Drawing.Size(401, 40);
this.textRecipeCode.TabIndex = 2;
this.textRecipeCode.TextChanged += new System.EventHandler(this.txtTotalError_TextChanged);
//
// txtTotalError
//
this.txtTotalError.Enabled = false;
this.txtTotalError.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
1 year ago
this.txtTotalError.Location = new System.Drawing.Point(219, 246);
this.txtTotalError.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtTotalError.Name = "txtTotalError";
1 year ago
this.txtTotalError.Size = new System.Drawing.Size(401, 40);
this.txtTotalError.TabIndex = 2;
this.txtTotalError.TextChanged += new System.EventHandler(this.txtTotalError_TextChanged);
//
// txtRemark
//
this.txtRemark.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
1 year ago
this.txtRemark.Location = new System.Drawing.Point(219, 295);
this.txtRemark.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
1 year ago
this.txtRemark.Size = new System.Drawing.Size(401, 96);
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)));
1 year ago
this.label2.Location = new System.Drawing.Point(17, 252);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
1 year ago
this.label2.Size = new System.Drawing.Size(163, 29);
this.label2.TabIndex = 1;
this.label2.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)));
1 year ago
this.label5.Location = new System.Drawing.Point(42, 145);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
1 year ago
this.label5.Size = new System.Drawing.Size(133, 29);
this.label5.TabIndex = 1;
this.label5.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)));
1 year ago
this.lblVersion.Location = new System.Drawing.Point(102, 90);
this.lblVersion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblVersion.Name = "lblVersion";
1 year ago
this.lblVersion.Size = new System.Drawing.Size(73, 29);
this.lblVersion.TabIndex = 1;
this.lblVersion.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)));
1 year ago
this.label4.Location = new System.Drawing.Point(46, 295);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
1 year ago
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)));
1 year ago
this.label1.Location = new System.Drawing.Point(17, 46);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
1 year ago
this.label1.Size = new System.Drawing.Size(163, 29);
this.label1.TabIndex = 0;
this.label1.Text = "新配方名称";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
1 year ago
this.checkBox1.Location = new System.Drawing.Point(57, 443);
this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkBox1.Name = "checkBox1";
1 year ago
this.checkBox1.Size = new System.Drawing.Size(159, 33);
this.checkBox1.TabIndex = 13;
this.checkBox1.Text = "是否启用";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.Visible = false;
//
// btnOk
//
this.btnOk.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
1 year ago
this.btnOk.Location = new System.Drawing.Point(423, 443);
this.btnOk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnOk.Name = "btnOk";
1 year ago
this.btnOk.Size = new System.Drawing.Size(176, 48);
this.btnOk.TabIndex = 11;
1 year ago
this.btnOk.Text = "确定";
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)));
1 year ago
this.btnCancel.Location = new System.Drawing.Point(622, 443);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnCancel.Name = "btnCancel";
1 year ago
this.btnCancel.Size = new System.Drawing.Size(150, 48);
this.btnCancel.TabIndex = 12;
1 year ago
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
//
1 year ago
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(17, 202);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(163, 29);
this.label7.TabIndex = 1;
this.label7.Text = "设置总重量";
//
// txtTotalWeight
//
this.txtTotalWeight.Enabled = false;
this.txtTotalWeight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTotalWeight.Location = new System.Drawing.Point(219, 196);
this.txtTotalWeight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtTotalWeight.Name = "txtTotalWeight";
this.txtTotalWeight.Size = new System.Drawing.Size(401, 40);
this.txtTotalWeight.TabIndex = 2;
this.txtTotalWeight.TextChanged += new System.EventHandler(this.txtTotalError_TextChanged);
//
// chcWeight
//
this.chcWeight.AutoSize = true;
this.chcWeight.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold);
this.chcWeight.ForeColor = System.Drawing.Color.Red;
this.chcWeight.Location = new System.Drawing.Point(639, 202);
this.chcWeight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.chcWeight.Name = "chcWeight";
this.chcWeight.Size = new System.Drawing.Size(341, 33);
this.chcWeight.TabIndex = 10;
this.chcWeight.Text = "修改总重量(产前检测)";
this.chcWeight.UseVisualStyleBackColor = true;
this.chcWeight.CheckedChanged += new System.EventHandler(this.chcWeight_CheckedChanged);
//
// FrmRecipMag
//
1 year ago
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1 year ago
this.ClientSize = new System.Drawing.Size(1073, 524);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.groupBox1);
1 year ago
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "FrmRecipMag";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "配方管理";
this.Load += new System.EventHandler(this.FrmRecipMag_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox cmbRecipeVersion;
private System.Windows.Forms.CheckBox chcIsEnable;
private System.Windows.Forms.TextBox txtRecipeName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox txtTotalError;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblVersion;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textRecipeCode;
private System.Windows.Forms.Label label6;
1 year ago
private System.Windows.Forms.TextBox txtTotalWeight;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.CheckBox chcWeight;
}
}