namespace Test_ACS { partial class MainForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.grpConnection = new System.Windows.Forms.GroupBox(); this.btnRefresh = new System.Windows.Forms.Button(); this.btnConnect = new System.Windows.Forms.Button(); this.txtBaudRate = new System.Windows.Forms.TextBox(); this.cmbPort = new System.Windows.Forms.ComboBox(); this.lblBaudRate = new System.Windows.Forms.Label(); this.lblPort = new System.Windows.Forms.Label(); this.grpAGV = new System.Windows.Forms.GroupBox(); this.rbAGV2 = new System.Windows.Forms.RadioButton(); this.rbAGV1 = new System.Windows.Forms.RadioButton(); this.grpCommands = new System.Windows.Forms.GroupBox(); this.button11 = new System.Windows.Forms.Button(); this.button12 = new System.Windows.Forms.Button(); this.btnLiftStop = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.btnLiftDown = new System.Windows.Forms.Button(); this.btnLiftUp = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.radSpdL = new System.Windows.Forms.RadioButton(); this.radSpdM = new System.Windows.Forms.RadioButton(); this.radSpdH = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); this.radLidarOff = new System.Windows.Forms.RadioButton(); this.radLidarOn = new System.Windows.Forms.RadioButton(); this.button6 = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.radRight = new System.Windows.Forms.RadioButton(); this.radLeft = new System.Windows.Forms.RadioButton(); this.radStraight = new System.Windows.Forms.RadioButton(); this.panel1 = new System.Windows.Forms.Panel(); this.radForw = new System.Windows.Forms.RadioButton(); this.radBack = new System.Windows.Forms.RadioButton(); this.btAMove = new System.Windows.Forms.Button(); this.btnMarkStop = new System.Windows.Forms.Button(); this.grpManual = new System.Windows.Forms.GroupBox(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.btnReset = new System.Windows.Forms.Button(); this.btnStop = new System.Windows.Forms.Button(); this.btnGotoAlias = new System.Windows.Forms.Button(); this.btnGoto = new System.Windows.Forms.Button(); this.btnSetCurrent = new System.Windows.Forms.Button(); this.txtAlias = new System.Windows.Forms.ComboBox(); this.lblAlias = new System.Windows.Forms.Label(); this.txtRFID = new System.Windows.Forms.NumericUpDown(); this.lblRFID = new System.Windows.Forms.Label(); this.grpLogs = new System.Windows.Forms.GroupBox(); this.tabLogs = new System.Windows.Forms.TabControl(); this.tabRX = new System.Windows.Forms.TabPage(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.txtRxLog = new System.Windows.Forms.TextBox(); this.txtTxLog = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tabInfo = new System.Windows.Forms.TabPage(); this.txtInfoLog = new System.Windows.Forms.TextBox(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.grpAGVStatus = new System.Windows.Forms.GroupBox(); this.rtStatus = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.tbErCode = new System.Windows.Forms.TextBox(); this.tbErmsg = new System.Windows.Forms.TextBox(); this.button13 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button(); this.button15 = new System.Windows.Forms.Button(); this.button16 = new System.Windows.Forms.Button(); this.grpConnection.SuspendLayout(); this.grpAGV.SuspendLayout(); this.grpCommands.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.grpManual.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRFID)).BeginInit(); this.grpLogs.SuspendLayout(); this.tabLogs.SuspendLayout(); this.tabRX.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tabInfo.SuspendLayout(); this.tabPage1.SuspendLayout(); this.grpAGVStatus.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // grpConnection // this.grpConnection.Controls.Add(this.btnRefresh); this.grpConnection.Controls.Add(this.btnConnect); this.grpConnection.Controls.Add(this.txtBaudRate); this.grpConnection.Controls.Add(this.cmbPort); this.grpConnection.Controls.Add(this.lblBaudRate); this.grpConnection.Controls.Add(this.lblPort); this.grpConnection.Location = new System.Drawing.Point(12, 12); this.grpConnection.Name = "grpConnection"; this.grpConnection.Size = new System.Drawing.Size(260, 82); this.grpConnection.TabIndex = 0; this.grpConnection.TabStop = false; this.grpConnection.Text = "연결 설정"; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(179, 22); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(70, 23); this.btnRefresh.TabIndex = 5; this.btnRefresh.Text = "새로고침"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(179, 53); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(70, 21); this.btnConnect.TabIndex = 4; this.btnConnect.Text = "연결"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // txtBaudRate // this.txtBaudRate.Location = new System.Drawing.Point(85, 53); this.txtBaudRate.Name = "txtBaudRate"; this.txtBaudRate.Size = new System.Drawing.Size(88, 21); this.txtBaudRate.TabIndex = 3; this.txtBaudRate.Text = "9600"; this.txtBaudRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtBaudRate.TextChanged += new System.EventHandler(this.txtBaudRate_TextChanged); // // cmbPort // this.cmbPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbPort.FormattingEnabled = true; this.cmbPort.Location = new System.Drawing.Point(85, 23); this.cmbPort.Name = "cmbPort"; this.cmbPort.Size = new System.Drawing.Size(88, 20); this.cmbPort.TabIndex = 2; this.cmbPort.SelectedIndexChanged += new System.EventHandler(this.cmbPort_SelectedIndexChanged); // // lblBaudRate // this.lblBaudRate.AutoSize = true; this.lblBaudRate.Location = new System.Drawing.Point(15, 56); this.lblBaudRate.Name = "lblBaudRate"; this.lblBaudRate.Size = new System.Drawing.Size(57, 12); this.lblBaudRate.TabIndex = 1; this.lblBaudRate.Text = "보레이트:"; // // lblPort // this.lblPort.AutoSize = true; this.lblPort.Location = new System.Drawing.Point(15, 26); this.lblPort.Name = "lblPort"; this.lblPort.Size = new System.Drawing.Size(66, 12); this.lblPort.TabIndex = 0; this.lblPort.Text = "COM 포트:"; // // grpAGV // this.grpAGV.Controls.Add(this.rbAGV2); this.grpAGV.Controls.Add(this.rbAGV1); this.grpAGV.Location = new System.Drawing.Point(278, 12); this.grpAGV.Name = "grpAGV"; this.grpAGV.Size = new System.Drawing.Size(167, 82); this.grpAGV.TabIndex = 1; this.grpAGV.TabStop = false; this.grpAGV.Text = "AGV 선택"; // // rbAGV2 // this.rbAGV2.AutoSize = true; this.rbAGV2.Location = new System.Drawing.Point(20, 51); this.rbAGV2.Name = "rbAGV2"; this.rbAGV2.Size = new System.Drawing.Size(95, 16); this.rbAGV2.TabIndex = 1; this.rbAGV2.Text = "AGV2 (ID:12)"; this.rbAGV2.UseVisualStyleBackColor = true; this.rbAGV2.CheckedChanged += new System.EventHandler(this.rbAGV2_CheckedChanged); // // rbAGV1 // this.rbAGV1.AutoSize = true; this.rbAGV1.Checked = true; this.rbAGV1.Location = new System.Drawing.Point(20, 21); this.rbAGV1.Name = "rbAGV1"; this.rbAGV1.Size = new System.Drawing.Size(95, 16); this.rbAGV1.TabIndex = 0; this.rbAGV1.TabStop = true; this.rbAGV1.Text = "AGV1 (ID:11)"; this.rbAGV1.UseVisualStyleBackColor = true; this.rbAGV1.CheckedChanged += new System.EventHandler(this.rbAGV1_CheckedChanged); // // grpCommands // this.grpCommands.Controls.Add(this.button8); this.grpCommands.Controls.Add(this.button10); this.grpCommands.Controls.Add(this.button7); this.grpCommands.Controls.Add(this.button9); this.grpCommands.Controls.Add(this.groupBox2); this.grpCommands.Controls.Add(this.groupBox1); this.grpCommands.Controls.Add(this.grpManual); this.grpCommands.Controls.Add(this.btnReset); this.grpCommands.Controls.Add(this.btnStop); this.grpCommands.Controls.Add(this.btnGotoAlias); this.grpCommands.Controls.Add(this.btnGoto); this.grpCommands.Controls.Add(this.btnSetCurrent); this.grpCommands.Controls.Add(this.txtAlias); this.grpCommands.Controls.Add(this.lblAlias); this.grpCommands.Controls.Add(this.txtRFID); this.grpCommands.Controls.Add(this.lblRFID); this.grpCommands.Location = new System.Drawing.Point(12, 98); this.grpCommands.Name = "grpCommands"; this.grpCommands.Size = new System.Drawing.Size(433, 307); this.grpCommands.TabIndex = 2; this.grpCommands.TabStop = false; this.grpCommands.Text = "ACS 명령"; // // button11 // this.button11.Location = new System.Drawing.Point(451, 200); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(100, 43); this.button11.TabIndex = 18; this.button11.Text = "전자석 OFF"; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.button11_Click); // // button12 // this.button12.Location = new System.Drawing.Point(451, 155); this.button12.Name = "button12"; this.button12.Size = new System.Drawing.Size(100, 43); this.button12.TabIndex = 17; this.button12.Text = "전자석 ON"; this.button12.UseVisualStyleBackColor = true; this.button12.Click += new System.EventHandler(this.button12_Click); // // btnLiftStop // this.btnLiftStop.Location = new System.Drawing.Point(451, 110); this.btnLiftStop.Name = "btnLiftStop"; this.btnLiftStop.Size = new System.Drawing.Size(100, 43); this.btnLiftStop.TabIndex = 2; this.btnLiftStop.Text = "리프트 정지"; this.btnLiftStop.UseVisualStyleBackColor = true; this.btnLiftStop.Click += new System.EventHandler(this.btnLiftStop_Click); // // button8 // this.button8.Location = new System.Drawing.Point(102, 264); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(93, 35); this.button8.TabIndex = 14; this.button8.Text = "RT180"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // btnLiftDown // this.btnLiftDown.Location = new System.Drawing.Point(451, 65); this.btnLiftDown.Name = "btnLiftDown"; this.btnLiftDown.Size = new System.Drawing.Size(100, 43); this.btnLiftDown.TabIndex = 1; this.btnLiftDown.Text = "리프트 DN"; this.btnLiftDown.UseVisualStyleBackColor = true; this.btnLiftDown.Click += new System.EventHandler(this.btnLiftDown_Click); // // btnLiftUp // this.btnLiftUp.Location = new System.Drawing.Point(451, 20); this.btnLiftUp.Name = "btnLiftUp"; this.btnLiftUp.Size = new System.Drawing.Size(100, 43); this.btnLiftUp.TabIndex = 0; this.btnLiftUp.Text = "리프트 UP"; this.btnLiftUp.UseVisualStyleBackColor = true; this.btnLiftUp.Click += new System.EventHandler(this.btnLiftUp_Click); // // button10 // this.button10.Location = new System.Drawing.Point(102, 229); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(93, 35); this.button10.TabIndex = 16; this.button10.Text = "R-turn"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.button10_Click); // // button7 // this.button7.Location = new System.Drawing.Point(15, 264); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(85, 35); this.button7.TabIndex = 13; this.button7.Text = "LT180"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button9 // this.button9.Location = new System.Drawing.Point(15, 228); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(85, 35); this.button9.TabIndex = 15; this.button9.Text = "L-Turn"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.button9_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.radSpdL); this.groupBox2.Controls.Add(this.radSpdM); this.groupBox2.Controls.Add(this.radSpdH); this.groupBox2.Location = new System.Drawing.Point(146, 117); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(49, 106); this.groupBox2.TabIndex = 12; this.groupBox2.TabStop = false; this.groupBox2.Text = "속도"; this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter); // // radSpdL // this.radSpdL.AutoSize = true; this.radSpdL.Checked = true; this.radSpdL.Location = new System.Drawing.Point(9, 20); this.radSpdL.Name = "radSpdL"; this.radSpdL.Size = new System.Drawing.Size(30, 16); this.radSpdL.TabIndex = 7; this.radSpdL.TabStop = true; this.radSpdL.Tag = "0"; this.radSpdL.Text = "L"; this.radSpdL.UseVisualStyleBackColor = true; // // radSpdM // this.radSpdM.AutoSize = true; this.radSpdM.Location = new System.Drawing.Point(9, 47); this.radSpdM.Name = "radSpdM"; this.radSpdM.Size = new System.Drawing.Size(34, 16); this.radSpdM.TabIndex = 7; this.radSpdM.Tag = "1"; this.radSpdM.Text = "M"; this.radSpdM.UseVisualStyleBackColor = true; // // radSpdH // this.radSpdH.AutoSize = true; this.radSpdH.Location = new System.Drawing.Point(9, 74); this.radSpdH.Name = "radSpdH"; this.radSpdH.Size = new System.Drawing.Size(31, 16); this.radSpdH.TabIndex = 7; this.radSpdH.Tag = "2"; this.radSpdH.Text = "H"; this.radSpdH.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.panel3); this.groupBox1.Controls.Add(this.button6); this.groupBox1.Controls.Add(this.panel2); this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Controls.Add(this.btAMove); this.groupBox1.Controls.Add(this.btnMarkStop); this.groupBox1.Location = new System.Drawing.Point(201, 117); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(225, 183); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "자동 이동"; // // panel3 // this.panel3.Controls.Add(this.radLidarOff); this.panel3.Controls.Add(this.radLidarOn); this.panel3.Location = new System.Drawing.Point(10, 98); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(139, 33); this.panel3.TabIndex = 12; // // radLidarOff // this.radLidarOff.AutoSize = true; this.radLidarOff.Location = new System.Drawing.Point(60, 9); this.radLidarOff.Name = "radLidarOff"; this.radLidarOff.Size = new System.Drawing.Size(38, 16); this.radLidarOff.TabIndex = 0; this.radLidarOff.Text = "Off"; this.radLidarOff.UseVisualStyleBackColor = true; // // radLidarOn // this.radLidarOn.AutoSize = true; this.radLidarOn.Checked = true; this.radLidarOn.Location = new System.Drawing.Point(12, 9); this.radLidarOn.Name = "radLidarOn"; this.radLidarOn.Size = new System.Drawing.Size(39, 16); this.radLidarOn.TabIndex = 0; this.radLidarOn.TabStop = true; this.radLidarOn.Tag = "On"; this.radLidarOn.Text = "On"; this.radLidarOn.UseVisualStyleBackColor = true; // // button6 // this.button6.Location = new System.Drawing.Point(155, 94); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(65, 83); this.button6.TabIndex = 12; this.button6.Text = "정지"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // panel2 // this.panel2.Controls.Add(this.radRight); this.panel2.Controls.Add(this.radLeft); this.panel2.Controls.Add(this.radStraight); this.panel2.Location = new System.Drawing.Point(10, 59); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(139, 33); this.panel2.TabIndex = 11; // // radRight // this.radRight.AutoSize = true; this.radRight.Location = new System.Drawing.Point(93, 9); this.radRight.Name = "radRight"; this.radRight.Size = new System.Drawing.Size(31, 16); this.radRight.TabIndex = 1; this.radRight.Text = "R"; this.radRight.UseVisualStyleBackColor = true; // // radLeft // this.radLeft.AutoSize = true; this.radLeft.Checked = true; this.radLeft.Location = new System.Drawing.Point(51, 9); this.radLeft.Name = "radLeft"; this.radLeft.Size = new System.Drawing.Size(30, 16); this.radLeft.TabIndex = 0; this.radLeft.TabStop = true; this.radLeft.Text = "L"; this.radLeft.UseVisualStyleBackColor = true; // // radStraight // this.radStraight.AutoSize = true; this.radStraight.Location = new System.Drawing.Point(12, 9); this.radStraight.Name = "radStraight"; this.radStraight.Size = new System.Drawing.Size(31, 16); this.radStraight.TabIndex = 0; this.radStraight.Text = "S"; this.radStraight.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Controls.Add(this.radForw); this.panel1.Controls.Add(this.radBack); this.panel1.Location = new System.Drawing.Point(10, 20); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(139, 33); this.panel1.TabIndex = 10; // // radForw // this.radForw.AutoSize = true; this.radForw.Location = new System.Drawing.Point(51, 9); this.radForw.Name = "radForw"; this.radForw.Size = new System.Drawing.Size(30, 16); this.radForw.TabIndex = 0; this.radForw.Text = "F"; this.radForw.UseVisualStyleBackColor = true; // // radBack // this.radBack.AutoSize = true; this.radBack.Checked = true; this.radBack.Location = new System.Drawing.Point(12, 9); this.radBack.Name = "radBack"; this.radBack.Size = new System.Drawing.Size(31, 16); this.radBack.TabIndex = 0; this.radBack.TabStop = true; this.radBack.Text = "B"; this.radBack.UseVisualStyleBackColor = true; // // btAMove // this.btAMove.Location = new System.Drawing.Point(155, 16); this.btAMove.Name = "btAMove"; this.btAMove.Size = new System.Drawing.Size(65, 76); this.btAMove.TabIndex = 6; this.btAMove.Text = "실행"; this.btAMove.UseVisualStyleBackColor = true; this.btAMove.Click += new System.EventHandler(this.btAMove_Click); // // btnMarkStop // this.btnMarkStop.Location = new System.Drawing.Point(10, 137); this.btnMarkStop.Name = "btnMarkStop"; this.btnMarkStop.Size = new System.Drawing.Size(139, 40); this.btnMarkStop.TabIndex = 6; this.btnMarkStop.Text = "마크 정지"; this.btnMarkStop.UseVisualStyleBackColor = true; this.btnMarkStop.Click += new System.EventHandler(this.btnMarkStop_Click); // // grpManual // this.grpManual.Controls.Add(this.button5); this.grpManual.Controls.Add(this.button4); this.grpManual.Controls.Add(this.button3); this.grpManual.Controls.Add(this.button2); this.grpManual.Controls.Add(this.button1); this.grpManual.Location = new System.Drawing.Point(15, 117); this.grpManual.Name = "grpManual"; this.grpManual.Size = new System.Drawing.Size(125, 106); this.grpManual.TabIndex = 8; this.grpManual.TabStop = false; this.grpManual.Text = "수동 이동"; // // button5 // this.button5.Location = new System.Drawing.Point(43, 72); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(34, 27); this.button5.TabIndex = 12; this.button5.Tag = "1"; this.button5.Text = "F"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.btnManual_Click); // // button4 // this.button4.Location = new System.Drawing.Point(81, 44); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(34, 27); this.button4.TabIndex = 11; this.button4.Tag = "3"; this.button4.Text = "R"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.btnManual_Click); // // button3 // this.button3.Location = new System.Drawing.Point(8, 44); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(34, 27); this.button3.TabIndex = 10; this.button3.Tag = "2"; this.button3.Text = "L"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.btnManual_Click); // // button2 // this.button2.Location = new System.Drawing.Point(43, 44); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(34, 27); this.button2.TabIndex = 9; this.button2.Tag = "S"; this.button2.Text = "S"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(43, 14); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(34, 27); this.button1.TabIndex = 8; this.button1.Tag = "0"; this.button1.Text = "B"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnManual_Click); // // btnReset // this.btnReset.Location = new System.Drawing.Point(193, 81); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(228, 30); this.btnReset.TabIndex = 5; this.btnReset.Text = "에러 리셋"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // btnStop // this.btnStop.Location = new System.Drawing.Point(10, 81); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(177, 30); this.btnStop.TabIndex = 4; this.btnStop.Text = "정지"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // btnGotoAlias // this.btnGotoAlias.Location = new System.Drawing.Point(193, 47); this.btnGotoAlias.Name = "btnGotoAlias"; this.btnGotoAlias.Size = new System.Drawing.Size(228, 30); this.btnGotoAlias.TabIndex = 11; this.btnGotoAlias.Text = "별칭 이동 (GotoAlias)"; this.btnGotoAlias.UseVisualStyleBackColor = true; this.btnGotoAlias.Click += new System.EventHandler(this.btnGotoAlias_Click); // // btnGoto // this.btnGoto.Location = new System.Drawing.Point(193, 15); this.btnGoto.Name = "btnGoto"; this.btnGoto.Size = new System.Drawing.Size(154, 30); this.btnGoto.TabIndex = 3; this.btnGoto.Text = "RFID 이동 (Goto)"; this.btnGoto.UseVisualStyleBackColor = true; this.btnGoto.Click += new System.EventHandler(this.btnGoto_Click); // // btnSetCurrent // this.btnSetCurrent.Location = new System.Drawing.Point(351, 15); this.btnSetCurrent.Name = "btnSetCurrent"; this.btnSetCurrent.Size = new System.Drawing.Size(70, 30); this.btnSetCurrent.TabIndex = 2; this.btnSetCurrent.Text = "위치설정"; this.btnSetCurrent.UseVisualStyleBackColor = true; this.btnSetCurrent.Click += new System.EventHandler(this.btnSetCurrent_Click); // // txtAlias // this.txtAlias.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtAlias.Items.AddRange(new object[] { "LOADER", "UNLOADER", "CLEANNER", "CHARGER1", "CHARGER2"}); this.txtAlias.Location = new System.Drawing.Point(86, 49); this.txtAlias.Name = "txtAlias"; this.txtAlias.Size = new System.Drawing.Size(101, 27); this.txtAlias.TabIndex = 10; this.txtAlias.Text = "CHARGER1"; this.txtAlias.TextChanged += new System.EventHandler(this.txtAlias_TextChanged); // // lblAlias // this.lblAlias.AutoSize = true; this.lblAlias.Location = new System.Drawing.Point(8, 56); this.lblAlias.Name = "lblAlias"; this.lblAlias.Size = new System.Drawing.Size(71, 12); this.lblAlias.TabIndex = 9; this.lblAlias.Text = "별칭(Alias):"; // // txtRFID // this.txtRFID.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRFID.Location = new System.Drawing.Point(86, 17); this.txtRFID.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.txtRFID.Name = "txtRFID"; this.txtRFID.Size = new System.Drawing.Size(101, 26); this.txtRFID.TabIndex = 1; this.txtRFID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtRFID.Value = new decimal(new int[] { 1, 0, 0, 0}); this.txtRFID.TextChanged += new System.EventHandler(this.txtRFID_TextChanged); // // lblRFID // this.lblRFID.AutoSize = true; this.lblRFID.Location = new System.Drawing.Point(16, 24); this.lblRFID.Name = "lblRFID"; this.lblRFID.Size = new System.Drawing.Size(63, 12); this.lblRFID.TabIndex = 0; this.lblRFID.Text = "RFID 번호:"; // // grpLogs // this.grpLogs.Controls.Add(this.tabLogs); this.grpLogs.Location = new System.Drawing.Point(553, 12); this.grpLogs.Name = "grpLogs"; this.grpLogs.Size = new System.Drawing.Size(520, 602); this.grpLogs.TabIndex = 3; this.grpLogs.TabStop = false; this.grpLogs.Text = "로그"; // // tabLogs // this.tabLogs.Controls.Add(this.tabRX); this.tabLogs.Controls.Add(this.tabInfo); this.tabLogs.Controls.Add(this.tabPage1); this.tabLogs.Dock = System.Windows.Forms.DockStyle.Fill; this.tabLogs.Location = new System.Drawing.Point(3, 17); this.tabLogs.Name = "tabLogs"; this.tabLogs.SelectedIndex = 0; this.tabLogs.Size = new System.Drawing.Size(514, 582); this.tabLogs.TabIndex = 0; // // tabRX // this.tabRX.Controls.Add(this.tableLayoutPanel1); this.tabRX.Location = new System.Drawing.Point(4, 22); this.tabRX.Name = "tabRX"; this.tabRX.Padding = new System.Windows.Forms.Padding(3); this.tabRX.Size = new System.Drawing.Size(506, 556); this.tabRX.TabIndex = 1; this.tabRX.Text = "패킷"; this.tabRX.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.txtRxLog, 0, 3); this.tableLayoutPanel1.Controls.Add(this.txtTxLog, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(500, 550); this.tableLayoutPanel1.TabIndex = 1; // // txtRxLog // this.txtRxLog.Dock = System.Windows.Forms.DockStyle.Fill; this.txtRxLog.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRxLog.Location = new System.Drawing.Point(3, 298); this.txtRxLog.Multiline = true; this.txtRxLog.Name = "txtRxLog"; this.txtRxLog.ReadOnly = true; this.txtRxLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtRxLog.Size = new System.Drawing.Size(494, 249); this.txtRxLog.TabIndex = 0; this.txtRxLog.Text = "1"; // // txtTxLog // this.txtTxLog.Dock = System.Windows.Forms.DockStyle.Fill; this.txtTxLog.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTxLog.Location = new System.Drawing.Point(3, 23); this.txtTxLog.Multiline = true; this.txtTxLog.Name = "txtTxLog"; this.txtTxLog.ReadOnly = true; this.txtTxLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtTxLog.Size = new System.Drawing.Size(494, 249); this.txtTxLog.TabIndex = 0; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(3, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(494, 20); this.label1.TabIndex = 1; this.label1.Text = "Tx"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(3, 275); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(494, 20); this.label2.TabIndex = 1; this.label2.Text = "Rx"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tabInfo // this.tabInfo.Controls.Add(this.txtInfoLog); this.tabInfo.Location = new System.Drawing.Point(4, 22); this.tabInfo.Name = "tabInfo"; this.tabInfo.Size = new System.Drawing.Size(506, 556); this.tabInfo.TabIndex = 2; this.tabInfo.Text = "정보"; this.tabInfo.UseVisualStyleBackColor = true; // // txtInfoLog // this.txtInfoLog.Dock = System.Windows.Forms.DockStyle.Fill; this.txtInfoLog.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtInfoLog.Location = new System.Drawing.Point(0, 0); this.txtInfoLog.Multiline = true; this.txtInfoLog.Name = "txtInfoLog"; this.txtInfoLog.ReadOnly = true; this.txtInfoLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtInfoLog.Size = new System.Drawing.Size(506, 556); this.txtInfoLog.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.richTextBox1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(506, 556); this.tabPage1.TabIndex = 3; this.tabPage1.Text = "프레임구조"; this.tabPage1.UseVisualStyleBackColor = true; // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.Color.WhiteSmoke; this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Margin = new System.Windows.Forms.Padding(10); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(506, 556); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); // // grpAGVStatus // this.grpAGVStatus.Controls.Add(this.rtStatus); this.grpAGVStatus.Location = new System.Drawing.Point(12, 409); this.grpAGVStatus.Name = "grpAGVStatus"; this.grpAGVStatus.Size = new System.Drawing.Size(426, 120); this.grpAGVStatus.TabIndex = 4; this.grpAGVStatus.TabStop = false; this.grpAGVStatus.Text = "AGV 상태"; // // rtStatus // this.rtStatus.Dock = System.Windows.Forms.DockStyle.Fill; this.rtStatus.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rtStatus.Location = new System.Drawing.Point(3, 17); this.rtStatus.Multiline = true; this.rtStatus.Name = "rtStatus"; this.rtStatus.ReadOnly = true; this.rtStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.rtStatus.Size = new System.Drawing.Size(420, 100); this.rtStatus.TabIndex = 1; // // groupBox3 // this.groupBox3.Controls.Add(this.tbErCode); this.groupBox3.Controls.Add(this.tbErmsg); this.groupBox3.Location = new System.Drawing.Point(12, 535); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(535, 79); this.groupBox3.TabIndex = 16; this.groupBox3.TabStop = false; this.groupBox3.Text = "Error 상태"; // // tbErCode // this.tbErCode.Location = new System.Drawing.Point(6, 20); this.tbErCode.Name = "tbErCode"; this.tbErCode.Size = new System.Drawing.Size(523, 21); this.tbErCode.TabIndex = 3; // // tbErmsg // this.tbErmsg.Location = new System.Drawing.Point(7, 47); this.tbErmsg.Name = "tbErmsg"; this.tbErmsg.Size = new System.Drawing.Size(523, 21); this.tbErmsg.TabIndex = 2; // // button13 // this.button13.Location = new System.Drawing.Point(447, 476); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(100, 43); this.button13.TabIndex = 22; this.button13.Text = "Exit\r\nPick Off"; this.button13.UseVisualStyleBackColor = true; this.button13.Click += new System.EventHandler(this.button13_Click); // // button14 // this.button14.Location = new System.Drawing.Point(447, 431); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(100, 43); this.button14.TabIndex = 21; this.button14.Text = "Exit\r\nPick On"; this.button14.UseVisualStyleBackColor = true; this.button14.Click += new System.EventHandler(this.button14_Click); // // button15 // this.button15.Location = new System.Drawing.Point(447, 386); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(100, 43); this.button15.TabIndex = 20; this.button15.Text = "Enter\r\nPick Off"; this.button15.UseVisualStyleBackColor = true; this.button15.Click += new System.EventHandler(this.button15_Click); // // button16 // this.button16.Location = new System.Drawing.Point(447, 341); this.button16.Name = "button16"; this.button16.Size = new System.Drawing.Size(100, 43); this.button16.TabIndex = 19; this.button16.Text = "Enter\r\nPick On"; this.button16.UseVisualStyleBackColor = true; this.button16.Click += new System.EventHandler(this.button16_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1083, 621); this.Controls.Add(this.button13); this.Controls.Add(this.button14); this.Controls.Add(this.button15); this.Controls.Add(this.button16); this.Controls.Add(this.button11); this.Controls.Add(this.groupBox3); this.Controls.Add(this.button12); this.Controls.Add(this.grpAGVStatus); this.Controls.Add(this.btnLiftStop); this.Controls.Add(this.grpLogs); this.Controls.Add(this.grpCommands); this.Controls.Add(this.btnLiftDown); this.Controls.Add(this.grpAGV); this.Controls.Add(this.btnLiftUp); this.Controls.Add(this.grpConnection); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ACS 시뮬레이터 - ENIG AGV 테스트"; this.Load += new System.EventHandler(this.MainForm_Load); this.grpConnection.ResumeLayout(false); this.grpConnection.PerformLayout(); this.grpAGV.ResumeLayout(false); this.grpAGV.PerformLayout(); this.grpCommands.ResumeLayout(false); this.grpCommands.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.grpManual.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtRFID)).EndInit(); this.grpLogs.ResumeLayout(false); this.tabLogs.ResumeLayout(false); this.tabRX.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tabInfo.ResumeLayout(false); this.tabInfo.PerformLayout(); this.tabPage1.ResumeLayout(false); this.grpAGVStatus.ResumeLayout(false); this.grpAGVStatus.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox grpConnection; private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.TextBox txtBaudRate; private System.Windows.Forms.ComboBox cmbPort; private System.Windows.Forms.Label lblBaudRate; private System.Windows.Forms.Label lblPort; private System.Windows.Forms.GroupBox grpAGV; private System.Windows.Forms.RadioButton rbAGV2; private System.Windows.Forms.RadioButton rbAGV1; private System.Windows.Forms.GroupBox grpCommands; private System.Windows.Forms.Button btnSetCurrent; private System.Windows.Forms.NumericUpDown txtRFID; private System.Windows.Forms.Label lblRFID; private System.Windows.Forms.Button btnGoto; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.Button btnMarkStop; private System.Windows.Forms.GroupBox grpManual; private System.Windows.Forms.Button btnLiftStop; private System.Windows.Forms.Button btnLiftDown; private System.Windows.Forms.Button btnLiftUp; private System.Windows.Forms.GroupBox grpLogs; private System.Windows.Forms.TabControl tabLogs; private System.Windows.Forms.TextBox txtTxLog; private System.Windows.Forms.TabPage tabRX; private System.Windows.Forms.TextBox txtRxLog; private System.Windows.Forms.TabPage tabInfo; private System.Windows.Forms.TextBox txtInfoLog; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Button btnGotoAlias; private System.Windows.Forms.ComboBox txtAlias; private System.Windows.Forms.Label lblAlias; private System.Windows.Forms.GroupBox grpAGVStatus; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btAMove; private System.Windows.Forms.RadioButton radSpdH; private System.Windows.Forms.RadioButton radSpdM; private System.Windows.Forms.RadioButton radSpdL; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.RadioButton radRight; private System.Windows.Forms.RadioButton radLeft; private System.Windows.Forms.RadioButton radStraight; private System.Windows.Forms.RadioButton radForw; private System.Windows.Forms.RadioButton radBack; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button10; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.RadioButton radLidarOff; private System.Windows.Forms.RadioButton radLidarOn; private System.Windows.Forms.Button button11; private System.Windows.Forms.Button button12; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TextBox rtStatus; private System.Windows.Forms.TextBox tbErCode; private System.Windows.Forms.TextBox tbErmsg; private System.Windows.Forms.Button button13; private System.Windows.Forms.Button button14; private System.Windows.Forms.Button button15; private System.Windows.Forms.Button button16; } }