namespace SA_LTT_UI.Viewer
|
{
|
partial class FoupRecipeCreateViewer
|
{
|
/// <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.label21 = new System.Windows.Forms.Label();
|
this.tb_Name = new System.Windows.Forms.TextBox();
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
this.btn_Ok = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// 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(21, 12);
|
this.label21.Name = "label21";
|
this.label21.Size = new System.Drawing.Size(95, 26);
|
this.label21.TabIndex = 111;
|
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(128, 12);
|
this.tb_Name.Name = "tb_Name";
|
this.tb_Name.Size = new System.Drawing.Size(178, 26);
|
this.tb_Name.TabIndex = 110;
|
this.tb_Name.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_Name_KeyDown);
|
this.tb_Name.Leave += new System.EventHandler(this.tb_Name_Leave);
|
//
|
// btn_Cancel
|
//
|
this.btn_Cancel.Location = new System.Drawing.Point(164, 56);
|
this.btn_Cancel.Name = "btn_Cancel";
|
this.btn_Cancel.Size = new System.Drawing.Size(91, 41);
|
this.btn_Cancel.TabIndex = 112;
|
this.btn_Cancel.Text = "Cancel";
|
this.btn_Cancel.UseVisualStyleBackColor = true;
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
//
|
// btn_Ok
|
//
|
this.btn_Ok.Location = new System.Drawing.Point(67, 57);
|
this.btn_Ok.Name = "btn_Ok";
|
this.btn_Ok.Size = new System.Drawing.Size(91, 41);
|
this.btn_Ok.TabIndex = 113;
|
this.btn_Ok.Text = "OK";
|
this.btn_Ok.UseVisualStyleBackColor = true;
|
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
|
//
|
// FoupRecipeCreateViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(327, 110);
|
this.Controls.Add(this.btn_Cancel);
|
this.Controls.Add(this.btn_Ok);
|
this.Controls.Add(this.label21);
|
this.Controls.Add(this.tb_Name);
|
this.Name = "FoupRecipeCreateViewer";
|
this.Text = "FoupRecipeCreateViewer";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label21;
|
private System.Windows.Forms.TextBox tb_Name;
|
private System.Windows.Forms.Button btn_Cancel;
|
private System.Windows.Forms.Button btn_Ok;
|
}
|
}
|