Main.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  1. namespace APL_TestCheck
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. this.serialPort = new System.IO.Ports.SerialPort(this.components);
  31. this.panel_Main = new System.Windows.Forms.Panel();
  32. this.panel4 = new System.Windows.Forms.Panel();
  33. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.groupBox9 = new System.Windows.Forms.GroupBox();
  37. this.panel3 = new System.Windows.Forms.Panel();
  38. this.label_Port = new System.Windows.Forms.Label();
  39. this.comboBox_Port = new System.Windows.Forms.ComboBox();
  40. this.comboBox_bps = new System.Windows.Forms.ComboBox();
  41. this.cmCom_Port = new System.Windows.Forms.Label();
  42. this.cmBaudRate = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  45. this.panel_SensorMode = new System.Windows.Forms.Panel();
  46. this.label_SensorTest = new System.Windows.Forms.Label();
  47. this.panel_Catm1Mode = new System.Windows.Forms.Panel();
  48. this.label_Catm1Test = new System.Windows.Forms.Label();
  49. this.panel_GpsMode = new System.Windows.Forms.Panel();
  50. this.label_GPSTest = new System.Windows.Forms.Label();
  51. this.panel_GpsTest = new System.Windows.Forms.Panel();
  52. this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
  53. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  54. this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.panel_SensorTest = new System.Windows.Forms.Panel();
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  59. this.label4 = new System.Windows.Forms.Label();
  60. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  61. this.label3 = new System.Windows.Forms.Label();
  62. this.richTextBox_Sensor = new System.Windows.Forms.RichTextBox();
  63. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  64. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  65. this.label2 = new System.Windows.Forms.Label();
  66. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  67. this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.USIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.BatteryVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.SystemVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Temp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.BMA = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.panel_Catm1Test = new System.Windows.Forms.Panel();
  76. this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
  77. this.dataGridView3 = new System.Windows.Forms.DataGridView();
  78. this.Catm1_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Modem_Ver = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.RSRP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.panel_Main.SuspendLayout();
  82. this.panel4.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  84. this.panel1.SuspendLayout();
  85. this.groupBox9.SuspendLayout();
  86. this.panel3.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  88. this.panel_SensorMode.SuspendLayout();
  89. this.panel_Catm1Mode.SuspendLayout();
  90. this.panel_GpsMode.SuspendLayout();
  91. this.panel_GpsTest.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  93. this.panel_SensorTest.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  99. this.panel_Catm1Test.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // serialPort
  104. //
  105. this.serialPort.BaudRate = 115200;
  106. //
  107. // panel_Main
  108. //
  109. this.panel_Main.BackColor = System.Drawing.Color.SkyBlue;
  110. this.panel_Main.Controls.Add(this.panel4);
  111. this.panel_Main.Controls.Add(this.label6);
  112. this.panel_Main.Controls.Add(this.panel1);
  113. this.panel_Main.Controls.Add(this.panel_SensorTest);
  114. this.panel_Main.Controls.Add(this.panel_Catm1Test);
  115. this.panel_Main.Controls.Add(this.panel_GpsTest);
  116. this.panel_Main.Location = new System.Drawing.Point(0, 0);
  117. this.panel_Main.Name = "panel_Main";
  118. this.panel_Main.Size = new System.Drawing.Size(930, 710);
  119. this.panel_Main.TabIndex = 1;
  120. this.panel_Main.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseDown);
  121. this.panel_Main.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseMove);
  122. this.panel_Main.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseUp);
  123. //
  124. // panel4
  125. //
  126. this.panel4.BackColor = System.Drawing.Color.White;
  127. this.panel4.Controls.Add(this.pictureBox5);
  128. this.panel4.Location = new System.Drawing.Point(-10, 642);
  129. this.panel4.Name = "panel4";
  130. this.panel4.Size = new System.Drawing.Size(940, 68);
  131. this.panel4.TabIndex = 85;
  132. //
  133. // pictureBox5
  134. //
  135. this.pictureBox5.Image = global::APL_TestCheck.Properties.Resources.bluecell_logo;
  136. this.pictureBox5.Location = new System.Drawing.Point(765, 7);
  137. this.pictureBox5.Name = "pictureBox5";
  138. this.pictureBox5.Size = new System.Drawing.Size(159, 50);
  139. this.pictureBox5.TabIndex = 26;
  140. this.pictureBox5.TabStop = false;
  141. //
  142. // label6
  143. //
  144. this.label6.AutoSize = true;
  145. this.label6.BackColor = System.Drawing.Color.Transparent;
  146. this.label6.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  147. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(247)))));
  148. this.label6.Location = new System.Drawing.Point(48, 339);
  149. this.label6.Name = "label6";
  150. this.label6.Size = new System.Drawing.Size(0, 20);
  151. this.label6.TabIndex = 84;
  152. //
  153. // panel1
  154. //
  155. this.panel1.Controls.Add(this.groupBox9);
  156. this.panel1.Controls.Add(this.label1);
  157. this.panel1.Controls.Add(this.pictureBox6);
  158. this.panel1.Controls.Add(this.panel_SensorMode);
  159. this.panel1.Controls.Add(this.panel_Catm1Mode);
  160. this.panel1.Controls.Add(this.panel_GpsMode);
  161. this.panel1.Location = new System.Drawing.Point(4, 44);
  162. this.panel1.Name = "panel1";
  163. this.panel1.Size = new System.Drawing.Size(159, 599);
  164. this.panel1.TabIndex = 26;
  165. //
  166. // groupBox9
  167. //
  168. this.groupBox9.Controls.Add(this.panel3);
  169. this.groupBox9.Controls.Add(this.comboBox_Port);
  170. this.groupBox9.Controls.Add(this.comboBox_bps);
  171. this.groupBox9.Controls.Add(this.cmCom_Port);
  172. this.groupBox9.Controls.Add(this.cmBaudRate);
  173. this.groupBox9.Location = new System.Drawing.Point(3, 241);
  174. this.groupBox9.Name = "groupBox9";
  175. this.groupBox9.Size = new System.Drawing.Size(129, 281);
  176. this.groupBox9.TabIndex = 85;
  177. this.groupBox9.TabStop = false;
  178. this.groupBox9.Text = "Connection";
  179. //
  180. // panel3
  181. //
  182. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  183. this.panel3.Controls.Add(this.label_Port);
  184. this.panel3.Location = new System.Drawing.Point(9, 188);
  185. this.panel3.Name = "panel3";
  186. this.panel3.Size = new System.Drawing.Size(107, 41);
  187. this.panel3.TabIndex = 93;
  188. this.panel3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseClick);
  189. //
  190. // label_Port
  191. //
  192. this.label_Port.AutoSize = true;
  193. this.label_Port.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
  194. this.label_Port.ForeColor = System.Drawing.Color.Snow;
  195. this.label_Port.Location = new System.Drawing.Point(14, 10);
  196. this.label_Port.Name = "label_Port";
  197. this.label_Port.Size = new System.Drawing.Size(80, 19);
  198. this.label_Port.TabIndex = 31;
  199. this.label_Port.Text = "Port Open";
  200. this.label_Port.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseClick);
  201. //
  202. // comboBox_Port
  203. //
  204. this.comboBox_Port.BackColor = System.Drawing.Color.YellowGreen;
  205. this.comboBox_Port.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
  206. this.comboBox_Port.ForeColor = System.Drawing.Color.Yellow;
  207. this.comboBox_Port.FormattingEnabled = true;
  208. this.comboBox_Port.Location = new System.Drawing.Point(7, 54);
  209. this.comboBox_Port.Name = "comboBox_Port";
  210. this.comboBox_Port.Size = new System.Drawing.Size(113, 27);
  211. this.comboBox_Port.TabIndex = 92;
  212. //
  213. // comboBox_bps
  214. //
  215. this.comboBox_bps.BackColor = System.Drawing.Color.YellowGreen;
  216. this.comboBox_bps.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
  217. this.comboBox_bps.ForeColor = System.Drawing.Color.Yellow;
  218. this.comboBox_bps.FormattingEnabled = true;
  219. this.comboBox_bps.Items.AddRange(new object[] {
  220. "9600",
  221. "115200"});
  222. this.comboBox_bps.Location = new System.Drawing.Point(7, 138);
  223. this.comboBox_bps.Name = "comboBox_bps";
  224. this.comboBox_bps.Size = new System.Drawing.Size(113, 27);
  225. this.comboBox_bps.TabIndex = 91;
  226. //
  227. // cmCom_Port
  228. //
  229. this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  230. | System.Windows.Forms.AnchorStyles.Left)
  231. | System.Windows.Forms.AnchorStyles.Right)));
  232. this.cmCom_Port.AutoSize = true;
  233. this.cmCom_Port.Location = new System.Drawing.Point(6, 27);
  234. this.cmCom_Port.Name = "cmCom_Port";
  235. this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
  236. this.cmCom_Port.TabIndex = 89;
  237. this.cmCom_Port.Text = "Com Port";
  238. //
  239. // cmBaudRate
  240. //
  241. this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  242. | System.Windows.Forms.AnchorStyles.Left)
  243. | System.Windows.Forms.AnchorStyles.Right)));
  244. this.cmBaudRate.AutoSize = true;
  245. this.cmBaudRate.Location = new System.Drawing.Point(5, 118);
  246. this.cmBaudRate.Name = "cmBaudRate";
  247. this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
  248. this.cmBaudRate.TabIndex = 90;
  249. this.cmBaudRate.Text = "Baud Rate(bps)";
  250. //
  251. // label1
  252. //
  253. this.label1.AutoSize = true;
  254. this.label1.Font = new System.Drawing.Font("맑은 고딕", 13F);
  255. this.label1.ForeColor = System.Drawing.Color.Snow;
  256. this.label1.Location = new System.Drawing.Point(39, 14);
  257. this.label1.Name = "label1";
  258. this.label1.Size = new System.Drawing.Size(101, 25);
  259. this.label1.TabIndex = 30;
  260. this.label1.Text = "Test Mode";
  261. //
  262. // pictureBox6
  263. //
  264. this.pictureBox6.Image = global::APL_TestCheck.Properties.Resources.search_32px;
  265. this.pictureBox6.Location = new System.Drawing.Point(8, 12);
  266. this.pictureBox6.Name = "pictureBox6";
  267. this.pictureBox6.Size = new System.Drawing.Size(32, 32);
  268. this.pictureBox6.TabIndex = 29;
  269. this.pictureBox6.TabStop = false;
  270. //
  271. // panel_SensorMode
  272. //
  273. this.panel_SensorMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  274. this.panel_SensorMode.Controls.Add(this.label_SensorTest);
  275. this.panel_SensorMode.Location = new System.Drawing.Point(0, 170);
  276. this.panel_SensorMode.Name = "panel_SensorMode";
  277. this.panel_SensorMode.Size = new System.Drawing.Size(156, 53);
  278. this.panel_SensorMode.TabIndex = 2;
  279. this.panel_SensorMode.Click += new System.EventHandler(this.label_SensorTest_Click);
  280. this.panel_SensorMode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  281. this.panel_SensorMode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  282. //
  283. // label_SensorTest
  284. //
  285. this.label_SensorTest.AutoSize = true;
  286. this.label_SensorTest.Font = new System.Drawing.Font("맑은 고딕", 13F);
  287. this.label_SensorTest.ForeColor = System.Drawing.Color.Snow;
  288. this.label_SensorTest.Location = new System.Drawing.Point(16, 14);
  289. this.label_SensorTest.Name = "label_SensorTest";
  290. this.label_SensorTest.Size = new System.Drawing.Size(107, 25);
  291. this.label_SensorTest.TabIndex = 31;
  292. this.label_SensorTest.Text = "Sensor Test";
  293. this.label_SensorTest.Click += new System.EventHandler(this.label_SensorTest_Click);
  294. this.label_SensorTest.MouseLeave += new System.EventHandler(this.label_SensorTest_MouseLeave);
  295. this.label_SensorTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_SensorTest_MouseMove);
  296. //
  297. // panel_Catm1Mode
  298. //
  299. this.panel_Catm1Mode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  300. this.panel_Catm1Mode.Controls.Add(this.label_Catm1Test);
  301. this.panel_Catm1Mode.Location = new System.Drawing.Point(0, 110);
  302. this.panel_Catm1Mode.Name = "panel_Catm1Mode";
  303. this.panel_Catm1Mode.Size = new System.Drawing.Size(156, 53);
  304. this.panel_Catm1Mode.TabIndex = 1;
  305. this.panel_Catm1Mode.Click += new System.EventHandler(this.label_Catm1Test_Click);
  306. this.panel_Catm1Mode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  307. this.panel_Catm1Mode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  308. //
  309. // label_Catm1Test
  310. //
  311. this.label_Catm1Test.AutoSize = true;
  312. this.label_Catm1Test.Font = new System.Drawing.Font("맑은 고딕", 13F);
  313. this.label_Catm1Test.ForeColor = System.Drawing.Color.Snow;
  314. this.label_Catm1Test.Location = new System.Drawing.Point(14, 14);
  315. this.label_Catm1Test.Name = "label_Catm1Test";
  316. this.label_Catm1Test.Size = new System.Drawing.Size(118, 25);
  317. this.label_Catm1Test.TabIndex = 31;
  318. this.label_Catm1Test.Text = "CAT M1 Test";
  319. this.label_Catm1Test.Click += new System.EventHandler(this.label_Catm1Test_Click);
  320. this.label_Catm1Test.MouseLeave += new System.EventHandler(this.label_Catm1Test_MouseLeave);
  321. this.label_Catm1Test.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_Catm1Test_MouseMove);
  322. //
  323. // panel_GpsMode
  324. //
  325. this.panel_GpsMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  326. this.panel_GpsMode.Controls.Add(this.label_GPSTest);
  327. this.panel_GpsMode.Location = new System.Drawing.Point(0, 50);
  328. this.panel_GpsMode.Name = "panel_GpsMode";
  329. this.panel_GpsMode.Size = new System.Drawing.Size(156, 53);
  330. this.panel_GpsMode.TabIndex = 0;
  331. this.panel_GpsMode.Click += new System.EventHandler(this.label_GPSTest_Click);
  332. this.panel_GpsMode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  333. this.panel_GpsMode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  334. //
  335. // label_GPSTest
  336. //
  337. this.label_GPSTest.AutoSize = true;
  338. this.label_GPSTest.Font = new System.Drawing.Font("맑은 고딕", 13F);
  339. this.label_GPSTest.ForeColor = System.Drawing.Color.Snow;
  340. this.label_GPSTest.Location = new System.Drawing.Point(25, 14);
  341. this.label_GPSTest.Name = "label_GPSTest";
  342. this.label_GPSTest.Size = new System.Drawing.Size(90, 25);
  343. this.label_GPSTest.TabIndex = 31;
  344. this.label_GPSTest.Text = "GPS TEST";
  345. this.label_GPSTest.Click += new System.EventHandler(this.label_GPSTest_Click);
  346. this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_GPSTest_MouseLeave);
  347. this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
  348. //
  349. // panel_GpsTest
  350. //
  351. this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
  352. this.panel_GpsTest.Controls.Add(this.dataGridView2);
  353. this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
  354. this.panel_GpsTest.Name = "panel_GpsTest";
  355. this.panel_GpsTest.Size = new System.Drawing.Size(777, 599);
  356. this.panel_GpsTest.TabIndex = 86;
  357. //
  358. // richTextBox_Gps
  359. //
  360. this.richTextBox_Gps.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  361. this.richTextBox_Gps.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  362. this.richTextBox_Gps.ForeColor = System.Drawing.Color.Yellow;
  363. this.richTextBox_Gps.Location = new System.Drawing.Point(276, 3);
  364. this.richTextBox_Gps.Name = "richTextBox_Gps";
  365. this.richTextBox_Gps.Size = new System.Drawing.Size(489, 564);
  366. this.richTextBox_Gps.TabIndex = 26;
  367. this.richTextBox_Gps.Text = "";
  368. //
  369. // dataGridView2
  370. //
  371. this.dataGridView2.BackgroundColor = System.Drawing.Color.Gray;
  372. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  373. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  374. this.Gps_SerialNumber,
  375. this.dataGridViewTextBoxColumn8});
  376. this.dataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
  377. this.dataGridView2.Location = new System.Drawing.Point(21, 3);
  378. this.dataGridView2.Name = "dataGridView2";
  379. this.dataGridView2.RowTemplate.Height = 23;
  380. this.dataGridView2.Size = new System.Drawing.Size(249, 564);
  381. this.dataGridView2.TabIndex = 15;
  382. //
  383. // Gps_SerialNumber
  384. //
  385. this.Gps_SerialNumber.HeaderText = "SerialNumber";
  386. this.Gps_SerialNumber.Name = "Gps_SerialNumber";
  387. //
  388. // dataGridViewTextBoxColumn8
  389. //
  390. this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
  391. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  392. //
  393. // panel_SensorTest
  394. //
  395. this.panel_SensorTest.Controls.Add(this.label5);
  396. this.panel_SensorTest.Controls.Add(this.pictureBox4);
  397. this.panel_SensorTest.Controls.Add(this.label4);
  398. this.panel_SensorTest.Controls.Add(this.pictureBox3);
  399. this.panel_SensorTest.Controls.Add(this.label3);
  400. this.panel_SensorTest.Controls.Add(this.richTextBox_Sensor);
  401. this.panel_SensorTest.Controls.Add(this.pictureBox2);
  402. this.panel_SensorTest.Controls.Add(this.pictureBox1);
  403. this.panel_SensorTest.Controls.Add(this.label2);
  404. this.panel_SensorTest.Controls.Add(this.dataGridView1);
  405. this.panel_SensorTest.Location = new System.Drawing.Point(149, 44);
  406. this.panel_SensorTest.Name = "panel_SensorTest";
  407. this.panel_SensorTest.Size = new System.Drawing.Size(777, 599);
  408. this.panel_SensorTest.TabIndex = 27;
  409. //
  410. // label5
  411. //
  412. this.label5.AutoSize = true;
  413. this.label5.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
  414. this.label5.ForeColor = System.Drawing.Color.Yellow;
  415. this.label5.Location = new System.Drawing.Point(21, 427);
  416. this.label5.Name = "label5";
  417. this.label5.Size = new System.Drawing.Size(47, 25);
  418. this.label5.TabIndex = 24;
  419. this.label5.Text = "2nd";
  420. //
  421. // pictureBox4
  422. //
  423. this.pictureBox4.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
  424. this.pictureBox4.Location = new System.Drawing.Point(65, 405);
  425. this.pictureBox4.Name = "pictureBox4";
  426. this.pictureBox4.Size = new System.Drawing.Size(50, 50);
  427. this.pictureBox4.TabIndex = 23;
  428. this.pictureBox4.TabStop = false;
  429. //
  430. // label4
  431. //
  432. this.label4.AutoSize = true;
  433. this.label4.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
  434. this.label4.ForeColor = System.Drawing.Color.Yellow;
  435. this.label4.Location = new System.Drawing.Point(21, 483);
  436. this.label4.Name = "label4";
  437. this.label4.Size = new System.Drawing.Size(42, 25);
  438. this.label4.TabIndex = 22;
  439. this.label4.Text = "3rd";
  440. //
  441. // pictureBox3
  442. //
  443. this.pictureBox3.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
  444. this.pictureBox3.Location = new System.Drawing.Point(65, 461);
  445. this.pictureBox3.Name = "pictureBox3";
  446. this.pictureBox3.Size = new System.Drawing.Size(50, 50);
  447. this.pictureBox3.TabIndex = 21;
  448. this.pictureBox3.TabStop = false;
  449. //
  450. // label3
  451. //
  452. this.label3.AutoSize = true;
  453. this.label3.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
  454. this.label3.ForeColor = System.Drawing.Color.Yellow;
  455. this.label3.Location = new System.Drawing.Point(21, 539);
  456. this.label3.Name = "label3";
  457. this.label3.Size = new System.Drawing.Size(42, 25);
  458. this.label3.TabIndex = 20;
  459. this.label3.Text = "4th";
  460. //
  461. // richTextBox_Sensor
  462. //
  463. this.richTextBox_Sensor.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  464. this.richTextBox_Sensor.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  465. this.richTextBox_Sensor.ForeColor = System.Drawing.Color.Yellow;
  466. this.richTextBox_Sensor.Location = new System.Drawing.Point(132, 349);
  467. this.richTextBox_Sensor.Name = "richTextBox_Sensor";
  468. this.richTextBox_Sensor.Size = new System.Drawing.Size(633, 218);
  469. this.richTextBox_Sensor.TabIndex = 26;
  470. this.richTextBox_Sensor.Text = "";
  471. //
  472. // pictureBox2
  473. //
  474. this.pictureBox2.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
  475. this.pictureBox2.Location = new System.Drawing.Point(65, 517);
  476. this.pictureBox2.Name = "pictureBox2";
  477. this.pictureBox2.Size = new System.Drawing.Size(50, 50);
  478. this.pictureBox2.TabIndex = 19;
  479. this.pictureBox2.TabStop = false;
  480. //
  481. // pictureBox1
  482. //
  483. this.pictureBox1.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
  484. this.pictureBox1.Location = new System.Drawing.Point(65, 349);
  485. this.pictureBox1.Name = "pictureBox1";
  486. this.pictureBox1.Size = new System.Drawing.Size(50, 50);
  487. this.pictureBox1.TabIndex = 16;
  488. this.pictureBox1.TabStop = false;
  489. //
  490. // label2
  491. //
  492. this.label2.AutoSize = true;
  493. this.label2.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
  494. this.label2.ForeColor = System.Drawing.Color.Yellow;
  495. this.label2.Location = new System.Drawing.Point(21, 371);
  496. this.label2.Name = "label2";
  497. this.label2.Size = new System.Drawing.Size(39, 25);
  498. this.label2.TabIndex = 18;
  499. this.label2.Text = "1st";
  500. //
  501. // dataGridView1
  502. //
  503. this.dataGridView1.BackgroundColor = System.Drawing.Color.Gray;
  504. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  505. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  506. this.SerialNumber,
  507. this.Version,
  508. this.IMEI,
  509. this.USIM,
  510. this.BatteryVoltage,
  511. this.SystemVoltage,
  512. this.Temp,
  513. this.BMA});
  514. this.dataGridView1.GridColor = System.Drawing.Color.Green;
  515. this.dataGridView1.Location = new System.Drawing.Point(20, 3);
  516. this.dataGridView1.Name = "dataGridView1";
  517. this.dataGridView1.RowTemplate.Height = 23;
  518. this.dataGridView1.Size = new System.Drawing.Size(745, 323);
  519. this.dataGridView1.TabIndex = 15;
  520. //
  521. // SerialNumber
  522. //
  523. this.SerialNumber.HeaderText = "SerialNumber";
  524. this.SerialNumber.Name = "SerialNumber";
  525. //
  526. // Version
  527. //
  528. this.Version.HeaderText = "Version";
  529. this.Version.Name = "Version";
  530. //
  531. // IMEI
  532. //
  533. this.IMEI.HeaderText = "IMEI";
  534. this.IMEI.Name = "IMEI";
  535. //
  536. // USIM
  537. //
  538. this.USIM.HeaderText = "USIM";
  539. this.USIM.Name = "USIM";
  540. //
  541. // BatteryVoltage
  542. //
  543. this.BatteryVoltage.HeaderText = "BatteryVoltage";
  544. this.BatteryVoltage.Name = "BatteryVoltage";
  545. //
  546. // SystemVoltage
  547. //
  548. this.SystemVoltage.HeaderText = "SystemVoltage";
  549. this.SystemVoltage.Name = "SystemVoltage";
  550. //
  551. // Temp
  552. //
  553. this.Temp.HeaderText = "Temp";
  554. this.Temp.Name = "Temp";
  555. this.Temp.Width = 50;
  556. //
  557. // BMA
  558. //
  559. this.BMA.HeaderText = "BMA";
  560. this.BMA.Name = "BMA";
  561. this.BMA.Width = 50;
  562. //
  563. // panel_Catm1Test
  564. //
  565. this.panel_Catm1Test.Controls.Add(this.richTextBox_catm1);
  566. this.panel_Catm1Test.Controls.Add(this.dataGridView3);
  567. this.panel_Catm1Test.Location = new System.Drawing.Point(149, 44);
  568. this.panel_Catm1Test.Name = "panel_Catm1Test";
  569. this.panel_Catm1Test.Size = new System.Drawing.Size(777, 599);
  570. this.panel_Catm1Test.TabIndex = 87;
  571. //
  572. // richTextBox_catm1
  573. //
  574. this.richTextBox_catm1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  575. this.richTextBox_catm1.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  576. this.richTextBox_catm1.ForeColor = System.Drawing.Color.Yellow;
  577. this.richTextBox_catm1.Location = new System.Drawing.Point(384, 3);
  578. this.richTextBox_catm1.Name = "richTextBox_catm1";
  579. this.richTextBox_catm1.Size = new System.Drawing.Size(381, 564);
  580. this.richTextBox_catm1.TabIndex = 26;
  581. this.richTextBox_catm1.Text = "";
  582. //
  583. // dataGridView3
  584. //
  585. this.dataGridView3.BackgroundColor = System.Drawing.Color.Gray;
  586. this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  587. this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  588. this.Catm1_SerialNumber,
  589. this.Modem_Ver,
  590. this.RSRP});
  591. this.dataGridView3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
  592. this.dataGridView3.Location = new System.Drawing.Point(17, 3);
  593. this.dataGridView3.Name = "dataGridView3";
  594. this.dataGridView3.RowTemplate.Height = 23;
  595. this.dataGridView3.Size = new System.Drawing.Size(346, 564);
  596. this.dataGridView3.TabIndex = 15;
  597. //
  598. // Catm1_SerialNumber
  599. //
  600. this.Catm1_SerialNumber.HeaderText = "SerialNumber";
  601. this.Catm1_SerialNumber.Name = "Catm1_SerialNumber";
  602. //
  603. // Modem_Ver
  604. //
  605. this.Modem_Ver.HeaderText = "Modem Ver";
  606. this.Modem_Ver.Name = "Modem_Ver";
  607. //
  608. // RSRP
  609. //
  610. this.RSRP.HeaderText = "RSRP";
  611. this.RSRP.Name = "RSRP";
  612. //
  613. // Main
  614. //
  615. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  616. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  617. this.ClientSize = new System.Drawing.Size(925, 706);
  618. this.Controls.Add(this.panel_Main);
  619. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  620. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  621. this.Name = "Main";
  622. this.Text = "APL Test Check";
  623. this.Load += new System.EventHandler(this.Main_Load);
  624. this.panel_Main.ResumeLayout(false);
  625. this.panel_Main.PerformLayout();
  626. this.panel4.ResumeLayout(false);
  627. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  628. this.panel1.ResumeLayout(false);
  629. this.panel1.PerformLayout();
  630. this.groupBox9.ResumeLayout(false);
  631. this.groupBox9.PerformLayout();
  632. this.panel3.ResumeLayout(false);
  633. this.panel3.PerformLayout();
  634. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  635. this.panel_SensorMode.ResumeLayout(false);
  636. this.panel_SensorMode.PerformLayout();
  637. this.panel_Catm1Mode.ResumeLayout(false);
  638. this.panel_Catm1Mode.PerformLayout();
  639. this.panel_GpsMode.ResumeLayout(false);
  640. this.panel_GpsMode.PerformLayout();
  641. this.panel_GpsTest.ResumeLayout(false);
  642. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  643. this.panel_SensorTest.ResumeLayout(false);
  644. this.panel_SensorTest.PerformLayout();
  645. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  646. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  647. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  648. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  649. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  650. this.panel_Catm1Test.ResumeLayout(false);
  651. ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
  652. this.ResumeLayout(false);
  653. }
  654. #endregion
  655. private System.IO.Ports.SerialPort serialPort;
  656. private System.Windows.Forms.Panel panel_Main;
  657. private System.Windows.Forms.Panel panel_SensorTest;
  658. private System.Windows.Forms.Label label5;
  659. private System.Windows.Forms.PictureBox pictureBox4;
  660. private System.Windows.Forms.Label label4;
  661. private System.Windows.Forms.PictureBox pictureBox3;
  662. private System.Windows.Forms.Label label3;
  663. private System.Windows.Forms.RichTextBox richTextBox_Sensor;
  664. private System.Windows.Forms.PictureBox pictureBox2;
  665. private System.Windows.Forms.PictureBox pictureBox1;
  666. private System.Windows.Forms.Label label2;
  667. private System.Windows.Forms.DataGridView dataGridView1;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn SerialNumber;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn Version;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn USIM;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn BatteryVoltage;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltage;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn Temp;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn BMA;
  676. private System.Windows.Forms.Panel panel1;
  677. private System.Windows.Forms.PictureBox pictureBox6;
  678. private System.Windows.Forms.Panel panel_SensorMode;
  679. private System.Windows.Forms.Panel panel_Catm1Mode;
  680. private System.Windows.Forms.Panel panel_GpsMode;
  681. private System.Windows.Forms.Label label1;
  682. private System.Windows.Forms.Label label_SensorTest;
  683. private System.Windows.Forms.Label label_Catm1Test;
  684. private System.Windows.Forms.Label label_GPSTest;
  685. private System.Windows.Forms.Label label6;
  686. private System.Windows.Forms.GroupBox groupBox9;
  687. private System.Windows.Forms.ComboBox comboBox_Port;
  688. private System.Windows.Forms.ComboBox comboBox_bps;
  689. private System.Windows.Forms.Label cmCom_Port;
  690. private System.Windows.Forms.Label cmBaudRate;
  691. private System.Windows.Forms.Panel panel3;
  692. private System.Windows.Forms.Label label_Port;
  693. private System.Windows.Forms.Panel panel4;
  694. private System.Windows.Forms.PictureBox pictureBox5;
  695. private System.Windows.Forms.Panel panel_Catm1Test;
  696. private System.Windows.Forms.RichTextBox richTextBox_catm1;
  697. private System.Windows.Forms.DataGridView dataGridView3;
  698. private System.Windows.Forms.Panel panel_GpsTest;
  699. private System.Windows.Forms.RichTextBox richTextBox_Gps;
  700. private System.Windows.Forms.DataGridView dataGridView2;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn Gps_SerialNumber;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn Catm1_SerialNumber;
  704. private System.Windows.Forms.DataGridViewTextBoxColumn Modem_Ver;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn RSRP;
  706. }
  707. }