namespace SA_LTT_UI.Viewer
|
{
|
partial class FoupRecipeSelectViewer
|
{
|
/// <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.lv_Recipes = new System.Windows.Forms.ListView();
|
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.cbb_FoupRecipe = new System.Windows.Forms.ComboBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
this.btn_Ok = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// lv_Recipes
|
//
|
this.lv_Recipes.AutoArrange = false;
|
this.lv_Recipes.BackColor = System.Drawing.Color.White;
|
this.lv_Recipes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
this.columnHeader10,
|
this.columnHeader11});
|
this.lv_Recipes.FullRowSelect = true;
|
this.lv_Recipes.GridLines = true;
|
this.lv_Recipes.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
this.lv_Recipes.Location = new System.Drawing.Point(12, 37);
|
this.lv_Recipes.Name = "lv_Recipes";
|
this.lv_Recipes.Size = new System.Drawing.Size(600, 435);
|
this.lv_Recipes.TabIndex = 5;
|
this.lv_Recipes.UseCompatibleStateImageBehavior = false;
|
this.lv_Recipes.View = System.Windows.Forms.View.Details;
|
//
|
// columnHeader10
|
//
|
this.columnHeader10.Text = "No.";
|
this.columnHeader10.Width = 62;
|
//
|
// columnHeader11
|
//
|
this.columnHeader11.Text = "Recipe Name";
|
this.columnHeader11.Width = 311;
|
//
|
// cbb_FoupRecipe
|
//
|
this.cbb_FoupRecipe.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_FoupRecipe.Font = new System.Drawing.Font("Gulim", 13F);
|
this.cbb_FoupRecipe.FormattingEnabled = true;
|
this.cbb_FoupRecipe.Location = new System.Drawing.Point(181, 6);
|
this.cbb_FoupRecipe.Name = "cbb_FoupRecipe";
|
this.cbb_FoupRecipe.Size = new System.Drawing.Size(121, 25);
|
this.cbb_FoupRecipe.TabIndex = 6;
|
this.cbb_FoupRecipe.SelectedIndexChanged += new System.EventHandler(this.cbb_FoupRecipe_SelectedIndexChanged);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label1.Font = new System.Drawing.Font("Gulim", 13F);
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(163, 20);
|
this.label1.TabIndex = 7;
|
this.label1.Text = "Foup Reicpe Name";
|
//
|
// btn_Cancel
|
//
|
this.btn_Cancel.Location = new System.Drawing.Point(448, 478);
|
this.btn_Cancel.Name = "btn_Cancel";
|
this.btn_Cancel.Size = new System.Drawing.Size(79, 38);
|
this.btn_Cancel.TabIndex = 15;
|
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(533, 478);
|
this.btn_Ok.Name = "btn_Ok";
|
this.btn_Ok.Size = new System.Drawing.Size(79, 38);
|
this.btn_Ok.TabIndex = 14;
|
this.btn_Ok.Text = "OK";
|
this.btn_Ok.UseVisualStyleBackColor = true;
|
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
|
//
|
// FoupRecipeSelectViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(624, 526);
|
this.Controls.Add(this.btn_Cancel);
|
this.Controls.Add(this.btn_Ok);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.cbb_FoupRecipe);
|
this.Controls.Add(this.lv_Recipes);
|
this.Name = "FoupRecipeSelectViewer";
|
this.Text = "FoupRecipeSelectViewer";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ListView lv_Recipes;
|
private System.Windows.Forms.ColumnHeader columnHeader10;
|
private System.Windows.Forms.ColumnHeader columnHeader11;
|
private System.Windows.Forms.ComboBox cbb_FoupRecipe;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Button btn_Cancel;
|
private System.Windows.Forms.Button btn_Ok;
|
}
|
}
|