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.

440 lines
21 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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.RubTypeCombobox = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.SetLayerTextBox2 = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.SetWidthTextBox2 = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.SetLayerTextBox3 = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.SetWidthTextBox3 = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(51, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 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(94, 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(272, 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(225, 149);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(47, 12);
this.label7.TabIndex = 15;
this.label7.Text = "宽度1";
//
// 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(47, 12);
this.label8.TabIndex = 17;
this.label8.Text = "层数1";
//
// SetWeightTextBox
//
this.SetWeightTextBox.Location = new System.Drawing.Point(94, 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(122, 199);
this.SetErrorTextBox.Name = "SetErrorTextBox";
this.SetErrorTextBox.Size = new System.Drawing.Size(95, 21);
this.SetErrorTextBox.TabIndex = 22;
this.SetErrorTextBox.Text = "1";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(51, 203);
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, 238);
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);
//
// RubTypeCombobox
//
this.RubTypeCombobox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.RubTypeCombobox.FormattingEnabled = true;
this.RubTypeCombobox.Location = new System.Drawing.Point(469, 38);
this.RubTypeCombobox.Name = "RubTypeCombobox";
this.RubTypeCombobox.Size = new System.Drawing.Size(104, 20);
this.RubTypeCombobox.TabIndex = 11;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(374, 41);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(89, 12);
this.label11.TabIndex = 24;
this.label11.Text = "胶料位置类型:";
//
// SetLayerTextBox2
//
this.SetLayerTextBox2.Location = new System.Drawing.Point(450, 172);
this.SetLayerTextBox2.Name = "SetLayerTextBox2";
this.SetLayerTextBox2.Size = new System.Drawing.Size(123, 21);
this.SetLayerTextBox2.TabIndex = 28;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(403, 176);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(47, 12);
this.label12.TabIndex = 27;
this.label12.Text = "层数2";
//
// SetWidthTextBox2
//
this.SetWidthTextBox2.Location = new System.Drawing.Point(272, 172);
this.SetWidthTextBox2.Name = "SetWidthTextBox2";
this.SetWidthTextBox2.Size = new System.Drawing.Size(123, 21);
this.SetWidthTextBox2.TabIndex = 26;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(225, 176);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(47, 12);
this.label13.TabIndex = 25;
this.label13.Text = "宽度2";
//
// SetLayerTextBox3
//
this.SetLayerTextBox3.Location = new System.Drawing.Point(450, 199);
this.SetLayerTextBox3.Name = "SetLayerTextBox3";
this.SetLayerTextBox3.Size = new System.Drawing.Size(123, 21);
this.SetLayerTextBox3.TabIndex = 32;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(403, 203);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(47, 12);
this.label14.TabIndex = 31;
this.label14.Text = "层数3";
//
// SetWidthTextBox3
//
this.SetWidthTextBox3.Location = new System.Drawing.Point(272, 199);
this.SetWidthTextBox3.Name = "SetWidthTextBox3";
this.SetWidthTextBox3.Size = new System.Drawing.Size(123, 21);
this.SetWidthTextBox3.TabIndex = 30;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(225, 203);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(47, 12);
this.label15.TabIndex = 29;
this.label15.Text = "宽度3";
//
// AddWeightForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(638, 294);
this.Controls.Add(this.SetLayerTextBox3);
this.Controls.Add(this.label14);
this.Controls.Add(this.SetWidthTextBox3);
this.Controls.Add(this.label15);
this.Controls.Add(this.SetLayerTextBox2);
this.Controls.Add(this.label12);
this.Controls.Add(this.SetWidthTextBox2);
this.Controls.Add(this.label13);
this.Controls.Add(this.label11);
this.Controls.Add(this.RubTypeCombobox);
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.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AddWeightForm_FormClosing);
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;
private System.Windows.Forms.ComboBox RubTypeCombobox;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox SetLayerTextBox2;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox SetWidthTextBox2;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox SetLayerTextBox3;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox SetWidthTextBox3;
private System.Windows.Forms.Label label15;
}
}