[성현모] CPXV2 Init
This commit is contained in:
185
SystemX.Net.CP.PCAdaptor.UIM/SystemX.Net.PCAdaptorUI/LoginForm.Designer.cs
generated
Normal file
185
SystemX.Net.CP.PCAdaptor.UIM/SystemX.Net.PCAdaptorUI/LoginForm.Designer.cs
generated
Normal file
@ -0,0 +1,185 @@
|
||||
namespace SystemX.Net.XAdaptor.PC.UI
|
||||
{
|
||||
partial class LoginForm
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
|
||||
this.Login_Btn = new System.Windows.Forms.Button();
|
||||
this.Cancel_Btn = new System.Windows.Forms.Button();
|
||||
this.Password_Edit = new System.Windows.Forms.TextBox();
|
||||
this.Chg_Password_Edit1 = new System.Windows.Forms.TextBox();
|
||||
this.Chg_Password_Edit2 = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.Chg_Password_Btn = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Login_Btn
|
||||
//
|
||||
this.Login_Btn.Location = new System.Drawing.Point(415, 7);
|
||||
this.Login_Btn.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||
this.Login_Btn.Name = "Login_Btn";
|
||||
this.Login_Btn.Size = new System.Drawing.Size(85, 29);
|
||||
this.Login_Btn.TabIndex = 3;
|
||||
this.Login_Btn.Text = "Ok";
|
||||
this.Login_Btn.UseVisualStyleBackColor = true;
|
||||
this.Login_Btn.Click += new System.EventHandler(this.Login_Btn_Click);
|
||||
//
|
||||
// Cancel_Btn
|
||||
//
|
||||
this.Cancel_Btn.Location = new System.Drawing.Point(415, 76);
|
||||
this.Cancel_Btn.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||
this.Cancel_Btn.Name = "Cancel_Btn";
|
||||
this.Cancel_Btn.Size = new System.Drawing.Size(85, 29);
|
||||
this.Cancel_Btn.TabIndex = 5;
|
||||
this.Cancel_Btn.Text = "Cancel";
|
||||
this.Cancel_Btn.UseVisualStyleBackColor = true;
|
||||
this.Cancel_Btn.Click += new System.EventHandler(this.Cancel_Btn_Click);
|
||||
//
|
||||
// Password_Edit
|
||||
//
|
||||
this.Password_Edit.Location = new System.Drawing.Point(231, 9);
|
||||
this.Password_Edit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||
this.Password_Edit.MaxLength = 30;
|
||||
this.Password_Edit.Name = "Password_Edit";
|
||||
this.Password_Edit.PasswordChar = '*';
|
||||
this.Password_Edit.Size = new System.Drawing.Size(176, 25);
|
||||
this.Password_Edit.TabIndex = 0;
|
||||
this.Password_Edit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_Edit_KeyDown);
|
||||
//
|
||||
// Chg_Password_Edit1
|
||||
//
|
||||
this.Chg_Password_Edit1.Location = new System.Drawing.Point(231, 43);
|
||||
this.Chg_Password_Edit1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||
this.Chg_Password_Edit1.MaxLength = 30;
|
||||
this.Chg_Password_Edit1.Name = "Chg_Password_Edit1";
|
||||
this.Chg_Password_Edit1.PasswordChar = '*';
|
||||
this.Chg_Password_Edit1.Size = new System.Drawing.Size(176, 25);
|
||||
this.Chg_Password_Edit1.TabIndex = 1;
|
||||
this.Chg_Password_Edit1.Visible = false;
|
||||
//
|
||||
// Chg_Password_Edit2
|
||||
//
|
||||
this.Chg_Password_Edit2.Location = new System.Drawing.Point(231, 76);
|
||||
this.Chg_Password_Edit2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||
this.Chg_Password_Edit2.MaxLength = 30;
|
||||
this.Chg_Password_Edit2.Name = "Chg_Password_Edit2";
|
||||
this.Chg_Password_Edit2.PasswordChar = '*';
|
||||
this.Chg_Password_Edit2.Size = new System.Drawing.Size(176, 25);
|
||||
this.Chg_Password_Edit2.TabIndex = 2;
|
||||
this.Chg_Password_Edit2.Visible = false;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(13, 12);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(104, 23);
|
||||
this.label1.TabIndex = 5;
|
||||
this.label1.Text = "PASSWORD:";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label2.ForeColor = System.Drawing.Color.White;
|
||||
this.label2.Location = new System.Drawing.Point(13, 45);
|
||||
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(145, 23);
|
||||
this.label2.TabIndex = 6;
|
||||
this.label2.Text = "CHG PASSWORD:";
|
||||
this.label2.Visible = false;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label3.ForeColor = System.Drawing.Color.White;
|
||||
this.label3.Location = new System.Drawing.Point(13, 78);
|
||||
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(209, 23);
|
||||
this.label3.TabIndex = 7;
|
||||
this.label3.Text = "REPEAT CHG PASSWORD:";
|
||||
this.label3.Visible = false;
|
||||
//
|
||||
// Chg_Password_Btn
|
||||
//
|
||||
this.Chg_Password_Btn.Location = new System.Drawing.Point(415, 40);
|
||||
this.Chg_Password_Btn.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||
this.Chg_Password_Btn.Name = "Chg_Password_Btn";
|
||||
this.Chg_Password_Btn.Size = new System.Drawing.Size(85, 29);
|
||||
this.Chg_Password_Btn.TabIndex = 4;
|
||||
this.Chg_Password_Btn.Text = "Change";
|
||||
this.Chg_Password_Btn.UseVisualStyleBackColor = true;
|
||||
this.Chg_Password_Btn.Click += new System.EventHandler(this.Chg_Password_Btn_Click);
|
||||
//
|
||||
// LoginForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.Black;
|
||||
this.ClientSize = new System.Drawing.Size(511, 117);
|
||||
this.Controls.Add(this.Chg_Password_Btn);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.Chg_Password_Edit2);
|
||||
this.Controls.Add(this.Chg_Password_Edit1);
|
||||
this.Controls.Add(this.Password_Edit);
|
||||
this.Controls.Add(this.Cancel_Btn);
|
||||
this.Controls.Add(this.Login_Btn);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||
this.Name = "LoginForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "LOGIN";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button Login_Btn;
|
||||
private System.Windows.Forms.Button Cancel_Btn;
|
||||
private System.Windows.Forms.TextBox Password_Edit;
|
||||
private System.Windows.Forms.TextBox Chg_Password_Edit1;
|
||||
private System.Windows.Forms.TextBox Chg_Password_Edit2;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Button Chg_Password_Btn;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user