2544b94d52fb36f038c817442494ab6f22043504.svn-base 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. namespace FPER
  2. {
  3. partial class frmDriveTest
  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(frmDriveTest));
  30. this.lblDir = new System.Windows.Forms.Label();
  31. this.panel_Top = new System.Windows.Forms.Panel();
  32. this.btnWinClose = new System.Windows.Forms.Button();
  33. this.txtThisReceiverID = new System.Windows.Forms.TextBox();
  34. this.button_ReceiverSearch = new System.Windows.Forms.Button();
  35. this.timer1 = new System.Windows.Forms.Timer(this.components);
  36. this.StatusTimer = new System.Windows.Forms.Timer(this.components);
  37. this.panel_Bottom = new System.Windows.Forms.Panel();
  38. this.txt24Voltage = new System.Windows.Forms.TextBox();
  39. this.panel_Result = new System.Windows.Forms.Panel();
  40. this.lblBatteryTestMessage2 = new System.Windows.Forms.Label();
  41. this.lblBatteryTestMessage = new System.Windows.Forms.Label();
  42. this.lblBatteryTestResult = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.txtTestSecond = new System.Windows.Forms.TextBox();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.btnBatteryTest = new System.Windows.Forms.Button();
  47. this.txtBatteryVoltage = new System.Windows.Forms.TextBox();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.txt3Voltage = new System.Windows.Forms.TextBox();
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.txt5Voltage = new System.Windows.Forms.TextBox();
  52. this.label2 = new System.Windows.Forms.Label();
  53. this.timer_Protect = new System.Windows.Forms.Timer(this.components);
  54. this.panel_Top.SuspendLayout();
  55. this.panel_Bottom.SuspendLayout();
  56. this.panel_Result.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // lblDir
  60. //
  61. this.lblDir.AutoSize = true;
  62. this.lblDir.BackColor = System.Drawing.Color.Transparent;
  63. this.lblDir.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  64. this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  65. this.lblDir.ForeColor = System.Drawing.Color.Black;
  66. this.lblDir.Location = new System.Drawing.Point(12, 9);
  67. this.lblDir.Margin = new System.Windows.Forms.Padding(0);
  68. this.lblDir.Name = "lblDir";
  69. this.lblDir.Size = new System.Drawing.Size(173, 21);
  70. this.lblDir.TabIndex = 10;
  71. this.lblDir.Text = "시작 > 동작시험";
  72. //
  73. // panel_Top
  74. //
  75. this.panel_Top.BackColor = System.Drawing.Color.Transparent;
  76. this.panel_Top.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel_Top.BackgroundImage")));
  77. this.panel_Top.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  78. this.panel_Top.Controls.Add(this.btnWinClose);
  79. this.panel_Top.Controls.Add(this.lblDir);
  80. this.panel_Top.Dock = System.Windows.Forms.DockStyle.Top;
  81. this.panel_Top.Location = new System.Drawing.Point(0, 0);
  82. this.panel_Top.Margin = new System.Windows.Forms.Padding(0);
  83. this.panel_Top.Name = "panel_Top";
  84. this.panel_Top.Size = new System.Drawing.Size(1080, 36);
  85. this.panel_Top.TabIndex = 11;
  86. //
  87. // btnWinClose
  88. //
  89. this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
  90. this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  91. this.btnWinClose.FlatAppearance.BorderSize = 0;
  92. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  94. this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
  95. this.btnWinClose.Margin = new System.Windows.Forms.Padding(0);
  96. this.btnWinClose.Name = "btnWinClose";
  97. this.btnWinClose.Size = new System.Drawing.Size(63, 31);
  98. this.btnWinClose.TabIndex = 171;
  99. this.btnWinClose.TabStop = false;
  100. this.btnWinClose.UseVisualStyleBackColor = false;
  101. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  102. //
  103. // txtThisReceiverID
  104. //
  105. this.txtThisReceiverID.BackColor = System.Drawing.Color.Black;
  106. this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  107. this.txtThisReceiverID.ForeColor = System.Drawing.Color.White;
  108. this.txtThisReceiverID.Location = new System.Drawing.Point(133, 58);
  109. this.txtThisReceiverID.Margin = new System.Windows.Forms.Padding(0);
  110. this.txtThisReceiverID.MaxLength = 2;
  111. this.txtThisReceiverID.Name = "txtThisReceiverID";
  112. this.txtThisReceiverID.ReadOnly = true;
  113. this.txtThisReceiverID.Size = new System.Drawing.Size(38, 38);
  114. this.txtThisReceiverID.TabIndex = 21;
  115. this.txtThisReceiverID.TabStop = false;
  116. this.txtThisReceiverID.Text = "00";
  117. this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  118. //
  119. // button_ReceiverSearch
  120. //
  121. this.button_ReceiverSearch.BackColor = System.Drawing.Color.Transparent;
  122. this.button_ReceiverSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_ReceiverSearch.BackgroundImage")));
  123. this.button_ReceiverSearch.FlatAppearance.BorderSize = 0;
  124. this.button_ReceiverSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  125. this.button_ReceiverSearch.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  126. this.button_ReceiverSearch.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  127. this.button_ReceiverSearch.Location = new System.Drawing.Point(15, 58);
  128. this.button_ReceiverSearch.Margin = new System.Windows.Forms.Padding(0);
  129. this.button_ReceiverSearch.Name = "button_ReceiverSearch";
  130. this.button_ReceiverSearch.Size = new System.Drawing.Size(117, 37);
  131. this.button_ReceiverSearch.TabIndex = 157;
  132. this.button_ReceiverSearch.TabStop = false;
  133. this.button_ReceiverSearch.UseVisualStyleBackColor = false;
  134. //
  135. // timer1
  136. //
  137. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  138. //
  139. // StatusTimer
  140. //
  141. this.StatusTimer.Interval = 1000;
  142. this.StatusTimer.Tick += new System.EventHandler(this.StatusTimer_Tick);
  143. //
  144. // panel_Bottom
  145. //
  146. this.panel_Bottom.BackColor = System.Drawing.Color.White;
  147. this.panel_Bottom.Controls.Add(this.txt24Voltage);
  148. this.panel_Bottom.Controls.Add(this.panel_Result);
  149. this.panel_Bottom.Controls.Add(this.label1);
  150. this.panel_Bottom.Controls.Add(this.txtTestSecond);
  151. this.panel_Bottom.Controls.Add(this.label5);
  152. this.panel_Bottom.Controls.Add(this.btnBatteryTest);
  153. this.panel_Bottom.Controls.Add(this.txtBatteryVoltage);
  154. this.panel_Bottom.Controls.Add(this.label4);
  155. this.panel_Bottom.Controls.Add(this.txt3Voltage);
  156. this.panel_Bottom.Controls.Add(this.label3);
  157. this.panel_Bottom.Controls.Add(this.txt5Voltage);
  158. this.panel_Bottom.Controls.Add(this.label2);
  159. this.panel_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  160. this.panel_Bottom.Location = new System.Drawing.Point(0, 121);
  161. this.panel_Bottom.Name = "panel_Bottom";
  162. this.panel_Bottom.Size = new System.Drawing.Size(1080, 703);
  163. this.panel_Bottom.TabIndex = 158;
  164. //
  165. // txt24Voltage
  166. //
  167. this.txt24Voltage.BackColor = System.Drawing.Color.White;
  168. this.txt24Voltage.BorderStyle = System.Windows.Forms.BorderStyle.None;
  169. this.txt24Voltage.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  170. this.txt24Voltage.ForeColor = System.Drawing.Color.Maroon;
  171. this.txt24Voltage.Location = new System.Drawing.Point(564, 78);
  172. this.txt24Voltage.Name = "txt24Voltage";
  173. this.txt24Voltage.ReadOnly = true;
  174. this.txt24Voltage.Size = new System.Drawing.Size(116, 32);
  175. this.txt24Voltage.TabIndex = 1;
  176. this.txt24Voltage.TabStop = false;
  177. this.txt24Voltage.Text = "24.0V";
  178. this.txt24Voltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  179. //
  180. // panel_Result
  181. //
  182. this.panel_Result.Controls.Add(this.lblBatteryTestMessage2);
  183. this.panel_Result.Controls.Add(this.lblBatteryTestMessage);
  184. this.panel_Result.Controls.Add(this.lblBatteryTestResult);
  185. this.panel_Result.Location = new System.Drawing.Point(89, 367);
  186. this.panel_Result.Name = "panel_Result";
  187. this.panel_Result.Size = new System.Drawing.Size(900, 248);
  188. this.panel_Result.TabIndex = 24;
  189. //
  190. // lblBatteryTestMessage2
  191. //
  192. this.lblBatteryTestMessage2.BackColor = System.Drawing.Color.Transparent;
  193. this.lblBatteryTestMessage2.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  194. this.lblBatteryTestMessage2.ForeColor = System.Drawing.Color.Black;
  195. this.lblBatteryTestMessage2.Location = new System.Drawing.Point(58, 184);
  196. this.lblBatteryTestMessage2.Name = "lblBatteryTestMessage2";
  197. this.lblBatteryTestMessage2.Size = new System.Drawing.Size(783, 37);
  198. this.lblBatteryTestMessage2.TabIndex = 16;
  199. this.lblBatteryTestMessage2.Text = "20.4V (기준전압의 85%) 이하시 배터리를 점검하십시오.";
  200. this.lblBatteryTestMessage2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  201. this.lblBatteryTestMessage2.Visible = false;
  202. //
  203. // lblBatteryTestMessage
  204. //
  205. this.lblBatteryTestMessage.BackColor = System.Drawing.Color.Transparent;
  206. this.lblBatteryTestMessage.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  207. this.lblBatteryTestMessage.ForeColor = System.Drawing.Color.Red;
  208. this.lblBatteryTestMessage.Location = new System.Drawing.Point(146, 138);
  209. this.lblBatteryTestMessage.Name = "lblBatteryTestMessage";
  210. this.lblBatteryTestMessage.Size = new System.Drawing.Size(586, 27);
  211. this.lblBatteryTestMessage.TabIndex = 15;
  212. this.lblBatteryTestMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  213. this.lblBatteryTestMessage.Visible = false;
  214. //
  215. // lblBatteryTestResult
  216. //
  217. this.lblBatteryTestResult.BackColor = System.Drawing.Color.Transparent;
  218. this.lblBatteryTestResult.Font = new System.Drawing.Font("맑은 고딕", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  219. this.lblBatteryTestResult.ForeColor = System.Drawing.Color.Red;
  220. this.lblBatteryTestResult.Location = new System.Drawing.Point(151, 37);
  221. this.lblBatteryTestResult.Name = "lblBatteryTestResult";
  222. this.lblBatteryTestResult.Size = new System.Drawing.Size(568, 51);
  223. this.lblBatteryTestResult.TabIndex = 14;
  224. this.lblBatteryTestResult.Text = "BATTERY";
  225. this.lblBatteryTestResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  226. this.lblBatteryTestResult.Visible = false;
  227. //
  228. // label1
  229. //
  230. this.label1.AutoSize = true;
  231. this.label1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  232. this.label1.Location = new System.Drawing.Point(433, 78);
  233. this.label1.Name = "label1";
  234. this.label1.Size = new System.Drawing.Size(125, 32);
  235. this.label1.TabIndex = 0;
  236. this.label1.Text = "24V 전압 :";
  237. //
  238. // txtTestSecond
  239. //
  240. this.txtTestSecond.BackColor = System.Drawing.Color.White;
  241. this.txtTestSecond.BorderStyle = System.Windows.Forms.BorderStyle.None;
  242. this.txtTestSecond.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  243. this.txtTestSecond.ForeColor = System.Drawing.Color.Blue;
  244. this.txtTestSecond.Location = new System.Drawing.Point(560, 149);
  245. this.txtTestSecond.Name = "txtTestSecond";
  246. this.txtTestSecond.ReadOnly = true;
  247. this.txtTestSecond.Size = new System.Drawing.Size(116, 32);
  248. this.txtTestSecond.TabIndex = 9;
  249. this.txtTestSecond.TabStop = false;
  250. this.txtTestSecond.Text = "20초";
  251. this.txtTestSecond.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  252. //
  253. // label5
  254. //
  255. this.label5.AutoSize = true;
  256. this.label5.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  257. this.label5.Location = new System.Drawing.Point(329, 149);
  258. this.label5.Name = "label5";
  259. this.label5.Size = new System.Drawing.Size(229, 32);
  260. this.label5.TabIndex = 8;
  261. this.label5.Text = "BATTERY 시험시간 :";
  262. //
  263. // btnBatteryTest
  264. //
  265. this.btnBatteryTest.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBatteryTest.BackgroundImage")));
  266. this.btnBatteryTest.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  267. this.btnBatteryTest.FlatAppearance.BorderColor = System.Drawing.Color.White;
  268. this.btnBatteryTest.FlatAppearance.BorderSize = 0;
  269. this.btnBatteryTest.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  270. this.btnBatteryTest.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  271. this.btnBatteryTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  272. this.btnBatteryTest.Font = new System.Drawing.Font("맑은 고딕", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  273. this.btnBatteryTest.ForeColor = System.Drawing.Color.White;
  274. this.btnBatteryTest.Location = new System.Drawing.Point(371, 258);
  275. this.btnBatteryTest.Margin = new System.Windows.Forms.Padding(0);
  276. this.btnBatteryTest.Name = "btnBatteryTest";
  277. this.btnBatteryTest.Size = new System.Drawing.Size(300, 78);
  278. this.btnBatteryTest.TabIndex = 22;
  279. this.btnBatteryTest.TabStop = false;
  280. this.btnBatteryTest.Text = " 시험시작";
  281. this.btnBatteryTest.UseVisualStyleBackColor = true;
  282. this.btnBatteryTest.Click += new System.EventHandler(this.btnBatteryTest_Click);
  283. //
  284. // txtBatteryVoltage
  285. //
  286. this.txtBatteryVoltage.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  287. this.txtBatteryVoltage.BorderStyle = System.Windows.Forms.BorderStyle.None;
  288. this.txtBatteryVoltage.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  289. this.txtBatteryVoltage.Location = new System.Drawing.Point(857, 178);
  290. this.txtBatteryVoltage.Name = "txtBatteryVoltage";
  291. this.txtBatteryVoltage.Size = new System.Drawing.Size(116, 25);
  292. this.txtBatteryVoltage.TabIndex = 21;
  293. this.txtBatteryVoltage.Text = "1.69V";
  294. this.txtBatteryVoltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  295. this.txtBatteryVoltage.Visible = false;
  296. //
  297. // label4
  298. //
  299. this.label4.AutoSize = true;
  300. this.label4.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  301. this.label4.Location = new System.Drawing.Point(696, 178);
  302. this.label4.Name = "label4";
  303. this.label4.Size = new System.Drawing.Size(157, 21);
  304. this.label4.TabIndex = 20;
  305. this.label4.Text = "BATTERY 전압 :";
  306. this.label4.Visible = false;
  307. //
  308. // txt3Voltage
  309. //
  310. this.txt3Voltage.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  311. this.txt3Voltage.BorderStyle = System.Windows.Forms.BorderStyle.None;
  312. this.txt3Voltage.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  313. this.txt3Voltage.ForeColor = System.Drawing.Color.Fuchsia;
  314. this.txt3Voltage.Location = new System.Drawing.Point(857, 136);
  315. this.txt3Voltage.Name = "txt3Voltage";
  316. this.txt3Voltage.Size = new System.Drawing.Size(116, 25);
  317. this.txt3Voltage.TabIndex = 19;
  318. this.txt3Voltage.Text = "3.3V";
  319. this.txt3Voltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  320. this.txt3Voltage.Visible = false;
  321. //
  322. // label3
  323. //
  324. this.label3.AutoSize = true;
  325. this.label3.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  326. this.label3.Location = new System.Drawing.Point(738, 136);
  327. this.label3.Name = "label3";
  328. this.label3.Size = new System.Drawing.Size(115, 21);
  329. this.label3.TabIndex = 18;
  330. this.label3.Text = "3.3V 전원 :";
  331. this.label3.Visible = false;
  332. //
  333. // txt5Voltage
  334. //
  335. this.txt5Voltage.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  336. this.txt5Voltage.BorderStyle = System.Windows.Forms.BorderStyle.None;
  337. this.txt5Voltage.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  338. this.txt5Voltage.ForeColor = System.Drawing.Color.Indigo;
  339. this.txt5Voltage.Location = new System.Drawing.Point(857, 94);
  340. this.txt5Voltage.Name = "txt5Voltage";
  341. this.txt5Voltage.Size = new System.Drawing.Size(116, 25);
  342. this.txt5Voltage.TabIndex = 17;
  343. this.txt5Voltage.Text = "5.0V";
  344. this.txt5Voltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  345. this.txt5Voltage.Visible = false;
  346. //
  347. // label2
  348. //
  349. this.label2.AutoSize = true;
  350. this.label2.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  351. this.label2.Location = new System.Drawing.Point(756, 94);
  352. this.label2.Name = "label2";
  353. this.label2.Size = new System.Drawing.Size(97, 21);
  354. this.label2.TabIndex = 16;
  355. this.label2.Text = "5V 전압 :";
  356. this.label2.Visible = false;
  357. //
  358. // timer_Protect
  359. //
  360. this.timer_Protect.Interval = 2000;
  361. this.timer_Protect.Tick += new System.EventHandler(this.timer_Protect_Tick);
  362. //
  363. // frmDriveTest
  364. //
  365. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  366. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  367. this.BackColor = System.Drawing.Color.WhiteSmoke;
  368. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  369. this.ClientSize = new System.Drawing.Size(1080, 824);
  370. this.Controls.Add(this.panel_Bottom);
  371. this.Controls.Add(this.button_ReceiverSearch);
  372. this.Controls.Add(this.txtThisReceiverID);
  373. this.Controls.Add(this.panel_Top);
  374. this.Font = new System.Drawing.Font("굴림", 12F);
  375. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  376. this.Margin = new System.Windows.Forms.Padding(4);
  377. this.Name = "frmDriveTest";
  378. this.ShowIcon = false;
  379. this.ShowInTaskbar = false;
  380. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  381. this.Text = "동작시험";
  382. this.Activated += new System.EventHandler(this.frmDriveTest_Activated);
  383. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDriverTestClose);
  384. this.Load += new System.EventHandler(this.frmDriveTest_Load);
  385. this.Disposed += new System.EventHandler(this.frmDriveTest_Disposed);
  386. this.panel_Top.ResumeLayout(false);
  387. this.panel_Top.PerformLayout();
  388. this.panel_Bottom.ResumeLayout(false);
  389. this.panel_Bottom.PerformLayout();
  390. this.panel_Result.ResumeLayout(false);
  391. this.ResumeLayout(false);
  392. this.PerformLayout();
  393. }
  394. #endregion
  395. private System.Windows.Forms.Label lblDir;
  396. private System.Windows.Forms.Panel panel_Top;
  397. private System.Windows.Forms.TextBox txtThisReceiverID;
  398. private System.Windows.Forms.Button btnWinClose;
  399. private System.Windows.Forms.Button button_ReceiverSearch;
  400. private System.Windows.Forms.Timer timer1;
  401. private System.Windows.Forms.Timer StatusTimer;
  402. private System.Windows.Forms.Panel panel_Bottom;
  403. private System.Windows.Forms.Panel panel_Result;
  404. private System.Windows.Forms.Label lblBatteryTestMessage2;
  405. private System.Windows.Forms.Label lblBatteryTestMessage;
  406. private System.Windows.Forms.Label lblBatteryTestResult;
  407. private System.Windows.Forms.TextBox txt24Voltage;
  408. private System.Windows.Forms.Label label1;
  409. private System.Windows.Forms.TextBox txtTestSecond;
  410. private System.Windows.Forms.Label label5;
  411. private System.Windows.Forms.Button btnBatteryTest;
  412. private System.Windows.Forms.TextBox txtBatteryVoltage;
  413. private System.Windows.Forms.Label label4;
  414. private System.Windows.Forms.TextBox txt3Voltage;
  415. private System.Windows.Forms.Label label3;
  416. private System.Windows.Forms.TextBox txt5Voltage;
  417. private System.Windows.Forms.Label label2;
  418. private System.Windows.Forms.Timer timer_Protect;
  419. }
  420. }