Main.Designer.cs 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171
  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_Path = new System.Windows.Forms.Button();
  33. this.button_Clear = new System.Windows.Forms.Button();
  34. this.checkBox_Edit = new System.Windows.Forms.CheckBox();
  35. this.checkBox_TerminalStop = new System.Windows.Forms.CheckBox();
  36. this.panel4 = new System.Windows.Forms.Panel();
  37. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.panel_SnCheck = new System.Windows.Forms.Panel();
  41. this.label_SnCheck = new System.Windows.Forms.Label();
  42. this.panel_Merge = new System.Windows.Forms.Panel();
  43. this.label_Merge = new System.Windows.Forms.Label();
  44. this.groupBox9 = new System.Windows.Forms.GroupBox();
  45. this.panel_Port = new System.Windows.Forms.Panel();
  46. this.label_Port = new System.Windows.Forms.Label();
  47. this.comboBox_Port = new System.Windows.Forms.ComboBox();
  48. this.comboBox_bps = new System.Windows.Forms.ComboBox();
  49. this.cmCom_Port = new System.Windows.Forms.Label();
  50. this.cmBaudRate = new System.Windows.Forms.Label();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  53. this.panel_SensorMode = new System.Windows.Forms.Panel();
  54. this.label_SensorTest = new System.Windows.Forms.Label();
  55. this.panel_Catm1Mode = new System.Windows.Forms.Panel();
  56. this.label_Catm1Test = new System.Windows.Forms.Label();
  57. this.panel_GpsMode = new System.Windows.Forms.Panel();
  58. this.label_GPSTest = new System.Windows.Forms.Label();
  59. this.panel_MergeMain = new System.Windows.Forms.Panel();
  60. this.button_PrevFile = new System.Windows.Forms.Button();
  61. this.button_AfterFile = new System.Windows.Forms.Button();
  62. this.listBox_AfterFile = new System.Windows.Forms.ListBox();
  63. this.listBox_PreviousFile = new System.Windows.Forms.ListBox();
  64. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  65. this.panel_Catm1Test = new System.Windows.Forms.Panel();
  66. this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
  67. this.dataGridView_Catm1 = new System.Windows.Forms.DataGridView();
  68. this.Catm1_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.Modem_Ver = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.RSRP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.panel_GpsTest = new System.Windows.Forms.Panel();
  72. this.button_GpsTestSave = new System.Windows.Forms.Button();
  73. this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
  74. this.checkBox_GPGSV = new System.Windows.Forms.CheckBox();
  75. this.dataGridView_Gps = new System.Windows.Forms.DataGridView();
  76. this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.panel_SensorTest = new System.Windows.Forms.Panel();
  79. this.pictureBox_Check2 = new System.Windows.Forms.PictureBox();
  80. this.pictureBox_Check3 = new System.Windows.Forms.PictureBox();
  81. this.pictureBox_Check4 = new System.Windows.Forms.PictureBox();
  82. this.pictureBox_Check1 = new System.Windows.Forms.PictureBox();
  83. this.label5 = new System.Windows.Forms.Label();
  84. this.pictureBox_UnCheck2 = new System.Windows.Forms.PictureBox();
  85. this.label4 = new System.Windows.Forms.Label();
  86. this.pictureBox_UnCheck3 = new System.Windows.Forms.PictureBox();
  87. this.label3 = new System.Windows.Forms.Label();
  88. this.richTextBox_Sensor = new System.Windows.Forms.RichTextBox();
  89. this.pictureBox_UnCheck4 = new System.Windows.Forms.PictureBox();
  90. this.pictureBox_UnCheck1 = new System.Windows.Forms.PictureBox();
  91. this.label2 = new System.Windows.Forms.Label();
  92. this.dataGridView_Sensor = new System.Windows.Forms.DataGridView();
  93. this.panel_SnCheckMain = new System.Windows.Forms.Panel();
  94. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  95. this.button_FileFindLoad = new System.Windows.Forms.Button();
  96. this.progressBar2 = new System.Windows.Forms.ProgressBar();
  97. this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
  98. this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
  99. this.ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.Phone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.USIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.BatteryVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.SystemVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.Temp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.BMA_X = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.BMA_Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.BMA_Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.button_Merge = new System.Windows.Forms.Button();
  112. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  113. this.label_Cnt = new System.Windows.Forms.Label();
  114. this.label7 = new System.Windows.Forms.Label();
  115. this.panel_Main.SuspendLayout();
  116. this.panel4.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  118. this.panel1.SuspendLayout();
  119. this.panel_SnCheck.SuspendLayout();
  120. this.panel_Merge.SuspendLayout();
  121. this.groupBox9.SuspendLayout();
  122. this.panel_Port.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  124. this.panel_SensorMode.SuspendLayout();
  125. this.panel_Catm1Mode.SuspendLayout();
  126. this.panel_GpsMode.SuspendLayout();
  127. this.panel_MergeMain.SuspendLayout();
  128. this.panel_Catm1Test.SuspendLayout();
  129. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).BeginInit();
  130. this.panel_GpsTest.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).BeginInit();
  132. this.panel_SensorTest.SuspendLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check3)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check4)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check1)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck2)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck3)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck4)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck1)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).BeginInit();
  142. this.panel_SnCheckMain.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  144. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  145. this.SuspendLayout();
  146. //
  147. // serialPort
  148. //
  149. this.serialPort.BaudRate = 115200;
  150. //
  151. // panel_Main
  152. //
  153. this.panel_Main.BackColor = System.Drawing.Color.SkyBlue;
  154. this.panel_Main.Controls.Add(this.button_Path);
  155. this.panel_Main.Controls.Add(this.button_Clear);
  156. this.panel_Main.Controls.Add(this.checkBox_Edit);
  157. this.panel_Main.Controls.Add(this.checkBox_TerminalStop);
  158. this.panel_Main.Controls.Add(this.panel4);
  159. this.panel_Main.Controls.Add(this.label6);
  160. this.panel_Main.Controls.Add(this.panel1);
  161. this.panel_Main.Controls.Add(this.panel_MergeMain);
  162. this.panel_Main.Controls.Add(this.panel_Catm1Test);
  163. this.panel_Main.Controls.Add(this.panel_GpsTest);
  164. this.panel_Main.Controls.Add(this.panel_SensorTest);
  165. this.panel_Main.Controls.Add(this.panel_SnCheckMain);
  166. this.panel_Main.Location = new System.Drawing.Point(0, 0);
  167. this.panel_Main.Name = "panel_Main";
  168. this.panel_Main.Size = new System.Drawing.Size(1356, 710);
  169. this.panel_Main.TabIndex = 1;
  170. this.panel_Main.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseDown);
  171. this.panel_Main.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseMove);
  172. this.panel_Main.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseUp);
  173. //
  174. // button_Path
  175. //
  176. this.button_Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  177. this.button_Path.Location = new System.Drawing.Point(4, 4);
  178. this.button_Path.Name = "button_Path";
  179. this.button_Path.Size = new System.Drawing.Size(156, 34);
  180. this.button_Path.TabIndex = 90;
  181. this.button_Path.Text = "FilePathSet";
  182. this.button_Path.UseVisualStyleBackColor = false;
  183. this.button_Path.Click += new System.EventHandler(this.button_Path_Click);
  184. //
  185. // button_Clear
  186. //
  187. this.button_Clear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  188. this.button_Clear.Location = new System.Drawing.Point(248, 12);
  189. this.button_Clear.Name = "button_Clear";
  190. this.button_Clear.Size = new System.Drawing.Size(108, 24);
  191. this.button_Clear.TabIndex = 89;
  192. this.button_Clear.Text = "Terminal Clear";
  193. this.button_Clear.UseVisualStyleBackColor = false;
  194. this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click);
  195. //
  196. // checkBox_Edit
  197. //
  198. this.checkBox_Edit.AutoSize = true;
  199. this.checkBox_Edit.Location = new System.Drawing.Point(170, 22);
  200. this.checkBox_Edit.Name = "checkBox_Edit";
  201. this.checkBox_Edit.Size = new System.Drawing.Size(72, 16);
  202. this.checkBox_Edit.TabIndex = 88;
  203. this.checkBox_Edit.Text = "편집모드";
  204. this.checkBox_Edit.UseVisualStyleBackColor = true;
  205. //
  206. // checkBox_TerminalStop
  207. //
  208. this.checkBox_TerminalStop.AutoSize = true;
  209. this.checkBox_TerminalStop.Location = new System.Drawing.Point(805, 22);
  210. this.checkBox_TerminalStop.Name = "checkBox_TerminalStop";
  211. this.checkBox_TerminalStop.Size = new System.Drawing.Size(103, 16);
  212. this.checkBox_TerminalStop.TabIndex = 88;
  213. this.checkBox_TerminalStop.Text = "Terminal Stop";
  214. this.checkBox_TerminalStop.UseVisualStyleBackColor = true;
  215. //
  216. // panel4
  217. //
  218. this.panel4.BackColor = System.Drawing.Color.White;
  219. this.panel4.Controls.Add(this.pictureBox5);
  220. this.panel4.Location = new System.Drawing.Point(-10, 642);
  221. this.panel4.Name = "panel4";
  222. this.panel4.Size = new System.Drawing.Size(1372, 68);
  223. this.panel4.TabIndex = 85;
  224. //
  225. // pictureBox5
  226. //
  227. this.pictureBox5.Image = global::APL_TestCheck.Properties.Resources.bluecell_logo;
  228. this.pictureBox5.Location = new System.Drawing.Point(1193, 7);
  229. this.pictureBox5.Name = "pictureBox5";
  230. this.pictureBox5.Size = new System.Drawing.Size(159, 50);
  231. this.pictureBox5.TabIndex = 26;
  232. this.pictureBox5.TabStop = false;
  233. //
  234. // label6
  235. //
  236. this.label6.AutoSize = true;
  237. this.label6.BackColor = System.Drawing.Color.Transparent;
  238. this.label6.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  239. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(247)))));
  240. this.label6.Location = new System.Drawing.Point(48, 339);
  241. this.label6.Name = "label6";
  242. this.label6.Size = new System.Drawing.Size(0, 20);
  243. this.label6.TabIndex = 84;
  244. //
  245. // panel1
  246. //
  247. this.panel1.Controls.Add(this.panel_SnCheck);
  248. this.panel1.Controls.Add(this.panel_Merge);
  249. this.panel1.Controls.Add(this.groupBox9);
  250. this.panel1.Controls.Add(this.label1);
  251. this.panel1.Controls.Add(this.pictureBox6);
  252. this.panel1.Controls.Add(this.panel_SensorMode);
  253. this.panel1.Controls.Add(this.panel_Catm1Mode);
  254. this.panel1.Controls.Add(this.panel_GpsMode);
  255. this.panel1.Location = new System.Drawing.Point(4, 44);
  256. this.panel1.Name = "panel1";
  257. this.panel1.Size = new System.Drawing.Size(159, 599);
  258. this.panel1.TabIndex = 26;
  259. //
  260. // panel_SnCheck
  261. //
  262. this.panel_SnCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  263. this.panel_SnCheck.Controls.Add(this.label_SnCheck);
  264. this.panel_SnCheck.Location = new System.Drawing.Point(1, 290);
  265. this.panel_SnCheck.Name = "panel_SnCheck";
  266. this.panel_SnCheck.Size = new System.Drawing.Size(156, 53);
  267. this.panel_SnCheck.TabIndex = 86;
  268. this.panel_SnCheck.Click += new System.EventHandler(this.label_SnCheck_Click);
  269. this.panel_SnCheck.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  270. this.panel_SnCheck.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  271. //
  272. // label_SnCheck
  273. //
  274. this.label_SnCheck.AutoSize = true;
  275. this.label_SnCheck.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
  276. this.label_SnCheck.ForeColor = System.Drawing.Color.Snow;
  277. this.label_SnCheck.Location = new System.Drawing.Point(40, 17);
  278. this.label_SnCheck.Name = "label_SnCheck";
  279. this.label_SnCheck.Size = new System.Drawing.Size(85, 19);
  280. this.label_SnCheck.TabIndex = 31;
  281. this.label_SnCheck.Text = "S/N CHECK";
  282. this.label_SnCheck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  283. this.label_SnCheck.Click += new System.EventHandler(this.label_SnCheck_Click);
  284. this.label_SnCheck.MouseLeave += new System.EventHandler(this.label_SnCheck_MouseLeave);
  285. this.label_SnCheck.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_SnCheck_MouseMove);
  286. //
  287. // panel_Merge
  288. //
  289. this.panel_Merge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  290. this.panel_Merge.Controls.Add(this.label_Merge);
  291. this.panel_Merge.Location = new System.Drawing.Point(0, 230);
  292. this.panel_Merge.Name = "panel_Merge";
  293. this.panel_Merge.Size = new System.Drawing.Size(156, 53);
  294. this.panel_Merge.TabIndex = 32;
  295. this.panel_Merge.Click += new System.EventHandler(this.label_Merge_Click);
  296. this.panel_Merge.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  297. this.panel_Merge.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  298. //
  299. // label_Merge
  300. //
  301. this.label_Merge.AutoSize = true;
  302. this.label_Merge.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
  303. this.label_Merge.ForeColor = System.Drawing.Color.Snow;
  304. this.label_Merge.Location = new System.Drawing.Point(0, 17);
  305. this.label_Merge.Name = "label_Merge";
  306. this.label_Merge.Size = new System.Drawing.Size(160, 19);
  307. this.label_Merge.TabIndex = 31;
  308. this.label_Merge.Text = "Merge 서비스 준비중...";
  309. this.label_Merge.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  310. this.label_Merge.Click += new System.EventHandler(this.label_Merge_Click);
  311. this.label_Merge.MouseLeave += new System.EventHandler(this.label_Merge_MouseLeave);
  312. this.label_Merge.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_Merge_MouseMove);
  313. //
  314. // groupBox9
  315. //
  316. this.groupBox9.Controls.Add(this.panel_Port);
  317. this.groupBox9.Controls.Add(this.comboBox_Port);
  318. this.groupBox9.Controls.Add(this.comboBox_bps);
  319. this.groupBox9.Controls.Add(this.cmCom_Port);
  320. this.groupBox9.Controls.Add(this.cmBaudRate);
  321. this.groupBox9.Location = new System.Drawing.Point(3, 351);
  322. this.groupBox9.Name = "groupBox9";
  323. this.groupBox9.Size = new System.Drawing.Size(153, 242);
  324. this.groupBox9.TabIndex = 85;
  325. this.groupBox9.TabStop = false;
  326. this.groupBox9.Text = "Connection";
  327. //
  328. // panel_Port
  329. //
  330. this.panel_Port.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  331. this.panel_Port.Controls.Add(this.label_Port);
  332. this.panel_Port.Location = new System.Drawing.Point(9, 188);
  333. this.panel_Port.Name = "panel_Port";
  334. this.panel_Port.Size = new System.Drawing.Size(138, 41);
  335. this.panel_Port.TabIndex = 93;
  336. this.panel_Port.Click += new System.EventHandler(this.label_Port_Click);
  337. this.panel_Port.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseClick);
  338. this.panel_Port.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  339. this.panel_Port.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  340. //
  341. // label_Port
  342. //
  343. this.label_Port.AutoSize = true;
  344. this.label_Port.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
  345. this.label_Port.ForeColor = System.Drawing.Color.Snow;
  346. this.label_Port.Location = new System.Drawing.Point(31, 10);
  347. this.label_Port.Name = "label_Port";
  348. this.label_Port.Size = new System.Drawing.Size(80, 19);
  349. this.label_Port.TabIndex = 31;
  350. this.label_Port.Text = "Port Open";
  351. this.label_Port.Click += new System.EventHandler(this.label_Port_Click);
  352. this.label_Port.MouseLeave += new System.EventHandler(this.label_Port_MouseLeave);
  353. this.label_Port.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseMove);
  354. //
  355. // comboBox_Port
  356. //
  357. this.comboBox_Port.BackColor = System.Drawing.Color.YellowGreen;
  358. this.comboBox_Port.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
  359. this.comboBox_Port.ForeColor = System.Drawing.Color.Yellow;
  360. this.comboBox_Port.FormattingEnabled = true;
  361. this.comboBox_Port.Location = new System.Drawing.Point(7, 54);
  362. this.comboBox_Port.Name = "comboBox_Port";
  363. this.comboBox_Port.Size = new System.Drawing.Size(140, 27);
  364. this.comboBox_Port.TabIndex = 92;
  365. //
  366. // comboBox_bps
  367. //
  368. this.comboBox_bps.BackColor = System.Drawing.Color.YellowGreen;
  369. this.comboBox_bps.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
  370. this.comboBox_bps.ForeColor = System.Drawing.Color.Yellow;
  371. this.comboBox_bps.FormattingEnabled = true;
  372. this.comboBox_bps.Items.AddRange(new object[] {
  373. "9600",
  374. "115200"});
  375. this.comboBox_bps.Location = new System.Drawing.Point(7, 138);
  376. this.comboBox_bps.Name = "comboBox_bps";
  377. this.comboBox_bps.Size = new System.Drawing.Size(140, 27);
  378. this.comboBox_bps.TabIndex = 91;
  379. this.comboBox_bps.Text = "115200";
  380. //
  381. // cmCom_Port
  382. //
  383. this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  384. | System.Windows.Forms.AnchorStyles.Left)
  385. | System.Windows.Forms.AnchorStyles.Right)));
  386. this.cmCom_Port.AutoSize = true;
  387. this.cmCom_Port.Location = new System.Drawing.Point(6, 27);
  388. this.cmCom_Port.Name = "cmCom_Port";
  389. this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
  390. this.cmCom_Port.TabIndex = 89;
  391. this.cmCom_Port.Text = "Com Port";
  392. //
  393. // cmBaudRate
  394. //
  395. this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  396. | System.Windows.Forms.AnchorStyles.Left)
  397. | System.Windows.Forms.AnchorStyles.Right)));
  398. this.cmBaudRate.AutoSize = true;
  399. this.cmBaudRate.Location = new System.Drawing.Point(5, 118);
  400. this.cmBaudRate.Name = "cmBaudRate";
  401. this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
  402. this.cmBaudRate.TabIndex = 90;
  403. this.cmBaudRate.Text = "Baud Rate(bps)";
  404. //
  405. // label1
  406. //
  407. this.label1.AutoSize = true;
  408. this.label1.Font = new System.Drawing.Font("맑은 고딕", 13F);
  409. this.label1.ForeColor = System.Drawing.Color.Snow;
  410. this.label1.Location = new System.Drawing.Point(39, 14);
  411. this.label1.Name = "label1";
  412. this.label1.Size = new System.Drawing.Size(101, 25);
  413. this.label1.TabIndex = 30;
  414. this.label1.Text = "Test Mode";
  415. //
  416. // pictureBox6
  417. //
  418. this.pictureBox6.Image = global::APL_TestCheck.Properties.Resources.search_32px;
  419. this.pictureBox6.Location = new System.Drawing.Point(8, 12);
  420. this.pictureBox6.Name = "pictureBox6";
  421. this.pictureBox6.Size = new System.Drawing.Size(32, 32);
  422. this.pictureBox6.TabIndex = 29;
  423. this.pictureBox6.TabStop = false;
  424. //
  425. // panel_SensorMode
  426. //
  427. this.panel_SensorMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  428. this.panel_SensorMode.Controls.Add(this.label_SensorTest);
  429. this.panel_SensorMode.Location = new System.Drawing.Point(0, 170);
  430. this.panel_SensorMode.Name = "panel_SensorMode";
  431. this.panel_SensorMode.Size = new System.Drawing.Size(156, 53);
  432. this.panel_SensorMode.TabIndex = 2;
  433. this.panel_SensorMode.Click += new System.EventHandler(this.label_SensorTest_Click);
  434. this.panel_SensorMode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  435. this.panel_SensorMode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  436. //
  437. // label_SensorTest
  438. //
  439. this.label_SensorTest.AutoSize = true;
  440. this.label_SensorTest.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
  441. this.label_SensorTest.ForeColor = System.Drawing.Color.Snow;
  442. this.label_SensorTest.Location = new System.Drawing.Point(34, 17);
  443. this.label_SensorTest.Name = "label_SensorTest";
  444. this.label_SensorTest.Size = new System.Drawing.Size(87, 19);
  445. this.label_SensorTest.TabIndex = 31;
  446. this.label_SensorTest.Text = "Sensor Test";
  447. this.label_SensorTest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  448. this.label_SensorTest.Click += new System.EventHandler(this.label_SensorTest_Click);
  449. this.label_SensorTest.MouseLeave += new System.EventHandler(this.label_SensorTest_MouseLeave);
  450. this.label_SensorTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_SensorTest_MouseMove);
  451. //
  452. // panel_Catm1Mode
  453. //
  454. this.panel_Catm1Mode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  455. this.panel_Catm1Mode.Controls.Add(this.label_Catm1Test);
  456. this.panel_Catm1Mode.Location = new System.Drawing.Point(0, 110);
  457. this.panel_Catm1Mode.Name = "panel_Catm1Mode";
  458. this.panel_Catm1Mode.Size = new System.Drawing.Size(156, 53);
  459. this.panel_Catm1Mode.TabIndex = 1;
  460. this.panel_Catm1Mode.Click += new System.EventHandler(this.label_Catm1Test_Click);
  461. this.panel_Catm1Mode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  462. this.panel_Catm1Mode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  463. //
  464. // label_Catm1Test
  465. //
  466. this.label_Catm1Test.AutoSize = true;
  467. this.label_Catm1Test.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
  468. this.label_Catm1Test.ForeColor = System.Drawing.Color.Snow;
  469. this.label_Catm1Test.Location = new System.Drawing.Point(28, 17);
  470. this.label_Catm1Test.Name = "label_Catm1Test";
  471. this.label_Catm1Test.Size = new System.Drawing.Size(95, 19);
  472. this.label_Catm1Test.TabIndex = 31;
  473. this.label_Catm1Test.Text = "CAT M1 Test";
  474. this.label_Catm1Test.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  475. this.label_Catm1Test.Click += new System.EventHandler(this.label_Catm1Test_Click);
  476. this.label_Catm1Test.MouseLeave += new System.EventHandler(this.label_Catm1Test_MouseLeave);
  477. this.label_Catm1Test.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_Catm1Test_MouseMove);
  478. //
  479. // panel_GpsMode
  480. //
  481. this.panel_GpsMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  482. this.panel_GpsMode.Controls.Add(this.label_GPSTest);
  483. this.panel_GpsMode.Location = new System.Drawing.Point(0, 50);
  484. this.panel_GpsMode.Name = "panel_GpsMode";
  485. this.panel_GpsMode.Size = new System.Drawing.Size(156, 53);
  486. this.panel_GpsMode.TabIndex = 0;
  487. this.panel_GpsMode.Click += new System.EventHandler(this.label_GPSTest_Click);
  488. this.panel_GpsMode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
  489. this.panel_GpsMode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
  490. //
  491. // label_GPSTest
  492. //
  493. this.label_GPSTest.AutoSize = true;
  494. this.label_GPSTest.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
  495. this.label_GPSTest.ForeColor = System.Drawing.Color.Snow;
  496. this.label_GPSTest.Location = new System.Drawing.Point(39, 17);
  497. this.label_GPSTest.Margin = new System.Windows.Forms.Padding(0);
  498. this.label_GPSTest.Name = "label_GPSTest";
  499. this.label_GPSTest.Size = new System.Drawing.Size(73, 19);
  500. this.label_GPSTest.TabIndex = 31;
  501. this.label_GPSTest.Text = "GPS TEST";
  502. this.label_GPSTest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  503. this.label_GPSTest.Click += new System.EventHandler(this.label_GPSTest_Click);
  504. this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_GPSTest_MouseLeave);
  505. this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
  506. //
  507. // panel_MergeMain
  508. //
  509. this.panel_MergeMain.Controls.Add(this.label7);
  510. this.panel_MergeMain.Controls.Add(this.label_Cnt);
  511. this.panel_MergeMain.Controls.Add(this.numericUpDown1);
  512. this.panel_MergeMain.Controls.Add(this.button_Merge);
  513. this.panel_MergeMain.Controls.Add(this.button_PrevFile);
  514. this.panel_MergeMain.Controls.Add(this.button_AfterFile);
  515. this.panel_MergeMain.Controls.Add(this.listBox_AfterFile);
  516. this.panel_MergeMain.Controls.Add(this.listBox_PreviousFile);
  517. this.panel_MergeMain.Controls.Add(this.progressBar1);
  518. this.panel_MergeMain.Location = new System.Drawing.Point(160, 44);
  519. this.panel_MergeMain.Name = "panel_MergeMain";
  520. this.panel_MergeMain.Size = new System.Drawing.Size(1202, 599);
  521. this.panel_MergeMain.TabIndex = 88;
  522. //
  523. // button_PrevFile
  524. //
  525. this.button_PrevFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  526. this.button_PrevFile.Location = new System.Drawing.Point(21, 65);
  527. this.button_PrevFile.Name = "button_PrevFile";
  528. this.button_PrevFile.Size = new System.Drawing.Size(75, 522);
  529. this.button_PrevFile.TabIndex = 3;
  530. this.button_PrevFile.Text = "PrevFind";
  531. this.button_PrevFile.UseVisualStyleBackColor = false;
  532. this.button_PrevFile.Click += new System.EventHandler(this.button_PrevFile_Click);
  533. //
  534. // button_AfterFile
  535. //
  536. this.button_AfterFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  537. this.button_AfterFile.Location = new System.Drawing.Point(621, 63);
  538. this.button_AfterFile.Name = "button_AfterFile";
  539. this.button_AfterFile.Size = new System.Drawing.Size(75, 524);
  540. this.button_AfterFile.TabIndex = 3;
  541. this.button_AfterFile.Text = "AfterFile";
  542. this.button_AfterFile.UseVisualStyleBackColor = false;
  543. this.button_AfterFile.Click += new System.EventHandler(this.button_AfterFile_Click);
  544. //
  545. // listBox_AfterFile
  546. //
  547. this.listBox_AfterFile.FormattingEnabled = true;
  548. this.listBox_AfterFile.ItemHeight = 12;
  549. this.listBox_AfterFile.Location = new System.Drawing.Point(702, 67);
  550. this.listBox_AfterFile.Name = "listBox_AfterFile";
  551. this.listBox_AfterFile.Size = new System.Drawing.Size(486, 520);
  552. this.listBox_AfterFile.TabIndex = 2;
  553. //
  554. // listBox_PreviousFile
  555. //
  556. this.listBox_PreviousFile.FormattingEnabled = true;
  557. this.listBox_PreviousFile.ItemHeight = 12;
  558. this.listBox_PreviousFile.Location = new System.Drawing.Point(104, 67);
  559. this.listBox_PreviousFile.Name = "listBox_PreviousFile";
  560. this.listBox_PreviousFile.Size = new System.Drawing.Size(511, 520);
  561. this.listBox_PreviousFile.TabIndex = 2;
  562. //
  563. // progressBar1
  564. //
  565. this.progressBar1.Location = new System.Drawing.Point(621, 21);
  566. this.progressBar1.Name = "progressBar1";
  567. this.progressBar1.Size = new System.Drawing.Size(567, 40);
  568. this.progressBar1.TabIndex = 0;
  569. //
  570. // panel_Catm1Test
  571. //
  572. this.panel_Catm1Test.Controls.Add(this.richTextBox_catm1);
  573. this.panel_Catm1Test.Controls.Add(this.dataGridView_Catm1);
  574. this.panel_Catm1Test.Location = new System.Drawing.Point(149, 44);
  575. this.panel_Catm1Test.Name = "panel_Catm1Test";
  576. this.panel_Catm1Test.Size = new System.Drawing.Size(1202, 599);
  577. this.panel_Catm1Test.TabIndex = 87;
  578. //
  579. // richTextBox_catm1
  580. //
  581. this.richTextBox_catm1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  582. this.richTextBox_catm1.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  583. this.richTextBox_catm1.ForeColor = System.Drawing.Color.Yellow;
  584. this.richTextBox_catm1.Location = new System.Drawing.Point(17, 65);
  585. this.richTextBox_catm1.Name = "richTextBox_catm1";
  586. this.richTextBox_catm1.Size = new System.Drawing.Size(1176, 502);
  587. this.richTextBox_catm1.TabIndex = 26;
  588. this.richTextBox_catm1.Text = "";
  589. //
  590. // dataGridView_Catm1
  591. //
  592. this.dataGridView_Catm1.AllowUserToAddRows = false;
  593. this.dataGridView_Catm1.BackgroundColor = System.Drawing.Color.Gray;
  594. this.dataGridView_Catm1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  595. this.dataGridView_Catm1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  596. this.Catm1_SerialNumber,
  597. this.Modem_Ver,
  598. this.RSRP});
  599. this.dataGridView_Catm1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
  600. this.dataGridView_Catm1.Location = new System.Drawing.Point(17, 3);
  601. this.dataGridView_Catm1.Name = "dataGridView_Catm1";
  602. this.dataGridView_Catm1.RowTemplate.Height = 23;
  603. this.dataGridView_Catm1.Size = new System.Drawing.Size(1176, 56);
  604. this.dataGridView_Catm1.TabIndex = 15;
  605. //
  606. // Catm1_SerialNumber
  607. //
  608. this.Catm1_SerialNumber.HeaderText = "생산번호";
  609. this.Catm1_SerialNumber.Name = "Catm1_SerialNumber";
  610. //
  611. // Modem_Ver
  612. //
  613. this.Modem_Ver.HeaderText = "Modem Ver";
  614. this.Modem_Ver.Name = "Modem_Ver";
  615. //
  616. // RSRP
  617. //
  618. this.RSRP.HeaderText = "RSRP";
  619. this.RSRP.Name = "RSRP";
  620. //
  621. // panel_GpsTest
  622. //
  623. this.panel_GpsTest.Controls.Add(this.button_GpsTestSave);
  624. this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
  625. this.panel_GpsTest.Controls.Add(this.checkBox_GPGSV);
  626. this.panel_GpsTest.Controls.Add(this.dataGridView_Gps);
  627. this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
  628. this.panel_GpsTest.Name = "panel_GpsTest";
  629. this.panel_GpsTest.Size = new System.Drawing.Size(1202, 599);
  630. this.panel_GpsTest.TabIndex = 86;
  631. //
  632. // button_GpsTestSave
  633. //
  634. this.button_GpsTestSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  635. this.button_GpsTestSave.Font = new System.Drawing.Font("굴림", 16F, System.Drawing.FontStyle.Bold);
  636. this.button_GpsTestSave.Location = new System.Drawing.Point(921, 1);
  637. this.button_GpsTestSave.Name = "button_GpsTestSave";
  638. this.button_GpsTestSave.Size = new System.Drawing.Size(272, 58);
  639. this.button_GpsTestSave.TabIndex = 89;
  640. this.button_GpsTestSave.Text = "SAVE";
  641. this.button_GpsTestSave.UseVisualStyleBackColor = false;
  642. this.button_GpsTestSave.Click += new System.EventHandler(this.button_GpsTestSave_Click);
  643. //
  644. // richTextBox_Gps
  645. //
  646. this.richTextBox_Gps.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  647. this.richTextBox_Gps.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  648. this.richTextBox_Gps.ForeColor = System.Drawing.Color.Yellow;
  649. this.richTextBox_Gps.Location = new System.Drawing.Point(26, 67);
  650. this.richTextBox_Gps.Name = "richTextBox_Gps";
  651. this.richTextBox_Gps.Size = new System.Drawing.Size(1167, 500);
  652. this.richTextBox_Gps.TabIndex = 26;
  653. this.richTextBox_Gps.Text = "";
  654. //
  655. // checkBox_GPGSV
  656. //
  657. this.checkBox_GPGSV.AutoSize = true;
  658. this.checkBox_GPGSV.Location = new System.Drawing.Point(26, 573);
  659. this.checkBox_GPGSV.Name = "checkBox_GPGSV";
  660. this.checkBox_GPGSV.Size = new System.Drawing.Size(106, 16);
  661. this.checkBox_GPGSV.TabIndex = 88;
  662. this.checkBox_GPGSV.Text = "GPGSV Mode";
  663. this.checkBox_GPGSV.UseVisualStyleBackColor = true;
  664. //
  665. // dataGridView_Gps
  666. //
  667. this.dataGridView_Gps.AllowUserToAddRows = false;
  668. this.dataGridView_Gps.BackgroundColor = System.Drawing.Color.Gray;
  669. this.dataGridView_Gps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  670. this.dataGridView_Gps.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  671. this.Gps_SerialNumber,
  672. this.dataGridViewTextBoxColumn8});
  673. this.dataGridView_Gps.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
  674. this.dataGridView_Gps.Location = new System.Drawing.Point(26, 3);
  675. this.dataGridView_Gps.Name = "dataGridView_Gps";
  676. this.dataGridView_Gps.RowTemplate.Height = 23;
  677. this.dataGridView_Gps.Size = new System.Drawing.Size(889, 56);
  678. this.dataGridView_Gps.TabIndex = 15;
  679. this.dataGridView_Gps.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_Gps_KeyDown);
  680. //
  681. // Gps_SerialNumber
  682. //
  683. this.Gps_SerialNumber.HeaderText = "생산번호";
  684. this.Gps_SerialNumber.Name = "Gps_SerialNumber";
  685. //
  686. // dataGridViewTextBoxColumn8
  687. //
  688. this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
  689. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  690. //
  691. // panel_SensorTest
  692. //
  693. this.panel_SensorTest.Controls.Add(this.pictureBox_Check2);
  694. this.panel_SensorTest.Controls.Add(this.pictureBox_Check3);
  695. this.panel_SensorTest.Controls.Add(this.pictureBox_Check4);
  696. this.panel_SensorTest.Controls.Add(this.pictureBox_Check1);
  697. this.panel_SensorTest.Controls.Add(this.label5);
  698. this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck2);
  699. this.panel_SensorTest.Controls.Add(this.label4);
  700. this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck3);
  701. this.panel_SensorTest.Controls.Add(this.label3);
  702. this.panel_SensorTest.Controls.Add(this.richTextBox_Sensor);
  703. this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck4);
  704. this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck1);
  705. this.panel_SensorTest.Controls.Add(this.label2);
  706. this.panel_SensorTest.Controls.Add(this.dataGridView_Sensor);
  707. this.panel_SensorTest.Location = new System.Drawing.Point(149, 44);
  708. this.panel_SensorTest.Name = "panel_SensorTest";
  709. this.panel_SensorTest.Size = new System.Drawing.Size(1207, 599);
  710. this.panel_SensorTest.TabIndex = 27;
  711. //
  712. // pictureBox_Check2
  713. //
  714. this.pictureBox_Check2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check2.Image")));
  715. this.pictureBox_Check2.Location = new System.Drawing.Point(71, 206);
  716. this.pictureBox_Check2.Name = "pictureBox_Check2";
  717. this.pictureBox_Check2.Size = new System.Drawing.Size(50, 50);
  718. this.pictureBox_Check2.TabIndex = 30;
  719. this.pictureBox_Check2.TabStop = false;
  720. //
  721. // pictureBox_Check3
  722. //
  723. this.pictureBox_Check3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check3.Image")));
  724. this.pictureBox_Check3.Location = new System.Drawing.Point(68, 347);
  725. this.pictureBox_Check3.Name = "pictureBox_Check3";
  726. this.pictureBox_Check3.Size = new System.Drawing.Size(50, 50);
  727. this.pictureBox_Check3.TabIndex = 29;
  728. this.pictureBox_Check3.TabStop = false;
  729. //
  730. // pictureBox_Check4
  731. //
  732. this.pictureBox_Check4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check4.Image")));
  733. this.pictureBox_Check4.Location = new System.Drawing.Point(68, 490);
  734. this.pictureBox_Check4.Name = "pictureBox_Check4";
  735. this.pictureBox_Check4.Size = new System.Drawing.Size(50, 50);
  736. this.pictureBox_Check4.TabIndex = 28;
  737. this.pictureBox_Check4.TabStop = false;
  738. //
  739. // pictureBox_Check1
  740. //
  741. this.pictureBox_Check1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check1.Image")));
  742. this.pictureBox_Check1.Location = new System.Drawing.Point(71, 67);
  743. this.pictureBox_Check1.Name = "pictureBox_Check1";
  744. this.pictureBox_Check1.Size = new System.Drawing.Size(50, 50);
  745. this.pictureBox_Check1.TabIndex = 27;
  746. this.pictureBox_Check1.TabStop = false;
  747. //
  748. // label5
  749. //
  750. this.label5.AutoSize = true;
  751. this.label5.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
  752. this.label5.ForeColor = System.Drawing.Color.Yellow;
  753. this.label5.Location = new System.Drawing.Point(24, 217);
  754. this.label5.Name = "label5";
  755. this.label5.Size = new System.Drawing.Size(47, 25);
  756. this.label5.TabIndex = 24;
  757. this.label5.Text = "2nd";
  758. //
  759. // pictureBox_UnCheck2
  760. //
  761. this.pictureBox_UnCheck2.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
  762. this.pictureBox_UnCheck2.Location = new System.Drawing.Point(71, 206);
  763. this.pictureBox_UnCheck2.Name = "pictureBox_UnCheck2";
  764. this.pictureBox_UnCheck2.Size = new System.Drawing.Size(50, 50);
  765. this.pictureBox_UnCheck2.TabIndex = 23;
  766. this.pictureBox_UnCheck2.TabStop = false;
  767. //
  768. // label4
  769. //
  770. this.label4.AutoSize = true;
  771. this.label4.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
  772. this.label4.ForeColor = System.Drawing.Color.Yellow;
  773. this.label4.Location = new System.Drawing.Point(21, 359);
  774. this.label4.Name = "label4";
  775. this.label4.Size = new System.Drawing.Size(42, 25);
  776. this.label4.TabIndex = 22;
  777. this.label4.Text = "3rd";
  778. //
  779. // pictureBox_UnCheck3
  780. //
  781. this.pictureBox_UnCheck3.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
  782. this.pictureBox_UnCheck3.Location = new System.Drawing.Point(68, 347);
  783. this.pictureBox_UnCheck3.Name = "pictureBox_UnCheck3";
  784. this.pictureBox_UnCheck3.Size = new System.Drawing.Size(50, 50);
  785. this.pictureBox_UnCheck3.TabIndex = 21;
  786. this.pictureBox_UnCheck3.TabStop = false;
  787. //
  788. // label3
  789. //
  790. this.label3.AutoSize = true;
  791. this.label3.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
  792. this.label3.ForeColor = System.Drawing.Color.Yellow;
  793. this.label3.Location = new System.Drawing.Point(21, 501);
  794. this.label3.Name = "label3";
  795. this.label3.Size = new System.Drawing.Size(42, 25);
  796. this.label3.TabIndex = 20;
  797. this.label3.Text = "4th";
  798. //
  799. // richTextBox_Sensor
  800. //
  801. this.richTextBox_Sensor.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  802. this.richTextBox_Sensor.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  803. this.richTextBox_Sensor.ForeColor = System.Drawing.Color.Yellow;
  804. this.richTextBox_Sensor.Location = new System.Drawing.Point(132, 67);
  805. this.richTextBox_Sensor.Name = "richTextBox_Sensor";
  806. this.richTextBox_Sensor.Size = new System.Drawing.Size(1067, 500);
  807. this.richTextBox_Sensor.TabIndex = 26;
  808. this.richTextBox_Sensor.Text = "";
  809. //
  810. // pictureBox_UnCheck4
  811. //
  812. this.pictureBox_UnCheck4.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
  813. this.pictureBox_UnCheck4.Location = new System.Drawing.Point(68, 490);
  814. this.pictureBox_UnCheck4.Name = "pictureBox_UnCheck4";
  815. this.pictureBox_UnCheck4.Size = new System.Drawing.Size(50, 50);
  816. this.pictureBox_UnCheck4.TabIndex = 19;
  817. this.pictureBox_UnCheck4.TabStop = false;
  818. //
  819. // pictureBox_UnCheck1
  820. //
  821. this.pictureBox_UnCheck1.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
  822. this.pictureBox_UnCheck1.Location = new System.Drawing.Point(71, 67);
  823. this.pictureBox_UnCheck1.Name = "pictureBox_UnCheck1";
  824. this.pictureBox_UnCheck1.Size = new System.Drawing.Size(50, 50);
  825. this.pictureBox_UnCheck1.TabIndex = 16;
  826. this.pictureBox_UnCheck1.TabStop = false;
  827. //
  828. // label2
  829. //
  830. this.label2.AutoSize = true;
  831. this.label2.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
  832. this.label2.ForeColor = System.Drawing.Color.Yellow;
  833. this.label2.Location = new System.Drawing.Point(24, 78);
  834. this.label2.Name = "label2";
  835. this.label2.Size = new System.Drawing.Size(39, 25);
  836. this.label2.TabIndex = 18;
  837. this.label2.Text = "1st";
  838. //
  839. // dataGridView_Sensor
  840. //
  841. this.dataGridView_Sensor.AllowUserToAddRows = false;
  842. this.dataGridView_Sensor.BackgroundColor = System.Drawing.Color.Gray;
  843. this.dataGridView_Sensor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  844. this.dataGridView_Sensor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  845. this.ProductNumber,
  846. this.SN,
  847. this.IMEI,
  848. this.Phone,
  849. this.USIM,
  850. this.Version,
  851. this.BatteryVoltage,
  852. this.SystemVoltage,
  853. this.Temp,
  854. this.BMA_X,
  855. this.BMA_Y,
  856. this.BMA_Z});
  857. this.dataGridView_Sensor.GridColor = System.Drawing.Color.Green;
  858. this.dataGridView_Sensor.Location = new System.Drawing.Point(20, 3);
  859. this.dataGridView_Sensor.Name = "dataGridView_Sensor";
  860. this.dataGridView_Sensor.RowTemplate.Height = 23;
  861. this.dataGridView_Sensor.Size = new System.Drawing.Size(1182, 58);
  862. this.dataGridView_Sensor.TabIndex = 15;
  863. //
  864. // panel_SnCheckMain
  865. //
  866. this.panel_SnCheckMain.Controls.Add(this.dataGridView1);
  867. this.panel_SnCheckMain.Controls.Add(this.button_FileFindLoad);
  868. this.panel_SnCheckMain.Controls.Add(this.progressBar2);
  869. this.panel_SnCheckMain.Location = new System.Drawing.Point(162, 44);
  870. this.panel_SnCheckMain.Name = "panel_SnCheckMain";
  871. this.panel_SnCheckMain.Size = new System.Drawing.Size(1202, 599);
  872. this.panel_SnCheckMain.TabIndex = 90;
  873. //
  874. // dataGridView1
  875. //
  876. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  877. this.dataGridView1.Location = new System.Drawing.Point(102, 65);
  878. this.dataGridView1.Name = "dataGridView1";
  879. this.dataGridView1.RowTemplate.Height = 23;
  880. this.dataGridView1.Size = new System.Drawing.Size(1078, 524);
  881. this.dataGridView1.TabIndex = 4;
  882. //
  883. // button_FileFindLoad
  884. //
  885. this.button_FileFindLoad.Location = new System.Drawing.Point(21, 65);
  886. this.button_FileFindLoad.Name = "button_FileFindLoad";
  887. this.button_FileFindLoad.Size = new System.Drawing.Size(75, 23);
  888. this.button_FileFindLoad.TabIndex = 3;
  889. this.button_FileFindLoad.Text = "Load";
  890. this.button_FileFindLoad.UseVisualStyleBackColor = true;
  891. this.button_FileFindLoad.Click += new System.EventHandler(this.button_FileFindLoad_Click);
  892. //
  893. // progressBar2
  894. //
  895. this.progressBar2.Location = new System.Drawing.Point(21, 21);
  896. this.progressBar2.Name = "progressBar2";
  897. this.progressBar2.Size = new System.Drawing.Size(1159, 40);
  898. this.progressBar2.TabIndex = 0;
  899. //
  900. // openFileDialog
  901. //
  902. this.openFileDialog.Multiselect = true;
  903. //
  904. // ProductNumber
  905. //
  906. this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  907. this.ProductNumber.HeaderText = "생산번호";
  908. this.ProductNumber.Name = "ProductNumber";
  909. this.ProductNumber.Width = 78;
  910. //
  911. // SN
  912. //
  913. this.SN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  914. this.SN.HeaderText = "일련번호";
  915. this.SN.Name = "SN";
  916. this.SN.Width = 78;
  917. //
  918. // IMEI
  919. //
  920. this.IMEI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  921. this.IMEI.HeaderText = "IMEI";
  922. this.IMEI.Name = "IMEI";
  923. this.IMEI.Width = 55;
  924. //
  925. // Phone
  926. //
  927. this.Phone.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  928. this.Phone.HeaderText = "Phone";
  929. this.Phone.Name = "Phone";
  930. this.Phone.Width = 66;
  931. //
  932. // USIM
  933. //
  934. this.USIM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  935. this.USIM.HeaderText = "USIM";
  936. this.USIM.Name = "USIM";
  937. this.USIM.Width = 60;
  938. //
  939. // Version
  940. //
  941. this.Version.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  942. this.Version.HeaderText = "버전";
  943. this.Version.Name = "Version";
  944. this.Version.Width = 54;
  945. //
  946. // BatteryVoltage
  947. //
  948. this.BatteryVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  949. this.BatteryVoltage.HeaderText = "BatteryVoltage";
  950. this.BatteryVoltage.Name = "BatteryVoltage";
  951. this.BatteryVoltage.Width = 111;
  952. //
  953. // SystemVoltage
  954. //
  955. this.SystemVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  956. this.SystemVoltage.HeaderText = "SystemVoltage";
  957. this.SystemVoltage.Name = "SystemVoltage";
  958. this.SystemVoltage.Width = 115;
  959. //
  960. // Temp
  961. //
  962. this.Temp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  963. this.Temp.HeaderText = "온도";
  964. this.Temp.Name = "Temp";
  965. this.Temp.Width = 54;
  966. //
  967. // BMA_X
  968. //
  969. this.BMA_X.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  970. this.BMA_X.HeaderText = "가속도 X";
  971. this.BMA_X.Name = "BMA_X";
  972. this.BMA_X.Width = 78;
  973. //
  974. // BMA_Y
  975. //
  976. this.BMA_Y.HeaderText = "가속도 Y";
  977. this.BMA_Y.Name = "BMA_Y";
  978. //
  979. // BMA_Z
  980. //
  981. this.BMA_Z.HeaderText = "가속도 Z";
  982. this.BMA_Z.Name = "BMA_Z";
  983. //
  984. // button_Merge
  985. //
  986. this.button_Merge.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
  987. this.button_Merge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
  988. this.button_Merge.Location = new System.Drawing.Point(23, 21);
  989. this.button_Merge.Name = "button_Merge";
  990. this.button_Merge.Size = new System.Drawing.Size(75, 38);
  991. this.button_Merge.TabIndex = 4;
  992. this.button_Merge.Text = "Merge";
  993. this.button_Merge.UseVisualStyleBackColor = false;
  994. this.button_Merge.Click += new System.EventHandler(this.button_Merge_Click);
  995. //
  996. // numericUpDown1
  997. //
  998. this.numericUpDown1.Location = new System.Drawing.Point(160, 26);
  999. this.numericUpDown1.Name = "numericUpDown1";
  1000. this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
  1001. this.numericUpDown1.TabIndex = 5;
  1002. //
  1003. // label_Cnt
  1004. //
  1005. this.label_Cnt.AutoSize = true;
  1006. this.label_Cnt.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
  1007. this.label_Cnt.Location = new System.Drawing.Point(357, 25);
  1008. this.label_Cnt.Name = "label_Cnt";
  1009. this.label_Cnt.Size = new System.Drawing.Size(94, 19);
  1010. this.label_Cnt.TabIndex = 6;
  1011. this.label_Cnt.Text = "Count : 0";
  1012. //
  1013. // label7
  1014. //
  1015. this.label7.AutoSize = true;
  1016. this.label7.Location = new System.Drawing.Point(119, 31);
  1017. this.label7.Name = "label7";
  1018. this.label7.Size = new System.Drawing.Size(29, 12);
  1019. this.label7.TabIndex = 7;
  1020. this.label7.Text = "Line";
  1021. //
  1022. // Main
  1023. //
  1024. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  1025. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1026. this.ClientSize = new System.Drawing.Size(1354, 706);
  1027. this.Controls.Add(this.panel_Main);
  1028. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1029. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1030. this.Name = "Main";
  1031. this.Text = "APL Test Check";
  1032. this.Load += new System.EventHandler(this.Main_Load);
  1033. this.panel_Main.ResumeLayout(false);
  1034. this.panel_Main.PerformLayout();
  1035. this.panel4.ResumeLayout(false);
  1036. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  1037. this.panel1.ResumeLayout(false);
  1038. this.panel1.PerformLayout();
  1039. this.panel_SnCheck.ResumeLayout(false);
  1040. this.panel_SnCheck.PerformLayout();
  1041. this.panel_Merge.ResumeLayout(false);
  1042. this.panel_Merge.PerformLayout();
  1043. this.groupBox9.ResumeLayout(false);
  1044. this.groupBox9.PerformLayout();
  1045. this.panel_Port.ResumeLayout(false);
  1046. this.panel_Port.PerformLayout();
  1047. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  1048. this.panel_SensorMode.ResumeLayout(false);
  1049. this.panel_SensorMode.PerformLayout();
  1050. this.panel_Catm1Mode.ResumeLayout(false);
  1051. this.panel_Catm1Mode.PerformLayout();
  1052. this.panel_GpsMode.ResumeLayout(false);
  1053. this.panel_GpsMode.PerformLayout();
  1054. this.panel_MergeMain.ResumeLayout(false);
  1055. this.panel_MergeMain.PerformLayout();
  1056. this.panel_Catm1Test.ResumeLayout(false);
  1057. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).EndInit();
  1058. this.panel_GpsTest.ResumeLayout(false);
  1059. this.panel_GpsTest.PerformLayout();
  1060. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).EndInit();
  1061. this.panel_SensorTest.ResumeLayout(false);
  1062. this.panel_SensorTest.PerformLayout();
  1063. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).EndInit();
  1064. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check3)).EndInit();
  1065. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check4)).EndInit();
  1066. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check1)).EndInit();
  1067. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck2)).EndInit();
  1068. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck3)).EndInit();
  1069. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck4)).EndInit();
  1070. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck1)).EndInit();
  1071. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).EndInit();
  1072. this.panel_SnCheckMain.ResumeLayout(false);
  1073. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  1074. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  1075. this.ResumeLayout(false);
  1076. }
  1077. #endregion
  1078. private System.IO.Ports.SerialPort serialPort;
  1079. private System.Windows.Forms.Panel panel_Main;
  1080. private System.Windows.Forms.Panel panel_SensorTest;
  1081. private System.Windows.Forms.Label label5;
  1082. private System.Windows.Forms.PictureBox pictureBox_UnCheck2;
  1083. private System.Windows.Forms.Label label4;
  1084. private System.Windows.Forms.PictureBox pictureBox_UnCheck3;
  1085. private System.Windows.Forms.Label label3;
  1086. private System.Windows.Forms.RichTextBox richTextBox_Sensor;
  1087. private System.Windows.Forms.PictureBox pictureBox_UnCheck4;
  1088. private System.Windows.Forms.PictureBox pictureBox_UnCheck1;
  1089. private System.Windows.Forms.Label label2;
  1090. private System.Windows.Forms.DataGridView dataGridView_Sensor;
  1091. private System.Windows.Forms.Panel panel1;
  1092. private System.Windows.Forms.PictureBox pictureBox6;
  1093. private System.Windows.Forms.Panel panel_SensorMode;
  1094. private System.Windows.Forms.Panel panel_Catm1Mode;
  1095. private System.Windows.Forms.Panel panel_GpsMode;
  1096. private System.Windows.Forms.Label label1;
  1097. private System.Windows.Forms.Label label_SensorTest;
  1098. private System.Windows.Forms.Label label_Catm1Test;
  1099. private System.Windows.Forms.Label label_GPSTest;
  1100. private System.Windows.Forms.Label label6;
  1101. private System.Windows.Forms.GroupBox groupBox9;
  1102. private System.Windows.Forms.ComboBox comboBox_Port;
  1103. private System.Windows.Forms.ComboBox comboBox_bps;
  1104. private System.Windows.Forms.Label cmCom_Port;
  1105. private System.Windows.Forms.Label cmBaudRate;
  1106. private System.Windows.Forms.Panel panel_Port;
  1107. private System.Windows.Forms.Label label_Port;
  1108. private System.Windows.Forms.Panel panel4;
  1109. private System.Windows.Forms.PictureBox pictureBox5;
  1110. private System.Windows.Forms.Panel panel_Catm1Test;
  1111. private System.Windows.Forms.RichTextBox richTextBox_catm1;
  1112. private System.Windows.Forms.DataGridView dataGridView_Catm1;
  1113. private System.Windows.Forms.Panel panel_GpsTest;
  1114. private System.Windows.Forms.RichTextBox richTextBox_Gps;
  1115. private System.Windows.Forms.DataGridView dataGridView_Gps;
  1116. private System.Windows.Forms.CheckBox checkBox_TerminalStop;
  1117. private System.Windows.Forms.CheckBox checkBox_Edit;
  1118. private System.Windows.Forms.PictureBox pictureBox_Check2;
  1119. private System.Windows.Forms.PictureBox pictureBox_Check3;
  1120. private System.Windows.Forms.PictureBox pictureBox_Check4;
  1121. private System.Windows.Forms.PictureBox pictureBox_Check1;
  1122. private System.Windows.Forms.DataGridViewTextBoxColumn Gps_SerialNumber;
  1123. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1124. private System.Windows.Forms.DataGridViewTextBoxColumn Catm1_SerialNumber;
  1125. private System.Windows.Forms.DataGridViewTextBoxColumn Modem_Ver;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn RSRP;
  1127. private System.Windows.Forms.Button button_Clear;
  1128. private System.Windows.Forms.CheckBox checkBox_GPGSV;
  1129. private System.Windows.Forms.Button button_GpsTestSave;
  1130. private System.Windows.Forms.Button button_Path;
  1131. private System.Windows.Forms.Panel panel_Merge;
  1132. private System.Windows.Forms.Label label_Merge;
  1133. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog_Mainpath;
  1134. private System.Windows.Forms.Panel panel_SnCheck;
  1135. private System.Windows.Forms.Label label_SnCheck;
  1136. private System.Windows.Forms.Panel panel_MergeMain;
  1137. private System.Windows.Forms.ProgressBar progressBar1;
  1138. private System.Windows.Forms.Button button_PrevFile;
  1139. private System.Windows.Forms.Button button_AfterFile;
  1140. private System.Windows.Forms.ListBox listBox_AfterFile;
  1141. private System.Windows.Forms.ListBox listBox_PreviousFile;
  1142. private System.Windows.Forms.OpenFileDialog openFileDialog;
  1143. private System.Windows.Forms.Panel panel_SnCheckMain;
  1144. private System.Windows.Forms.DataGridView dataGridView1;
  1145. private System.Windows.Forms.Button button_FileFindLoad;
  1146. private System.Windows.Forms.ProgressBar progressBar2;
  1147. private System.Windows.Forms.DataGridViewTextBoxColumn ProductNumber;
  1148. private System.Windows.Forms.DataGridViewTextBoxColumn SN;
  1149. private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
  1150. private System.Windows.Forms.DataGridViewTextBoxColumn Phone;
  1151. private System.Windows.Forms.DataGridViewTextBoxColumn USIM;
  1152. private System.Windows.Forms.DataGridViewTextBoxColumn Version;
  1153. private System.Windows.Forms.DataGridViewTextBoxColumn BatteryVoltage;
  1154. private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltage;
  1155. private System.Windows.Forms.DataGridViewTextBoxColumn Temp;
  1156. private System.Windows.Forms.DataGridViewTextBoxColumn BMA_X;
  1157. private System.Windows.Forms.DataGridViewTextBoxColumn BMA_Y;
  1158. private System.Windows.Forms.DataGridViewTextBoxColumn BMA_Z;
  1159. private System.Windows.Forms.Button button_Merge;
  1160. private System.Windows.Forms.Label label_Cnt;
  1161. private System.Windows.Forms.NumericUpDown numericUpDown1;
  1162. private System.Windows.Forms.Label label7;
  1163. }
  1164. }