Main.Designer.cs 76 KB

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