Main.Designer.cs 73 KB

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