namespace SHARP_CLAS_UI.Screen
{
partial class Form_Maintenance_User_Info
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.pnl_Delete_User_Info = new System.Windows.Forms.Panel();
this.tb_User_Level = new System.Windows.Forms.TextBox();
this.lb_User_info = new System.Windows.Forms.Label();
this.tb_User_Name = new System.Windows.Forms.TextBox();
this.tb_User_ID = new System.Windows.Forms.TextBox();
this.lb_Name = new System.Windows.Forms.Label();
this.lb_Level = new System.Windows.Forms.Label();
this.lb_ID = new System.Windows.Forms.Label();
this.lv_UserInfo = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btn_Create = new System.Windows.Forms.Button();
this.btn_Delete = new System.Windows.Forms.Button();
this.btn_Refresh = new System.Windows.Forms.Button();
this.pnl_Create_User_Info = new System.Windows.Forms.Panel();
this.cb_Create_User_Level = new System.Windows.Forms.ComboBox();
this.tb_Create_User_Password = new System.Windows.Forms.TextBox();
this.lb_Password = new System.Windows.Forms.Label();
this.lb_Create_User_Info = new System.Windows.Forms.Label();
this.tb_Create_User_Name = new System.Windows.Forms.TextBox();
this.tb_Create_User_ID = new System.Windows.Forms.TextBox();
this.lb_Name_1 = new System.Windows.Forms.Label();
this.lb_Level_1 = new System.Windows.Forms.Label();
this.lb_ID_1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.nud_Team = new System.Windows.Forms.NumericUpDown();
this.lb_Equipment_Info = new System.Windows.Forms.Label();
this.tb_Device_Id = new System.Windows.Forms.TextBox();
this.tb_Purpose_Code = new System.Windows.Forms.TextBox();
this.tb_Module_Model_Id = new System.Windows.Forms.TextBox();
this.tb_Process_Number = new System.Windows.Forms.TextBox();
this.tb_Person_in_Charge_Code = new System.Windows.Forms.TextBox();
this.tb_Mass_Product_Code = new System.Windows.Forms.TextBox();
this.tb_Prototype_Name = new System.Windows.Forms.TextBox();
this.tb_Line_Name = new System.Windows.Forms.TextBox();
this.tb_Program_Name = new System.Windows.Forms.TextBox();
this.tb_Program_Version = new System.Windows.Forms.TextBox();
this.lb_Team = new System.Windows.Forms.Label();
this.lb_Person_in_charge_code = new System.Windows.Forms.Label();
this.lb_Prototype_Name = new System.Windows.Forms.Label();
this.lb_Mass_product_Code = new System.Windows.Forms.Label();
this.lb_Purpose_Code = new System.Windows.Forms.Label();
this.lb_Module_Model_Id = new System.Windows.Forms.Label();
this.lb_Program_version = new System.Windows.Forms.Label();
this.lb_Program_Name = new System.Windows.Forms.Label();
this.lb_Line_name = new System.Windows.Forms.Label();
this.lb_Process_Number = new System.Windows.Forms.Label();
this.lb_Device_ID = new System.Windows.Forms.Label();
this.btn_Equipment_Info_Save = new System.Windows.Forms.Button();
this.btn_Equipment_Info_Reset = new System.Windows.Forms.Button();
this.pnl_User_Info = new System.Windows.Forms.Panel();
this.btn_TrayCleaningCountReset = new System.Windows.Forms.Button();
this.lb_CleaningCount = new System.Windows.Forms.Label();
this.pnl_Delete_User_Info.SuspendLayout();
this.pnl_Create_User_Info.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nud_Team)).BeginInit();
this.pnl_User_Info.SuspendLayout();
this.SuspendLayout();
//
// pnl_Delete_User_Info
//
this.pnl_Delete_User_Info.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnl_Delete_User_Info.Controls.Add(this.tb_User_Level);
this.pnl_Delete_User_Info.Controls.Add(this.lb_User_info);
this.pnl_Delete_User_Info.Controls.Add(this.tb_User_Name);
this.pnl_Delete_User_Info.Controls.Add(this.tb_User_ID);
this.pnl_Delete_User_Info.Controls.Add(this.lb_Name);
this.pnl_Delete_User_Info.Controls.Add(this.lb_Level);
this.pnl_Delete_User_Info.Controls.Add(this.lb_ID);
this.pnl_Delete_User_Info.Location = new System.Drawing.Point(769, 62);
this.pnl_Delete_User_Info.Name = "pnl_Delete_User_Info";
this.pnl_Delete_User_Info.Size = new System.Drawing.Size(245, 155);
this.pnl_Delete_User_Info.TabIndex = 33;
//
// tb_User_Level
//
this.tb_User_Level.BackColor = System.Drawing.Color.White;
this.tb_User_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_User_Level.Location = new System.Drawing.Point(106, 118);
this.tb_User_Level.Name = "tb_User_Level";
this.tb_User_Level.ReadOnly = true;
this.tb_User_Level.Size = new System.Drawing.Size(131, 21);
this.tb_User_Level.TabIndex = 57;
//
// lb_User_info
//
this.lb_User_info.BackColor = System.Drawing.Color.LightGray;
this.lb_User_info.Dock = System.Windows.Forms.DockStyle.Top;
this.lb_User_info.Location = new System.Drawing.Point(0, 0);
this.lb_User_info.Name = "lb_User_info";
this.lb_User_info.Size = new System.Drawing.Size(243, 37);
this.lb_User_info.TabIndex = 3;
this.lb_User_info.Text = "User Info";
this.lb_User_info.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_User_Name
//
this.tb_User_Name.BackColor = System.Drawing.Color.White;
this.tb_User_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_User_Name.Location = new System.Drawing.Point(106, 82);
this.tb_User_Name.Name = "tb_User_Name";
this.tb_User_Name.ReadOnly = true;
this.tb_User_Name.Size = new System.Drawing.Size(131, 21);
this.tb_User_Name.TabIndex = 56;
//
// tb_User_ID
//
this.tb_User_ID.BackColor = System.Drawing.Color.White;
this.tb_User_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_User_ID.Location = new System.Drawing.Point(106, 46);
this.tb_User_ID.Name = "tb_User_ID";
this.tb_User_ID.ReadOnly = true;
this.tb_User_ID.Size = new System.Drawing.Size(131, 21);
this.tb_User_ID.TabIndex = 55;
//
// lb_Name
//
this.lb_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Name.Location = new System.Drawing.Point(3, 82);
this.lb_Name.Name = "lb_Name";
this.lb_Name.Size = new System.Drawing.Size(97, 21);
this.lb_Name.TabIndex = 52;
this.lb_Name.Text = "NAME : ";
this.lb_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Level
//
this.lb_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Level.Location = new System.Drawing.Point(3, 118);
this.lb_Level.Name = "lb_Level";
this.lb_Level.Size = new System.Drawing.Size(97, 21);
this.lb_Level.TabIndex = 54;
this.lb_Level.Text = "LEVEL :";
this.lb_Level.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_ID
//
this.lb_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_ID.Location = new System.Drawing.Point(3, 46);
this.lb_ID.Name = "lb_ID";
this.lb_ID.Size = new System.Drawing.Size(97, 21);
this.lb_ID.TabIndex = 53;
this.lb_ID.Text = "ID : ";
this.lb_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lv_UserInfo
//
this.lv_UserInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.lv_UserInfo.Font = new System.Drawing.Font("Microsoft YaHei", 11.25F, System.Drawing.FontStyle.Bold);
this.lv_UserInfo.FullRowSelect = true;
this.lv_UserInfo.GridLines = true;
this.lv_UserInfo.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lv_UserInfo.Location = new System.Drawing.Point(10, 8);
this.lv_UserInfo.Name = "lv_UserInfo";
this.lv_UserInfo.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lv_UserInfo.Size = new System.Drawing.Size(753, 826);
this.lv_UserInfo.TabIndex = 34;
this.lv_UserInfo.TabStop = false;
this.lv_UserInfo.UseCompatibleStateImageBehavior = false;
this.lv_UserInfo.View = System.Windows.Forms.View.Details;
this.lv_UserInfo.SelectedIndexChanged += new System.EventHandler(this.lv_UserInfo_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "No.";
this.columnHeader1.Width = 50;
//
// columnHeader2
//
this.columnHeader2.Text = "Level";
this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader2.Width = 80;
//
// columnHeader3
//
this.columnHeader3.Text = "User ID";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader3.Width = 420;
//
// columnHeader4
//
this.columnHeader4.Text = "Name";
this.columnHeader4.Width = 193;
//
// btn_Create
//
this.btn_Create.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Create.Location = new System.Drawing.Point(769, 523);
this.btn_Create.Name = "btn_Create";
this.btn_Create.Size = new System.Drawing.Size(245, 25);
this.btn_Create.TabIndex = 59;
this.btn_Create.Text = "CREATE";
this.btn_Create.UseVisualStyleBackColor = true;
this.btn_Create.Click += new System.EventHandler(this.btn_Create_Click);
//
// btn_Delete
//
this.btn_Delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Delete.Location = new System.Drawing.Point(769, 223);
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.Size = new System.Drawing.Size(245, 25);
this.btn_Delete.TabIndex = 50;
this.btn_Delete.Text = "DELETE";
this.btn_Delete.UseVisualStyleBackColor = true;
this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
//
// btn_Refresh
//
this.btn_Refresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Refresh.Location = new System.Drawing.Point(769, 8);
this.btn_Refresh.Name = "btn_Refresh";
this.btn_Refresh.Size = new System.Drawing.Size(245, 48);
this.btn_Refresh.TabIndex = 51;
this.btn_Refresh.Text = "REFRESH";
this.btn_Refresh.UseVisualStyleBackColor = true;
this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click);
//
// pnl_Create_User_Info
//
this.pnl_Create_User_Info.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnl_Create_User_Info.Controls.Add(this.cb_Create_User_Level);
this.pnl_Create_User_Info.Controls.Add(this.tb_Create_User_Password);
this.pnl_Create_User_Info.Controls.Add(this.lb_Password);
this.pnl_Create_User_Info.Controls.Add(this.lb_Create_User_Info);
this.pnl_Create_User_Info.Controls.Add(this.tb_Create_User_Name);
this.pnl_Create_User_Info.Controls.Add(this.tb_Create_User_ID);
this.pnl_Create_User_Info.Controls.Add(this.lb_Name_1);
this.pnl_Create_User_Info.Controls.Add(this.lb_Level_1);
this.pnl_Create_User_Info.Controls.Add(this.lb_ID_1);
this.pnl_Create_User_Info.Location = new System.Drawing.Point(769, 357);
this.pnl_Create_User_Info.Name = "pnl_Create_User_Info";
this.pnl_Create_User_Info.Size = new System.Drawing.Size(245, 160);
this.pnl_Create_User_Info.TabIndex = 52;
//
// cb_Create_User_Level
//
this.cb_Create_User_Level.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_Create_User_Level.FormattingEnabled = true;
this.cb_Create_User_Level.Items.AddRange(new object[] {
"Operator",
"Engineer",
"Master"});
this.cb_Create_User_Level.Location = new System.Drawing.Point(106, 128);
this.cb_Create_User_Level.Name = "cb_Create_User_Level";
this.cb_Create_User_Level.Size = new System.Drawing.Size(131, 20);
this.cb_Create_User_Level.TabIndex = 58;
//
// tb_Create_User_Password
//
this.tb_Create_User_Password.BackColor = System.Drawing.Color.White;
this.tb_Create_User_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Create_User_Password.Location = new System.Drawing.Point(106, 73);
this.tb_Create_User_Password.Name = "tb_Create_User_Password";
this.tb_Create_User_Password.PasswordChar = '*';
this.tb_Create_User_Password.Size = new System.Drawing.Size(131, 21);
this.tb_Create_User_Password.TabIndex = 56;
//
// lb_Password
//
this.lb_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Password.Location = new System.Drawing.Point(3, 73);
this.lb_Password.Name = "lb_Password";
this.lb_Password.Size = new System.Drawing.Size(97, 21);
this.lb_Password.TabIndex = 58;
this.lb_Password.Text = "PASSWORD :";
this.lb_Password.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Create_User_Info
//
this.lb_Create_User_Info.BackColor = System.Drawing.Color.LightGray;
this.lb_Create_User_Info.Dock = System.Windows.Forms.DockStyle.Top;
this.lb_Create_User_Info.Location = new System.Drawing.Point(0, 0);
this.lb_Create_User_Info.Name = "lb_Create_User_Info";
this.lb_Create_User_Info.Size = new System.Drawing.Size(243, 37);
this.lb_Create_User_Info.TabIndex = 3;
this.lb_Create_User_Info.Text = "Create User Info";
this.lb_Create_User_Info.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_Create_User_Name
//
this.tb_Create_User_Name.BackColor = System.Drawing.Color.White;
this.tb_Create_User_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Create_User_Name.Location = new System.Drawing.Point(106, 100);
this.tb_Create_User_Name.Name = "tb_Create_User_Name";
this.tb_Create_User_Name.Size = new System.Drawing.Size(131, 21);
this.tb_Create_User_Name.TabIndex = 57;
//
// tb_Create_User_ID
//
this.tb_Create_User_ID.BackColor = System.Drawing.Color.White;
this.tb_Create_User_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Create_User_ID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.tb_Create_User_ID.Location = new System.Drawing.Point(106, 46);
this.tb_Create_User_ID.Name = "tb_Create_User_ID";
this.tb_Create_User_ID.Size = new System.Drawing.Size(131, 21);
this.tb_Create_User_ID.TabIndex = 55;
//
// lb_Name_1
//
this.lb_Name_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Name_1.Location = new System.Drawing.Point(3, 100);
this.lb_Name_1.Name = "lb_Name_1";
this.lb_Name_1.Size = new System.Drawing.Size(97, 21);
this.lb_Name_1.TabIndex = 52;
this.lb_Name_1.Text = "NAME : ";
this.lb_Name_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Level_1
//
this.lb_Level_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Level_1.Location = new System.Drawing.Point(3, 127);
this.lb_Level_1.Name = "lb_Level_1";
this.lb_Level_1.Size = new System.Drawing.Size(97, 21);
this.lb_Level_1.TabIndex = 54;
this.lb_Level_1.Text = "LEVEL :";
this.lb_Level_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_ID_1
//
this.lb_ID_1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_ID_1.Location = new System.Drawing.Point(3, 46);
this.lb_ID_1.Name = "lb_ID_1";
this.lb_ID_1.Size = new System.Drawing.Size(97, 21);
this.lb_ID_1.TabIndex = 53;
this.lb_ID_1.Text = "ID : ";
this.lb_ID_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.nud_Team);
this.panel2.Controls.Add(this.lb_Equipment_Info);
this.panel2.Controls.Add(this.tb_Device_Id);
this.panel2.Controls.Add(this.tb_Purpose_Code);
this.panel2.Controls.Add(this.tb_Module_Model_Id);
this.panel2.Controls.Add(this.tb_Process_Number);
this.panel2.Controls.Add(this.tb_Person_in_Charge_Code);
this.panel2.Controls.Add(this.tb_Mass_Product_Code);
this.panel2.Controls.Add(this.tb_Prototype_Name);
this.panel2.Controls.Add(this.tb_Line_Name);
this.panel2.Controls.Add(this.tb_Program_Name);
this.panel2.Controls.Add(this.tb_Program_Version);
this.panel2.Controls.Add(this.lb_Team);
this.panel2.Controls.Add(this.lb_Person_in_charge_code);
this.panel2.Controls.Add(this.lb_Prototype_Name);
this.panel2.Controls.Add(this.lb_Mass_product_Code);
this.panel2.Controls.Add(this.lb_Purpose_Code);
this.panel2.Controls.Add(this.lb_Module_Model_Id);
this.panel2.Controls.Add(this.lb_Program_version);
this.panel2.Controls.Add(this.lb_Program_Name);
this.panel2.Controls.Add(this.lb_Line_name);
this.panel2.Controls.Add(this.lb_Process_Number);
this.panel2.Controls.Add(this.lb_Device_ID);
this.panel2.Location = new System.Drawing.Point(1022, 12);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(726, 540);
this.panel2.TabIndex = 60;
//
// nud_Team
//
this.nud_Team.Font = new System.Drawing.Font("Gulim", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.nud_Team.Location = new System.Drawing.Point(180, 483);
this.nud_Team.Maximum = new decimal(new int[] {
99,
0,
0,
0});
this.nud_Team.Name = "nud_Team";
this.nud_Team.Size = new System.Drawing.Size(527, 35);
this.nud_Team.TabIndex = 56;
this.nud_Team.ValueChanged += new System.EventHandler(this.nud_Team_ValueChanged);
//
// lb_Equipment_Info
//
this.lb_Equipment_Info.BackColor = System.Drawing.Color.LightGray;
this.lb_Equipment_Info.Dock = System.Windows.Forms.DockStyle.Top;
this.lb_Equipment_Info.Font = new System.Drawing.Font("Gulim", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lb_Equipment_Info.Location = new System.Drawing.Point(0, 0);
this.lb_Equipment_Info.Name = "lb_Equipment_Info";
this.lb_Equipment_Info.Size = new System.Drawing.Size(724, 37);
this.lb_Equipment_Info.TabIndex = 3;
this.lb_Equipment_Info.Text = "Equipment Info";
this.lb_Equipment_Info.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_Device_Id
//
this.tb_Device_Id.BackColor = System.Drawing.Color.White;
this.tb_Device_Id.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Device_Id.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Device_Id.Location = new System.Drawing.Point(180, 182);
this.tb_Device_Id.MaxLength = 16;
this.tb_Device_Id.Name = "tb_Device_Id";
this.tb_Device_Id.Size = new System.Drawing.Size(527, 35);
this.tb_Device_Id.TabIndex = 55;
this.tb_Device_Id.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Purpose_Code
//
this.tb_Purpose_Code.BackColor = System.Drawing.Color.White;
this.tb_Purpose_Code.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Purpose_Code.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Purpose_Code.Location = new System.Drawing.Point(180, 268);
this.tb_Purpose_Code.MaxLength = 2;
this.tb_Purpose_Code.Name = "tb_Purpose_Code";
this.tb_Purpose_Code.Size = new System.Drawing.Size(527, 35);
this.tb_Purpose_Code.TabIndex = 55;
this.tb_Purpose_Code.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Module_Model_Id
//
this.tb_Module_Model_Id.BackColor = System.Drawing.Color.White;
this.tb_Module_Model_Id.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Module_Model_Id.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Module_Model_Id.Location = new System.Drawing.Point(180, 354);
this.tb_Module_Model_Id.MaxLength = 20;
this.tb_Module_Model_Id.Name = "tb_Module_Model_Id";
this.tb_Module_Model_Id.Size = new System.Drawing.Size(527, 35);
this.tb_Module_Model_Id.TabIndex = 55;
this.tb_Module_Model_Id.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Process_Number
//
this.tb_Process_Number.BackColor = System.Drawing.Color.White;
this.tb_Process_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Process_Number.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Process_Number.Location = new System.Drawing.Point(180, 440);
this.tb_Process_Number.MaxLength = 5;
this.tb_Process_Number.Name = "tb_Process_Number";
this.tb_Process_Number.Size = new System.Drawing.Size(527, 35);
this.tb_Process_Number.TabIndex = 55;
this.tb_Process_Number.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Person_in_Charge_Code
//
this.tb_Person_in_Charge_Code.BackColor = System.Drawing.Color.White;
this.tb_Person_in_Charge_Code.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Person_in_Charge_Code.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Person_in_Charge_Code.Location = new System.Drawing.Point(180, 397);
this.tb_Person_in_Charge_Code.MaxLength = 16;
this.tb_Person_in_Charge_Code.Name = "tb_Person_in_Charge_Code";
this.tb_Person_in_Charge_Code.Size = new System.Drawing.Size(527, 35);
this.tb_Person_in_Charge_Code.TabIndex = 55;
this.tb_Person_in_Charge_Code.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Mass_Product_Code
//
this.tb_Mass_Product_Code.BackColor = System.Drawing.Color.White;
this.tb_Mass_Product_Code.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Mass_Product_Code.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Mass_Product_Code.Location = new System.Drawing.Point(180, 311);
this.tb_Mass_Product_Code.MaxLength = 2;
this.tb_Mass_Product_Code.Name = "tb_Mass_Product_Code";
this.tb_Mass_Product_Code.Size = new System.Drawing.Size(527, 35);
this.tb_Mass_Product_Code.TabIndex = 55;
this.tb_Mass_Product_Code.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Prototype_Name
//
this.tb_Prototype_Name.BackColor = System.Drawing.Color.White;
this.tb_Prototype_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Prototype_Name.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Prototype_Name.Location = new System.Drawing.Point(180, 225);
this.tb_Prototype_Name.MaxLength = 10;
this.tb_Prototype_Name.Name = "tb_Prototype_Name";
this.tb_Prototype_Name.Size = new System.Drawing.Size(527, 35);
this.tb_Prototype_Name.TabIndex = 55;
this.tb_Prototype_Name.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Line_Name
//
this.tb_Line_Name.BackColor = System.Drawing.Color.White;
this.tb_Line_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Line_Name.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Line_Name.Location = new System.Drawing.Point(180, 139);
this.tb_Line_Name.MaxLength = 1;
this.tb_Line_Name.Name = "tb_Line_Name";
this.tb_Line_Name.Size = new System.Drawing.Size(527, 35);
this.tb_Line_Name.TabIndex = 55;
this.tb_Line_Name.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Program_Name
//
this.tb_Program_Name.BackColor = System.Drawing.Color.White;
this.tb_Program_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Program_Name.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Program_Name.Location = new System.Drawing.Point(180, 53);
this.tb_Program_Name.MaxLength = 20;
this.tb_Program_Name.Name = "tb_Program_Name";
this.tb_Program_Name.Size = new System.Drawing.Size(527, 35);
this.tb_Program_Name.TabIndex = 55;
this.tb_Program_Name.Text = "SHARP_CLAS_UI";
this.tb_Program_Name.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// tb_Program_Version
//
this.tb_Program_Version.BackColor = System.Drawing.Color.White;
this.tb_Program_Version.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Program_Version.Enabled = false;
this.tb_Program_Version.Font = new System.Drawing.Font("Gulim", 18F);
this.tb_Program_Version.Location = new System.Drawing.Point(180, 96);
this.tb_Program_Version.MaxLength = 20;
this.tb_Program_Version.Name = "tb_Program_Version";
this.tb_Program_Version.Size = new System.Drawing.Size(527, 35);
this.tb_Program_Version.TabIndex = 55;
this.tb_Program_Version.TextChanged += new System.EventHandler(this.tb_Equipment_Info_TextChanged);
//
// lb_Team
//
this.lb_Team.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Team.Location = new System.Drawing.Point(13, 483);
this.lb_Team.Name = "lb_Team";
this.lb_Team.Size = new System.Drawing.Size(161, 35);
this.lb_Team.TabIndex = 53;
this.lb_Team.Text = "Team";
this.lb_Team.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Person_in_charge_code
//
this.lb_Person_in_charge_code.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Person_in_charge_code.Location = new System.Drawing.Point(13, 397);
this.lb_Person_in_charge_code.Name = "lb_Person_in_charge_code";
this.lb_Person_in_charge_code.Size = new System.Drawing.Size(161, 35);
this.lb_Person_in_charge_code.TabIndex = 53;
this.lb_Person_in_charge_code.Text = "Person in Charge Code";
this.lb_Person_in_charge_code.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Prototype_Name
//
this.lb_Prototype_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Prototype_Name.Location = new System.Drawing.Point(13, 225);
this.lb_Prototype_Name.Name = "lb_Prototype_Name";
this.lb_Prototype_Name.Size = new System.Drawing.Size(161, 35);
this.lb_Prototype_Name.TabIndex = 53;
this.lb_Prototype_Name.Text = "Prototype Name";
this.lb_Prototype_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Mass_product_Code
//
this.lb_Mass_product_Code.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Mass_product_Code.Location = new System.Drawing.Point(13, 311);
this.lb_Mass_product_Code.Name = "lb_Mass_product_Code";
this.lb_Mass_product_Code.Size = new System.Drawing.Size(161, 35);
this.lb_Mass_product_Code.TabIndex = 53;
this.lb_Mass_product_Code.Text = "Mass Product Code";
this.lb_Mass_product_Code.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Purpose_Code
//
this.lb_Purpose_Code.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Purpose_Code.Location = new System.Drawing.Point(13, 268);
this.lb_Purpose_Code.Name = "lb_Purpose_Code";
this.lb_Purpose_Code.Size = new System.Drawing.Size(161, 35);
this.lb_Purpose_Code.TabIndex = 53;
this.lb_Purpose_Code.Text = "Purpose Code";
this.lb_Purpose_Code.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Module_Model_Id
//
this.lb_Module_Model_Id.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Module_Model_Id.Location = new System.Drawing.Point(13, 354);
this.lb_Module_Model_Id.Name = "lb_Module_Model_Id";
this.lb_Module_Model_Id.Size = new System.Drawing.Size(161, 35);
this.lb_Module_Model_Id.TabIndex = 53;
this.lb_Module_Model_Id.Text = "Module Model ID";
this.lb_Module_Model_Id.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Program_version
//
this.lb_Program_version.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Program_version.Location = new System.Drawing.Point(13, 96);
this.lb_Program_version.Name = "lb_Program_version";
this.lb_Program_version.Size = new System.Drawing.Size(161, 35);
this.lb_Program_version.TabIndex = 53;
this.lb_Program_version.Text = "Program Version";
this.lb_Program_version.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Program_Name
//
this.lb_Program_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Program_Name.Location = new System.Drawing.Point(13, 53);
this.lb_Program_Name.Name = "lb_Program_Name";
this.lb_Program_Name.Size = new System.Drawing.Size(161, 35);
this.lb_Program_Name.TabIndex = 53;
this.lb_Program_Name.Text = "Program Name";
this.lb_Program_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Line_name
//
this.lb_Line_name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Line_name.Location = new System.Drawing.Point(13, 139);
this.lb_Line_name.Name = "lb_Line_name";
this.lb_Line_name.Size = new System.Drawing.Size(161, 35);
this.lb_Line_name.TabIndex = 53;
this.lb_Line_name.Text = "Line Name";
this.lb_Line_name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Process_Number
//
this.lb_Process_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Process_Number.Location = new System.Drawing.Point(13, 440);
this.lb_Process_Number.Name = "lb_Process_Number";
this.lb_Process_Number.Size = new System.Drawing.Size(161, 35);
this.lb_Process_Number.TabIndex = 53;
this.lb_Process_Number.Text = "Process Number";
this.lb_Process_Number.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Device_ID
//
this.lb_Device_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Device_ID.Location = new System.Drawing.Point(13, 182);
this.lb_Device_ID.Name = "lb_Device_ID";
this.lb_Device_ID.Size = new System.Drawing.Size(161, 35);
this.lb_Device_ID.TabIndex = 53;
this.lb_Device_ID.Text = "Device ID";
this.lb_Device_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_Equipment_Info_Save
//
this.btn_Equipment_Info_Save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Equipment_Info_Save.Location = new System.Drawing.Point(1623, 558);
this.btn_Equipment_Info_Save.Name = "btn_Equipment_Info_Save";
this.btn_Equipment_Info_Save.Size = new System.Drawing.Size(124, 40);
this.btn_Equipment_Info_Save.TabIndex = 61;
this.btn_Equipment_Info_Save.Text = "SAVE";
this.btn_Equipment_Info_Save.UseVisualStyleBackColor = true;
this.btn_Equipment_Info_Save.Click += new System.EventHandler(this.btn_Equipment_Info_Save_Click);
//
// btn_Equipment_Info_Reset
//
this.btn_Equipment_Info_Reset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Equipment_Info_Reset.Location = new System.Drawing.Point(1493, 558);
this.btn_Equipment_Info_Reset.Name = "btn_Equipment_Info_Reset";
this.btn_Equipment_Info_Reset.Size = new System.Drawing.Size(124, 40);
this.btn_Equipment_Info_Reset.TabIndex = 61;
this.btn_Equipment_Info_Reset.Text = "RESET";
this.btn_Equipment_Info_Reset.UseVisualStyleBackColor = true;
this.btn_Equipment_Info_Reset.Click += new System.EventHandler(this.btn_Equipment_Info_Reset_Click);
//
// pnl_User_Info
//
this.pnl_User_Info.Controls.Add(this.btn_Refresh);
this.pnl_User_Info.Controls.Add(this.pnl_Delete_User_Info);
this.pnl_User_Info.Controls.Add(this.lv_UserInfo);
this.pnl_User_Info.Controls.Add(this.pnl_Create_User_Info);
this.pnl_User_Info.Controls.Add(this.btn_Create);
this.pnl_User_Info.Controls.Add(this.btn_Delete);
this.pnl_User_Info.Location = new System.Drawing.Point(3, 4);
this.pnl_User_Info.Name = "pnl_User_Info";
this.pnl_User_Info.Size = new System.Drawing.Size(1014, 847);
this.pnl_User_Info.TabIndex = 62;
//
// btn_TrayCleaningCountReset
//
this.btn_TrayCleaningCountReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_TrayCleaningCountReset.Location = new System.Drawing.Point(1297, 558);
this.btn_TrayCleaningCountReset.Name = "btn_TrayCleaningCountReset";
this.btn_TrayCleaningCountReset.Size = new System.Drawing.Size(124, 40);
this.btn_TrayCleaningCountReset.TabIndex = 61;
this.btn_TrayCleaningCountReset.Text = "Cleaning Count Reset";
this.btn_TrayCleaningCountReset.UseVisualStyleBackColor = true;
this.btn_TrayCleaningCountReset.Click += new System.EventHandler(this.btn_TrayCleaningCountReset_Click);
//
// lb_CleaningCount
//
this.lb_CleaningCount.BackColor = System.Drawing.Color.White;
this.lb_CleaningCount.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lb_CleaningCount.Font = new System.Drawing.Font("Malgun Gothic", 20F);
this.lb_CleaningCount.ForeColor = System.Drawing.Color.Black;
this.lb_CleaningCount.Location = new System.Drawing.Point(1022, 558);
this.lb_CleaningCount.Name = "lb_CleaningCount";
this.lb_CleaningCount.Size = new System.Drawing.Size(269, 40);
this.lb_CleaningCount.TabIndex = 63;
this.lb_CleaningCount.Text = "0";
this.lb_CleaningCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Form_Maintenance_User_Info
//
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(1760, 850);
this.Controls.Add(this.lb_CleaningCount);
this.Controls.Add(this.btn_TrayCleaningCountReset);
this.Controls.Add(this.btn_Equipment_Info_Reset);
this.Controls.Add(this.btn_Equipment_Info_Save);
this.Controls.Add(this.panel2);
this.Controls.Add(this.pnl_User_Info);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form_Maintenance_User_Info";
this.Text = "Form_Maintenance_User_Info";
this.pnl_Delete_User_Info.ResumeLayout(false);
this.pnl_Delete_User_Info.PerformLayout();
this.pnl_Create_User_Info.ResumeLayout(false);
this.pnl_Create_User_Info.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nud_Team)).EndInit();
this.pnl_User_Info.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnl_Delete_User_Info;
private System.Windows.Forms.Label lb_User_info;
private System.Windows.Forms.ListView lv_UserInfo;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.Button btn_Create;
private System.Windows.Forms.Button btn_Delete;
private System.Windows.Forms.Button btn_Refresh;
private System.Windows.Forms.TextBox tb_User_Level;
private System.Windows.Forms.TextBox tb_User_Name;
private System.Windows.Forms.TextBox tb_User_ID;
private System.Windows.Forms.Label lb_Name;
private System.Windows.Forms.Label lb_Level;
private System.Windows.Forms.Label lb_ID;
private System.Windows.Forms.Panel pnl_Create_User_Info;
private System.Windows.Forms.TextBox tb_Create_User_Password;
private System.Windows.Forms.Label lb_Password;
private System.Windows.Forms.Label lb_Create_User_Info;
private System.Windows.Forms.TextBox tb_Create_User_Name;
private System.Windows.Forms.TextBox tb_Create_User_ID;
private System.Windows.Forms.Label lb_Name_1;
private System.Windows.Forms.Label lb_Level_1;
private System.Windows.Forms.Label lb_ID_1;
private System.Windows.Forms.ComboBox cb_Create_User_Level;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lb_Equipment_Info;
private System.Windows.Forms.Button btn_Equipment_Info_Save;
private System.Windows.Forms.Button btn_Equipment_Info_Reset;
private System.Windows.Forms.NumericUpDown nud_Team;
private System.Windows.Forms.TextBox tb_Device_Id;
private System.Windows.Forms.TextBox tb_Purpose_Code;
private System.Windows.Forms.TextBox tb_Module_Model_Id;
private System.Windows.Forms.TextBox tb_Process_Number;
private System.Windows.Forms.TextBox tb_Person_in_Charge_Code;
private System.Windows.Forms.TextBox tb_Mass_Product_Code;
private System.Windows.Forms.TextBox tb_Prototype_Name;
private System.Windows.Forms.TextBox tb_Line_Name;
private System.Windows.Forms.TextBox tb_Program_Name;
private System.Windows.Forms.TextBox tb_Program_Version;
private System.Windows.Forms.Label lb_Team;
private System.Windows.Forms.Label lb_Person_in_charge_code;
private System.Windows.Forms.Label lb_Prototype_Name;
private System.Windows.Forms.Label lb_Mass_product_Code;
private System.Windows.Forms.Label lb_Purpose_Code;
private System.Windows.Forms.Label lb_Module_Model_Id;
private System.Windows.Forms.Label lb_Program_version;
private System.Windows.Forms.Label lb_Program_Name;
private System.Windows.Forms.Label lb_Line_name;
private System.Windows.Forms.Label lb_Process_Number;
private System.Windows.Forms.Label lb_Device_ID;
private System.Windows.Forms.Panel pnl_User_Info;
private System.Windows.Forms.Button btn_TrayCleaningCountReset;
private System.Windows.Forms.Label lb_CleaningCount;
}
}