1
0
Fork 0
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.

326 lines
15 KiB
C#

namespace HighWayIot.Winform.UserControlPages.RecipeConfigPages
{
partial class AddWeightForm
{
/// <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.label1 = new System.Windows.Forms.Label();
this.RecipeCodeTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.MaterialCodeComboBox = new System.Windows.Forms.ComboBox();
this.MaterialTypeComboBox = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.ChildTypeComboBox = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.MaterialNameComboBox = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.IsUseCheckBox = new System.Windows.Forms.CheckBox();
this.SetThicknessTextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.SetWidthTextBox = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.SetLayerTextBox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.SetWeightTextBox = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.SetErrorTextBox = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.AddButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(51, 42);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "配方编号:";
//
// RecipeCodeTextBox
//
this.RecipeCodeTextBox.Location = new System.Drawing.Point(122, 38);
this.RecipeCodeTextBox.Name = "RecipeCodeTextBox";
this.RecipeCodeTextBox.ReadOnly = true;
this.RecipeCodeTextBox.Size = new System.Drawing.Size(123, 21);
this.RecipeCodeTextBox.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "物料编号:";
//
// MaterialCodeComboBox
//
this.MaterialCodeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.MaterialCodeComboBox.FormattingEnabled = true;
this.MaterialCodeComboBox.Location = new System.Drawing.Point(77, 20);
this.MaterialCodeComboBox.Name = "MaterialCodeComboBox";
this.MaterialCodeComboBox.Size = new System.Drawing.Size(123, 20);
this.MaterialCodeComboBox.TabIndex = 3;
this.MaterialCodeComboBox.SelectionChangeCommitted += new System.EventHandler(this.MaterialCodeComboBox_SelectionChangeCommitted);
//
// MaterialTypeComboBox
//
this.MaterialTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.MaterialTypeComboBox.FormattingEnabled = true;
this.MaterialTypeComboBox.Location = new System.Drawing.Point(277, 33);
this.MaterialTypeComboBox.Name = "MaterialTypeComboBox";
this.MaterialTypeComboBox.Size = new System.Drawing.Size(93, 20);
this.MaterialTypeComboBox.TabIndex = 5;
this.MaterialTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.MaterialTypeComboBox_SelectedIndexChanged);
this.MaterialTypeComboBox.SelectionChangeCommitted += new System.EventHandler(this.MaterialTypeComboBox_SelectionChangeCommitted);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(206, 37);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "物料类型:";
//
// ChildTypeComboBox
//
this.ChildTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ChildTypeComboBox.FormattingEnabled = true;
this.ChildTypeComboBox.Location = new System.Drawing.Point(435, 33);
this.ChildTypeComboBox.Name = "ChildTypeComboBox";
this.ChildTypeComboBox.Size = new System.Drawing.Size(93, 20);
this.ChildTypeComboBox.TabIndex = 7;
this.ChildTypeComboBox.SelectionChangeCommitted += new System.EventHandler(this.ChildTypeComboBox_SelectionChangeCommitted);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(376, 37);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "子类型:";
//
// MaterialNameComboBox
//
this.MaterialNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.MaterialNameComboBox.FormattingEnabled = true;
this.MaterialNameComboBox.Location = new System.Drawing.Point(77, 46);
this.MaterialNameComboBox.Name = "MaterialNameComboBox";
this.MaterialNameComboBox.Size = new System.Drawing.Size(123, 20);
this.MaterialNameComboBox.TabIndex = 10;
this.MaterialNameComboBox.SelectionChangeCommitted += new System.EventHandler(this.MaterialNameComboBox_SelectionChangeCommitted);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 9;
this.label6.Text = "物料名称:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.MaterialCodeComboBox);
this.groupBox1.Controls.Add(this.MaterialNameComboBox);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.ChildTypeComboBox);
this.groupBox1.Controls.Add(this.MaterialTypeComboBox);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Location = new System.Drawing.Point(45, 65);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(535, 74);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "可以先按类型选择物料";
//
// IsUseCheckBox
//
this.IsUseCheckBox.AutoSize = true;
this.IsUseCheckBox.Checked = true;
this.IsUseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.IsUseCheckBox.Location = new System.Drawing.Point(278, 40);
this.IsUseCheckBox.Name = "IsUseCheckBox";
this.IsUseCheckBox.Size = new System.Drawing.Size(72, 16);
this.IsUseCheckBox.TabIndex = 12;
this.IsUseCheckBox.Text = "是否使用";
this.IsUseCheckBox.UseVisualStyleBackColor = true;
//
// SetThicknessTextBox
//
this.SetThicknessTextBox.Location = new System.Drawing.Point(98, 145);
this.SetThicknessTextBox.Name = "SetThicknessTextBox";
this.SetThicknessTextBox.Size = new System.Drawing.Size(123, 21);
this.SetThicknessTextBox.TabIndex = 14;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(51, 149);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 13;
this.label5.Text = "厚度:";
//
// SetWidthTextBox
//
this.SetWidthTextBox.Location = new System.Drawing.Point(274, 145);
this.SetWidthTextBox.Name = "SetWidthTextBox";
this.SetWidthTextBox.Size = new System.Drawing.Size(123, 21);
this.SetWidthTextBox.TabIndex = 16;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(227, 149);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 15;
this.label7.Text = "宽度:";
//
// SetLayerTextBox
//
this.SetLayerTextBox.Location = new System.Drawing.Point(450, 145);
this.SetLayerTextBox.Name = "SetLayerTextBox";
this.SetLayerTextBox.Size = new System.Drawing.Size(123, 21);
this.SetLayerTextBox.TabIndex = 18;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(403, 149);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 17;
this.label8.Text = "层数:";
//
// SetWeightTextBox
//
this.SetWeightTextBox.Location = new System.Drawing.Point(98, 172);
this.SetWeightTextBox.Name = "SetWeightTextBox";
this.SetWeightTextBox.Size = new System.Drawing.Size(123, 21);
this.SetWeightTextBox.TabIndex = 20;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(51, 176);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 19;
this.label9.Text = "重量:";
//
// SetErrorTextBox
//
this.SetErrorTextBox.Location = new System.Drawing.Point(298, 172);
this.SetErrorTextBox.Name = "SetErrorTextBox";
this.SetErrorTextBox.Size = new System.Drawing.Size(99, 21);
this.SetErrorTextBox.TabIndex = 22;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(227, 176);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 21;
this.label10.Text = "重量公差:";
//
// AddButton
//
this.AddButton.Location = new System.Drawing.Point(253, 214);
this.AddButton.Name = "AddButton";
this.AddButton.Size = new System.Drawing.Size(124, 37);
this.AddButton.TabIndex = 23;
this.AddButton.Text = "添加";
this.AddButton.UseVisualStyleBackColor = true;
this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
//
// AddWeightForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(638, 274);
this.Controls.Add(this.AddButton);
this.Controls.Add(this.SetErrorTextBox);
this.Controls.Add(this.label10);
this.Controls.Add(this.SetWeightTextBox);
this.Controls.Add(this.label9);
this.Controls.Add(this.SetLayerTextBox);
this.Controls.Add(this.label8);
this.Controls.Add(this.SetWidthTextBox);
this.Controls.Add(this.label7);
this.Controls.Add(this.SetThicknessTextBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.IsUseCheckBox);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.RecipeCodeTextBox);
this.Controls.Add(this.label1);
this.Name = "AddWeightForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "添加称量信息";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox RecipeCodeTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox MaterialCodeComboBox;
private System.Windows.Forms.ComboBox MaterialTypeComboBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox ChildTypeComboBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox MaterialNameComboBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox IsUseCheckBox;
private System.Windows.Forms.TextBox SetThicknessTextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox SetWidthTextBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox SetLayerTextBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox SetWeightTextBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox SetErrorTextBox;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button AddButton;
}
}