namespace SA_LTT_UI.Viewer
|
{
|
partial class RecipeCreateViewer
|
{
|
/// <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.btn_ProcessFullShot = new System.Windows.Forms.Panel();
|
this.label21 = new System.Windows.Forms.Label();
|
this.tb_Name = new System.Windows.Forms.TextBox();
|
this.label20 = new System.Windows.Forms.Label();
|
this.label19 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.tb_Radius = new System.Windows.Forms.TextBox();
|
this.label152 = new System.Windows.Forms.Label();
|
this.tb_DistancePrimaryFlat = new System.Windows.Forms.TextBox();
|
this.btn_Ok = new System.Windows.Forms.Button();
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.tb_EdgeRound = new System.Windows.Forms.TextBox();
|
this.SuspendLayout();
|
//
|
// btn_ProcessFullShot
|
//
|
this.btn_ProcessFullShot.BackgroundImage = global::SA_LTT_UI.Properties.Resources.RecipeImage;
|
this.btn_ProcessFullShot.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.btn_ProcessFullShot.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.btn_ProcessFullShot.Location = new System.Drawing.Point(303, 12);
|
this.btn_ProcessFullShot.Name = "btn_ProcessFullShot";
|
this.btn_ProcessFullShot.Size = new System.Drawing.Size(427, 362);
|
this.btn_ProcessFullShot.TabIndex = 2;
|
//
|
// label21
|
//
|
this.label21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label21.Font = new System.Drawing.Font("Gulim", 12F);
|
this.label21.Location = new System.Drawing.Point(12, 12);
|
this.label21.Name = "label21";
|
this.label21.Size = new System.Drawing.Size(95, 26);
|
this.label21.TabIndex = 109;
|
this.label21.Text = "Name";
|
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tb_Name
|
//
|
this.tb_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tb_Name.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
this.tb_Name.Font = new System.Drawing.Font("Gulim", 12F);
|
this.tb_Name.Location = new System.Drawing.Point(119, 12);
|
this.tb_Name.Name = "tb_Name";
|
this.tb_Name.Size = new System.Drawing.Size(178, 26);
|
this.tb_Name.TabIndex = 1;
|
this.tb_Name.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_Name.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// label20
|
//
|
this.label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label20.Font = new System.Drawing.Font("Gulim", 12F);
|
this.label20.Location = new System.Drawing.Point(12, 44);
|
this.label20.Name = "label20";
|
this.label20.Size = new System.Drawing.Size(95, 26);
|
this.label20.TabIndex = 103;
|
this.label20.Text = "R";
|
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label19
|
//
|
this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label19.Font = new System.Drawing.Font("Gulim", 12F);
|
this.label19.Location = new System.Drawing.Point(12, 76);
|
this.label19.Name = "label19";
|
this.label19.Size = new System.Drawing.Size(95, 26);
|
this.label19.TabIndex = 104;
|
this.label19.Text = "T";
|
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label3
|
//
|
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label3.Font = new System.Drawing.Font("Gulim", 12F);
|
this.label3.Location = new System.Drawing.Point(260, 76);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(37, 26);
|
this.label3.TabIndex = 108;
|
this.label3.Text = "mm";
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tb_Radius
|
//
|
this.tb_Radius.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tb_Radius.Font = new System.Drawing.Font("Gulim", 12F);
|
this.tb_Radius.Location = new System.Drawing.Point(119, 44);
|
this.tb_Radius.Name = "tb_Radius";
|
this.tb_Radius.Size = new System.Drawing.Size(135, 26);
|
this.tb_Radius.TabIndex = 2;
|
this.tb_Radius.Text = "75";
|
this.tb_Radius.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_Radius.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// label152
|
//
|
this.label152.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label152.Font = new System.Drawing.Font("Gulim", 12F);
|
this.label152.Location = new System.Drawing.Point(260, 44);
|
this.label152.Name = "label152";
|
this.label152.Size = new System.Drawing.Size(37, 26);
|
this.label152.TabIndex = 106;
|
this.label152.Text = "mm";
|
this.label152.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tb_DistancePrimaryFlat
|
//
|
this.tb_DistancePrimaryFlat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tb_DistancePrimaryFlat.Font = new System.Drawing.Font("Gulim", 12F);
|
this.tb_DistancePrimaryFlat.Location = new System.Drawing.Point(119, 76);
|
this.tb_DistancePrimaryFlat.Name = "tb_DistancePrimaryFlat";
|
this.tb_DistancePrimaryFlat.Size = new System.Drawing.Size(135, 26);
|
this.tb_DistancePrimaryFlat.TabIndex = 3;
|
this.tb_DistancePrimaryFlat.Text = "70";
|
this.tb_DistancePrimaryFlat.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_DistancePrimaryFlat.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// btn_Ok
|
//
|
this.btn_Ok.Location = new System.Drawing.Point(109, 334);
|
this.btn_Ok.Name = "btn_Ok";
|
this.btn_Ok.Size = new System.Drawing.Size(91, 41);
|
this.btn_Ok.TabIndex = 111;
|
this.btn_Ok.Text = "OK";
|
this.btn_Ok.UseVisualStyleBackColor = true;
|
this.btn_Ok.Click += new System.EventHandler(this.btn_Create_Click);
|
//
|
// btn_Cancel
|
//
|
this.btn_Cancel.Location = new System.Drawing.Point(206, 333);
|
this.btn_Cancel.Name = "btn_Cancel";
|
this.btn_Cancel.Size = new System.Drawing.Size(91, 41);
|
this.btn_Cancel.TabIndex = 111;
|
this.btn_Cancel.Text = "Cancel";
|
this.btn_Cancel.UseVisualStyleBackColor = true;
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
//
|
// label1
|
//
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label1.Font = new System.Drawing.Font("Gulim", 12F);
|
this.label1.Location = new System.Drawing.Point(12, 108);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(95, 41);
|
this.label1.TabIndex = 113;
|
this.label1.Text = "Edge Round";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label2
|
//
|
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label2.Font = new System.Drawing.Font("Gulim", 12F);
|
this.label2.Location = new System.Drawing.Point(260, 108);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(37, 41);
|
this.label2.TabIndex = 114;
|
this.label2.Text = "mm";
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tb_EdgeRound
|
//
|
this.tb_EdgeRound.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tb_EdgeRound.Font = new System.Drawing.Font("Gulim", 12F);
|
this.tb_EdgeRound.Location = new System.Drawing.Point(119, 108);
|
this.tb_EdgeRound.Multiline = true;
|
this.tb_EdgeRound.Name = "tb_EdgeRound";
|
this.tb_EdgeRound.Size = new System.Drawing.Size(135, 41);
|
this.tb_EdgeRound.TabIndex = 112;
|
this.tb_EdgeRound.Text = "0";
|
this.tb_EdgeRound.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SettingData_KeyDown);
|
this.tb_EdgeRound.Leave += new System.EventHandler(this.SettingData_Leave);
|
//
|
// RecipeCreateViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(738, 385);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.tb_EdgeRound);
|
this.Controls.Add(this.btn_Cancel);
|
this.Controls.Add(this.btn_Ok);
|
this.Controls.Add(this.label21);
|
this.Controls.Add(this.tb_Name);
|
this.Controls.Add(this.label20);
|
this.Controls.Add(this.label19);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.tb_Radius);
|
this.Controls.Add(this.label152);
|
this.Controls.Add(this.tb_DistancePrimaryFlat);
|
this.Controls.Add(this.btn_ProcessFullShot);
|
this.Name = "RecipeCreateViewer";
|
this.Text = "RecipeCreateViewer";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel btn_ProcessFullShot;
|
private System.Windows.Forms.Label label21;
|
private System.Windows.Forms.TextBox tb_Name;
|
private System.Windows.Forms.Label label20;
|
private System.Windows.Forms.Label label19;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox tb_Radius;
|
private System.Windows.Forms.Label label152;
|
private System.Windows.Forms.TextBox tb_DistancePrimaryFlat;
|
private System.Windows.Forms.Button btn_Ok;
|
private System.Windows.Forms.Button btn_Cancel;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox tb_EdgeRound;
|
}
|
}
|