c0ec9483769805bae024881fb002e80b54a450b4.svn-base 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. namespace IControls_FireManager
  2. {
  3. partial class User
  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(User));
  29. this.label_Title1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.button_Start = new System.Windows.Forms.Button();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label_ID = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // label_Title1
  40. //
  41. this.label_Title1.AutoSize = true;
  42. this.label_Title1.Location = new System.Drawing.Point(131, 28);
  43. this.label_Title1.Name = "label_Title1";
  44. this.label_Title1.Size = new System.Drawing.Size(57, 12);
  45. this.label_Title1.TabIndex = 11;
  46. this.label_Title1.Text = "정보 수정";
  47. //
  48. // label2
  49. //
  50. this.label2.AutoSize = true;
  51. this.label2.Location = new System.Drawing.Point(43, 106);
  52. this.label2.Name = "label2";
  53. this.label2.Size = new System.Drawing.Size(62, 12);
  54. this.label2.TabIndex = 9;
  55. this.label2.Text = "Password";
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Location = new System.Drawing.Point(43, 69);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(16, 12);
  63. this.label1.TabIndex = 10;
  64. this.label1.Text = "ID";
  65. //
  66. // textBox2
  67. //
  68. this.textBox2.Location = new System.Drawing.Point(111, 103);
  69. this.textBox2.Name = "textBox2";
  70. this.textBox2.Size = new System.Drawing.Size(100, 21);
  71. this.textBox2.TabIndex = 7;
  72. //
  73. // textBox1
  74. //
  75. this.textBox1.Location = new System.Drawing.Point(111, 140);
  76. this.textBox1.Name = "textBox1";
  77. this.textBox1.Size = new System.Drawing.Size(100, 21);
  78. this.textBox1.TabIndex = 8;
  79. //
  80. // button_Start
  81. //
  82. this.button_Start.Location = new System.Drawing.Point(124, 227);
  83. this.button_Start.Name = "button_Start";
  84. this.button_Start.Size = new System.Drawing.Size(75, 23);
  85. this.button_Start.TabIndex = 6;
  86. this.button_Start.Text = "저장";
  87. this.button_Start.UseVisualStyleBackColor = true;
  88. //
  89. // label3
  90. //
  91. this.label3.AutoSize = true;
  92. this.label3.Location = new System.Drawing.Point(43, 143);
  93. this.label3.Name = "label3";
  94. this.label3.Size = new System.Drawing.Size(51, 12);
  95. this.label3.TabIndex = 10;
  96. this.label3.Text = "(재입력)";
  97. //
  98. // label_ID
  99. //
  100. this.label_ID.AutoSize = true;
  101. this.label_ID.Location = new System.Drawing.Point(109, 69);
  102. this.label_ID.Name = "label_ID";
  103. this.label_ID.Size = new System.Drawing.Size(16, 12);
  104. this.label_ID.TabIndex = 10;
  105. this.label_ID.Text = "ID";
  106. //
  107. // User
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(291, 294);
  112. this.Controls.Add(this.label_Title1);
  113. this.Controls.Add(this.label2);
  114. this.Controls.Add(this.label3);
  115. this.Controls.Add(this.label_ID);
  116. this.Controls.Add(this.label1);
  117. this.Controls.Add(this.textBox2);
  118. this.Controls.Add(this.textBox1);
  119. this.Controls.Add(this.button_Start);
  120. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  121. this.MaximizeBox = false;
  122. this.MinimizeBox = false;
  123. this.Name = "User";
  124. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  125. this.Text = "IControls FireOperator 2.0 [User]";
  126. this.TopMost = true;
  127. this.ResumeLayout(false);
  128. this.PerformLayout();
  129. }
  130. #endregion
  131. private System.Windows.Forms.Label label_Title1;
  132. private System.Windows.Forms.Label label2;
  133. private System.Windows.Forms.Label label1;
  134. private System.Windows.Forms.TextBox textBox2;
  135. private System.Windows.Forms.TextBox textBox1;
  136. private System.Windows.Forms.Button button_Start;
  137. private System.Windows.Forms.Label label3;
  138. private System.Windows.Forms.Label label_ID;
  139. }
  140. }