Main.Designer.cs 47 KB

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