namespace SHARP_CLAS_UI
|
{
|
partial class Form_Recipe_Name_Set
|
{
|
/// <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_OK = new System.Windows.Forms.Button();
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
this.tb_Recipe_Name = new System.Windows.Forms.TextBox();
|
this.label52 = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// btn_OK
|
//
|
this.btn_OK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btn_OK.Location = new System.Drawing.Point(79, 64);
|
this.btn_OK.Name = "btn_OK";
|
this.btn_OK.Size = new System.Drawing.Size(120, 28);
|
this.btn_OK.TabIndex = 8;
|
this.btn_OK.Text = "OK";
|
this.btn_OK.UseVisualStyleBackColor = true;
|
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
|
//
|
// btn_Cancel
|
//
|
this.btn_Cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btn_Cancel.Location = new System.Drawing.Point(222, 64);
|
this.btn_Cancel.Name = "btn_Cancel";
|
this.btn_Cancel.Size = new System.Drawing.Size(120, 28);
|
this.btn_Cancel.TabIndex = 9;
|
this.btn_Cancel.Text = "CANCEL";
|
this.btn_Cancel.UseVisualStyleBackColor = true;
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
//
|
// tb_Recipe_Name
|
//
|
this.tb_Recipe_Name.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
this.tb_Recipe_Name.Font = new System.Drawing.Font("Gulim", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
this.tb_Recipe_Name.Location = new System.Drawing.Point(153, 17);
|
this.tb_Recipe_Name.MaxLength = 10;
|
this.tb_Recipe_Name.Name = "tb_Recipe_Name";
|
this.tb_Recipe_Name.Size = new System.Drawing.Size(263, 29);
|
this.tb_Recipe_Name.TabIndex = 10;
|
//
|
// label52
|
//
|
this.label52.AutoSize = true;
|
this.label52.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label52.Font = new System.Drawing.Font("Gulim", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
this.label52.ForeColor = System.Drawing.SystemColors.ControlText;
|
this.label52.Location = new System.Drawing.Point(11, 20);
|
this.label52.Name = "label52";
|
this.label52.Size = new System.Drawing.Size(136, 21);
|
this.label52.TabIndex = 61;
|
this.label52.Text = "Recipe Name : ";
|
this.label52.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// Form_Recipe_Name_Set
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.BackColor = System.Drawing.Color.White;
|
this.ClientSize = new System.Drawing.Size(428, 110);
|
this.Controls.Add(this.label52);
|
this.Controls.Add(this.tb_Recipe_Name);
|
this.Controls.Add(this.btn_Cancel);
|
this.Controls.Add(this.btn_OK);
|
this.Name = "Form_Recipe_Name_Set";
|
this.Text = "Form_Recipe_Name_Set";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button btn_OK;
|
private System.Windows.Forms.Button btn_Cancel;
|
private System.Windows.Forms.TextBox tb_Recipe_Name;
|
private System.Windows.Forms.Label label52;
|
}
|
}
|