2020-08-31 06:52:43 +00:00
|
|
|
|
namespace ITC81DB_0H.DialogForms
|
2020-08-31 02:13:02 +00:00
|
|
|
|
{
|
|
|
|
|
partial class DialogFormLogOn
|
|
|
|
|
{
|
|
|
|
|
/// <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(DialogFormLogOn));
|
|
|
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
|
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBoxID = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.buttonLogon = new SmartX.SmartButton();
|
|
|
|
|
this.buttonCancel = new SmartX.SmartButton();
|
|
|
|
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.labelTitlePassword = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleID = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
|
|
|
this.pictureBoxImage = new System.Windows.Forms.PictureBox();
|
2020-08-31 02:13:02 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// smartForm1
|
|
|
|
|
//
|
|
|
|
|
this.smartForm1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.smartForm1.CenterLocation = false;
|
|
|
|
|
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
|
|
|
|
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
|
|
|
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING;
|
|
|
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.smartForm1.MainForm = null;
|
|
|
|
|
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
|
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
|
|
|
this.smartForm1.Name = "smartForm1";
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.smartForm1.Size = new System.Drawing.Size(712, 471);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
|
|
|
this.smartForm1.SuspendLayoutInterval = 1;
|
|
|
|
|
//
|
|
|
|
|
// textBoxPassword
|
|
|
|
|
//
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.textBoxPassword.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular);
|
|
|
|
|
this.textBoxPassword.Location = new System.Drawing.Point(258, 124);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.textBoxPassword.MaxLength = 10;
|
|
|
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.textBoxPassword.PasswordChar = '*';
|
|
|
|
|
this.textBoxPassword.Size = new System.Drawing.Size(248, 34);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.textBoxPassword.TabIndex = 167;
|
|
|
|
|
this.textBoxPassword.Text = "ABCDEFGHJK";
|
|
|
|
|
this.textBoxPassword.GotFocus += new System.EventHandler(this.textBoxPassword_GotFocus);
|
|
|
|
|
//
|
|
|
|
|
// textBoxID
|
|
|
|
|
//
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.textBoxID.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular);
|
|
|
|
|
this.textBoxID.Location = new System.Drawing.Point(258, 79);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.textBoxID.MaxLength = 10;
|
|
|
|
|
this.textBoxID.Name = "textBoxID";
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.textBoxID.Size = new System.Drawing.Size(248, 34);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.textBoxID.TabIndex = 166;
|
|
|
|
|
this.textBoxID.Text = "ABCDEFGHJK";
|
|
|
|
|
this.textBoxID.GotFocus += new System.EventHandler(this.textBoxID_GotFocus);
|
|
|
|
|
//
|
|
|
|
|
// buttonLogon
|
|
|
|
|
//
|
|
|
|
|
this.buttonLogon.BackPictureBox = null;
|
|
|
|
|
this.buttonLogon.BackPictureBox1 = null;
|
|
|
|
|
this.buttonLogon.BackPictureBox2 = null;
|
|
|
|
|
this.buttonLogon.ButtonColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.buttonLogon.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonLogon.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonLogon.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLogon.DisableImage")));
|
|
|
|
|
this.buttonLogon.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLogon.DownImage")));
|
|
|
|
|
this.buttonLogon.GroupID = 0;
|
|
|
|
|
this.buttonLogon.InitVisible = true;
|
|
|
|
|
this.buttonLogon.Location = new System.Drawing.Point(512, 79);
|
|
|
|
|
this.buttonLogon.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonLogon.Name = "buttonLogon";
|
|
|
|
|
this.buttonLogon.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonLogon.OutlinePixel = 1;
|
|
|
|
|
this.buttonLogon.RepeatInterval = 200;
|
|
|
|
|
this.buttonLogon.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonLogon.SafeInterval = 200;
|
|
|
|
|
this.buttonLogon.Size = new System.Drawing.Size(75, 75);
|
|
|
|
|
this.buttonLogon.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonLogon.TabIndex = 170;
|
|
|
|
|
this.buttonLogon.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonLogon.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonLogon.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonLogon.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonLogon.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonLogon.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLogon.UpImage")));
|
|
|
|
|
this.buttonLogon.Click += new System.EventHandler(this.buttonLogon_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonCancel
|
|
|
|
|
//
|
|
|
|
|
this.buttonCancel.BackPictureBox = null;
|
|
|
|
|
this.buttonCancel.BackPictureBox1 = null;
|
|
|
|
|
this.buttonCancel.BackPictureBox2 = null;
|
|
|
|
|
this.buttonCancel.ButtonColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.buttonCancel.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonCancel.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DisableImage")));
|
|
|
|
|
this.buttonCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DownImage")));
|
|
|
|
|
this.buttonCancel.GroupID = 0;
|
|
|
|
|
this.buttonCancel.InitVisible = true;
|
|
|
|
|
this.buttonCancel.Location = new System.Drawing.Point(593, 79);
|
|
|
|
|
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
|
|
|
this.buttonCancel.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonCancel.OutlinePixel = 1;
|
|
|
|
|
this.buttonCancel.RepeatInterval = 200;
|
|
|
|
|
this.buttonCancel.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonCancel.SafeInterval = 200;
|
|
|
|
|
this.buttonCancel.Size = new System.Drawing.Size(75, 75);
|
|
|
|
|
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonCancel.TabIndex = 171;
|
|
|
|
|
this.buttonCancel.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonCancel.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.UpImage")));
|
|
|
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// smartKeyboard
|
|
|
|
|
//
|
|
|
|
|
this.smartKeyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.smartKeyboard.ControlKeyDisable = false;
|
|
|
|
|
this.smartKeyboard.DesignMinimize = false;
|
|
|
|
|
this.smartKeyboard.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
|
|
this.smartKeyboard.HanYoungKeyDisable = true;
|
|
|
|
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
|
|
|
|
this.smartKeyboard.KeyFillColor = System.Drawing.Color.Black;
|
|
|
|
|
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
|
|
this.smartKeyboard.KeyOutLineWidth = 1;
|
|
|
|
|
this.smartKeyboard.KeyPressImage1 = null;
|
|
|
|
|
this.smartKeyboard.KeyPressImage2 = null;
|
|
|
|
|
this.smartKeyboard.KeyPressImage3 = null;
|
|
|
|
|
this.smartKeyboard.KeyUpImage1 = null;
|
|
|
|
|
this.smartKeyboard.KeyUpImage2 = null;
|
|
|
|
|
this.smartKeyboard.KeyUpImage3 = null;
|
|
|
|
|
this.smartKeyboard.LeftMargin = 5;
|
|
|
|
|
this.smartKeyboard.Location = new System.Drawing.Point(12, 191);
|
|
|
|
|
this.smartKeyboard.Name = "smartKeyboard";
|
|
|
|
|
this.smartKeyboard.PressFontColor = System.Drawing.Color.Olive;
|
|
|
|
|
this.smartKeyboard.PressKeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
|
|
this.smartKeyboard.PressKeyOutLineColor = System.Drawing.Color.Green;
|
|
|
|
|
this.smartKeyboard.RoundedCorners = true;
|
|
|
|
|
this.smartKeyboard.SetBackimage = null;
|
|
|
|
|
this.smartKeyboard.Size = new System.Drawing.Size(692, 276);
|
|
|
|
|
this.smartKeyboard.TabIndex = 172;
|
|
|
|
|
this.smartKeyboard.TABKeyDisable = false;
|
|
|
|
|
this.smartKeyboard.TargetInputObject = null;
|
|
|
|
|
this.smartKeyboard.Text = "smartKeyboard1";
|
|
|
|
|
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.CUSTOMIZED_LITE;
|
|
|
|
|
this.smartKeyboard.TopMargin = 5;
|
|
|
|
|
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
|
|
|
|
|
//
|
2023-05-24 04:16:07 +00:00
|
|
|
|
// labelTitlePassword
|
|
|
|
|
//
|
|
|
|
|
this.labelTitlePassword.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitlePassword.BackPictureBox = null;
|
|
|
|
|
this.labelTitlePassword.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitlePassword.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitlePassword.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitlePassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitlePassword.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitlePassword.ForeColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.labelTitlePassword.InitVisible = true;
|
|
|
|
|
this.labelTitlePassword.LineSpacing = 0F;
|
|
|
|
|
this.labelTitlePassword.Location = new System.Drawing.Point(132, 124);
|
|
|
|
|
this.labelTitlePassword.Name = "labelTitlePassword";
|
|
|
|
|
this.labelTitlePassword.Size = new System.Drawing.Size(120, 34);
|
|
|
|
|
this.labelTitlePassword.TabIndex = 181;
|
|
|
|
|
this.labelTitlePassword.Text = "비밀번호";
|
|
|
|
|
this.labelTitlePassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitlePassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitlePassword.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleID
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleID.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleID.BackPictureBox = null;
|
|
|
|
|
this.labelTitleID.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleID.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleID.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleID.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleID.ForeColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.labelTitleID.InitVisible = true;
|
|
|
|
|
this.labelTitleID.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleID.Location = new System.Drawing.Point(132, 79);
|
|
|
|
|
this.labelTitleID.Name = "labelTitleID";
|
|
|
|
|
this.labelTitleID.Size = new System.Drawing.Size(120, 34);
|
|
|
|
|
this.labelTitleID.TabIndex = 180;
|
|
|
|
|
this.labelTitleID.Text = "ID";
|
|
|
|
|
this.labelTitleID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitleID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleID.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitle
|
|
|
|
|
//
|
|
|
|
|
this.labelTitle.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitle.BackPictureBox = null;
|
|
|
|
|
this.labelTitle.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitle.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitle.ForeColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.labelTitle.InitVisible = true;
|
|
|
|
|
this.labelTitle.LineSpacing = 0F;
|
|
|
|
|
this.labelTitle.Location = new System.Drawing.Point(122, 23);
|
|
|
|
|
this.labelTitle.Name = "labelTitle";
|
|
|
|
|
this.labelTitle.Size = new System.Drawing.Size(546, 50);
|
|
|
|
|
this.labelTitle.TabIndex = 179;
|
|
|
|
|
this.labelTitle.Text = "로그인";
|
|
|
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitle.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxImage
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxImage.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxImage.Image")));
|
|
|
|
|
this.pictureBoxImage.Location = new System.Drawing.Point(40, 68);
|
|
|
|
|
this.pictureBoxImage.Name = "pictureBoxImage";
|
|
|
|
|
this.pictureBoxImage.Size = new System.Drawing.Size(66, 72);
|
|
|
|
|
//
|
2020-08-31 02:13:02 +00:00
|
|
|
|
// DialogFormLogOn
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(712, 471);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.ControlBox = false;
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.Controls.Add(this.labelTitlePassword);
|
|
|
|
|
this.Controls.Add(this.labelTitleID);
|
|
|
|
|
this.Controls.Add(this.labelTitle);
|
|
|
|
|
this.Controls.Add(this.pictureBoxImage);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.Controls.Add(this.smartKeyboard);
|
|
|
|
|
this.Controls.Add(this.buttonCancel);
|
|
|
|
|
this.Controls.Add(this.buttonLogon);
|
|
|
|
|
this.Controls.Add(this.textBoxPassword);
|
|
|
|
|
this.Controls.Add(this.textBoxID);
|
|
|
|
|
this.Controls.Add(this.smartForm1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
|
|
this.Name = "DialogFormLogOn";
|
|
|
|
|
this.Text = "DialogFormLogOn";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxID;
|
|
|
|
|
private SmartX.SmartButton buttonLogon;
|
|
|
|
|
private SmartX.SmartButton buttonCancel;
|
|
|
|
|
private SmartX.SmartKeyboard smartKeyboard;
|
2023-05-24 04:16:07 +00:00
|
|
|
|
private SmartX.SmartLabel labelTitlePassword;
|
|
|
|
|
private SmartX.SmartLabel labelTitleID;
|
|
|
|
|
private SmartX.SmartLabel labelTitle;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxImage;
|
2020-08-31 02:13:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|