6f9050f8297862d11c1c7525f4bec043c86d6370.svn-base 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. namespace FPER
  2. {
  3. partial class frmLogin
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.txtMasterPassword = new System.Windows.Forms.TextBox();
  30. this.txtMasterUserId = new System.Windows.Forms.TextBox();
  31. this.label7 = new System.Windows.Forms.Label();
  32. this.btnCancel = new System.Windows.Forms.Button();
  33. this.btnOK = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  40. this.label1.Location = new System.Drawing.Point(72, 56);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(88, 16);
  43. this.label1.TabIndex = 161;
  44. this.label1.Text = "관리자암호";
  45. //
  46. // txtMasterPassword
  47. //
  48. this.txtMasterPassword.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  49. this.txtMasterPassword.Location = new System.Drawing.Point(173, 53);
  50. this.txtMasterPassword.Name = "txtMasterPassword";
  51. this.txtMasterPassword.PasswordChar = '*';
  52. this.txtMasterPassword.Size = new System.Drawing.Size(146, 26);
  53. this.txtMasterPassword.TabIndex = 1;
  54. this.txtMasterPassword.Text = "0000";
  55. this.txtMasterPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMasterPassword_KeyDown);
  56. //
  57. // txtMasterUserId
  58. //
  59. this.txtMasterUserId.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  60. this.txtMasterUserId.Location = new System.Drawing.Point(173, 21);
  61. this.txtMasterUserId.Name = "txtMasterUserId";
  62. this.txtMasterUserId.Size = new System.Drawing.Size(146, 26);
  63. this.txtMasterUserId.TabIndex = 0;
  64. this.txtMasterUserId.Text = "icontrol";
  65. //
  66. // label7
  67. //
  68. this.label7.AutoSize = true;
  69. this.label7.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  70. this.label7.Location = new System.Drawing.Point(91, 24);
  71. this.label7.Name = "label7";
  72. this.label7.Size = new System.Drawing.Size(69, 16);
  73. this.label7.TabIndex = 163;
  74. this.label7.Text = "관리자ID";
  75. //
  76. // btnCancel
  77. //
  78. this.btnCancel.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  79. this.btnCancel.Location = new System.Drawing.Point(254, 104);
  80. this.btnCancel.Name = "btnCancel";
  81. this.btnCancel.Size = new System.Drawing.Size(122, 36);
  82. this.btnCancel.TabIndex = 3;
  83. this.btnCancel.Text = "취소";
  84. this.btnCancel.UseVisualStyleBackColor = true;
  85. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  86. //
  87. // btnOK
  88. //
  89. this.btnOK.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  90. this.btnOK.Location = new System.Drawing.Point(84, 104);
  91. this.btnOK.Name = "btnOK";
  92. this.btnOK.Size = new System.Drawing.Size(122, 36);
  93. this.btnOK.TabIndex = 2;
  94. this.btnOK.Text = "확인";
  95. this.btnOK.UseVisualStyleBackColor = true;
  96. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  97. //
  98. // frmLogin
  99. //
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  101. this.BackColor = System.Drawing.Color.WhiteSmoke;
  102. this.ClientSize = new System.Drawing.Size(404, 152);
  103. this.Controls.Add(this.btnOK);
  104. this.Controls.Add(this.btnCancel);
  105. this.Controls.Add(this.txtMasterUserId);
  106. this.Controls.Add(this.label7);
  107. this.Controls.Add(this.txtMasterPassword);
  108. this.Controls.Add(this.label1);
  109. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  110. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  111. this.Name = "frmLogin";
  112. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  113. this.Text = "관리자로그인";
  114. this.TopMost = true;
  115. this.Load += new System.EventHandler(this.frmLogin_Load);
  116. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmLogin_FormClosed);
  117. this.ResumeLayout(false);
  118. this.PerformLayout();
  119. }
  120. #endregion
  121. private System.Windows.Forms.Label label1;
  122. private System.Windows.Forms.TextBox txtMasterPassword;
  123. private System.Windows.Forms.TextBox txtMasterUserId;
  124. private System.Windows.Forms.Label label7;
  125. private System.Windows.Forms.Button btnCancel;
  126. private System.Windows.Forms.Button btnOK;
  127. }
  128. }