271 lines
17 KiB
C#
271 lines
17 KiB
C#
namespace INT_PT002.Forms
|
|
{
|
|
partial class DialogFormLogOn
|
|
{
|
|
/// <summary>
|
|
/// 필수 디자이너 변수입니다.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 사용 중인 모든 리소스를 정리합니다.
|
|
/// </summary>
|
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form 디자이너에서 생성한 코드
|
|
|
|
/// <summary>
|
|
/// 디자이너 지원에 필요한 메서드입니다.
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormLogOn));
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.smartLabel3 = new SmartX.SmartLabel();
|
|
this.smartLabel2 = new SmartX.SmartLabel();
|
|
this.buttonCancel = new SmartX.SmartButton();
|
|
this.buttonLogOn = new SmartX.SmartButton();
|
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
|
this.textBoxID = new System.Windows.Forms.TextBox();
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackGround = null;
|
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.smartGroupBox1.BackImage = null;
|
|
this.smartGroupBox1.Controls.Add(this.textBoxPassword);
|
|
this.smartGroupBox1.Controls.Add(this.textBoxID);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
|
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
|
this.smartGroupBox1.Controls.Add(this.buttonCancel);
|
|
this.smartGroupBox1.Controls.Add(this.buttonLogOn);
|
|
this.smartGroupBox1.Controls.Add(this.smartKeyboard);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
|
this.smartGroupBox1.HeaderHeightOffset = 12;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(600, 379);
|
|
this.smartGroupBox1.TabIndex = 8;
|
|
this.smartGroupBox1.Text = "Login";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// smartLabel3
|
|
//
|
|
this.smartLabel3.BackGround = null;
|
|
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel3.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel3.LineSpacing = 0F;
|
|
this.smartLabel3.Location = new System.Drawing.Point(23, 94);
|
|
this.smartLabel3.Name = "smartLabel3";
|
|
this.smartLabel3.OverlapOptimize = true;
|
|
this.smartLabel3.PasswordChar = '\0';
|
|
this.smartLabel3.Radius = 3;
|
|
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel3.Size = new System.Drawing.Size(112, 37);
|
|
this.smartLabel3.TabIndex = 96;
|
|
this.smartLabel3.Text = "Password";
|
|
this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel3.Wordwrap = false;
|
|
//
|
|
// smartLabel2
|
|
//
|
|
this.smartLabel2.BackGround = null;
|
|
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.smartLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.smartLabel2.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
this.smartLabel2.LineSpacing = 0F;
|
|
this.smartLabel2.Location = new System.Drawing.Point(23, 51);
|
|
this.smartLabel2.Name = "smartLabel2";
|
|
this.smartLabel2.OverlapOptimize = true;
|
|
this.smartLabel2.PasswordChar = '\0';
|
|
this.smartLabel2.Radius = 3;
|
|
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.smartLabel2.Size = new System.Drawing.Size(112, 37);
|
|
this.smartLabel2.TabIndex = 95;
|
|
this.smartLabel2.Text = "ID";
|
|
this.smartLabel2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel2.Wordwrap = false;
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.BackGround = this.smartGroupBox1;
|
|
this.buttonCancel.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.buttonCancel.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonCancel.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.buttonCancel.ButtonImageAutoSize = true;
|
|
this.buttonCancel.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonCancel.ButtonText = "취소";
|
|
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
|
this.buttonCancel.GroupID = 0;
|
|
this.buttonCancel.ImageDisable = null;
|
|
this.buttonCancel.ImageDown = null;
|
|
this.buttonCancel.ImageUp = null;
|
|
this.buttonCancel.Location = new System.Drawing.Point(494, 51);
|
|
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.NestedClickEventPrevent = false;
|
|
this.buttonCancel.OutlinePixel = 2;
|
|
this.buttonCancel.OverlapOptimize = true;
|
|
this.buttonCancel.RepeatInterval = 200;
|
|
this.buttonCancel.RepeatIntervalAccelerate = null;
|
|
this.buttonCancel.RoundSize = 10;
|
|
this.buttonCancel.SafeInterval = 200;
|
|
this.buttonCancel.Size = new System.Drawing.Size(80, 80);
|
|
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonCancel.TabIndex = 94;
|
|
this.buttonCancel.Text = null;
|
|
this.buttonCancel.TextColor = System.Drawing.Color.White;
|
|
this.buttonCancel.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonCancel.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
// buttonLogOn
|
|
//
|
|
this.buttonLogOn.BackGround = this.smartGroupBox1;
|
|
this.buttonLogOn.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.buttonLogOn.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonLogOn.ButtonDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(76)))), ((int)(((byte)(129)))));
|
|
this.buttonLogOn.ButtonImageAutoSize = true;
|
|
this.buttonLogOn.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
|
this.buttonLogOn.ButtonText = "로그인";
|
|
this.buttonLogOn.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonLogOn.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
|
this.buttonLogOn.GroupID = 0;
|
|
this.buttonLogOn.ImageDisable = null;
|
|
this.buttonLogOn.ImageDown = null;
|
|
this.buttonLogOn.ImageUp = null;
|
|
this.buttonLogOn.Location = new System.Drawing.Point(408, 51);
|
|
this.buttonLogOn.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonLogOn.Name = "buttonLogOn";
|
|
this.buttonLogOn.NestedClickEventPrevent = false;
|
|
this.buttonLogOn.OutlinePixel = 2;
|
|
this.buttonLogOn.OverlapOptimize = true;
|
|
this.buttonLogOn.RepeatInterval = 200;
|
|
this.buttonLogOn.RepeatIntervalAccelerate = null;
|
|
this.buttonLogOn.RoundSize = 10;
|
|
this.buttonLogOn.SafeInterval = 200;
|
|
this.buttonLogOn.Size = new System.Drawing.Size(80, 80);
|
|
this.buttonLogOn.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonLogOn.TabIndex = 93;
|
|
this.buttonLogOn.Text = null;
|
|
this.buttonLogOn.TextColor = System.Drawing.Color.White;
|
|
this.buttonLogOn.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonLogOn.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonLogOn.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonLogOn.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
//
|
|
// smartKeyboard
|
|
//
|
|
this.smartKeyboard.BackGround = this.smartGroupBox1;
|
|
this.smartKeyboard.BackGroundColor = System.Drawing.Color.LightCoral;
|
|
this.smartKeyboard.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.smartKeyboard.BorderStyle = SmartX.SmartKeyboard.BorderStyles.RoundRectFill;
|
|
this.smartKeyboard.ControlKeyDisable = false;
|
|
this.smartKeyboard.DesignMinimize = false;
|
|
this.smartKeyboard.HanYoungKeyDisable = true;
|
|
this.smartKeyboard.KeyBoardBackImage = null;
|
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
|
this.smartKeyboard.KeyFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(93)))), ((int)(((byte)(123)))));
|
|
this.smartKeyboard.KeyOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.smartKeyboard.KeyOutLineWidth = 1;
|
|
this.smartKeyboard.KeyPressFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(46)))), ((int)(((byte)(60)))));
|
|
this.smartKeyboard.KeyPressImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage1")));
|
|
this.smartKeyboard.KeyPressImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage2")));
|
|
this.smartKeyboard.KeyPressImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyPressImage3")));
|
|
this.smartKeyboard.KeyPressOutLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
|
|
this.smartKeyboard.KeyPressTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
|
|
this.smartKeyboard.KeyTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.smartKeyboard.KeyTextFont = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
this.smartKeyboard.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage1")));
|
|
this.smartKeyboard.KeyUpImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage2")));
|
|
this.smartKeyboard.KeyUpImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard.KeyUpImage3")));
|
|
this.smartKeyboard.Location = new System.Drawing.Point(7, 139);
|
|
this.smartKeyboard.MarginLeftRight = 7;
|
|
this.smartKeyboard.MarginTopBottom = 7;
|
|
this.smartKeyboard.Name = "smartKeyboard";
|
|
this.smartKeyboard.OverlapOptimize = true;
|
|
this.smartKeyboard.Radius = 5;
|
|
this.smartKeyboard.RoundedCorners = true;
|
|
this.smartKeyboard.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.smartKeyboard.Size = new System.Drawing.Size(585, 232);
|
|
this.smartKeyboard.SizeRunTime = new System.Drawing.Size(585, 232);
|
|
this.smartKeyboard.TabIndex = 90;
|
|
this.smartKeyboard.TABKeyDisable = false;
|
|
this.smartKeyboard.TargetInputObject = null;
|
|
this.smartKeyboard.Text = "smartKeyboard1";
|
|
this.smartKeyboard.TextColor = System.Drawing.Color.Black;
|
|
this.smartKeyboard.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.smartKeyboard.ThemeStyle = SmartX.SmartKeyboard.KEYBOARDTHEMESTYLE.GRAY_SKIN1;
|
|
this.smartKeyboard.OnXKeyClick += new System.EventHandler(this.smartKeyboard_OnXKeyClick);
|
|
this.smartKeyboard.Click += new System.EventHandler(this.smartKeyboard_Click);
|
|
//
|
|
// textBoxID
|
|
//
|
|
this.textBoxID.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular);
|
|
this.textBoxID.Location = new System.Drawing.Point(141, 51);
|
|
this.textBoxID.Name = "textBoxID";
|
|
this.textBoxID.Size = new System.Drawing.Size(261, 37);
|
|
this.textBoxID.TabIndex = 97;
|
|
//
|
|
// textBoxPassword
|
|
//
|
|
this.textBoxPassword.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular);
|
|
this.textBoxPassword.Location = new System.Drawing.Point(141, 94);
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
this.textBoxPassword.Size = new System.Drawing.Size(261, 37);
|
|
this.textBoxPassword.TabIndex = 98;
|
|
//
|
|
// DialogFormLogOn
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(600, 379);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormLogOn";
|
|
this.Text = "DialogFormLogOn";
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartButton buttonCancel;
|
|
private SmartX.SmartButton buttonLogOn;
|
|
private SmartX.SmartKeyboard smartKeyboard;
|
|
private SmartX.SmartLabel smartLabel3;
|
|
private SmartX.SmartLabel smartLabel2;
|
|
private System.Windows.Forms.TextBox textBoxID;
|
|
private System.Windows.Forms.TextBox textBoxPassword;
|
|
}
|
|
} |