Main.Designer.cs 74 KB

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