namespace APL_TestCheck
{
partial class Main
{
///
/// 필수 디자이너 변수입니다.
///
private System.ComponentModel.IContainer components = null;
///
/// 사용 중인 모든 리소스를 정리합니다.
///
/// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
///
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
///
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.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.groupBox9 = new System.Windows.Forms.GroupBox();
this.panel3 = 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_GpsTest = new System.Windows.Forms.Panel();
this.richTextBox_Gps = new System.Windows.Forms.RichTextBox();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.Gps_SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel_SensorTest = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.label3 = new System.Windows.Forms.Label();
this.richTextBox_Sensor = new System.Windows.Forms.RichTextBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.SerialNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Version = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IMEI = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.USIM = 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 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel_Catm1Test = new System.Windows.Forms.Panel();
this.richTextBox_catm1 = new System.Windows.Forms.RichTextBox();
this.dataGridView3 = 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.panel_Main.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
this.panel1.SuspendLayout();
this.groupBox9.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
this.panel_SensorMode.SuspendLayout();
this.panel_Catm1Mode.SuspendLayout();
this.panel_GpsMode.SuspendLayout();
this.panel_GpsTest.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.panel_SensorTest.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel_Catm1Test.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
this.SuspendLayout();
//
// serialPort
//
this.serialPort.BaudRate = 115200;
//
// panel_Main
//
this.panel_Main.BackColor = System.Drawing.Color.SkyBlue;
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_SensorTest);
this.panel_Main.Controls.Add(this.panel_Catm1Test);
this.panel_Main.Controls.Add(this.panel_GpsTest);
this.panel_Main.Location = new System.Drawing.Point(0, 0);
this.panel_Main.Name = "panel_Main";
this.panel_Main.Size = new System.Drawing.Size(930, 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);
//
// 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(940, 68);
this.panel4.TabIndex = 85;
//
// pictureBox5
//
this.pictureBox5.Image = global::APL_TestCheck.Properties.Resources.bluecell_logo;
this.pictureBox5.Location = new System.Drawing.Point(765, 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.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;
//
// groupBox9
//
this.groupBox9.Controls.Add(this.panel3);
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, 241);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(129, 281);
this.groupBox9.TabIndex = 85;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "Connection";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(200)))));
this.panel3.Controls.Add(this.label_Port);
this.panel3.Location = new System.Drawing.Point(9, 188);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(107, 41);
this.panel3.TabIndex = 93;
this.panel3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseClick);
//
// 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(14, 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.MouseClick += new System.Windows.Forms.MouseEventHandler(this.label_Port_MouseClick);
//
// 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(113, 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(113, 27);
this.comboBox_bps.TabIndex = 91;
//
// 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("맑은 고딕", 13F);
this.label_SensorTest.ForeColor = System.Drawing.Color.Snow;
this.label_SensorTest.Location = new System.Drawing.Point(16, 14);
this.label_SensorTest.Name = "label_SensorTest";
this.label_SensorTest.Size = new System.Drawing.Size(107, 25);
this.label_SensorTest.TabIndex = 31;
this.label_SensorTest.Text = "Sensor Test";
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("맑은 고딕", 13F);
this.label_Catm1Test.ForeColor = System.Drawing.Color.Snow;
this.label_Catm1Test.Location = new System.Drawing.Point(14, 14);
this.label_Catm1Test.Name = "label_Catm1Test";
this.label_Catm1Test.Size = new System.Drawing.Size(118, 25);
this.label_Catm1Test.TabIndex = 31;
this.label_Catm1Test.Text = "CAT M1 Test";
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("맑은 고딕", 13F);
this.label_GPSTest.ForeColor = System.Drawing.Color.Snow;
this.label_GPSTest.Location = new System.Drawing.Point(25, 14);
this.label_GPSTest.Name = "label_GPSTest";
this.label_GPSTest.Size = new System.Drawing.Size(90, 25);
this.label_GPSTest.TabIndex = 31;
this.label_GPSTest.Text = "GPS TEST";
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_GpsTest
//
this.panel_GpsTest.Controls.Add(this.richTextBox_Gps);
this.panel_GpsTest.Controls.Add(this.dataGridView2);
this.panel_GpsTest.Location = new System.Drawing.Point(149, 44);
this.panel_GpsTest.Name = "panel_GpsTest";
this.panel_GpsTest.Size = new System.Drawing.Size(777, 599);
this.panel_GpsTest.TabIndex = 86;
//
// 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(276, 3);
this.richTextBox_Gps.Name = "richTextBox_Gps";
this.richTextBox_Gps.Size = new System.Drawing.Size(489, 564);
this.richTextBox_Gps.TabIndex = 26;
this.richTextBox_Gps.Text = "";
//
// dataGridView2
//
this.dataGridView2.BackgroundColor = System.Drawing.Color.Gray;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Gps_SerialNumber,
this.dataGridViewTextBoxColumn8});
this.dataGridView2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
this.dataGridView2.Location = new System.Drawing.Point(21, 3);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(249, 564);
this.dataGridView2.TabIndex = 15;
//
// Gps_SerialNumber
//
this.Gps_SerialNumber.HeaderText = "SerialNumber";
this.Gps_SerialNumber.Name = "Gps_SerialNumber";
//
// dataGridViewTextBoxColumn8
//
this.dataGridViewTextBoxColumn8.HeaderText = "GPS SNR";
this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
//
// panel_SensorTest
//
this.panel_SensorTest.Controls.Add(this.label5);
this.panel_SensorTest.Controls.Add(this.pictureBox4);
this.panel_SensorTest.Controls.Add(this.label4);
this.panel_SensorTest.Controls.Add(this.pictureBox3);
this.panel_SensorTest.Controls.Add(this.label3);
this.panel_SensorTest.Controls.Add(this.richTextBox_Sensor);
this.panel_SensorTest.Controls.Add(this.pictureBox2);
this.panel_SensorTest.Controls.Add(this.pictureBox1);
this.panel_SensorTest.Controls.Add(this.label2);
this.panel_SensorTest.Controls.Add(this.dataGridView1);
this.panel_SensorTest.Location = new System.Drawing.Point(149, 44);
this.panel_SensorTest.Name = "panel_SensorTest";
this.panel_SensorTest.Size = new System.Drawing.Size(777, 599);
this.panel_SensorTest.TabIndex = 27;
//
// 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(21, 427);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 25);
this.label5.TabIndex = 24;
this.label5.Text = "2nd";
//
// pictureBox4
//
this.pictureBox4.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
this.pictureBox4.Location = new System.Drawing.Point(65, 405);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(50, 50);
this.pictureBox4.TabIndex = 23;
this.pictureBox4.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, 483);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(42, 25);
this.label4.TabIndex = 22;
this.label4.Text = "3rd";
//
// pictureBox3
//
this.pictureBox3.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
this.pictureBox3.Location = new System.Drawing.Point(65, 461);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(50, 50);
this.pictureBox3.TabIndex = 21;
this.pictureBox3.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, 539);
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, 349);
this.richTextBox_Sensor.Name = "richTextBox_Sensor";
this.richTextBox_Sensor.Size = new System.Drawing.Size(633, 218);
this.richTextBox_Sensor.TabIndex = 26;
this.richTextBox_Sensor.Text = "";
//
// pictureBox2
//
this.pictureBox2.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
this.pictureBox2.Location = new System.Drawing.Point(65, 517);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(50, 50);
this.pictureBox2.TabIndex = 19;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::APL_TestCheck.Properties.Resources.checked_50px;
this.pictureBox1.Location = new System.Drawing.Point(65, 349);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(50, 50);
this.pictureBox1.TabIndex = 16;
this.pictureBox1.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(21, 371);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(39, 25);
this.label2.TabIndex = 18;
this.label2.Text = "1st";
//
// dataGridView1
//
this.dataGridView1.BackgroundColor = System.Drawing.Color.Gray;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.SerialNumber,
this.Version,
this.IMEI,
this.USIM,
this.BatteryVoltage,
this.SystemVoltage,
this.Temp,
this.BMA});
this.dataGridView1.GridColor = System.Drawing.Color.Green;
this.dataGridView1.Location = new System.Drawing.Point(20, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(745, 323);
this.dataGridView1.TabIndex = 15;
//
// SerialNumber
//
this.SerialNumber.HeaderText = "SerialNumber";
this.SerialNumber.Name = "SerialNumber";
//
// Version
//
this.Version.HeaderText = "Version";
this.Version.Name = "Version";
//
// IMEI
//
this.IMEI.HeaderText = "IMEI";
this.IMEI.Name = "IMEI";
//
// USIM
//
this.USIM.HeaderText = "USIM";
this.USIM.Name = "USIM";
//
// BatteryVoltage
//
this.BatteryVoltage.HeaderText = "BatteryVoltage";
this.BatteryVoltage.Name = "BatteryVoltage";
//
// SystemVoltage
//
this.SystemVoltage.HeaderText = "SystemVoltage";
this.SystemVoltage.Name = "SystemVoltage";
//
// Temp
//
this.Temp.HeaderText = "Temp";
this.Temp.Name = "Temp";
this.Temp.Width = 50;
//
// BMA
//
this.BMA.HeaderText = "BMA";
this.BMA.Name = "BMA";
this.BMA.Width = 50;
//
// panel_Catm1Test
//
this.panel_Catm1Test.Controls.Add(this.richTextBox_catm1);
this.panel_Catm1Test.Controls.Add(this.dataGridView3);
this.panel_Catm1Test.Location = new System.Drawing.Point(149, 44);
this.panel_Catm1Test.Name = "panel_Catm1Test";
this.panel_Catm1Test.Size = new System.Drawing.Size(777, 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(384, 3);
this.richTextBox_catm1.Name = "richTextBox_catm1";
this.richTextBox_catm1.Size = new System.Drawing.Size(381, 564);
this.richTextBox_catm1.TabIndex = 26;
this.richTextBox_catm1.Text = "";
//
// dataGridView3
//
this.dataGridView3.BackgroundColor = System.Drawing.Color.Gray;
this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Catm1_SerialNumber,
this.Modem_Ver,
this.RSRP});
this.dataGridView3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(159)))), ((int)(((byte)(230)))));
this.dataGridView3.Location = new System.Drawing.Point(17, 3);
this.dataGridView3.Name = "dataGridView3";
this.dataGridView3.RowTemplate.Height = 23;
this.dataGridView3.Size = new System.Drawing.Size(346, 564);
this.dataGridView3.TabIndex = 15;
//
// Catm1_SerialNumber
//
this.Catm1_SerialNumber.HeaderText = "SerialNumber";
this.Catm1_SerialNumber.Name = "Catm1_SerialNumber";
//
// Modem_Ver
//
this.Modem_Ver.HeaderText = "Modem Ver";
this.Modem_Ver.Name = "Modem_Ver";
//
// RSRP
//
this.RSRP.HeaderText = "RSRP";
this.RSRP.Name = "RSRP";
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(925, 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.groupBox9.ResumeLayout(false);
this.groupBox9.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.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_GpsTest.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.panel_SensorTest.ResumeLayout(false);
this.panel_SensorTest.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel_Catm1Test.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).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 pictureBox4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RichTextBox richTextBox_Sensor;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn SerialNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn Version;
private System.Windows.Forms.DataGridViewTextBoxColumn IMEI;
private System.Windows.Forms.DataGridViewTextBoxColumn USIM;
private System.Windows.Forms.DataGridViewTextBoxColumn BatteryVoltage;
private System.Windows.Forms.DataGridViewTextBoxColumn SystemVoltage;
private System.Windows.Forms.DataGridViewTextBoxColumn Temp;
private System.Windows.Forms.DataGridViewTextBoxColumn BMA;
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 panel3;
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 dataGridView3;
private System.Windows.Forms.Panel panel_GpsTest;
private System.Windows.Forms.RichTextBox richTextBox_Gps;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.DataGridViewTextBoxColumn Gps_SerialNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn Catm1_SerialNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn Modem_Ver;
private System.Windows.Forms.DataGridViewTextBoxColumn RSRP;
}
}