Main.Designer.cs 84 KB

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