1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336 |
- namespace APL_TestCheck
- {
- partial class Main
- {
- /// <summary>
- /// 필수 디자이너 변수입니다.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 사용 중인 모든 리소스를 정리합니다.
- /// </summary>
- /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form 디자이너에서 생성한 코드
- /// <summary>
- /// 디자이너 지원에 필요한 메서드입니다.
- /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
- this.serialPort = new System.IO.Ports.SerialPort(this.components);
- this.panel_Main = new System.Windows.Forms.Panel();
- this.button_Path = new System.Windows.Forms.Button();
- this.button_Clear = new System.Windows.Forms.Button();
- this.checkBox_Edit = new System.Windows.Forms.CheckBox();
- this.checkBox_TerminalStop = new System.Windows.Forms.CheckBox();
- this.panel4 = new System.Windows.Forms.Panel();
- this.pictureBox5 = new System.Windows.Forms.PictureBox();
- this.label6 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel_SnCheck = new System.Windows.Forms.Panel();
- this.label_SnCheck = new System.Windows.Forms.Label();
- this.panel_Merge = new System.Windows.Forms.Panel();
- this.label_Merge = new System.Windows.Forms.Label();
- this.groupBox9 = new System.Windows.Forms.GroupBox();
- this.panel_Port = new System.Windows.Forms.Panel();
- this.label_Port = new System.Windows.Forms.Label();
- this.comboBox_Port = new System.Windows.Forms.ComboBox();
- this.comboBox_bps = new System.Windows.Forms.ComboBox();
- this.cmCom_Port = new System.Windows.Forms.Label();
- this.cmBaudRate = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox6 = new System.Windows.Forms.PictureBox();
- this.panel_SensorMode = new System.Windows.Forms.Panel();
- this.label_SensorTest = new System.Windows.Forms.Label();
- this.panel_Catm1Mode = new System.Windows.Forms.Panel();
- this.label_Catm1Test = new System.Windows.Forms.Label();
- this.panel_GpsMode = new System.Windows.Forms.Panel();
- this.label_GPSTest = new System.Windows.Forms.Label();
- this.panel_Catm1Test = new System.Windows.Forms.Panel();
- this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
- this.dataGridView_Catm1 = new System.Windows.Forms.DataGridView();
- this.Catm1_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Modem_Ver = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RSRP = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RSRQ = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel_SnCheckMain = new System.Windows.Forms.Panel();
- this.button_DiffClear = new System.Windows.Forms.Button();
- this.button_DuplicateClear = new System.Windows.Forms.Button();
- this.button_SNClear = new System.Windows.Forms.Button();
- this.button_ChkStart = new System.Windows.Forms.Button();
- this.label_Diff = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label_Duplicate = new System.Windows.Forms.Label();
- this.listBox_Diff = new System.Windows.Forms.ListBox();
- this.listBox_ProductDuplicate = new System.Windows.Forms.ListBox();
- this.listBox_SNDuplicate = new System.Windows.Forms.ListBox();
- this.dataGridView_Chk = new System.Windows.Forms.DataGridView();
- this.button_FileFindLoad = new System.Windows.Forms.Button();
- this.progressBar2 = new System.Windows.Forms.ProgressBar();
- this.panel_GpsTest = new System.Windows.Forms.Panel();
- this.button_GpsTestSave = new System.Windows.Forms.Button();
- this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
- this.checkBox_GPGSV = new System.Windows.Forms.CheckBox();
- this.dataGridView_Gps = new System.Windows.Forms.DataGridView();
- this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LitmitMinimum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LitmitMaximum = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel_SensorTest = new System.Windows.Forms.Panel();
- this.pictureBox_Check2 = new System.Windows.Forms.PictureBox();
- this.pictureBox_Check3 = new System.Windows.Forms.PictureBox();
- this.pictureBox_Check4 = new System.Windows.Forms.PictureBox();
- this.pictureBox_Check1 = new System.Windows.Forms.PictureBox();
- this.label5 = new System.Windows.Forms.Label();
- this.pictureBox_UnCheck2 = new System.Windows.Forms.PictureBox();
- this.label4 = new System.Windows.Forms.Label();
- this.pictureBox_UnCheck3 = new System.Windows.Forms.PictureBox();
- this.label3 = new System.Windows.Forms.Label();
- this.richTextBox_Sensor = new System.Windows.Forms.RichTextBox();
- this.pictureBox_UnCheck4 = new System.Windows.Forms.PictureBox();
- this.pictureBox_UnCheck1 = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.dataGridView_Sensor = new System.Windows.Forms.DataGridView();
- this.ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Phone = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.USIM = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BatteryVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.SystemVoltage = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Temp = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BMA_X = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BMA_Y = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.BMA_Z = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel_MergeMain = new System.Windows.Forms.Panel();
- this.label7 = new System.Windows.Forms.Label();
- this.label_Cnt = new System.Windows.Forms.Label();
- this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
- this.button_Merge = new System.Windows.Forms.Button();
- this.button_PrevFile = new System.Windows.Forms.Button();
- this.button_AfterFile = new System.Windows.Forms.Button();
- this.listBox_AfterFile = new System.Windows.Forms.ListBox();
- this.listBox_PreviousFile = new System.Windows.Forms.ListBox();
- this.progressBar_Merge = new System.Windows.Forms.ProgressBar();
- this.folderBrowserDialog_Mainpath = new System.Windows.Forms.FolderBrowserDialog();
- this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
- this.panel_Main.SuspendLayout();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
- this.panel1.SuspendLayout();
- this.panel_SnCheck.SuspendLayout();
- this.panel_Merge.SuspendLayout();
- this.groupBox9.SuspendLayout();
- this.panel_Port.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
- this.panel_SensorMode.SuspendLayout();
- this.panel_Catm1Mode.SuspendLayout();
- this.panel_GpsMode.SuspendLayout();
- this.panel_Catm1Test.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).BeginInit();
- this.panel_SnCheckMain.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).BeginInit();
- this.panel_GpsTest.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).BeginInit();
- this.panel_SensorTest.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).BeginInit();
- this.panel_MergeMain.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
- this.SuspendLayout();
- //
- // serialPort
- //
- this.serialPort.BaudRate = 115200;
- //
- // panel_Main
- //
- this.panel_Main.BackColor = System.Drawing.Color.SkyBlue;
- this.panel_Main.Controls.Add(this.button_Path);
- this.panel_Main.Controls.Add(this.button_Clear);
- this.panel_Main.Controls.Add(this.checkBox_Edit);
- this.panel_Main.Controls.Add(this.checkBox_TerminalStop);
- this.panel_Main.Controls.Add(this.panel4);
- this.panel_Main.Controls.Add(this.label6);
- this.panel_Main.Controls.Add(this.panel1);
- this.panel_Main.Controls.Add(this.panel_MergeMain);
- this.panel_Main.Controls.Add(this.panel_Catm1Test);
- this.panel_Main.Controls.Add(this.panel_SnCheckMain);
- this.panel_Main.Controls.Add(this.panel_GpsTest);
- this.panel_Main.Controls.Add(this.panel_SensorTest);
- this.panel_Main.Location = new System.Drawing.Point(0, 0);
- this.panel_Main.Name = "panel_Main";
- this.panel_Main.Size = new System.Drawing.Size(1356, 710);
- this.panel_Main.TabIndex = 1;
- this.panel_Main.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseDown);
- this.panel_Main.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseMove);
- this.panel_Main.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel_Main_MouseUp);
- //
- // button_Path
- //
- this.button_Path.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.button_Path.Location = new System.Drawing.Point(4, 4);
- this.button_Path.Name = "button_Path";
- this.button_Path.Size = new System.Drawing.Size(156, 34);
- this.button_Path.TabIndex = 90;
- this.button_Path.Text = "FilePathSet";
- this.button_Path.UseVisualStyleBackColor = false;
- this.button_Path.Click += new System.EventHandler(this.button_Path_Click);
- //
- // button_Clear
- //
- this.button_Clear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.button_Clear.Location = new System.Drawing.Point(248, 12);
- this.button_Clear.Name = "button_Clear";
- this.button_Clear.Size = new System.Drawing.Size(108, 24);
- this.button_Clear.TabIndex = 89;
- this.button_Clear.Text = "Terminal Clear";
- this.button_Clear.UseVisualStyleBackColor = false;
- this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click);
- //
- // checkBox_Edit
- //
- this.checkBox_Edit.AutoSize = true;
- this.checkBox_Edit.Location = new System.Drawing.Point(170, 22);
- this.checkBox_Edit.Name = "checkBox_Edit";
- this.checkBox_Edit.Size = new System.Drawing.Size(72, 16);
- this.checkBox_Edit.TabIndex = 88;
- this.checkBox_Edit.Text = "편집모드";
- this.checkBox_Edit.UseVisualStyleBackColor = true;
- //
- // checkBox_TerminalStop
- //
- this.checkBox_TerminalStop.AutoSize = true;
- this.checkBox_TerminalStop.Location = new System.Drawing.Point(805, 22);
- this.checkBox_TerminalStop.Name = "checkBox_TerminalStop";
- this.checkBox_TerminalStop.Size = new System.Drawing.Size(103, 16);
- this.checkBox_TerminalStop.TabIndex = 88;
- this.checkBox_TerminalStop.Text = "Terminal Stop";
- this.checkBox_TerminalStop.UseVisualStyleBackColor = true;
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.White;
- this.panel4.Controls.Add(this.pictureBox5);
- this.panel4.Location = new System.Drawing.Point(-10, 642);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1372, 68);
- this.panel4.TabIndex = 85;
- //
- // pictureBox5
- //
- this.pictureBox5.Image = global::APL_TestCheck.Properties.Resources.bluecell_logo;
- this.pictureBox5.Location = new System.Drawing.Point(1193, 7);
- this.pictureBox5.Name = "pictureBox5";
- this.pictureBox5.Size = new System.Drawing.Size(159, 50);
- this.pictureBox5.TabIndex = 26;
- this.pictureBox5.TabStop = false;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(242)))), ((int)(((byte)(247)))));
- this.label6.Location = new System.Drawing.Point(48, 339);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(0, 20);
- this.label6.TabIndex = 84;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel_SnCheck);
- this.panel1.Controls.Add(this.panel_Merge);
- this.panel1.Controls.Add(this.groupBox9);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox6);
- this.panel1.Controls.Add(this.panel_SensorMode);
- this.panel1.Controls.Add(this.panel_Catm1Mode);
- this.panel1.Controls.Add(this.panel_GpsMode);
- this.panel1.Location = new System.Drawing.Point(4, 44);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(159, 599);
- this.panel1.TabIndex = 26;
- //
- // panel_SnCheck
- //
- this.panel_SnCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.panel_SnCheck.Controls.Add(this.label_SnCheck);
- this.panel_SnCheck.Location = new System.Drawing.Point(1, 290);
- this.panel_SnCheck.Name = "panel_SnCheck";
- this.panel_SnCheck.Size = new System.Drawing.Size(156, 53);
- this.panel_SnCheck.TabIndex = 86;
- this.panel_SnCheck.Click += new System.EventHandler(this.label_SnCheck_Click);
- this.panel_SnCheck.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
- this.panel_SnCheck.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
- //
- // label_SnCheck
- //
- this.label_SnCheck.AutoSize = true;
- this.label_SnCheck.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
- this.label_SnCheck.ForeColor = System.Drawing.Color.Snow;
- this.label_SnCheck.Location = new System.Drawing.Point(40, 17);
- this.label_SnCheck.Name = "label_SnCheck";
- this.label_SnCheck.Size = new System.Drawing.Size(85, 19);
- this.label_SnCheck.TabIndex = 31;
- this.label_SnCheck.Text = "S/N CHECK";
- this.label_SnCheck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_SnCheck.Click += new System.EventHandler(this.label_SnCheck_Click);
- this.label_SnCheck.MouseLeave += new System.EventHandler(this.label_SnCheck_MouseLeave);
- this.label_SnCheck.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_SnCheck_MouseMove);
- //
- // panel_Merge
- //
- this.panel_Merge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.panel_Merge.Controls.Add(this.label_Merge);
- this.panel_Merge.Location = new System.Drawing.Point(0, 230);
- this.panel_Merge.Name = "panel_Merge";
- this.panel_Merge.Size = new System.Drawing.Size(156, 53);
- this.panel_Merge.TabIndex = 32;
- this.panel_Merge.Click += new System.EventHandler(this.label_Merge_Click);
- this.panel_Merge.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
- this.panel_Merge.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
- //
- // label_Merge
- //
- this.label_Merge.AutoSize = true;
- this.label_Merge.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
- this.label_Merge.ForeColor = System.Drawing.Color.Snow;
- this.label_Merge.Location = new System.Drawing.Point(0, 17);
- this.label_Merge.Name = "label_Merge";
- this.label_Merge.Size = new System.Drawing.Size(160, 19);
- this.label_Merge.TabIndex = 31;
- this.label_Merge.Text = "Merge 서비스 준비중...";
- this.label_Merge.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_Merge.Click += new System.EventHandler(this.label_Merge_Click);
- this.label_Merge.MouseLeave += new System.EventHandler(this.label_Merge_MouseLeave);
- this.label_Merge.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_Merge_MouseMove);
- //
- // groupBox9
- //
- this.groupBox9.Controls.Add(this.panel_Port);
- this.groupBox9.Controls.Add(this.comboBox_Port);
- this.groupBox9.Controls.Add(this.comboBox_bps);
- this.groupBox9.Controls.Add(this.cmCom_Port);
- this.groupBox9.Controls.Add(this.cmBaudRate);
- this.groupBox9.Location = new System.Drawing.Point(3, 351);
- this.groupBox9.Name = "groupBox9";
- this.groupBox9.Size = new System.Drawing.Size(153, 242);
- this.groupBox9.TabIndex = 85;
- this.groupBox9.TabStop = false;
- this.groupBox9.Text = "Connection";
- //
- // panel_Port
- //
- this.panel_Port.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.panel_Port.Controls.Add(this.label_Port);
- this.panel_Port.Location = new System.Drawing.Point(9, 188);
- this.panel_Port.Name = "panel_Port";
- this.panel_Port.Size = new System.Drawing.Size(138, 41);
- this.panel_Port.TabIndex = 93;
- this.panel_Port.Click += new System.EventHandler(this.label_Port_Click);
- this.panel_Port.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseClick);
- this.panel_Port.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
- this.panel_Port.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
- //
- // label_Port
- //
- this.label_Port.AutoSize = true;
- this.label_Port.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
- this.label_Port.ForeColor = System.Drawing.Color.Snow;
- this.label_Port.Location = new System.Drawing.Point(31, 10);
- this.label_Port.Name = "label_Port";
- this.label_Port.Size = new System.Drawing.Size(80, 19);
- this.label_Port.TabIndex = 31;
- this.label_Port.Text = "Port Open";
- this.label_Port.Click += new System.EventHandler(this.label_Port_Click);
- this.label_Port.MouseLeave += new System.EventHandler(this.label_Port_MouseLeave);
- this.label_Port.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseMove);
- //
- // comboBox_Port
- //
- this.comboBox_Port.BackColor = System.Drawing.Color.YellowGreen;
- this.comboBox_Port.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
- this.comboBox_Port.ForeColor = System.Drawing.Color.Yellow;
- this.comboBox_Port.FormattingEnabled = true;
- this.comboBox_Port.Location = new System.Drawing.Point(7, 54);
- this.comboBox_Port.Name = "comboBox_Port";
- this.comboBox_Port.Size = new System.Drawing.Size(140, 27);
- this.comboBox_Port.TabIndex = 92;
- //
- // comboBox_bps
- //
- this.comboBox_bps.BackColor = System.Drawing.Color.YellowGreen;
- this.comboBox_bps.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
- this.comboBox_bps.ForeColor = System.Drawing.Color.Yellow;
- this.comboBox_bps.FormattingEnabled = true;
- this.comboBox_bps.Items.AddRange(new object[] {
- "9600",
- "115200"});
- this.comboBox_bps.Location = new System.Drawing.Point(7, 138);
- this.comboBox_bps.Name = "comboBox_bps";
- this.comboBox_bps.Size = new System.Drawing.Size(140, 27);
- this.comboBox_bps.TabIndex = 91;
- this.comboBox_bps.Text = "115200";
- //
- // cmCom_Port
- //
- this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cmCom_Port.AutoSize = true;
- this.cmCom_Port.Location = new System.Drawing.Point(6, 27);
- this.cmCom_Port.Name = "cmCom_Port";
- this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
- this.cmCom_Port.TabIndex = 89;
- this.cmCom_Port.Text = "Com Port";
- //
- // cmBaudRate
- //
- this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cmBaudRate.AutoSize = true;
- this.cmBaudRate.Location = new System.Drawing.Point(5, 118);
- this.cmBaudRate.Name = "cmBaudRate";
- this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
- this.cmBaudRate.TabIndex = 90;
- this.cmBaudRate.Text = "Baud Rate(bps)";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("맑은 고딕", 13F);
- this.label1.ForeColor = System.Drawing.Color.Snow;
- this.label1.Location = new System.Drawing.Point(39, 14);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(101, 25);
- this.label1.TabIndex = 30;
- this.label1.Text = "Test Mode";
- //
- // pictureBox6
- //
- this.pictureBox6.Image = global::APL_TestCheck.Properties.Resources.search_32px;
- this.pictureBox6.Location = new System.Drawing.Point(8, 12);
- this.pictureBox6.Name = "pictureBox6";
- this.pictureBox6.Size = new System.Drawing.Size(32, 32);
- this.pictureBox6.TabIndex = 29;
- this.pictureBox6.TabStop = false;
- //
- // panel_SensorMode
- //
- this.panel_SensorMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.panel_SensorMode.Controls.Add(this.label_SensorTest);
- this.panel_SensorMode.Location = new System.Drawing.Point(0, 170);
- this.panel_SensorMode.Name = "panel_SensorMode";
- this.panel_SensorMode.Size = new System.Drawing.Size(156, 53);
- this.panel_SensorMode.TabIndex = 2;
- this.panel_SensorMode.Click += new System.EventHandler(this.label_SensorTest_Click);
- this.panel_SensorMode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
- this.panel_SensorMode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
- //
- // label_SensorTest
- //
- this.label_SensorTest.AutoSize = true;
- this.label_SensorTest.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
- this.label_SensorTest.ForeColor = System.Drawing.Color.Snow;
- this.label_SensorTest.Location = new System.Drawing.Point(34, 17);
- this.label_SensorTest.Name = "label_SensorTest";
- this.label_SensorTest.Size = new System.Drawing.Size(87, 19);
- this.label_SensorTest.TabIndex = 31;
- this.label_SensorTest.Text = "Sensor Test";
- this.label_SensorTest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_SensorTest.Click += new System.EventHandler(this.label_SensorTest_Click);
- this.label_SensorTest.MouseLeave += new System.EventHandler(this.label_SensorTest_MouseLeave);
- this.label_SensorTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_SensorTest_MouseMove);
- //
- // panel_Catm1Mode
- //
- this.panel_Catm1Mode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.panel_Catm1Mode.Controls.Add(this.label_Catm1Test);
- this.panel_Catm1Mode.Location = new System.Drawing.Point(0, 110);
- this.panel_Catm1Mode.Name = "panel_Catm1Mode";
- this.panel_Catm1Mode.Size = new System.Drawing.Size(156, 53);
- this.panel_Catm1Mode.TabIndex = 1;
- this.panel_Catm1Mode.Click += new System.EventHandler(this.label_Catm1Test_Click);
- this.panel_Catm1Mode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
- this.panel_Catm1Mode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
- //
- // label_Catm1Test
- //
- this.label_Catm1Test.AutoSize = true;
- this.label_Catm1Test.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
- this.label_Catm1Test.ForeColor = System.Drawing.Color.Snow;
- this.label_Catm1Test.Location = new System.Drawing.Point(28, 17);
- this.label_Catm1Test.Name = "label_Catm1Test";
- this.label_Catm1Test.Size = new System.Drawing.Size(95, 19);
- this.label_Catm1Test.TabIndex = 31;
- this.label_Catm1Test.Text = "CAT M1 Test";
- this.label_Catm1Test.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_Catm1Test.Click += new System.EventHandler(this.label_Catm1Test_Click);
- this.label_Catm1Test.MouseLeave += new System.EventHandler(this.label_Catm1Test_MouseLeave);
- this.label_Catm1Test.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_Catm1Test_MouseMove);
- //
- // panel_GpsMode
- //
- this.panel_GpsMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.panel_GpsMode.Controls.Add(this.label_GPSTest);
- this.panel_GpsMode.Location = new System.Drawing.Point(0, 50);
- this.panel_GpsMode.Name = "panel_GpsMode";
- this.panel_GpsMode.Size = new System.Drawing.Size(156, 53);
- this.panel_GpsMode.TabIndex = 0;
- this.panel_GpsMode.Click += new System.EventHandler(this.label_GPSTest_Click);
- this.panel_GpsMode.MouseLeave += new System.EventHandler(this.panel_PanelMode_MouseLeave);
- this.panel_GpsMode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel_PanelMode_MouseMove);
- //
- // label_GPSTest
- //
- this.label_GPSTest.AutoSize = true;
- this.label_GPSTest.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
- this.label_GPSTest.ForeColor = System.Drawing.Color.Snow;
- this.label_GPSTest.Location = new System.Drawing.Point(39, 17);
- this.label_GPSTest.Margin = new System.Windows.Forms.Padding(0);
- this.label_GPSTest.Name = "label_GPSTest";
- this.label_GPSTest.Size = new System.Drawing.Size(73, 19);
- this.label_GPSTest.TabIndex = 31;
- this.label_GPSTest.Text = "GPS TEST";
- this.label_GPSTest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- this.label_GPSTest.Click += new System.EventHandler(this.label_GPSTest_Click);
- this.label_GPSTest.MouseLeave += new System.EventHandler(this.label_GPSTest_MouseLeave);
- this.label_GPSTest.MouseMove += new System.Windows.Forms.MouseEventHandler(this.label_GPSTest_MouseMove);
- //
- // panel_Catm1Test
- //
- this.panel_Catm1Test.Controls.Add(this.richTextBox_catm1);
- this.panel_Catm1Test.Controls.Add(this.dataGridView_Catm1);
- this.panel_Catm1Test.Location = new System.Drawing.Point(149, 44);
- this.panel_Catm1Test.Name = "panel_Catm1Test";
- this.panel_Catm1Test.Size = new System.Drawing.Size(1202, 599);
- this.panel_Catm1Test.TabIndex = 87;
- //
- // richTextBox_catm1
- //
- this.richTextBox_catm1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.richTextBox_catm1.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.richTextBox_catm1.ForeColor = System.Drawing.Color.Yellow;
- this.richTextBox_catm1.Location = new System.Drawing.Point(17, 65);
- this.richTextBox_catm1.Name = "richTextBox_catm1";
- this.richTextBox_catm1.Size = new System.Drawing.Size(1176, 502);
- this.richTextBox_catm1.TabIndex = 26;
- this.richTextBox_catm1.Text = "";
- //
- // dataGridView_Catm1
- //
- this.dataGridView_Catm1.AllowUserToAddRows = false;
- this.dataGridView_Catm1.BackgroundColor = System.Drawing.Color.Gray;
- this.dataGridView_Catm1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView_Catm1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Catm1_SerialNumber,
- this.Modem_Ver,
- this.RSRP,
- this.RSRQ});
- this.dataGridView_Catm1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
- this.dataGridView_Catm1.Location = new System.Drawing.Point(17, 3);
- this.dataGridView_Catm1.Name = "dataGridView_Catm1";
- this.dataGridView_Catm1.RowTemplate.Height = 23;
- this.dataGridView_Catm1.Size = new System.Drawing.Size(1176, 56);
- this.dataGridView_Catm1.TabIndex = 15;
- this.dataGridView_Catm1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Catm1_CellClick);
- //
- // Catm1_SerialNumber
- //
- this.Catm1_SerialNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.Catm1_SerialNumber.HeaderText = "생산번호";
- this.Catm1_SerialNumber.Name = "Catm1_SerialNumber";
- this.Catm1_SerialNumber.Width = 78;
- //
- // Modem_Ver
- //
- this.Modem_Ver.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.Modem_Ver.HeaderText = "Modem Ver";
- this.Modem_Ver.Name = "Modem_Ver";
- this.Modem_Ver.Width = 96;
- //
- // RSRP
- //
- this.RSRP.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.RSRP.HeaderText = "RSRP";
- this.RSRP.Name = "RSRP";
- this.RSRP.Width = 62;
- //
- // RSRQ
- //
- this.RSRQ.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.RSRQ.HeaderText = "RSRQ";
- this.RSRQ.Name = "RSRQ";
- this.RSRQ.Width = 63;
- //
- // panel_SnCheckMain
- //
- this.panel_SnCheckMain.Controls.Add(this.button_DiffClear);
- this.panel_SnCheckMain.Controls.Add(this.button_DuplicateClear);
- this.panel_SnCheckMain.Controls.Add(this.button_SNClear);
- this.panel_SnCheckMain.Controls.Add(this.button_ChkStart);
- this.panel_SnCheckMain.Controls.Add(this.label_Diff);
- this.panel_SnCheckMain.Controls.Add(this.label8);
- this.panel_SnCheckMain.Controls.Add(this.label_Duplicate);
- this.panel_SnCheckMain.Controls.Add(this.listBox_Diff);
- this.panel_SnCheckMain.Controls.Add(this.listBox_ProductDuplicate);
- this.panel_SnCheckMain.Controls.Add(this.listBox_SNDuplicate);
- this.panel_SnCheckMain.Controls.Add(this.dataGridView_Chk);
- this.panel_SnCheckMain.Controls.Add(this.button_FileFindLoad);
- this.panel_SnCheckMain.Controls.Add(this.progressBar2);
- this.panel_SnCheckMain.Location = new System.Drawing.Point(163, 44);
- this.panel_SnCheckMain.Name = "panel_SnCheckMain";
- this.panel_SnCheckMain.Size = new System.Drawing.Size(1202, 599);
- this.panel_SnCheckMain.TabIndex = 90;
- //
- // button_DiffClear
- //
- this.button_DiffClear.Location = new System.Drawing.Point(826, 549);
- this.button_DiffClear.Name = "button_DiffClear";
- this.button_DiffClear.Size = new System.Drawing.Size(167, 40);
- this.button_DiffClear.TabIndex = 8;
- this.button_DiffClear.Text = "Clear";
- this.button_DiffClear.UseVisualStyleBackColor = true;
- this.button_DiffClear.Click += new System.EventHandler(this.button_DiffClear_Click);
- //
- // button_DuplicateClear
- //
- this.button_DuplicateClear.Location = new System.Drawing.Point(653, 549);
- this.button_DuplicateClear.Name = "button_DuplicateClear";
- this.button_DuplicateClear.Size = new System.Drawing.Size(167, 40);
- this.button_DuplicateClear.TabIndex = 8;
- this.button_DuplicateClear.Text = "Clear";
- this.button_DuplicateClear.UseVisualStyleBackColor = true;
- this.button_DuplicateClear.Click += new System.EventHandler(this.button_DuplicateClear_Click);
- //
- // button_SNClear
- //
- this.button_SNClear.Location = new System.Drawing.Point(481, 549);
- this.button_SNClear.Name = "button_SNClear";
- this.button_SNClear.Size = new System.Drawing.Size(167, 40);
- this.button_SNClear.TabIndex = 8;
- this.button_SNClear.Text = "Clear";
- this.button_SNClear.UseVisualStyleBackColor = true;
- this.button_SNClear.Click += new System.EventHandler(this.button_SNClear_Click);
- //
- // button_ChkStart
- //
- this.button_ChkStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.button_ChkStart.Location = new System.Drawing.Point(1007, 68);
- this.button_ChkStart.Name = "button_ChkStart";
- this.button_ChkStart.Size = new System.Drawing.Size(75, 519);
- this.button_ChkStart.TabIndex = 7;
- this.button_ChkStart.Text = "Start";
- this.button_ChkStart.UseVisualStyleBackColor = false;
- this.button_ChkStart.Click += new System.EventHandler(this.button_ChkStart_Click);
- //
- // label_Diff
- //
- this.label_Diff.AutoSize = true;
- this.label_Diff.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Diff.Location = new System.Drawing.Point(843, 78);
- this.label_Diff.Name = "label_Diff";
- this.label_Diff.Size = new System.Drawing.Size(143, 19);
- this.label_Diff.TabIndex = 6;
- this.label_Diff.Text = "짝이 틀린 항목";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label8.Location = new System.Drawing.Point(649, 76);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(190, 19);
- this.label8.TabIndex = 6;
- this.label8.Text = "생산 번호 중복 항목";
- //
- // label_Duplicate
- //
- this.label_Duplicate.AutoSize = true;
- this.label_Duplicate.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Duplicate.Location = new System.Drawing.Point(499, 78);
- this.label_Duplicate.Name = "label_Duplicate";
- this.label_Duplicate.Size = new System.Drawing.Size(137, 19);
- this.label_Duplicate.TabIndex = 6;
- this.label_Duplicate.Text = "S/N 중복 항목";
- //
- // listBox_Diff
- //
- this.listBox_Diff.FormattingEnabled = true;
- this.listBox_Diff.ItemHeight = 12;
- this.listBox_Diff.Location = new System.Drawing.Point(828, 110);
- this.listBox_Diff.Name = "listBox_Diff";
- this.listBox_Diff.Size = new System.Drawing.Size(168, 436);
- this.listBox_Diff.TabIndex = 5;
- //
- // listBox_ProductDuplicate
- //
- this.listBox_ProductDuplicate.FormattingEnabled = true;
- this.listBox_ProductDuplicate.ItemHeight = 12;
- this.listBox_ProductDuplicate.Location = new System.Drawing.Point(654, 110);
- this.listBox_ProductDuplicate.Name = "listBox_ProductDuplicate";
- this.listBox_ProductDuplicate.Size = new System.Drawing.Size(168, 436);
- this.listBox_ProductDuplicate.TabIndex = 5;
- //
- // listBox_SNDuplicate
- //
- this.listBox_SNDuplicate.FormattingEnabled = true;
- this.listBox_SNDuplicate.ItemHeight = 12;
- this.listBox_SNDuplicate.Location = new System.Drawing.Point(480, 110);
- this.listBox_SNDuplicate.Name = "listBox_SNDuplicate";
- this.listBox_SNDuplicate.Size = new System.Drawing.Size(168, 436);
- this.listBox_SNDuplicate.TabIndex = 5;
- //
- // dataGridView_Chk
- //
- this.dataGridView_Chk.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
- this.dataGridView_Chk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView_Chk.Location = new System.Drawing.Point(102, 65);
- this.dataGridView_Chk.Name = "dataGridView_Chk";
- this.dataGridView_Chk.RowTemplate.Height = 23;
- this.dataGridView_Chk.Size = new System.Drawing.Size(372, 524);
- this.dataGridView_Chk.TabIndex = 4;
- //
- // button_FileFindLoad
- //
- this.button_FileFindLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.button_FileFindLoad.Location = new System.Drawing.Point(21, 65);
- this.button_FileFindLoad.Name = "button_FileFindLoad";
- this.button_FileFindLoad.Size = new System.Drawing.Size(75, 519);
- this.button_FileFindLoad.TabIndex = 3;
- this.button_FileFindLoad.Text = "Load";
- this.button_FileFindLoad.UseVisualStyleBackColor = false;
- this.button_FileFindLoad.Click += new System.EventHandler(this.button_FileFindLoad_Click);
- //
- // progressBar2
- //
- this.progressBar2.Location = new System.Drawing.Point(21, 21);
- this.progressBar2.Name = "progressBar2";
- this.progressBar2.Size = new System.Drawing.Size(1159, 40);
- this.progressBar2.TabIndex = 0;
- //
- // panel_GpsTest
- //
- this.panel_GpsTest.Controls.Add(this.button_GpsTestSave);
- this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
- this.panel_GpsTest.Controls.Add(this.checkBox_GPGSV);
- this.panel_GpsTest.Controls.Add(this.dataGridView_Gps);
- this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
- this.panel_GpsTest.Name = "panel_GpsTest";
- this.panel_GpsTest.Size = new System.Drawing.Size(1202, 599);
- this.panel_GpsTest.TabIndex = 86;
- //
- // button_GpsTestSave
- //
- this.button_GpsTestSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.button_GpsTestSave.Font = new System.Drawing.Font("굴림", 16F, System.Drawing.FontStyle.Bold);
- this.button_GpsTestSave.Location = new System.Drawing.Point(921, 1);
- this.button_GpsTestSave.Name = "button_GpsTestSave";
- this.button_GpsTestSave.Size = new System.Drawing.Size(272, 58);
- this.button_GpsTestSave.TabIndex = 89;
- this.button_GpsTestSave.Text = "SAVE";
- this.button_GpsTestSave.UseVisualStyleBackColor = false;
- this.button_GpsTestSave.Click += new System.EventHandler(this.button_GpsTestSave_Click);
- //
- // richTextBox_Gps
- //
- this.richTextBox_Gps.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.richTextBox_Gps.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.richTextBox_Gps.ForeColor = System.Drawing.Color.Yellow;
- this.richTextBox_Gps.Location = new System.Drawing.Point(26, 67);
- this.richTextBox_Gps.Name = "richTextBox_Gps";
- this.richTextBox_Gps.Size = new System.Drawing.Size(1167, 500);
- this.richTextBox_Gps.TabIndex = 26;
- this.richTextBox_Gps.Text = "";
- //
- // checkBox_GPGSV
- //
- this.checkBox_GPGSV.AutoSize = true;
- this.checkBox_GPGSV.Location = new System.Drawing.Point(26, 573);
- this.checkBox_GPGSV.Name = "checkBox_GPGSV";
- this.checkBox_GPGSV.Size = new System.Drawing.Size(106, 16);
- this.checkBox_GPGSV.TabIndex = 88;
- this.checkBox_GPGSV.Text = "GPGSV Mode";
- this.checkBox_GPGSV.UseVisualStyleBackColor = true;
- //
- // dataGridView_Gps
- //
- this.dataGridView_Gps.AllowUserToAddRows = false;
- this.dataGridView_Gps.BackgroundColor = System.Drawing.Color.Gray;
- this.dataGridView_Gps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView_Gps.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Gps_SerialNumber,
- this.dataGridViewTextBoxColumn8,
- this.LitmitMinimum,
- this.LitmitMaximum});
- this.dataGridView_Gps.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
- this.dataGridView_Gps.Location = new System.Drawing.Point(26, 3);
- this.dataGridView_Gps.Name = "dataGridView_Gps";
- this.dataGridView_Gps.RowTemplate.Height = 23;
- this.dataGridView_Gps.Size = new System.Drawing.Size(889, 56);
- this.dataGridView_Gps.TabIndex = 15;
- this.dataGridView_Gps.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_Gps_CellClick);
- this.dataGridView_Gps.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView_Gps_KeyDown);
- //
- // Gps_SerialNumber
- //
- this.Gps_SerialNumber.HeaderText = "생산번호";
- this.Gps_SerialNumber.Name = "Gps_SerialNumber";
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- //
- // LitmitMinimum
- //
- this.LitmitMinimum.HeaderText = "LitmitMinimum";
- this.LitmitMinimum.Name = "LitmitMinimum";
- //
- // LitmitMaximum
- //
- this.LitmitMaximum.HeaderText = "LitmitMaximum";
- this.LitmitMaximum.Name = "LitmitMaximum";
- //
- // panel_SensorTest
- //
- this.panel_SensorTest.Controls.Add(this.pictureBox_Check2);
- this.panel_SensorTest.Controls.Add(this.pictureBox_Check3);
- this.panel_SensorTest.Controls.Add(this.pictureBox_Check4);
- this.panel_SensorTest.Controls.Add(this.pictureBox_Check1);
- this.panel_SensorTest.Controls.Add(this.label5);
- this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck2);
- this.panel_SensorTest.Controls.Add(this.label4);
- this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck3);
- this.panel_SensorTest.Controls.Add(this.label3);
- this.panel_SensorTest.Controls.Add(this.richTextBox_Sensor);
- this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck4);
- this.panel_SensorTest.Controls.Add(this.pictureBox_UnCheck1);
- this.panel_SensorTest.Controls.Add(this.label2);
- this.panel_SensorTest.Controls.Add(this.dataGridView_Sensor);
- this.panel_SensorTest.Location = new System.Drawing.Point(149, 44);
- this.panel_SensorTest.Name = "panel_SensorTest";
- this.panel_SensorTest.Size = new System.Drawing.Size(1207, 599);
- this.panel_SensorTest.TabIndex = 27;
- //
- // pictureBox_Check2
- //
- this.pictureBox_Check2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check2.Image")));
- this.pictureBox_Check2.Location = new System.Drawing.Point(71, 206);
- this.pictureBox_Check2.Name = "pictureBox_Check2";
- this.pictureBox_Check2.Size = new System.Drawing.Size(50, 50);
- this.pictureBox_Check2.TabIndex = 30;
- this.pictureBox_Check2.TabStop = false;
- //
- // pictureBox_Check3
- //
- this.pictureBox_Check3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check3.Image")));
- this.pictureBox_Check3.Location = new System.Drawing.Point(68, 347);
- this.pictureBox_Check3.Name = "pictureBox_Check3";
- this.pictureBox_Check3.Size = new System.Drawing.Size(50, 50);
- this.pictureBox_Check3.TabIndex = 29;
- this.pictureBox_Check3.TabStop = false;
- //
- // pictureBox_Check4
- //
- this.pictureBox_Check4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check4.Image")));
- this.pictureBox_Check4.Location = new System.Drawing.Point(68, 490);
- this.pictureBox_Check4.Name = "pictureBox_Check4";
- this.pictureBox_Check4.Size = new System.Drawing.Size(50, 50);
- this.pictureBox_Check4.TabIndex = 28;
- this.pictureBox_Check4.TabStop = false;
- //
- // pictureBox_Check1
- //
- this.pictureBox_Check1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Check1.Image")));
- this.pictureBox_Check1.Location = new System.Drawing.Point(71, 67);
- this.pictureBox_Check1.Name = "pictureBox_Check1";
- this.pictureBox_Check1.Size = new System.Drawing.Size(50, 50);
- this.pictureBox_Check1.TabIndex = 27;
- this.pictureBox_Check1.TabStop = false;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
- this.label5.ForeColor = System.Drawing.Color.Yellow;
- this.label5.Location = new System.Drawing.Point(24, 217);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(47, 25);
- this.label5.TabIndex = 24;
- this.label5.Text = "2nd";
- //
- // pictureBox_UnCheck2
- //
- this.pictureBox_UnCheck2.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
- this.pictureBox_UnCheck2.Location = new System.Drawing.Point(71, 206);
- this.pictureBox_UnCheck2.Name = "pictureBox_UnCheck2";
- this.pictureBox_UnCheck2.Size = new System.Drawing.Size(50, 50);
- this.pictureBox_UnCheck2.TabIndex = 23;
- this.pictureBox_UnCheck2.TabStop = false;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
- this.label4.ForeColor = System.Drawing.Color.Yellow;
- this.label4.Location = new System.Drawing.Point(21, 359);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(42, 25);
- this.label4.TabIndex = 22;
- this.label4.Text = "3rd";
- //
- // pictureBox_UnCheck3
- //
- this.pictureBox_UnCheck3.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
- this.pictureBox_UnCheck3.Location = new System.Drawing.Point(68, 347);
- this.pictureBox_UnCheck3.Name = "pictureBox_UnCheck3";
- this.pictureBox_UnCheck3.Size = new System.Drawing.Size(50, 50);
- this.pictureBox_UnCheck3.TabIndex = 21;
- this.pictureBox_UnCheck3.TabStop = false;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
- this.label3.ForeColor = System.Drawing.Color.Yellow;
- this.label3.Location = new System.Drawing.Point(21, 501);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(42, 25);
- this.label3.TabIndex = 20;
- this.label3.Text = "4th";
- //
- // richTextBox_Sensor
- //
- this.richTextBox_Sensor.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.richTextBox_Sensor.Font = new System.Drawing.Font("나눔고딕", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.richTextBox_Sensor.ForeColor = System.Drawing.Color.Yellow;
- this.richTextBox_Sensor.Location = new System.Drawing.Point(132, 67);
- this.richTextBox_Sensor.Name = "richTextBox_Sensor";
- this.richTextBox_Sensor.Size = new System.Drawing.Size(1067, 500);
- this.richTextBox_Sensor.TabIndex = 26;
- this.richTextBox_Sensor.Text = "";
- //
- // pictureBox_UnCheck4
- //
- this.pictureBox_UnCheck4.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
- this.pictureBox_UnCheck4.Location = new System.Drawing.Point(68, 490);
- this.pictureBox_UnCheck4.Name = "pictureBox_UnCheck4";
- this.pictureBox_UnCheck4.Size = new System.Drawing.Size(50, 50);
- this.pictureBox_UnCheck4.TabIndex = 19;
- this.pictureBox_UnCheck4.TabStop = false;
- //
- // pictureBox_UnCheck1
- //
- this.pictureBox_UnCheck1.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
- this.pictureBox_UnCheck1.Location = new System.Drawing.Point(71, 67);
- this.pictureBox_UnCheck1.Name = "pictureBox_UnCheck1";
- this.pictureBox_UnCheck1.Size = new System.Drawing.Size(50, 50);
- this.pictureBox_UnCheck1.TabIndex = 16;
- this.pictureBox_UnCheck1.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold);
- this.label2.ForeColor = System.Drawing.Color.Yellow;
- this.label2.Location = new System.Drawing.Point(24, 78);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(39, 25);
- this.label2.TabIndex = 18;
- this.label2.Text = "1st";
- //
- // dataGridView_Sensor
- //
- this.dataGridView_Sensor.AllowUserToAddRows = false;
- this.dataGridView_Sensor.BackgroundColor = System.Drawing.Color.Gray;
- this.dataGridView_Sensor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView_Sensor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ProductNumber,
- this.SN,
- this.IMEI,
- this.Phone,
- this.USIM,
- this.Version,
- this.BatteryVoltage,
- this.SystemVoltage,
- this.Temp,
- this.BMA_X,
- this.BMA_Y,
- this.BMA_Z});
- this.dataGridView_Sensor.GridColor = System.Drawing.Color.Green;
- this.dataGridView_Sensor.Location = new System.Drawing.Point(20, 3);
- this.dataGridView_Sensor.Name = "dataGridView_Sensor";
- this.dataGridView_Sensor.RowTemplate.Height = 23;
- this.dataGridView_Sensor.Size = new System.Drawing.Size(1182, 58);
- this.dataGridView_Sensor.TabIndex = 15;
- //
- // ProductNumber
- //
- this.ProductNumber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.ProductNumber.HeaderText = "생산번호";
- this.ProductNumber.Name = "ProductNumber";
- this.ProductNumber.Width = 78;
- //
- // SN
- //
- this.SN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.SN.HeaderText = "일련번호";
- this.SN.Name = "SN";
- this.SN.Width = 78;
- //
- // IMEI
- //
- this.IMEI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.IMEI.HeaderText = "IMEI";
- this.IMEI.Name = "IMEI";
- this.IMEI.Width = 55;
- //
- // Phone
- //
- this.Phone.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.Phone.HeaderText = "Phone";
- this.Phone.Name = "Phone";
- this.Phone.Width = 66;
- //
- // USIM
- //
- this.USIM.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.USIM.HeaderText = "USIM";
- this.USIM.Name = "USIM";
- this.USIM.Width = 60;
- //
- // Version
- //
- this.Version.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.Version.HeaderText = "버전";
- this.Version.Name = "Version";
- this.Version.Width = 54;
- //
- // BatteryVoltage
- //
- this.BatteryVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.BatteryVoltage.HeaderText = "BatteryVoltage";
- this.BatteryVoltage.Name = "BatteryVoltage";
- this.BatteryVoltage.Width = 111;
- //
- // SystemVoltage
- //
- this.SystemVoltage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.SystemVoltage.HeaderText = "SystemVoltage";
- this.SystemVoltage.Name = "SystemVoltage";
- this.SystemVoltage.Width = 115;
- //
- // Temp
- //
- this.Temp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.Temp.HeaderText = "온도";
- this.Temp.Name = "Temp";
- this.Temp.Width = 54;
- //
- // BMA_X
- //
- this.BMA_X.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
- this.BMA_X.HeaderText = "가속도 X";
- this.BMA_X.Name = "BMA_X";
- this.BMA_X.Width = 78;
- //
- // BMA_Y
- //
- this.BMA_Y.HeaderText = "가속도 Y";
- this.BMA_Y.Name = "BMA_Y";
- //
- // BMA_Z
- //
- this.BMA_Z.HeaderText = "가속도 Z";
- this.BMA_Z.Name = "BMA_Z";
- //
- // panel_MergeMain
- //
- this.panel_MergeMain.Controls.Add(this.label7);
- this.panel_MergeMain.Controls.Add(this.label_Cnt);
- this.panel_MergeMain.Controls.Add(this.numericUpDown1);
- this.panel_MergeMain.Controls.Add(this.button_Merge);
- this.panel_MergeMain.Controls.Add(this.button_PrevFile);
- this.panel_MergeMain.Controls.Add(this.button_AfterFile);
- this.panel_MergeMain.Controls.Add(this.listBox_AfterFile);
- this.panel_MergeMain.Controls.Add(this.listBox_PreviousFile);
- this.panel_MergeMain.Controls.Add(this.progressBar_Merge);
- this.panel_MergeMain.Location = new System.Drawing.Point(160, 44);
- this.panel_MergeMain.Name = "panel_MergeMain";
- this.panel_MergeMain.Size = new System.Drawing.Size(1202, 599);
- this.panel_MergeMain.TabIndex = 88;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(119, 31);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(29, 12);
- this.label7.TabIndex = 7;
- this.label7.Text = "Line";
- //
- // label_Cnt
- //
- this.label_Cnt.AutoSize = true;
- this.label_Cnt.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
- this.label_Cnt.Location = new System.Drawing.Point(357, 25);
- this.label_Cnt.Name = "label_Cnt";
- this.label_Cnt.Size = new System.Drawing.Size(94, 19);
- this.label_Cnt.TabIndex = 6;
- this.label_Cnt.Text = "Count : 0";
- //
- // numericUpDown1
- //
- this.numericUpDown1.Location = new System.Drawing.Point(160, 26);
- this.numericUpDown1.Name = "numericUpDown1";
- this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
- this.numericUpDown1.TabIndex = 5;
- //
- // button_Merge
- //
- this.button_Merge.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
- this.button_Merge.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.button_Merge.Location = new System.Drawing.Point(23, 21);
- this.button_Merge.Name = "button_Merge";
- this.button_Merge.Size = new System.Drawing.Size(75, 38);
- this.button_Merge.TabIndex = 4;
- this.button_Merge.Text = "Merge";
- this.button_Merge.UseVisualStyleBackColor = false;
- this.button_Merge.Click += new System.EventHandler(this.button_Merge_Click);
- //
- // button_PrevFile
- //
- this.button_PrevFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.button_PrevFile.Location = new System.Drawing.Point(21, 65);
- this.button_PrevFile.Name = "button_PrevFile";
- this.button_PrevFile.Size = new System.Drawing.Size(75, 522);
- this.button_PrevFile.TabIndex = 3;
- this.button_PrevFile.Text = "PrevFind";
- this.button_PrevFile.UseVisualStyleBackColor = false;
- this.button_PrevFile.Click += new System.EventHandler(this.button_PrevFile_Click);
- //
- // button_AfterFile
- //
- this.button_AfterFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
- this.button_AfterFile.Location = new System.Drawing.Point(621, 63);
- this.button_AfterFile.Name = "button_AfterFile";
- this.button_AfterFile.Size = new System.Drawing.Size(75, 524);
- this.button_AfterFile.TabIndex = 3;
- this.button_AfterFile.Text = "AfterFile";
- this.button_AfterFile.UseVisualStyleBackColor = false;
- this.button_AfterFile.Click += new System.EventHandler(this.button_AfterFile_Click);
- //
- // listBox_AfterFile
- //
- this.listBox_AfterFile.FormattingEnabled = true;
- this.listBox_AfterFile.ItemHeight = 12;
- this.listBox_AfterFile.Location = new System.Drawing.Point(702, 67);
- this.listBox_AfterFile.Name = "listBox_AfterFile";
- this.listBox_AfterFile.Size = new System.Drawing.Size(486, 520);
- this.listBox_AfterFile.TabIndex = 2;
- //
- // listBox_PreviousFile
- //
- this.listBox_PreviousFile.FormattingEnabled = true;
- this.listBox_PreviousFile.ItemHeight = 12;
- this.listBox_PreviousFile.Location = new System.Drawing.Point(104, 67);
- this.listBox_PreviousFile.Name = "listBox_PreviousFile";
- this.listBox_PreviousFile.Size = new System.Drawing.Size(511, 520);
- this.listBox_PreviousFile.TabIndex = 2;
- //
- // progressBar_Merge
- //
- this.progressBar_Merge.Location = new System.Drawing.Point(621, 21);
- this.progressBar_Merge.Name = "progressBar_Merge";
- this.progressBar_Merge.Size = new System.Drawing.Size(567, 40);
- this.progressBar_Merge.TabIndex = 0;
- //
- // openFileDialog
- //
- this.openFileDialog.Multiselect = true;
- //
- // Main
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1354, 706);
- this.Controls.Add(this.panel_Main);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Main";
- this.Text = "APL Test Check";
- this.Load += new System.EventHandler(this.Main_Load);
- this.panel_Main.ResumeLayout(false);
- this.panel_Main.PerformLayout();
- this.panel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel_SnCheck.ResumeLayout(false);
- this.panel_SnCheck.PerformLayout();
- this.panel_Merge.ResumeLayout(false);
- this.panel_Merge.PerformLayout();
- this.groupBox9.ResumeLayout(false);
- this.groupBox9.PerformLayout();
- this.panel_Port.ResumeLayout(false);
- this.panel_Port.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
- this.panel_SensorMode.ResumeLayout(false);
- this.panel_SensorMode.PerformLayout();
- this.panel_Catm1Mode.ResumeLayout(false);
- this.panel_Catm1Mode.PerformLayout();
- this.panel_GpsMode.ResumeLayout(false);
- this.panel_GpsMode.PerformLayout();
- this.panel_Catm1Test.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Catm1)).EndInit();
- this.panel_SnCheckMain.ResumeLayout(false);
- this.panel_SnCheckMain.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Chk)).EndInit();
- this.panel_GpsTest.ResumeLayout(false);
- this.panel_GpsTest.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Gps)).EndInit();
- this.panel_SensorTest.ResumeLayout(false);
- this.panel_SensorTest.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Check1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_UnCheck1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Sensor)).EndInit();
- this.panel_MergeMain.ResumeLayout(false);
- this.panel_MergeMain.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.IO.Ports.SerialPort serialPort;
- private System.Windows.Forms.Panel panel_Main;
- private System.Windows.Forms.Panel panel_SensorTest;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.PictureBox pictureBox_UnCheck2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.PictureBox pictureBox_UnCheck3;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.RichTextBox richTextBox_Sensor;
- private System.Windows.Forms.PictureBox pictureBox_UnCheck4;
- private System.Windows.Forms.PictureBox pictureBox_UnCheck1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DataGridView dataGridView_Sensor;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox6;
- private System.Windows.Forms.Panel panel_SensorMode;
- private System.Windows.Forms.Panel panel_Catm1Mode;
- private System.Windows.Forms.Panel panel_GpsMode;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label_SensorTest;
- private System.Windows.Forms.Label label_Catm1Test;
- private System.Windows.Forms.Label label_GPSTest;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.GroupBox groupBox9;
- private System.Windows.Forms.ComboBox comboBox_Port;
- private System.Windows.Forms.ComboBox comboBox_bps;
- private System.Windows.Forms.Label cmCom_Port;
- private System.Windows.Forms.Label cmBaudRate;
- private System.Windows.Forms.Panel panel_Port;
- private System.Windows.Forms.Label label_Port;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.PictureBox pictureBox5;
- private System.Windows.Forms.Panel panel_Catm1Test;
- private System.Windows.Forms.RichTextBox richTextBox_catm1;
- private System.Windows.Forms.DataGridView dataGridView_Catm1;
- private System.Windows.Forms.Panel panel_GpsTest;
- private System.Windows.Forms.RichTextBox richTextBox_Gps;
- private System.Windows.Forms.DataGridView dataGridView_Gps;
- private System.Windows.Forms.CheckBox checkBox_TerminalStop;
- private System.Windows.Forms.CheckBox checkBox_Edit;
- private System.Windows.Forms.PictureBox pictureBox_Check2;
- private System.Windows.Forms.PictureBox pictureBox_Check3;
- private System.Windows.Forms.PictureBox pictureBox_Check4;
- private System.Windows.Forms.PictureBox pictureBox_Check1;
- private System.Windows.Forms.Button button_Clear;
- private System.Windows.Forms.CheckBox checkBox_GPGSV;
- private System.Windows.Forms.Button button_GpsTestSave;
- private System.Windows.Forms.Button button_Path;
- private System.Windows.Forms.Panel panel_Merge;
- private System.Windows.Forms.Label label_Merge;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog_Mainpath;
- private System.Windows.Forms.Panel panel_SnCheck;
- private System.Windows.Forms.Label label_SnCheck;
- private System.Windows.Forms.Panel panel_MergeMain;
- private System.Windows.Forms.ProgressBar progressBar_Merge;
- private System.Windows.Forms.Button button_PrevFile;
- private System.Windows.Forms.Button button_AfterFile;
- private System.Windows.Forms.ListBox listBox_AfterFile;
- private System.Windows.Forms.ListBox listBox_PreviousFile;
- private System.Windows.Forms.OpenFileDialog openFileDialog;
- private System.Windows.Forms.Panel panel_SnCheckMain;
- private System.Windows.Forms.DataGridView dataGridView_Chk;
- private System.Windows.Forms.Button button_FileFindLoad;
- private System.Windows.Forms.ProgressBar progressBar2;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn SN;
- private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
- private System.Windows.Forms.DataGridViewTextBoxColumn Phone;
- private System.Windows.Forms.DataGridViewTextBoxColumn USIM;
- private System.Windows.Forms.DataGridViewTextBoxColumn Version;
- private System.Windows.Forms.DataGridViewTextBoxColumn BatteryVoltage;
- private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltage;
- private System.Windows.Forms.DataGridViewTextBoxColumn Temp;
- private System.Windows.Forms.DataGridViewTextBoxColumn BMA_X;
- private System.Windows.Forms.DataGridViewTextBoxColumn BMA_Y;
- private System.Windows.Forms.DataGridViewTextBoxColumn BMA_Z;
- private System.Windows.Forms.Button button_Merge;
- private System.Windows.Forms.Label label_Cnt;
- private System.Windows.Forms.NumericUpDown numericUpDown1;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button button_ChkStart;
- private System.Windows.Forms.Label label_Diff;
- private System.Windows.Forms.Label label_Duplicate;
- private System.Windows.Forms.ListBox listBox_Diff;
- private System.Windows.Forms.ListBox listBox_SNDuplicate;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.ListBox listBox_ProductDuplicate;
- private System.Windows.Forms.Button button_DiffClear;
- private System.Windows.Forms.Button button_DuplicateClear;
- private System.Windows.Forms.Button button_SNClear;
- private System.Windows.Forms.DataGridViewTextBoxColumn Gps_SerialNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn LitmitMinimum;
- private System.Windows.Forms.DataGridViewTextBoxColumn LitmitMaximum;
- private System.Windows.Forms.DataGridViewTextBoxColumn Catm1_SerialNumber;
- private System.Windows.Forms.DataGridViewTextBoxColumn Modem_Ver;
- private System.Windows.Forms.DataGridViewTextBoxColumn RSRP;
- private System.Windows.Forms.DataGridViewTextBoxColumn RSRQ;
- }
- }
|