65f1ed2b3409ff10a1d44167ce073d558f561b85.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace IControls_FireManager
  2. {
  3. partial class Main
  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(Main));
  29. this.button_Start = new System.Windows.Forms.Button();
  30. this.label_Title1 = new System.Windows.Forms.Label();
  31. this.checkBox_EventLogDel = new System.Windows.Forms.CheckBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label_Status = new System.Windows.Forms.Label();
  34. this.radioButton_EventLogDel_All = new System.Windows.Forms.RadioButton();
  35. this.radioButton_EventLogDel_Day = new System.Windows.Forms.RadioButton();
  36. this.label_fromto = new System.Windows.Forms.Label();
  37. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  38. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  39. this.checkBox_FileUpdate = new System.Windows.Forms.CheckBox();
  40. this.checkBox_restart = new System.Windows.Forms.CheckBox();
  41. this.textBox_Comment = new System.Windows.Forms.TextBox();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // button_Start
  46. //
  47. this.button_Start.Location = new System.Drawing.Point(106, 432);
  48. this.button_Start.Name = "button_Start";
  49. this.button_Start.Size = new System.Drawing.Size(75, 23);
  50. this.button_Start.TabIndex = 3;
  51. this.button_Start.Text = "시작";
  52. this.button_Start.UseVisualStyleBackColor = true;
  53. this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
  54. //
  55. // label_Title1
  56. //
  57. this.label_Title1.AutoSize = true;
  58. this.label_Title1.Location = new System.Drawing.Point(12, 9);
  59. this.label_Title1.Name = "label_Title1";
  60. this.label_Title1.Size = new System.Drawing.Size(249, 12);
  61. this.label_Title1.TabIndex = 1;
  62. this.label_Title1.Text = "시작버튼을 누르면 소방 시스템을 종료합니다";
  63. //
  64. // checkBox_EventLogDel
  65. //
  66. this.checkBox_EventLogDel.AutoSize = true;
  67. this.checkBox_EventLogDel.Location = new System.Drawing.Point(49, 115);
  68. this.checkBox_EventLogDel.Name = "checkBox_EventLogDel";
  69. this.checkBox_EventLogDel.Size = new System.Drawing.Size(116, 16);
  70. this.checkBox_EventLogDel.TabIndex = 2;
  71. this.checkBox_EventLogDel.Text = "이벤트 로그 삭제";
  72. this.checkBox_EventLogDel.UseVisualStyleBackColor = true;
  73. this.checkBox_EventLogDel.CheckedChanged += new System.EventHandler(this.checkBox_EventLogDel_CheckedChanged);
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Location = new System.Drawing.Point(12, 34);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(257, 12);
  81. this.label1.TabIndex = 3;
  82. this.label1.Text = ", 아래 옵션을 선택하고 시작버튼을 눌러주세요";
  83. //
  84. // label_Status
  85. //
  86. this.label_Status.AutoSize = true;
  87. this.label_Status.Location = new System.Drawing.Point(71, 390);
  88. this.label_Status.Name = "label_Status";
  89. this.label_Status.Size = new System.Drawing.Size(155, 12);
  90. this.label_Status.TabIndex = 4;
  91. this.label_Status.Text = "진행상황 : 0 초 남았습니다.";
  92. //
  93. // radioButton_EventLogDel_All
  94. //
  95. this.radioButton_EventLogDel_All.AutoSize = true;
  96. this.radioButton_EventLogDel_All.Enabled = false;
  97. this.radioButton_EventLogDel_All.Location = new System.Drawing.Point(86, 137);
  98. this.radioButton_EventLogDel_All.Name = "radioButton_EventLogDel_All";
  99. this.radioButton_EventLogDel_All.Size = new System.Drawing.Size(47, 16);
  100. this.radioButton_EventLogDel_All.TabIndex = 6;
  101. this.radioButton_EventLogDel_All.TabStop = true;
  102. this.radioButton_EventLogDel_All.Text = "전체";
  103. this.radioButton_EventLogDel_All.UseVisualStyleBackColor = true;
  104. //
  105. // radioButton_EventLogDel_Day
  106. //
  107. this.radioButton_EventLogDel_Day.AutoSize = true;
  108. this.radioButton_EventLogDel_Day.Enabled = false;
  109. this.radioButton_EventLogDel_Day.Location = new System.Drawing.Point(86, 159);
  110. this.radioButton_EventLogDel_Day.Name = "radioButton_EventLogDel_Day";
  111. this.radioButton_EventLogDel_Day.Size = new System.Drawing.Size(71, 16);
  112. this.radioButton_EventLogDel_Day.TabIndex = 7;
  113. this.radioButton_EventLogDel_Day.Text = "기간지정";
  114. this.radioButton_EventLogDel_Day.UseVisualStyleBackColor = true;
  115. this.radioButton_EventLogDel_Day.CheckedChanged += new System.EventHandler(this.radioButton_EventLogDel_Day_CheckedChanged);
  116. //
  117. // label_fromto
  118. //
  119. this.label_fromto.AutoSize = true;
  120. this.label_fromto.Location = new System.Drawing.Point(106, 204);
  121. this.label_fromto.Name = "label_fromto";
  122. this.label_fromto.Size = new System.Drawing.Size(14, 12);
  123. this.label_fromto.TabIndex = 9;
  124. this.label_fromto.Text = "~";
  125. //
  126. // dateTimePicker1
  127. //
  128. this.dateTimePicker1.CustomFormat = "yyyy-MM-dd ";
  129. this.dateTimePicker1.Enabled = false;
  130. this.dateTimePicker1.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  131. this.dateTimePicker1.Location = new System.Drawing.Point(106, 176);
  132. this.dateTimePicker1.Name = "dateTimePicker1";
  133. this.dateTimePicker1.Size = new System.Drawing.Size(145, 20);
  134. this.dateTimePicker1.TabIndex = 11;
  135. //
  136. // dateTimePicker2
  137. //
  138. this.dateTimePicker2.CustomFormat = "yyyy-MM-dd";
  139. this.dateTimePicker2.Enabled = false;
  140. this.dateTimePicker2.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  141. this.dateTimePicker2.Location = new System.Drawing.Point(126, 198);
  142. this.dateTimePicker2.Name = "dateTimePicker2";
  143. this.dateTimePicker2.Size = new System.Drawing.Size(145, 20);
  144. this.dateTimePicker2.TabIndex = 12;
  145. //
  146. // checkBox_FileUpdate
  147. //
  148. this.checkBox_FileUpdate.AutoSize = true;
  149. this.checkBox_FileUpdate.Checked = true;
  150. this.checkBox_FileUpdate.CheckState = System.Windows.Forms.CheckState.Checked;
  151. this.checkBox_FileUpdate.Location = new System.Drawing.Point(49, 90);
  152. this.checkBox_FileUpdate.Name = "checkBox_FileUpdate";
  153. this.checkBox_FileUpdate.Size = new System.Drawing.Size(100, 16);
  154. this.checkBox_FileUpdate.TabIndex = 1;
  155. this.checkBox_FileUpdate.Text = "파일 업데이트";
  156. this.checkBox_FileUpdate.UseVisualStyleBackColor = true;
  157. this.checkBox_FileUpdate.CheckedChanged += new System.EventHandler(this.checkBox_EventLogDel_CheckedChanged);
  158. //
  159. // checkBox_restart
  160. //
  161. this.checkBox_restart.AutoSize = true;
  162. this.checkBox_restart.Checked = true;
  163. this.checkBox_restart.CheckState = System.Windows.Forms.CheckState.Checked;
  164. this.checkBox_restart.Location = new System.Drawing.Point(49, 67);
  165. this.checkBox_restart.Name = "checkBox_restart";
  166. this.checkBox_restart.Size = new System.Drawing.Size(140, 16);
  167. this.checkBox_restart.TabIndex = 13;
  168. this.checkBox_restart.Text = "종료후 시스템 재가동";
  169. this.checkBox_restart.UseVisualStyleBackColor = true;
  170. //
  171. // textBox_Comment
  172. //
  173. this.textBox_Comment.Location = new System.Drawing.Point(38, 263);
  174. this.textBox_Comment.Multiline = true;
  175. this.textBox_Comment.Name = "textBox_Comment";
  176. this.textBox_Comment.Size = new System.Drawing.Size(233, 107);
  177. this.textBox_Comment.TabIndex = 14;
  178. //
  179. // label2
  180. //
  181. this.label2.AutoSize = true;
  182. this.label2.Location = new System.Drawing.Point(94, 236);
  183. this.label2.Name = "label2";
  184. this.label2.Size = new System.Drawing.Size(105, 12);
  185. this.label2.TabIndex = 3;
  186. this.label2.Text = "사유를 입력하세요";
  187. //
  188. // Main
  189. //
  190. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  191. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  192. this.ClientSize = new System.Drawing.Size(291, 467);
  193. this.Controls.Add(this.textBox_Comment);
  194. this.Controls.Add(this.checkBox_restart);
  195. this.Controls.Add(this.dateTimePicker2);
  196. this.Controls.Add(this.dateTimePicker1);
  197. this.Controls.Add(this.label_fromto);
  198. this.Controls.Add(this.radioButton_EventLogDel_Day);
  199. this.Controls.Add(this.radioButton_EventLogDel_All);
  200. this.Controls.Add(this.label_Status);
  201. this.Controls.Add(this.label2);
  202. this.Controls.Add(this.label1);
  203. this.Controls.Add(this.checkBox_FileUpdate);
  204. this.Controls.Add(this.checkBox_EventLogDel);
  205. this.Controls.Add(this.label_Title1);
  206. this.Controls.Add(this.button_Start);
  207. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  208. this.MaximizeBox = false;
  209. this.MinimizeBox = false;
  210. this.Name = "Main";
  211. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  212. this.Text = "IControls FireOperator 2.0 ";
  213. this.TopMost = true;
  214. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Main_FormClosed);
  215. this.ResumeLayout(false);
  216. this.PerformLayout();
  217. }
  218. #endregion
  219. private System.Windows.Forms.Button button_Start;
  220. private System.Windows.Forms.Label label_Title1;
  221. private System.Windows.Forms.CheckBox checkBox_EventLogDel;
  222. private System.Windows.Forms.Label label1;
  223. private System.Windows.Forms.Label label_Status;
  224. private System.Windows.Forms.RadioButton radioButton_EventLogDel_All;
  225. private System.Windows.Forms.RadioButton radioButton_EventLogDel_Day;
  226. private System.Windows.Forms.Label label_fromto;
  227. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  228. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  229. private System.Windows.Forms.CheckBox checkBox_FileUpdate;
  230. private System.Windows.Forms.CheckBox checkBox_restart;
  231. private System.Windows.Forms.TextBox textBox_Comment;
  232. private System.Windows.Forms.Label label2;
  233. }
  234. }