Main.Designer.cs 47 KB

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