frmModeConfig.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878
  1. namespace FPER
  2. {
  3. partial class frmModeConfig
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModeConfig));
  30. this.lblDir = new System.Windows.Forms.Label();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.btnWinClose = new System.Windows.Forms.Button();
  33. this.btnRepeaterSave = new System.Windows.Forms.Button();
  34. this.txtMasterPasswordRe = new System.Windows.Forms.TextBox();
  35. this.label9 = new System.Windows.Forms.Label();
  36. this.txtMasterPassword = new System.Windows.Forms.TextBox();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.txtMasterUserId = new System.Windows.Forms.TextBox();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.cboFireAccumulationTime = new System.Windows.Forms.ComboBox();
  41. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.chkFireProcessMode = new System.Windows.Forms.CheckBox();
  46. this.chkFireAccumulationMode = new System.Windows.Forms.CheckBox();
  47. this.button1 = new System.Windows.Forms.Button();
  48. this.txtThisReceiverID = new System.Windows.Forms.TextBox();
  49. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.label10 = new System.Windows.Forms.Label();
  52. this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
  53. this.txtBuildingName = new System.Windows.Forms.TextBox();
  54. this.label12 = new System.Windows.Forms.Label();
  55. this.txtBackgroundImagePath = new System.Windows.Forms.TextBox();
  56. this.label13 = new System.Windows.Forms.Label();
  57. this.btnBackgroundImageSearch = new System.Windows.Forms.Button();
  58. this.txtSystemSecond = new System.Windows.Forms.TextBox();
  59. this.timer1 = new System.Windows.Forms.Timer(this.components);
  60. this.btnTimeApply = new System.Windows.Forms.Button();
  61. this.FindImageFileDialog = new System.Windows.Forms.OpenFileDialog();
  62. this.label3 = new System.Windows.Forms.Label();
  63. this.checkBox_JumpField = new System.Windows.Forms.CheckBox();
  64. this.checkBox_TestRunFlag = new System.Windows.Forms.CheckBox();
  65. this.label_TestRunFlag = new System.Windows.Forms.Label();
  66. this.panel_Main = new System.Windows.Forms.Panel();
  67. this.groupBox_TBDayTime = new System.Windows.Forms.GroupBox();
  68. this.label19 = new System.Windows.Forms.Label();
  69. this.label17 = new System.Windows.Forms.Label();
  70. this.label18 = new System.Windows.Forms.Label();
  71. this.label16 = new System.Windows.Forms.Label();
  72. this.textBox_End_Minute = new System.Windows.Forms.TextBox();
  73. this.textBox_End_Hour = new System.Windows.Forms.TextBox();
  74. this.textBox_Start_Minute = new System.Windows.Forms.TextBox();
  75. this.textBox_Start_Hour = new System.Windows.Forms.TextBox();
  76. this.label14 = new System.Windows.Forms.Label();
  77. this.label15 = new System.Windows.Forms.Label();
  78. this.label11 = new System.Windows.Forms.Label();
  79. this.label6 = new System.Windows.Forms.Label();
  80. this.label_Inform = new System.Windows.Forms.Label();
  81. this.label_ExplorerDisable = new System.Windows.Forms.Label();
  82. this.label_ExplorerEnable = new System.Windows.Forms.Label();
  83. this.label_ReceiverModel = new System.Windows.Forms.Label();
  84. this.label20 = new System.Windows.Forms.Label();
  85. this.label21 = new System.Windows.Forms.Label();
  86. this.panel1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
  89. this.panel_Main.SuspendLayout();
  90. this.groupBox_TBDayTime.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // lblDir
  94. //
  95. this.lblDir.AutoSize = true;
  96. this.lblDir.BackColor = System.Drawing.Color.Transparent;
  97. this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
  98. this.lblDir.ForeColor = System.Drawing.Color.Black;
  99. this.lblDir.Location = new System.Drawing.Point(12, 9);
  100. this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  101. this.lblDir.Name = "lblDir";
  102. this.lblDir.Size = new System.Drawing.Size(173, 21);
  103. this.lblDir.TabIndex = 10;
  104. this.lblDir.Text = "시작 > 운전설정";
  105. //
  106. // panel1
  107. //
  108. this.panel1.BackColor = System.Drawing.Color.Black;
  109. this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
  110. this.panel1.Controls.Add(this.btnWinClose);
  111. this.panel1.Controls.Add(this.lblDir);
  112. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  113. this.panel1.Location = new System.Drawing.Point(0, 0);
  114. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  115. this.panel1.Name = "panel1";
  116. this.panel1.Size = new System.Drawing.Size(1080, 36);
  117. this.panel1.TabIndex = 11;
  118. //
  119. // btnWinClose
  120. //
  121. this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
  122. this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  123. this.btnWinClose.FlatAppearance.BorderSize = 0;
  124. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  125. this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  126. this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
  127. this.btnWinClose.Name = "btnWinClose";
  128. this.btnWinClose.Size = new System.Drawing.Size(63, 31);
  129. this.btnWinClose.TabIndex = 170;
  130. this.btnWinClose.UseVisualStyleBackColor = false;
  131. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  132. //
  133. // btnRepeaterSave
  134. //
  135. this.btnRepeaterSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnRepeaterSave.BackgroundImage")));
  136. this.btnRepeaterSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  137. this.btnRepeaterSave.FlatAppearance.BorderSize = 0;
  138. this.btnRepeaterSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  139. this.btnRepeaterSave.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold);
  140. this.btnRepeaterSave.ForeColor = System.Drawing.Color.White;
  141. this.btnRepeaterSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  142. this.btnRepeaterSave.Location = new System.Drawing.Point(883, 57);
  143. this.btnRepeaterSave.Name = "btnRepeaterSave";
  144. this.btnRepeaterSave.Size = new System.Drawing.Size(183, 40);
  145. this.btnRepeaterSave.TabIndex = 60;
  146. this.btnRepeaterSave.Text = " 적용하기 ";
  147. this.btnRepeaterSave.UseVisualStyleBackColor = true;
  148. this.btnRepeaterSave.Click += new System.EventHandler(this.btnRepeaterSave_Click);
  149. //
  150. // txtMasterPasswordRe
  151. //
  152. this.txtMasterPasswordRe.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  153. this.txtMasterPasswordRe.Location = new System.Drawing.Point(378, 454);
  154. this.txtMasterPasswordRe.Name = "txtMasterPasswordRe";
  155. this.txtMasterPasswordRe.PasswordChar = '*';
  156. this.txtMasterPasswordRe.Size = new System.Drawing.Size(298, 35);
  157. this.txtMasterPasswordRe.TabIndex = 59;
  158. //this.txtMasterPasswordRe.Text = "0000";
  159. //
  160. // label9
  161. //
  162. this.label9.AutoSize = true;
  163. this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  164. this.label9.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  165. this.label9.Location = new System.Drawing.Point(121, 339);
  166. this.label9.Name = "label9";
  167. this.label9.Size = new System.Drawing.Size(202, 21);
  168. this.label9.TabIndex = 58;
  169. this.label9.Text = "관리자 암호 재입력";
  170. //
  171. // txtMasterPassword
  172. //
  173. this.txtMasterPassword.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  174. this.txtMasterPassword.Location = new System.Drawing.Point(378, 398);
  175. this.txtMasterPassword.Name = "txtMasterPassword";
  176. this.txtMasterPassword.PasswordChar = '*';
  177. this.txtMasterPassword.Size = new System.Drawing.Size(298, 35);
  178. this.txtMasterPassword.TabIndex = 57;
  179. //this.txtMasterPassword.Text = "0000";
  180. //
  181. // label8
  182. //
  183. this.label8.AutoSize = true;
  184. this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  185. this.label8.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  186. this.label8.Location = new System.Drawing.Point(195, 283);
  187. this.label8.Name = "label8";
  188. this.label8.Size = new System.Drawing.Size(128, 21);
  189. this.label8.TabIndex = 56;
  190. this.label8.Text = "관리자 암호";
  191. //
  192. // txtMasterUserId
  193. //
  194. this.txtMasterUserId.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  195. this.txtMasterUserId.Location = new System.Drawing.Point(378, 343);
  196. this.txtMasterUserId.Name = "txtMasterUserId";
  197. this.txtMasterUserId.Size = new System.Drawing.Size(298, 32);
  198. this.txtMasterUserId.TabIndex = 55;
  199. this.txtMasterUserId.Text = "icontrol";
  200. //
  201. // label7
  202. //
  203. this.label7.AutoSize = true;
  204. this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  205. this.label7.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  206. this.label7.Location = new System.Drawing.Point(229, 225);
  207. this.label7.Name = "label7";
  208. this.label7.Size = new System.Drawing.Size(94, 21);
  209. this.label7.TabIndex = 54;
  210. this.label7.Text = "관리자ID";
  211. //
  212. // cboFireAccumulationTime
  213. //
  214. this.cboFireAccumulationTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  215. this.cboFireAccumulationTime.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  216. this.cboFireAccumulationTime.FormattingEnabled = true;
  217. this.cboFireAccumulationTime.Items.AddRange(new object[] {
  218. "0",
  219. "10",
  220. "20",
  221. "30",
  222. "40",
  223. "60",
  224. "100"});
  225. this.cboFireAccumulationTime.Location = new System.Drawing.Point(682, 184);
  226. this.cboFireAccumulationTime.Name = "cboFireAccumulationTime";
  227. this.cboFireAccumulationTime.Size = new System.Drawing.Size(112, 35);
  228. this.cboFireAccumulationTime.TabIndex = 51;
  229. //
  230. // dateTimePicker1
  231. //
  232. this.dateTimePicker1.CalendarFont = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  233. this.dateTimePicker1.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  234. this.dateTimePicker1.Location = new System.Drawing.Point(378, 290);
  235. this.dateTimePicker1.Name = "dateTimePicker1";
  236. this.dateTimePicker1.Size = new System.Drawing.Size(298, 32);
  237. this.dateTimePicker1.TabIndex = 50;
  238. //
  239. // label5
  240. //
  241. this.label5.AutoSize = true;
  242. this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  243. this.label5.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  244. this.label5.Location = new System.Drawing.Point(229, 174);
  245. this.label5.Name = "label5";
  246. this.label5.Size = new System.Drawing.Size(98, 21);
  247. this.label5.TabIndex = 49;
  248. this.label5.Text = "시간설정";
  249. //
  250. // label4
  251. //
  252. this.label4.AutoSize = true;
  253. this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  254. this.label4.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  255. this.label4.Location = new System.Drawing.Point(229, 120);
  256. this.label4.Name = "label4";
  257. this.label4.Size = new System.Drawing.Size(98, 21);
  258. this.label4.TabIndex = 48;
  259. this.label4.Text = "화재모드";
  260. //
  261. // label2
  262. //
  263. this.label2.AutoSize = true;
  264. this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  265. this.label2.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  266. this.label2.Location = new System.Drawing.Point(185, 63);
  267. this.label2.Name = "label2";
  268. this.label2.Size = new System.Drawing.Size(142, 21);
  269. this.label2.TabIndex = 46;
  270. this.label2.Text = "화재축적모드";
  271. //
  272. // chkFireProcessMode
  273. //
  274. this.chkFireProcessMode.Appearance = System.Windows.Forms.Appearance.Button;
  275. this.chkFireProcessMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  276. this.chkFireProcessMode.BackgroundImage = global::FPER.Properties.Resources.일반버튼_대_회색_215_58;
  277. this.chkFireProcessMode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  278. this.chkFireProcessMode.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  279. this.chkFireProcessMode.FlatAppearance.BorderSize = 0;
  280. this.chkFireProcessMode.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  281. this.chkFireProcessMode.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  282. this.chkFireProcessMode.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  283. this.chkFireProcessMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  284. this.chkFireProcessMode.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  285. this.chkFireProcessMode.ForeColor = System.Drawing.Color.White;
  286. this.chkFireProcessMode.Location = new System.Drawing.Point(378, 237);
  287. this.chkFireProcessMode.Name = "chkFireProcessMode";
  288. this.chkFireProcessMode.Size = new System.Drawing.Size(298, 37);
  289. this.chkFireProcessMode.TabIndex = 45;
  290. this.chkFireProcessMode.Text = "화재지속";
  291. this.chkFireProcessMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  292. this.chkFireProcessMode.UseVisualStyleBackColor = false;
  293. this.chkFireProcessMode.CheckedChanged += new System.EventHandler(this.chkFireProcessMode_CheckedChanged);
  294. //
  295. // chkFireAccumulationMode
  296. //
  297. this.chkFireAccumulationMode.Appearance = System.Windows.Forms.Appearance.Button;
  298. this.chkFireAccumulationMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  299. this.chkFireAccumulationMode.BackgroundImage = global::FPER.Properties.Resources.일반버튼_대_회색_215_58;
  300. this.chkFireAccumulationMode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  301. this.chkFireAccumulationMode.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  302. this.chkFireAccumulationMode.FlatAppearance.BorderSize = 0;
  303. this.chkFireAccumulationMode.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  304. this.chkFireAccumulationMode.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  305. this.chkFireAccumulationMode.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  306. this.chkFireAccumulationMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  307. this.chkFireAccumulationMode.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  308. this.chkFireAccumulationMode.ForeColor = System.Drawing.Color.White;
  309. this.chkFireAccumulationMode.Location = new System.Drawing.Point(378, 183);
  310. this.chkFireAccumulationMode.Name = "chkFireAccumulationMode";
  311. this.chkFireAccumulationMode.Size = new System.Drawing.Size(298, 37);
  312. this.chkFireAccumulationMode.TabIndex = 43;
  313. this.chkFireAccumulationMode.Text = "화재축적사용";
  314. this.chkFireAccumulationMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  315. this.chkFireAccumulationMode.UseVisualStyleBackColor = false;
  316. this.chkFireAccumulationMode.CheckedChanged += new System.EventHandler(this.chkFireAccumulationMode_CheckedChanged);
  317. //
  318. // button1
  319. //
  320. this.button1.BackColor = System.Drawing.Color.LightGray;
  321. this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
  322. this.button1.FlatAppearance.BorderSize = 0;
  323. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  324. this.button1.Location = new System.Drawing.Point(15, 58);
  325. this.button1.Name = "button1";
  326. this.button1.Size = new System.Drawing.Size(117, 37);
  327. this.button1.TabIndex = 156;
  328. this.button1.UseVisualStyleBackColor = false;
  329. //
  330. // txtThisReceiverID
  331. //
  332. this.txtThisReceiverID.BackColor = System.Drawing.Color.Black;
  333. this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  334. this.txtThisReceiverID.ForeColor = System.Drawing.Color.White;
  335. this.txtThisReceiverID.Location = new System.Drawing.Point(133, 58);
  336. this.txtThisReceiverID.MaxLength = 2;
  337. this.txtThisReceiverID.Name = "txtThisReceiverID";
  338. this.txtThisReceiverID.ReadOnly = true;
  339. this.txtThisReceiverID.Size = new System.Drawing.Size(39, 38);
  340. this.txtThisReceiverID.TabIndex = 155;
  341. this.txtThisReceiverID.Text = "01";
  342. this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  343. //
  344. // numericUpDown1
  345. //
  346. this.numericUpDown1.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  347. this.numericUpDown1.Location = new System.Drawing.Point(681, 290);
  348. this.numericUpDown1.Maximum = new decimal(new int[] {
  349. 23,
  350. 0,
  351. 0,
  352. 0});
  353. this.numericUpDown1.Name = "numericUpDown1";
  354. this.numericUpDown1.Size = new System.Drawing.Size(53, 32);
  355. this.numericUpDown1.TabIndex = 157;
  356. this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  357. this.numericUpDown1.Value = new decimal(new int[] {
  358. 23,
  359. 0,
  360. 0,
  361. 0});
  362. //
  363. // label1
  364. //
  365. this.label1.AutoSize = true;
  366. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  367. this.label1.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  368. this.label1.Location = new System.Drawing.Point(729, 294);
  369. this.label1.Name = "label1";
  370. this.label1.Size = new System.Drawing.Size(21, 27);
  371. this.label1.TabIndex = 158;
  372. this.label1.Text = ":";
  373. //
  374. // label10
  375. //
  376. this.label10.AutoSize = true;
  377. this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  378. this.label10.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  379. this.label10.Location = new System.Drawing.Point(793, 294);
  380. this.label10.Name = "label10";
  381. this.label10.Size = new System.Drawing.Size(21, 27);
  382. this.label10.TabIndex = 160;
  383. this.label10.Text = ":";
  384. //
  385. // numericUpDown2
  386. //
  387. this.numericUpDown2.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  388. this.numericUpDown2.Location = new System.Drawing.Point(743, 290);
  389. this.numericUpDown2.Maximum = new decimal(new int[] {
  390. 59,
  391. 0,
  392. 0,
  393. 0});
  394. this.numericUpDown2.Name = "numericUpDown2";
  395. this.numericUpDown2.Size = new System.Drawing.Size(55, 32);
  396. this.numericUpDown2.TabIndex = 159;
  397. this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  398. this.numericUpDown2.Value = new decimal(new int[] {
  399. 59,
  400. 0,
  401. 0,
  402. 0});
  403. //
  404. // txtBuildingName
  405. //
  406. this.txtBuildingName.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  407. this.txtBuildingName.Location = new System.Drawing.Point(378, 510);
  408. this.txtBuildingName.Name = "txtBuildingName";
  409. this.txtBuildingName.Size = new System.Drawing.Size(298, 32);
  410. this.txtBuildingName.TabIndex = 164;
  411. this.txtBuildingName.Text = "아이콘트롤스 빌딩";
  412. //
  413. // label12
  414. //
  415. this.label12.AutoSize = true;
  416. this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  417. this.label12.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  418. this.label12.Location = new System.Drawing.Point(203, 389);
  419. this.label12.Name = "label12";
  420. this.label12.Size = new System.Drawing.Size(120, 21);
  421. this.label12.TabIndex = 163;
  422. this.label12.Text = "건물표시명";
  423. //
  424. // txtBackgroundImagePath
  425. //
  426. this.txtBackgroundImagePath.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  427. this.txtBackgroundImagePath.Location = new System.Drawing.Point(378, 593);
  428. this.txtBackgroundImagePath.Name = "txtBackgroundImagePath";
  429. this.txtBackgroundImagePath.ReadOnly = true;
  430. this.txtBackgroundImagePath.Size = new System.Drawing.Size(298, 22);
  431. this.txtBackgroundImagePath.TabIndex = 166;
  432. this.txtBackgroundImagePath.Text = "없음";
  433. this.txtBackgroundImagePath.Visible = false;
  434. //
  435. // label13
  436. //
  437. this.label13.AutoSize = true;
  438. this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  439. this.label13.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold);
  440. this.label13.Location = new System.Drawing.Point(134, 588);
  441. this.label13.Name = "label13";
  442. this.label13.Size = new System.Drawing.Size(208, 27);
  443. this.label13.TabIndex = 165;
  444. this.label13.Text = "바탕화면이미지";
  445. this.label13.Visible = false;
  446. //
  447. // btnBackgroundImageSearch
  448. //
  449. this.btnBackgroundImageSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  450. this.btnBackgroundImageSearch.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  451. this.btnBackgroundImageSearch.Location = new System.Drawing.Point(681, 593);
  452. this.btnBackgroundImageSearch.Name = "btnBackgroundImageSearch";
  453. this.btnBackgroundImageSearch.Size = new System.Drawing.Size(62, 23);
  454. this.btnBackgroundImageSearch.TabIndex = 167;
  455. this.btnBackgroundImageSearch.Text = "...";
  456. this.btnBackgroundImageSearch.UseVisualStyleBackColor = true;
  457. this.btnBackgroundImageSearch.Visible = false;
  458. this.btnBackgroundImageSearch.Click += new System.EventHandler(this.btnBackgroundImageSearch_Click);
  459. //
  460. // txtSystemSecond
  461. //
  462. this.txtSystemSecond.BackColor = System.Drawing.Color.White;
  463. this.txtSystemSecond.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  464. this.txtSystemSecond.Location = new System.Drawing.Point(808, 290);
  465. this.txtSystemSecond.Name = "txtSystemSecond";
  466. this.txtSystemSecond.ReadOnly = true;
  467. this.txtSystemSecond.Size = new System.Drawing.Size(41, 32);
  468. this.txtSystemSecond.TabIndex = 168;
  469. this.txtSystemSecond.Text = "0";
  470. this.txtSystemSecond.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  471. //
  472. // timer1
  473. //
  474. this.timer1.Interval = 500;
  475. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  476. //
  477. // btnTimeApply
  478. //
  479. this.btnTimeApply.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  480. this.btnTimeApply.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnTimeApply.BackgroundImage")));
  481. this.btnTimeApply.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  482. this.btnTimeApply.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  483. this.btnTimeApply.FlatAppearance.BorderSize = 0;
  484. this.btnTimeApply.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  485. this.btnTimeApply.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  486. this.btnTimeApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  487. this.btnTimeApply.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold);
  488. this.btnTimeApply.ForeColor = System.Drawing.Color.White;
  489. this.btnTimeApply.Location = new System.Drawing.Point(855, 289);
  490. this.btnTimeApply.Name = "btnTimeApply";
  491. this.btnTimeApply.Size = new System.Drawing.Size(62, 35);
  492. this.btnTimeApply.TabIndex = 169;
  493. this.btnTimeApply.TabStop = false;
  494. this.btnTimeApply.Text = "적용";
  495. this.btnTimeApply.UseVisualStyleBackColor = false;
  496. this.btnTimeApply.Click += new System.EventHandler(this.btnTimeApply_Click);
  497. //
  498. // FindImageFileDialog
  499. //
  500. this.FindImageFileDialog.Filter = "GIF 이미지(*.gif)|*.gif|JPEG 이미지|*.jpg|BMP 이미지|*.bmp|모든파일|*.*";
  501. //
  502. // label3
  503. //
  504. this.label3.AutoSize = true;
  505. this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  506. this.label3.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold);
  507. this.label3.Location = new System.Drawing.Point(116, 625);
  508. this.label3.Name = "label3";
  509. this.label3.Size = new System.Drawing.Size(237, 27);
  510. this.label3.TabIndex = 170;
  511. this.label3.Text = "(844 * 600 픽셀)";
  512. this.label3.Visible = false;
  513. //
  514. // checkBox_JumpField
  515. //
  516. this.checkBox_JumpField.AutoSize = true;
  517. this.checkBox_JumpField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  518. this.checkBox_JumpField.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  519. this.checkBox_JumpField.Location = new System.Drawing.Point(378, 577);
  520. this.checkBox_JumpField.Name = "checkBox_JumpField";
  521. this.checkBox_JumpField.Size = new System.Drawing.Size(199, 25);
  522. this.checkBox_JumpField.TabIndex = 171;
  523. this.checkBox_JumpField.Text = "화재시 화면 전환";
  524. this.checkBox_JumpField.UseVisualStyleBackColor = false;
  525. //
  526. // checkBox_TestRunFlag
  527. //
  528. this.checkBox_TestRunFlag.AutoSize = true;
  529. this.checkBox_TestRunFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  530. this.checkBox_TestRunFlag.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  531. this.checkBox_TestRunFlag.Location = new System.Drawing.Point(378, 629);
  532. this.checkBox_TestRunFlag.Name = "checkBox_TestRunFlag";
  533. this.checkBox_TestRunFlag.Size = new System.Drawing.Size(139, 25);
  534. this.checkBox_TestRunFlag.TabIndex = 171;
  535. this.checkBox_TestRunFlag.Text = "시운전모드";
  536. this.checkBox_TestRunFlag.UseVisualStyleBackColor = false;
  537. this.checkBox_TestRunFlag.CheckedChanged += new System.EventHandler(this.checkBox_TestRunFlag_CheckedChanged);
  538. //
  539. // label_TestRunFlag
  540. //
  541. this.label_TestRunFlag.AutoSize = true;
  542. this.label_TestRunFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  543. this.label_TestRunFlag.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  544. this.label_TestRunFlag.ForeColor = System.Drawing.Color.Red;
  545. this.label_TestRunFlag.Location = new System.Drawing.Point(393, 551);
  546. this.label_TestRunFlag.Name = "label_TestRunFlag";
  547. this.label_TestRunFlag.Size = new System.Drawing.Size(626, 19);
  548. this.label_TestRunFlag.TabIndex = 163;
  549. this.label_TestRunFlag.Text = "(시운전 모드에서는 화재 감지 및 설비 동작 이력을 남기지 않습니다)";
  550. this.label_TestRunFlag.Visible = false;
  551. //
  552. // panel_Main
  553. //
  554. this.panel_Main.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  555. this.panel_Main.Controls.Add(this.label21);
  556. this.panel_Main.Controls.Add(this.groupBox_TBDayTime);
  557. this.panel_Main.Controls.Add(this.label_Inform);
  558. this.panel_Main.Controls.Add(this.label_ExplorerDisable);
  559. this.panel_Main.Controls.Add(this.label_ExplorerEnable);
  560. this.panel_Main.Controls.Add(this.label_ReceiverModel);
  561. this.panel_Main.Controls.Add(this.label20);
  562. this.panel_Main.Controls.Add(this.label2);
  563. this.panel_Main.Controls.Add(this.label4);
  564. this.panel_Main.Controls.Add(this.label3);
  565. this.panel_Main.Controls.Add(this.label5);
  566. this.panel_Main.Controls.Add(this.label7);
  567. this.panel_Main.Controls.Add(this.label_TestRunFlag);
  568. this.panel_Main.Controls.Add(this.label8);
  569. this.panel_Main.Controls.Add(this.btnBackgroundImageSearch);
  570. this.panel_Main.Controls.Add(this.txtBackgroundImagePath);
  571. this.panel_Main.Controls.Add(this.label9);
  572. this.panel_Main.Controls.Add(this.label13);
  573. this.panel_Main.Controls.Add(this.label12);
  574. this.panel_Main.Location = new System.Drawing.Point(0, 121);
  575. this.panel_Main.Name = "panel_Main";
  576. this.panel_Main.Size = new System.Drawing.Size(1080, 701);
  577. this.panel_Main.TabIndex = 172;
  578. //
  579. // groupBox_TBDayTime
  580. //
  581. this.groupBox_TBDayTime.Controls.Add(this.label19);
  582. this.groupBox_TBDayTime.Controls.Add(this.label17);
  583. this.groupBox_TBDayTime.Controls.Add(this.label18);
  584. this.groupBox_TBDayTime.Controls.Add(this.label16);
  585. this.groupBox_TBDayTime.Controls.Add(this.textBox_End_Minute);
  586. this.groupBox_TBDayTime.Controls.Add(this.textBox_End_Hour);
  587. this.groupBox_TBDayTime.Controls.Add(this.textBox_Start_Minute);
  588. this.groupBox_TBDayTime.Controls.Add(this.textBox_Start_Hour);
  589. this.groupBox_TBDayTime.Controls.Add(this.label14);
  590. this.groupBox_TBDayTime.Controls.Add(this.label15);
  591. this.groupBox_TBDayTime.Controls.Add(this.label11);
  592. this.groupBox_TBDayTime.Controls.Add(this.label6);
  593. this.groupBox_TBDayTime.Location = new System.Drawing.Point(690, 333);
  594. this.groupBox_TBDayTime.Name = "groupBox_TBDayTime";
  595. this.groupBox_TBDayTime.Size = new System.Drawing.Size(329, 157);
  596. this.groupBox_TBDayTime.TabIndex = 172;
  597. this.groupBox_TBDayTime.TabStop = false;
  598. this.groupBox_TBDayTime.Text = "아날로그 감지기 시간 정보 (낮시간대)";
  599. //
  600. // label19
  601. //
  602. this.label19.AutoSize = true;
  603. this.label19.Location = new System.Drawing.Point(158, 118);
  604. this.label19.Name = "label19";
  605. this.label19.Size = new System.Drawing.Size(24, 16);
  606. this.label19.TabIndex = 2;
  607. this.label19.Text = "시";
  608. //
  609. // label17
  610. //
  611. this.label17.AutoSize = true;
  612. this.label17.Location = new System.Drawing.Point(279, 118);
  613. this.label17.Name = "label17";
  614. this.label17.Size = new System.Drawing.Size(24, 16);
  615. this.label17.TabIndex = 2;
  616. this.label17.Text = "분";
  617. //
  618. // label18
  619. //
  620. this.label18.AutoSize = true;
  621. this.label18.Location = new System.Drawing.Point(158, 71);
  622. this.label18.Name = "label18";
  623. this.label18.Size = new System.Drawing.Size(24, 16);
  624. this.label18.TabIndex = 2;
  625. this.label18.Text = "시";
  626. //
  627. // label16
  628. //
  629. this.label16.AutoSize = true;
  630. this.label16.Location = new System.Drawing.Point(279, 71);
  631. this.label16.Name = "label16";
  632. this.label16.Size = new System.Drawing.Size(24, 16);
  633. this.label16.TabIndex = 2;
  634. this.label16.Text = "분";
  635. //
  636. // textBox_End_Minute
  637. //
  638. this.textBox_End_Minute.Location = new System.Drawing.Point(199, 115);
  639. this.textBox_End_Minute.Name = "textBox_End_Minute";
  640. this.textBox_End_Minute.Size = new System.Drawing.Size(76, 26);
  641. this.textBox_End_Minute.TabIndex = 1;
  642. //
  643. // textBox_End_Hour
  644. //
  645. this.textBox_End_Hour.Location = new System.Drawing.Point(80, 115);
  646. this.textBox_End_Hour.Name = "textBox_End_Hour";
  647. this.textBox_End_Hour.Size = new System.Drawing.Size(75, 26);
  648. this.textBox_End_Hour.TabIndex = 1;
  649. //
  650. // textBox_Start_Minute
  651. //
  652. this.textBox_Start_Minute.Location = new System.Drawing.Point(199, 66);
  653. this.textBox_Start_Minute.Name = "textBox_Start_Minute";
  654. this.textBox_Start_Minute.Size = new System.Drawing.Size(76, 26);
  655. this.textBox_Start_Minute.TabIndex = 1;
  656. //
  657. // textBox_Start_Hour
  658. //
  659. this.textBox_Start_Hour.Location = new System.Drawing.Point(80, 66);
  660. this.textBox_Start_Hour.Name = "textBox_Start_Hour";
  661. this.textBox_Start_Hour.Size = new System.Drawing.Size(75, 26);
  662. this.textBox_Start_Hour.TabIndex = 1;
  663. //
  664. // label14
  665. //
  666. this.label14.AutoSize = true;
  667. this.label14.Location = new System.Drawing.Point(25, 117);
  668. this.label14.Name = "label14";
  669. this.label14.Size = new System.Drawing.Size(40, 16);
  670. this.label14.TabIndex = 0;
  671. this.label14.Text = "종료";
  672. //
  673. // label15
  674. //
  675. this.label15.AutoSize = true;
  676. this.label15.Location = new System.Drawing.Point(231, 76);
  677. this.label15.Name = "label15";
  678. this.label15.Size = new System.Drawing.Size(24, 16);
  679. this.label15.TabIndex = 0;
  680. this.label15.Text = "분";
  681. //
  682. // label11
  683. //
  684. this.label11.AutoSize = true;
  685. this.label11.Location = new System.Drawing.Point(26, 71);
  686. this.label11.Name = "label11";
  687. this.label11.Size = new System.Drawing.Size(40, 16);
  688. this.label11.TabIndex = 0;
  689. this.label11.Text = "시작";
  690. //
  691. // label6
  692. //
  693. this.label6.AutoSize = true;
  694. this.label6.Location = new System.Drawing.Point(17, 31);
  695. this.label6.Name = "label6";
  696. this.label6.Size = new System.Drawing.Size(300, 16);
  697. this.label6.TabIndex = 0;
  698. this.label6.Text = "※ 감지기가 설치된 경우에만 적용됩니다";
  699. //
  700. // label_Inform
  701. //
  702. this.label_Inform.AutoSize = true;
  703. this.label_Inform.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  704. this.label_Inform.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  705. this.label_Inform.ForeColor = System.Drawing.Color.Red;
  706. this.label_Inform.Location = new System.Drawing.Point(932, 176);
  707. this.label_Inform.Name = "label_Inform";
  708. this.label_Inform.Size = new System.Drawing.Size(63, 19);
  709. this.label_Inform.TabIndex = 171;
  710. this.label_Inform.Text = "(완료)";
  711. this.label_Inform.Visible = false;
  712. //
  713. // label_ExplorerDisable
  714. //
  715. this.label_ExplorerDisable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  716. this.label_ExplorerDisable.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  717. this.label_ExplorerDisable.Location = new System.Drawing.Point(0, 602);
  718. this.label_ExplorerDisable.Name = "label_ExplorerDisable";
  719. this.label_ExplorerDisable.Size = new System.Drawing.Size(132, 99);
  720. this.label_ExplorerDisable.TabIndex = 46;
  721. this.label_ExplorerDisable.Click += new System.EventHandler(this.label_ExplorerDisable_Click);
  722. //
  723. // label_ExplorerEnable
  724. //
  725. this.label_ExplorerEnable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  726. this.label_ExplorerEnable.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  727. this.label_ExplorerEnable.Location = new System.Drawing.Point(0, 0);
  728. this.label_ExplorerEnable.Name = "label_ExplorerEnable";
  729. this.label_ExplorerEnable.Size = new System.Drawing.Size(132, 99);
  730. this.label_ExplorerEnable.TabIndex = 46;
  731. this.label_ExplorerEnable.Click += new System.EventHandler(this.label_ExplorerEnable_Click);
  732. //
  733. // label_ReceiverModel
  734. //
  735. this.label_ReceiverModel.AutoSize = true;
  736. this.label_ReceiverModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  737. this.label_ReceiverModel.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  738. this.label_ReceiverModel.Location = new System.Drawing.Point(374, 17);
  739. this.label_ReceiverModel.Name = "label_ReceiverModel";
  740. this.label_ReceiverModel.Size = new System.Drawing.Size(87, 21);
  741. this.label_ReceiverModel.TabIndex = 46;
  742. this.label_ReceiverModel.Text = "IFC3300";
  743. //
  744. // label20
  745. //
  746. this.label20.AutoSize = true;
  747. this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  748. this.label20.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  749. this.label20.Location = new System.Drawing.Point(198, 17);
  750. this.label20.Name = "label20";
  751. this.label20.Size = new System.Drawing.Size(128, 21);
  752. this.label20.TabIndex = 46;
  753. this.label20.Text = "수신기 모델";
  754. //
  755. // label21
  756. //
  757. this.label21.Location = new System.Drawing.Point(696, 287);
  758. this.label21.Name = "label21";
  759. this.label21.Size = new System.Drawing.Size(209, 25);
  760. this.label21.TabIndex = 3;
  761. this.label21.Text = "숫자, 문자의 조합(4~16자)";
  762. //
  763. // frmModeConfig
  764. //
  765. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  766. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  767. this.BackColor = System.Drawing.Color.WhiteSmoke;
  768. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  769. this.ClientSize = new System.Drawing.Size(1080, 824);
  770. this.Controls.Add(this.checkBox_TestRunFlag);
  771. this.Controls.Add(this.checkBox_JumpField);
  772. this.Controls.Add(this.btnTimeApply);
  773. this.Controls.Add(this.txtSystemSecond);
  774. this.Controls.Add(this.txtBuildingName);
  775. this.Controls.Add(this.numericUpDown2);
  776. this.Controls.Add(this.numericUpDown1);
  777. this.Controls.Add(this.button1);
  778. this.Controls.Add(this.txtThisReceiverID);
  779. this.Controls.Add(this.btnRepeaterSave);
  780. this.Controls.Add(this.txtMasterPasswordRe);
  781. this.Controls.Add(this.txtMasterPassword);
  782. this.Controls.Add(this.txtMasterUserId);
  783. this.Controls.Add(this.cboFireAccumulationTime);
  784. this.Controls.Add(this.dateTimePicker1);
  785. this.Controls.Add(this.chkFireProcessMode);
  786. this.Controls.Add(this.chkFireAccumulationMode);
  787. this.Controls.Add(this.panel1);
  788. this.Controls.Add(this.label10);
  789. this.Controls.Add(this.label1);
  790. this.Controls.Add(this.panel_Main);
  791. this.Font = new System.Drawing.Font("굴림", 12F);
  792. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  793. this.Margin = new System.Windows.Forms.Padding(4);
  794. this.Name = "frmModeConfig";
  795. this.ShowIcon = false;
  796. this.ShowInTaskbar = false;
  797. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
  798. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  799. this.Text = "운전설정";
  800. this.Activated += new System.EventHandler(this.frmModeConfig_Activated);
  801. this.Load += new System.EventHandler(this.frmModeConfig_Load);
  802. this.Disposed += new System.EventHandler(this.frmModeConfig_Disposed);
  803. this.panel1.ResumeLayout(false);
  804. this.panel1.PerformLayout();
  805. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  806. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
  807. this.panel_Main.ResumeLayout(false);
  808. this.panel_Main.PerformLayout();
  809. this.groupBox_TBDayTime.ResumeLayout(false);
  810. this.groupBox_TBDayTime.PerformLayout();
  811. this.ResumeLayout(false);
  812. this.PerformLayout();
  813. }
  814. #endregion
  815. private System.Windows.Forms.Label lblDir;
  816. private System.Windows.Forms.Panel panel1;
  817. private System.Windows.Forms.Button btnRepeaterSave;
  818. private System.Windows.Forms.TextBox txtMasterPasswordRe;
  819. private System.Windows.Forms.Label label9;
  820. private System.Windows.Forms.TextBox txtMasterPassword;
  821. private System.Windows.Forms.Label label8;
  822. private System.Windows.Forms.TextBox txtMasterUserId;
  823. private System.Windows.Forms.Label label7;
  824. private System.Windows.Forms.ComboBox cboFireAccumulationTime;
  825. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  826. private System.Windows.Forms.Label label5;
  827. private System.Windows.Forms.Label label4;
  828. private System.Windows.Forms.Label label2;
  829. private System.Windows.Forms.CheckBox chkFireProcessMode;
  830. private System.Windows.Forms.CheckBox chkFireAccumulationMode;
  831. private System.Windows.Forms.Button button1;
  832. private System.Windows.Forms.TextBox txtThisReceiverID;
  833. private System.Windows.Forms.NumericUpDown numericUpDown1;
  834. private System.Windows.Forms.Label label1;
  835. private System.Windows.Forms.Label label10;
  836. private System.Windows.Forms.NumericUpDown numericUpDown2;
  837. private System.Windows.Forms.TextBox txtBuildingName;
  838. private System.Windows.Forms.Label label12;
  839. private System.Windows.Forms.TextBox txtBackgroundImagePath;
  840. private System.Windows.Forms.Label label13;
  841. private System.Windows.Forms.Button btnBackgroundImageSearch;
  842. private System.Windows.Forms.TextBox txtSystemSecond;
  843. private System.Windows.Forms.Timer timer1;
  844. private System.Windows.Forms.Button btnTimeApply;
  845. private System.Windows.Forms.OpenFileDialog FindImageFileDialog;
  846. private System.Windows.Forms.Button btnWinClose;
  847. private System.Windows.Forms.Label label3;
  848. private System.Windows.Forms.CheckBox checkBox_JumpField;
  849. private System.Windows.Forms.CheckBox checkBox_TestRunFlag;
  850. private System.Windows.Forms.Label label_TestRunFlag;
  851. private System.Windows.Forms.Panel panel_Main;
  852. private System.Windows.Forms.Label label_Inform;
  853. private System.Windows.Forms.GroupBox groupBox_TBDayTime;
  854. private System.Windows.Forms.Label label19;
  855. private System.Windows.Forms.Label label17;
  856. private System.Windows.Forms.Label label18;
  857. private System.Windows.Forms.Label label16;
  858. private System.Windows.Forms.TextBox textBox_End_Minute;
  859. private System.Windows.Forms.TextBox textBox_End_Hour;
  860. private System.Windows.Forms.TextBox textBox_Start_Minute;
  861. private System.Windows.Forms.TextBox textBox_Start_Hour;
  862. private System.Windows.Forms.Label label14;
  863. private System.Windows.Forms.Label label15;
  864. private System.Windows.Forms.Label label11;
  865. private System.Windows.Forms.Label label6;
  866. private System.Windows.Forms.Label label_ReceiverModel;
  867. private System.Windows.Forms.Label label20;
  868. private System.Windows.Forms.Label label_ExplorerDisable;
  869. private System.Windows.Forms.Label label_ExplorerEnable;
  870. private System.Windows.Forms.Label label21;
  871. }
  872. }