
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
namespace HM_WORK
{
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.simpleButton_CANCEL = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_YES = new DevExpress.XtraEditors.SimpleButton();
this.panelControl17 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_LOGIN_ID = new DevExpress.XtraEditors.TextEdit();
this.labelControl_LOGIN_ID = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.textEdit_PASSWD = new DevExpress.XtraEditors.TextEdit();
this.labelControl_LOGIN_PWD = new DevExpress.XtraEditors.LabelControl();
this.checkEdit_SAVE_ID = new DevExpress.XtraEditors.CheckEdit();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.lookUpEdit_COMP_CD = new DevExpress.XtraEditors.LookUpEdit();
this.labelControl_Company = new DevExpress.XtraEditors.LabelControl();
this.pictureBox_Login = new System.Windows.Forms.PictureBox();
this.defaultLookAndFeel_Main = new DevExpress.LookAndFeel.DefaultLookAndFeel();
this.labelControl_Notice = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl17)).BeginInit();
this.panelControl17.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_LOGIN_ID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit_PASSWD.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_SAVE_ID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_COMP_CD.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Login)).BeginInit();
this.SuspendLayout();
//
// simpleButton_CANCEL
//
this.simpleButton_CANCEL.AllowFocus = false;
this.simpleButton_CANCEL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.simpleButton_CANCEL.Appearance.Options.UseFont = true;
this.simpleButton_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton_CANCEL.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_CANCEL.Image")));
this.simpleButton_CANCEL.Location = new System.Drawing.Point(270, 445);
this.simpleButton_CANCEL.Name = "simpleButton_CANCEL";
this.simpleButton_CANCEL.Size = new System.Drawing.Size(80, 25);
this.simpleButton_CANCEL.TabIndex = 4;
this.simpleButton_CANCEL.Tag = "CANCEL";
this.simpleButton_CANCEL.Text = "취소";
//
// simpleButton_YES
//
this.simpleButton_YES.AllowFocus = false;
this.simpleButton_YES.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.simpleButton_YES.Appearance.Options.UseFont = true;
this.simpleButton_YES.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_YES.Image")));
this.simpleButton_YES.Location = new System.Drawing.Point(12, 445);
this.simpleButton_YES.Name = "simpleButton_YES";
this.simpleButton_YES.Size = new System.Drawing.Size(80, 26);
this.simpleButton_YES.TabIndex = 3;
this.simpleButton_YES.Tag = "YES";
this.simpleButton_YES.Text = "확인";
//
// panelControl17
//
this.panelControl17.Controls.Add(this.textEdit_LOGIN_ID);
this.panelControl17.Controls.Add(this.labelControl_LOGIN_ID);
this.panelControl17.Location = new System.Drawing.Point(12, 367);
this.panelControl17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panelControl17.Name = "panelControl17";
this.panelControl17.Size = new System.Drawing.Size(338, 30);
this.panelControl17.TabIndex = 1;
//
// textEdit_LOGIN_ID
//
this.textEdit_LOGIN_ID.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEdit_LOGIN_ID.EnterMoveNextControl = true;
this.textEdit_LOGIN_ID.Location = new System.Drawing.Point(68, 2);
this.textEdit_LOGIN_ID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textEdit_LOGIN_ID.Name = "textEdit_LOGIN_ID";
this.textEdit_LOGIN_ID.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.textEdit_LOGIN_ID.Properties.Appearance.Options.UseBorderColor = true;
this.textEdit_LOGIN_ID.Properties.Appearance.Options.UseFont = true;
this.textEdit_LOGIN_ID.Properties.AutoHeight = false;
this.textEdit_LOGIN_ID.Size = new System.Drawing.Size(268, 26);
this.textEdit_LOGIN_ID.TabIndex = 1;
//
// labelControl_LOGIN_ID
//
this.labelControl_LOGIN_ID.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.labelControl_LOGIN_ID.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.labelControl_LOGIN_ID.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl_LOGIN_ID.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl_LOGIN_ID.Location = new System.Drawing.Point(2, 2);
this.labelControl_LOGIN_ID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.labelControl_LOGIN_ID.Name = "labelControl_LOGIN_ID";
this.labelControl_LOGIN_ID.Padding = new System.Windows.Forms.Padding(3, 0, 5, 0);
this.labelControl_LOGIN_ID.Size = new System.Drawing.Size(66, 26);
this.labelControl_LOGIN_ID.TabIndex = 0;
this.labelControl_LOGIN_ID.Tag = "LOGIN_ID";
this.labelControl_LOGIN_ID.Text = "아이디";
//
// panelControl1
//
this.panelControl1.Controls.Add(this.textEdit_PASSWD);
this.panelControl1.Controls.Add(this.labelControl_LOGIN_PWD);
this.panelControl1.Location = new System.Drawing.Point(12, 401);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(338, 30);
this.panelControl1.TabIndex = 2;
//
// textEdit_PASSWD
//
this.textEdit_PASSWD.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEdit_PASSWD.Location = new System.Drawing.Point(68, 2);
this.textEdit_PASSWD.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textEdit_PASSWD.Name = "textEdit_PASSWD";
this.textEdit_PASSWD.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.textEdit_PASSWD.Properties.Appearance.Options.UseBorderColor = true;
this.textEdit_PASSWD.Properties.Appearance.Options.UseFont = true;
this.textEdit_PASSWD.Properties.AutoHeight = false;
this.textEdit_PASSWD.Properties.PasswordChar = '*';
this.textEdit_PASSWD.Size = new System.Drawing.Size(268, 26);
this.textEdit_PASSWD.TabIndex = 1;
//
// labelControl_LOGIN_PWD
//
this.labelControl_LOGIN_PWD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.labelControl_LOGIN_PWD.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.labelControl_LOGIN_PWD.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl_LOGIN_PWD.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl_LOGIN_PWD.Location = new System.Drawing.Point(2, 2);
this.labelControl_LOGIN_PWD.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.labelControl_LOGIN_PWD.Name = "labelControl_LOGIN_PWD";
this.labelControl_LOGIN_PWD.Padding = new System.Windows.Forms.Padding(3, 0, 5, 0);
this.labelControl_LOGIN_PWD.Size = new System.Drawing.Size(66, 26);
this.labelControl_LOGIN_PWD.TabIndex = 0;
this.labelControl_LOGIN_PWD.Tag = "LOGIN_PWD";
this.labelControl_LOGIN_PWD.Text = "비밀번호";
//
// checkEdit_SAVE_ID
//
this.checkEdit_SAVE_ID.EditValue = true;
this.checkEdit_SAVE_ID.Location = new System.Drawing.Point(12, 308);
this.checkEdit_SAVE_ID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkEdit_SAVE_ID.Name = "checkEdit_SAVE_ID";
this.checkEdit_SAVE_ID.Properties.AllowFocused = false;
this.checkEdit_SAVE_ID.Properties.Appearance.Options.UseFont = true;
this.checkEdit_SAVE_ID.Properties.AutoWidth = true;
this.checkEdit_SAVE_ID.Properties.Caption = "아이디/사업장 저장";
this.checkEdit_SAVE_ID.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
this.checkEdit_SAVE_ID.Size = new System.Drawing.Size(111, 19);
this.checkEdit_SAVE_ID.TabIndex = 10;
this.checkEdit_SAVE_ID.TabStop = false;
this.checkEdit_SAVE_ID.Tag = "SAVE_ID";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.lookUpEdit_COMP_CD);
this.panelControl2.Controls.Add(this.labelControl_Company);
this.panelControl2.Location = new System.Drawing.Point(12, 333);
this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(338, 30);
this.panelControl2.TabIndex = 0;
//
// lookUpEdit_COMP_CD
//
this.lookUpEdit_COMP_CD.Dock = System.Windows.Forms.DockStyle.Fill;
this.lookUpEdit_COMP_CD.EnterMoveNextControl = true;
this.lookUpEdit_COMP_CD.Location = new System.Drawing.Point(68, 2);
this.lookUpEdit_COMP_CD.Name = "lookUpEdit_COMP_CD";
this.lookUpEdit_COMP_CD.Properties.AutoHeight = false;
this.lookUpEdit_COMP_CD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEdit_COMP_CD.Size = new System.Drawing.Size(268, 26);
this.lookUpEdit_COMP_CD.TabIndex = 1;
//
// labelControl_Company
//
this.labelControl_Company.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.labelControl_Company.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.labelControl_Company.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl_Company.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl_Company.Location = new System.Drawing.Point(2, 2);
this.labelControl_Company.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.labelControl_Company.Name = "labelControl_Company";
this.labelControl_Company.Padding = new System.Windows.Forms.Padding(3, 0, 5, 0);
this.labelControl_Company.Size = new System.Drawing.Size(66, 26);
this.labelControl_Company.TabIndex = 0;
this.labelControl_Company.Tag = "COMPANY";
this.labelControl_Company.Text = "사업장";
//
// pictureBox_Login
//
this.pictureBox_Login.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox_Login.Location = new System.Drawing.Point(0, 0);
this.pictureBox_Login.Name = "pictureBox_Login";
this.pictureBox_Login.Size = new System.Drawing.Size(659, 299);
this.pictureBox_Login.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox_Login.TabIndex = 11;
this.pictureBox_Login.TabStop = false;
//
// defaultLookAndFeel_Main
//
this.defaultLookAndFeel_Main.LookAndFeel.SkinName = "Office 2010 Silver";
this.defaultLookAndFeel_Main.LookAndFeel.TouchUIMode = DevExpress.LookAndFeel.TouchUIMode.False;
//
// labelControl_Notice
//
this.labelControl_Notice.Appearance.Font = new System.Drawing.Font("굴림", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl_Notice.Appearance.ForeColor = System.Drawing.Color.Blue;
this.labelControl_Notice.Location = new System.Drawing.Point(5, 4);
this.labelControl_Notice.Name = "labelControl_Notice";
this.labelControl_Notice.Size = new System.Drawing.Size(99, 32);
this.labelControl_Notice.TabIndex = 12;
this.labelControl_Notice.Text = "현장용";
//
// LoginForm
//
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.CancelButton = this.simpleButton_CANCEL;
this.ClientSize = new System.Drawing.Size(659, 483);
this.Controls.Add(this.labelControl_Notice);
this.Controls.Add(this.pictureBox_Login);
this.Controls.Add(this.checkEdit_SAVE_ID);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl17);
this.Controls.Add(this.simpleButton_CANCEL);
this.Controls.Add(this.simpleButton_YES);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LoginForm";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "TITLE";
this.Text = "현장용";
((System.ComponentModel.ISupportInitialize)(this.panelControl17)).EndInit();
this.panelControl17.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.textEdit_LOGIN_ID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.textEdit_PASSWD.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit_SAVE_ID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_COMP_CD.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Login)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton simpleButton_CANCEL;
private DevExpress.XtraEditors.SimpleButton simpleButton_YES;
private DevExpress.XtraEditors.PanelControl panelControl17;
private DevExpress.XtraEditors.TextEdit textEdit_LOGIN_ID;
private DevExpress.XtraEditors.LabelControl labelControl_LOGIN_ID;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit textEdit_PASSWD;
private DevExpress.XtraEditors.LabelControl labelControl_LOGIN_PWD;
private DevExpress.XtraEditors.CheckEdit checkEdit_SAVE_ID;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.LabelControl labelControl_Company;
private System.Windows.Forms.PictureBox pictureBox_Login;
private DevExpress.XtraEditors.LookUpEdit lookUpEdit_COMP_CD;
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel_Main;
private DevExpress.XtraEditors.LabelControl labelControl_Notice;
}
}
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300·namespace HM_WORK{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.simpleButton_CANCEL = new DevExpress.XtraEditors.SimpleButton();this.simpleButton_YES = new DevExpress.XtraEditors.SimpleButton();this.panelControl17 = new DevExpress.XtraEditors.PanelControl();this.textEdit_LOGIN_ID = new DevExpress.XtraEditors.TextEdit();this.labelControl_LOGIN_ID = new DevExpress.XtraEditors.LabelControl();this.panelControl1 = new DevExpress.XtraEditors.PanelControl();this.textEdit_PASSWD = new DevExpress.XtraEditors.TextEdit();this.labelControl_LOGIN_PWD = new DevExpress.XtraEditors.LabelControl();this.checkEdit_SAVE_ID = new DevExpress.XtraEditors.CheckEdit();this.panelControl2 = new DevExpress.XtraEditors.PanelControl();this.lookUpEdit_COMP_CD = new DevExpress.XtraEditors.LookUpEdit();this.labelControl_Company = new DevExpress.XtraEditors.LabelControl();this.pictureBox_Login = new System.Windows.Forms.PictureBox();this.defaultLookAndFeel_Main = new DevExpress.LookAndFeel.DefaultLookAndFeel();this.labelControl_Notice = new DevExpress.XtraEditors.LabelControl();((System.ComponentModel.ISupportInitialize)(this.panelControl17)).BeginInit();this.panelControl17.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.textEdit_LOGIN_ID.Properties)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();this.panelControl1.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.textEdit_PASSWD.Properties)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.checkEdit_SAVE_ID.Properties)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();this.panelControl2.SuspendLayout();((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_COMP_CD.Properties)).BeginInit();((System.ComponentModel.ISupportInitialize)(this.pictureBox_Login)).BeginInit();this.SuspendLayout();//// simpleButton_CANCEL//this.simpleButton_CANCEL.AllowFocus = false;this.simpleButton_CANCEL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));this.simpleButton_CANCEL.Appearance.Options.UseFont = true;this.simpleButton_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel;this.simpleButton_CANCEL.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_CANCEL.Image")));this.simpleButton_CANCEL.Location = new System.Drawing.Point(270, 445);this.simpleButton_CANCEL.Name = "simpleButton_CANCEL";this.simpleButton_CANCEL.Size = new System.Drawing.Size(80, 25);this.simpleButton_CANCEL.TabIndex = 4;this.simpleButton_CANCEL.Tag = "CANCEL";this.simpleButton_CANCEL.Text = "취소";//// simpleButton_YES//this.simpleButton_YES.AllowFocus = false;this.simpleButton_YES.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));this.simpleButton_YES.Appearance.Options.UseFont = true;this.simpleButton_YES.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_YES.Image")));this.simpleButton_YES.Location = new System.Drawing.Point(12, 445);this.simpleButton_YES.Name = "simpleButton_YES";this.simpleButton_YES.Size = new System.Drawing.Size(80, 26);this.simpleButton_YES.TabIndex = 3;this.simpleButton_YES.Tag = "YES";this.simpleButton_YES.Text = "확인";//// panelControl17//this.panelControl17.Controls.Add(this.textEdit_LOGIN_ID);this.panelControl17.Controls.Add(this.labelControl_LOGIN_ID);this.panelControl17.Location = new System.Drawing.Point(12, 367);this.panelControl17.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.panelControl17.Name = "panelControl17";this.panelControl17.Size = new System.Drawing.Size(338, 30);this.panelControl17.TabIndex = 1;//// textEdit_LOGIN_ID//this.textEdit_LOGIN_ID.Dock = System.Windows.Forms.DockStyle.Fill;this.textEdit_LOGIN_ID.EnterMoveNextControl = true;this.textEdit_LOGIN_ID.Location = new System.Drawing.Point(68, 2);this.textEdit_LOGIN_ID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.textEdit_LOGIN_ID.Name = "textEdit_LOGIN_ID";this.textEdit_LOGIN_ID.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));this.textEdit_LOGIN_ID.Properties.Appearance.Options.UseBorderColor = true;this.textEdit_LOGIN_ID.Properties.Appearance.Options.UseFont = true;this.textEdit_LOGIN_ID.Properties.AutoHeight = false;this.textEdit_LOGIN_ID.Size = new System.Drawing.Size(268, 26);this.textEdit_LOGIN_ID.TabIndex = 1;//// labelControl_LOGIN_ID//this.labelControl_LOGIN_ID.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;this.labelControl_LOGIN_ID.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;this.labelControl_LOGIN_ID.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;this.labelControl_LOGIN_ID.Dock = System.Windows.Forms.DockStyle.Left;this.labelControl_LOGIN_ID.Location = new System.Drawing.Point(2, 2);this.labelControl_LOGIN_ID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.labelControl_LOGIN_ID.Name = "labelControl_LOGIN_ID";this.labelControl_LOGIN_ID.Padding = new System.Windows.Forms.Padding(3, 0, 5, 0);this.labelControl_LOGIN_ID.Size = new System.Drawing.Size(66, 26);this.labelControl_LOGIN_ID.TabIndex = 0;this.labelControl_LOGIN_ID.Tag = "LOGIN_ID";this.labelControl_LOGIN_ID.Text = "아이디";//// panelControl1//this.panelControl1.Controls.Add(this.textEdit_PASSWD);this.panelControl1.Controls.Add(this.labelControl_LOGIN_PWD);this.panelControl1.Location = new System.Drawing.Point(12, 401);this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.panelControl1.Name = "panelControl1";this.panelControl1.Size = new System.Drawing.Size(338, 30);this.panelControl1.TabIndex = 2;//// textEdit_PASSWD//this.textEdit_PASSWD.Dock = System.Windows.Forms.DockStyle.Fill;this.textEdit_PASSWD.Location = new System.Drawing.Point(68, 2);this.textEdit_PASSWD.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.textEdit_PASSWD.Name = "textEdit_PASSWD";this.textEdit_PASSWD.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));this.textEdit_PASSWD.Properties.Appearance.Options.UseBorderColor = true;this.textEdit_PASSWD.Properties.Appearance.Options.UseFont = true;this.textEdit_PASSWD.Properties.AutoHeight = false;this.textEdit_PASSWD.Properties.PasswordChar = '*';this.textEdit_PASSWD.Size = new System.Drawing.Size(268, 26);this.textEdit_PASSWD.TabIndex = 1;//// labelControl_LOGIN_PWD//this.labelControl_LOGIN_PWD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;this.labelControl_LOGIN_PWD.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;this.labelControl_LOGIN_PWD.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;this.labelControl_LOGIN_PWD.Dock = System.Windows.Forms.DockStyle.Left;this.labelControl_LOGIN_PWD.Location = new System.Drawing.Point(2, 2);this.labelControl_LOGIN_PWD.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.labelControl_LOGIN_PWD.Name = "labelControl_LOGIN_PWD";this.labelControl_LOGIN_PWD.Padding = new System.Windows.Forms.Padding(3, 0, 5, 0);this.labelControl_LOGIN_PWD.Size = new System.Drawing.Size(66, 26);this.labelControl_LOGIN_PWD.TabIndex = 0;this.labelControl_LOGIN_PWD.Tag = "LOGIN_PWD";this.labelControl_LOGIN_PWD.Text = "비밀번호";//// checkEdit_SAVE_ID//this.checkEdit_SAVE_ID.EditValue = true;this.checkEdit_SAVE_ID.Location = new System.Drawing.Point(12, 308);this.checkEdit_SAVE_ID.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.checkEdit_SAVE_ID.Name = "checkEdit_SAVE_ID";this.checkEdit_SAVE_ID.Properties.AllowFocused = false;this.checkEdit_SAVE_ID.Properties.Appearance.Options.UseFont = true;this.checkEdit_SAVE_ID.Properties.AutoWidth = true;this.checkEdit_SAVE_ID.Properties.Caption = "아이디/사업장 저장";this.checkEdit_SAVE_ID.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;this.checkEdit_SAVE_ID.Size = new System.Drawing.Size(111, 19);this.checkEdit_SAVE_ID.TabIndex = 10;this.checkEdit_SAVE_ID.TabStop = false;this.checkEdit_SAVE_ID.Tag = "SAVE_ID";//// panelControl2//this.panelControl2.Controls.Add(this.lookUpEdit_COMP_CD);this.panelControl2.Controls.Add(this.labelControl_Company);this.panelControl2.Location = new System.Drawing.Point(12, 333);this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.panelControl2.Name = "panelControl2";this.panelControl2.Size = new System.Drawing.Size(338, 30);this.panelControl2.TabIndex = 0;//// lookUpEdit_COMP_CD//this.lookUpEdit_COMP_CD.Dock = System.Windows.Forms.DockStyle.Fill;this.lookUpEdit_COMP_CD.EnterMoveNextControl = true;this.lookUpEdit_COMP_CD.Location = new System.Drawing.Point(68, 2);this.lookUpEdit_COMP_CD.Name = "lookUpEdit_COMP_CD";this.lookUpEdit_COMP_CD.Properties.AutoHeight = false;this.lookUpEdit_COMP_CD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});this.lookUpEdit_COMP_CD.Size = new System.Drawing.Size(268, 26);this.lookUpEdit_COMP_CD.TabIndex = 1;//// labelControl_Company//this.labelControl_Company.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;this.labelControl_Company.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;this.labelControl_Company.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;this.labelControl_Company.Dock = System.Windows.Forms.DockStyle.Left;this.labelControl_Company.Location = new System.Drawing.Point(2, 2);this.labelControl_Company.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);this.labelControl_Company.Name = "labelControl_Company";this.labelControl_Company.Padding = new System.Windows.Forms.Padding(3, 0, 5, 0);this.labelControl_Company.Size = new System.Drawing.Size(66, 26);this.labelControl_Company.TabIndex = 0;this.labelControl_Company.Tag = "COMPANY";this.labelControl_Company.Text = "사업장";//// pictureBox_Login//this.pictureBox_Login.Dock = System.Windows.Forms.DockStyle.Top;this.pictureBox_Login.Location = new System.Drawing.Point(0, 0);this.pictureBox_Login.Name = "pictureBox_Login";this.pictureBox_Login.Size = new System.Drawing.Size(659, 299);this.pictureBox_Login.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;this.pictureBox_Login.TabIndex = 11;this.pictureBox_Login.TabStop = false;//// defaultLookAndFeel_Main//this.defaultLookAndFeel_Main.LookAndFeel.SkinName = "Office 2010 Silver";this.defaultLookAndFeel_Main.LookAndFeel.TouchUIMode = DevExpress.LookAndFeel.TouchUIMode.False;//// labelControl_Notice//this.labelControl_Notice.Appearance.Font = new System.Drawing.Font("굴림", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));this.labelControl_Notice.Appearance.ForeColor = System.Drawing.Color.Blue;this.labelControl_Notice.Location = new System.Drawing.Point(5, 4);this.labelControl_Notice.Name = "labelControl_Notice";this.labelControl_Notice.Size = new System.Drawing.Size(99, 32);this.labelControl_Notice.TabIndex = 12;this.labelControl_Notice.Text = "현장용";//// LoginForm//this.Appearance.Options.UseFont = true;this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;this.CancelButton = this.simpleButton_CANCEL;this.ClientSize = new System.Drawing.Size(659, 483);this.Controls.Add(this.labelControl_Notice);this.Controls.Add(this.pictureBox_Login);this.Controls.Add(this.checkEdit_SAVE_ID);this.Controls.Add(this.panelControl1);this.Controls.Add(this.panelControl2);this.Controls.Add(this.panelControl17);this.Controls.Add(this.simpleButton_CANCEL);this.Controls.Add(this.simpleButton_YES);this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));this.MaximizeBox = false;this.MinimizeBox = false;this.Name = "LoginForm";this.ShowIcon = false;this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;this.Tag = "TITLE";this.Text = "현장용";((System.ComponentModel.ISupportInitialize)(this.panelControl17)).EndInit();this.panelControl17.ResumeLayout(false);((System.ComponentModel.ISupportInitialize)(this.textEdit_LOGIN_ID.Properties)).EndInit();((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();this.panelControl1.ResumeLayout(false);((System.ComponentModel.ISupportInitialize)(this.textEdit_PASSWD.Properties)).EndInit();((System.ComponentModel.ISupportInitialize)(this.checkEdit_SAVE_ID.Properties)).EndInit();((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();this.panelControl2.ResumeLayout(false);((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_COMP_CD.Properties)).EndInit();((System.ComponentModel.ISupportInitialize)(this.pictureBox_Login)).EndInit();this.ResumeLayout(false);this.PerformLayout();}#endregionprivate DevExpress.XtraEditors.SimpleButton simpleButton_CANCEL;private DevExpress.XtraEditors.SimpleButton simpleButton_YES;private DevExpress.XtraEditors.PanelControl panelControl17;private DevExpress.XtraEditors.TextEdit textEdit_LOGIN_ID;private DevExpress.XtraEditors.LabelControl labelControl_LOGIN_ID;private DevExpress.XtraEditors.PanelControl panelControl1;private DevExpress.XtraEditors.TextEdit textEdit_PASSWD;private DevExpress.XtraEditors.LabelControl labelControl_LOGIN_PWD;private DevExpress.XtraEditors.CheckEdit checkEdit_SAVE_ID;private DevExpress.XtraEditors.PanelControl panelControl2;private DevExpress.XtraEditors.LabelControl labelControl_Company;private System.Windows.Forms.PictureBox pictureBox_Login;private DevExpress.XtraEditors.LookUpEdit lookUpEdit_COMP_CD;private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel_Main;private DevExpress.XtraEditors.LabelControl labelControl_Notice;}}