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.

254 lines
11 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 AddRecipeForm
{
/// <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.IsUseCheckBox = new System.Windows.Forms.CheckBox();
this.ConfrimAddButton = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.RecipeNameTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.RecipeCodeTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.SpecNameTextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.SpecCodeTextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.SizeKindTextBox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.FixedWidthTextBox = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.WeightErrorTextBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// IsUseCheckBox
//
this.IsUseCheckBox.AutoSize = true;
this.IsUseCheckBox.Checked = true;
this.IsUseCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.IsUseCheckBox.Location = new System.Drawing.Point(501, 85);
this.IsUseCheckBox.Name = "IsUseCheckBox";
this.IsUseCheckBox.Size = new System.Drawing.Size(72, 16);
this.IsUseCheckBox.TabIndex = 23;
this.IsUseCheckBox.Text = "是否启用";
this.IsUseCheckBox.UseVisualStyleBackColor = true;
//
// ConfrimAddButton
//
this.ConfrimAddButton.Location = new System.Drawing.Point(241, 125);
this.ConfrimAddButton.Name = "ConfrimAddButton";
this.ConfrimAddButton.Size = new System.Drawing.Size(110, 41);
this.ConfrimAddButton.TabIndex = 20;
this.ConfrimAddButton.Text = "确认添加";
this.ConfrimAddButton.UseVisualStyleBackColor = true;
this.ConfrimAddButton.Click += new System.EventHandler(this.ConfrimAddButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(239, 31);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 17;
this.label3.Text = "配方名称:";
//
// RecipeNameTextBox
//
this.RecipeNameTextBox.Location = new System.Drawing.Point(310, 28);
this.RecipeNameTextBox.Name = "RecipeNameTextBox";
this.RecipeNameTextBox.Size = new System.Drawing.Size(256, 21);
this.RecipeNameTextBox.TabIndex = 16;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 15;
this.label2.Text = "配方代码:";
//
// RecipeCodeTextBox
//
this.RecipeCodeTextBox.Location = new System.Drawing.Point(103, 28);
this.RecipeCodeTextBox.Name = "RecipeCodeTextBox";
this.RecipeCodeTextBox.Size = new System.Drawing.Size(130, 21);
this.RecipeCodeTextBox.TabIndex = 14;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(268, 32);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 13;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(239, 58);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 28;
this.label4.Text = "SPEC名称";
//
// SpecNameTextBox
//
this.SpecNameTextBox.Location = new System.Drawing.Point(310, 55);
this.SpecNameTextBox.Name = "SpecNameTextBox";
this.SpecNameTextBox.Size = new System.Drawing.Size(256, 21);
this.SpecNameTextBox.TabIndex = 27;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(32, 59);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 26;
this.label5.Text = "SPEC代码";
//
// SpecCodeTextBox
//
this.SpecCodeTextBox.Location = new System.Drawing.Point(103, 55);
this.SpecCodeTextBox.Name = "SpecCodeTextBox";
this.SpecCodeTextBox.Size = new System.Drawing.Size(130, 21);
this.SpecCodeTextBox.TabIndex = 25;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(268, 59);
this.label6.Name = "label6";
this.label6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.label6.Size = new System.Drawing.Size(0, 12);
this.label6.TabIndex = 24;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(32, 86);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 30;
this.label7.Text = "寸别:";
//
// SizeKindTextBox
//
this.SizeKindTextBox.Location = new System.Drawing.Point(79, 82);
this.SizeKindTextBox.Name = "SizeKindTextBox";
this.SizeKindTextBox.Size = new System.Drawing.Size(83, 21);
this.SizeKindTextBox.TabIndex = 29;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(168, 86);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 12);
this.label8.TabIndex = 32;
this.label8.Text = "固定胶宽度:";
//
// FixedWidthTextBox
//
this.FixedWidthTextBox.Location = new System.Drawing.Point(251, 82);
this.FixedWidthTextBox.Name = "FixedWidthTextBox";
this.FixedWidthTextBox.Size = new System.Drawing.Size(83, 21);
this.FixedWidthTextBox.TabIndex = 31;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(340, 86);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(71, 12);
this.label9.TabIndex = 34;
this.label9.Text = "重量公差%";
//
// WeightErrorTextBox
//
this.WeightErrorTextBox.Location = new System.Drawing.Point(412, 82);
this.WeightErrorTextBox.Name = "WeightErrorTextBox";
this.WeightErrorTextBox.Size = new System.Drawing.Size(83, 21);
this.WeightErrorTextBox.TabIndex = 33;
//
// AddRecipeForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(601, 188);
this.Controls.Add(this.label9);
this.Controls.Add(this.WeightErrorTextBox);
this.Controls.Add(this.label8);
this.Controls.Add(this.FixedWidthTextBox);
this.Controls.Add(this.label7);
this.Controls.Add(this.SizeKindTextBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.SpecNameTextBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.SpecCodeTextBox);
this.Controls.Add(this.label6);
this.Controls.Add(this.IsUseCheckBox);
this.Controls.Add(this.ConfrimAddButton);
this.Controls.Add(this.label3);
this.Controls.Add(this.RecipeNameTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.RecipeCodeTextBox);
this.Controls.Add(this.label1);
this.Name = "AddRecipeForm";
this.Text = "配方添加";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox IsUseCheckBox;
private System.Windows.Forms.Button ConfrimAddButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox RecipeNameTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox RecipeCodeTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox SpecNameTextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox SpecCodeTextBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox SizeKindTextBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox FixedWidthTextBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox WeightErrorTextBox;
}
}