Main.Designer.cs 75 KB

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