6969919d585b41a32ad018b72f6adc35ba25d2d5.svn-base 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. namespace IControls_FireManager
  2. {
  3. partial class Login
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
  29. this.button_login = new System.Windows.Forms.Button();
  30. this.textBox_ID = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.textBox_PW = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // button_login
  37. //
  38. this.button_login.Location = new System.Drawing.Point(109, 66);
  39. this.button_login.Name = "button_login";
  40. this.button_login.Size = new System.Drawing.Size(100, 23);
  41. this.button_login.TabIndex = 3;
  42. this.button_login.Text = "로그인";
  43. this.button_login.UseVisualStyleBackColor = true;
  44. this.button_login.Click += new System.EventHandler(this.button_login_Click);
  45. //
  46. // textBox_ID
  47. //
  48. this.textBox_ID.Location = new System.Drawing.Point(109, 12);
  49. this.textBox_ID.Name = "textBox_ID";
  50. this.textBox_ID.Size = new System.Drawing.Size(100, 21);
  51. this.textBox_ID.TabIndex = 1;
  52. //
  53. // label1
  54. //
  55. this.label1.AutoSize = true;
  56. this.label1.Location = new System.Drawing.Point(41, 12);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(16, 12);
  59. this.label1.TabIndex = 4;
  60. this.label1.Text = "ID";
  61. //
  62. // textBox_PW
  63. //
  64. this.textBox_PW.Location = new System.Drawing.Point(109, 39);
  65. this.textBox_PW.Name = "textBox_PW";
  66. this.textBox_PW.Size = new System.Drawing.Size(100, 21);
  67. this.textBox_PW.TabIndex = 2;
  68. //
  69. // label2
  70. //
  71. this.label2.AutoSize = true;
  72. this.label2.Location = new System.Drawing.Point(41, 42);
  73. this.label2.Name = "label2";
  74. this.label2.Size = new System.Drawing.Size(62, 12);
  75. this.label2.TabIndex = 4;
  76. this.label2.Text = "Password";
  77. //
  78. // Login
  79. //
  80. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  81. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  82. this.ClientSize = new System.Drawing.Size(291, 97);
  83. this.Controls.Add(this.label2);
  84. this.Controls.Add(this.label1);
  85. this.Controls.Add(this.textBox_PW);
  86. this.Controls.Add(this.textBox_ID);
  87. this.Controls.Add(this.button_login);
  88. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  89. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  90. this.MaximizeBox = false;
  91. this.MinimizeBox = false;
  92. this.Name = "Login";
  93. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  94. this.Text = "IControls FireOperator 2.0 [Login]";
  95. this.TopMost = true;
  96. this.ResumeLayout(false);
  97. this.PerformLayout();
  98. }
  99. #endregion
  100. private System.Windows.Forms.Button button_login;
  101. private System.Windows.Forms.TextBox textBox_ID;
  102. private System.Windows.Forms.Label label1;
  103. private System.Windows.Forms.TextBox textBox_PW;
  104. private System.Windows.Forms.Label label2;
  105. }
  106. }