123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- namespace FPER
- {
- partial class frmLogin
- {
- /// <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()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.txtMasterPassword = new System.Windows.Forms.TextBox();
- this.txtMasterUserId = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label1.Location = new System.Drawing.Point(72, 56);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(88, 16);
- this.label1.TabIndex = 161;
- this.label1.Text = "관리자암호";
- //
- // txtMasterPassword
- //
- this.txtMasterPassword.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.txtMasterPassword.Location = new System.Drawing.Point(173, 53);
- this.txtMasterPassword.Name = "txtMasterPassword";
- this.txtMasterPassword.PasswordChar = '*';
- this.txtMasterPassword.Size = new System.Drawing.Size(146, 26);
- this.txtMasterPassword.TabIndex = 1;
- this.txtMasterPassword.Text = "0000";
- this.txtMasterPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMasterPassword_KeyDown);
- //
- // txtMasterUserId
- //
- this.txtMasterUserId.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.txtMasterUserId.Location = new System.Drawing.Point(173, 21);
- this.txtMasterUserId.Name = "txtMasterUserId";
- this.txtMasterUserId.Size = new System.Drawing.Size(146, 26);
- this.txtMasterUserId.TabIndex = 0;
- this.txtMasterUserId.Text = "icontrol";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label7.Location = new System.Drawing.Point(91, 24);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(69, 16);
- this.label7.TabIndex = 163;
- this.label7.Text = "관리자ID";
- //
- // btnCancel
- //
- this.btnCancel.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.btnCancel.Location = new System.Drawing.Point(254, 104);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(122, 36);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "취소";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnOK
- //
- this.btnOK.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.btnOK.Location = new System.Drawing.Point(84, 104);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(122, 36);
- this.btnOK.TabIndex = 2;
- this.btnOK.Text = "확인";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // frmLogin
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.WhiteSmoke;
- this.ClientSize = new System.Drawing.Size(404, 152);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.txtMasterUserId);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.txtMasterPassword);
- this.Controls.Add(this.label1);
- this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Name = "frmLogin";
- this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
- this.Text = "관리자로그인";
- this.TopMost = true;
- this.Load += new System.EventHandler(this.frmLogin_Load);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmLogin_FormClosed);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtMasterPassword;
- private System.Windows.Forms.TextBox txtMasterUserId;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnOK;
- }
- }
|