Main.Designer.cs 87 KB

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