agv 노드 정보 정리 세분화
This commit is contained in:
590
Cs_HMI/Project/ViewForm/fManual.Designer.cs
generated
590
Cs_HMI/Project/ViewForm/fManual.Designer.cs
generated
@@ -41,46 +41,45 @@
|
||||
this.btErrReset = new System.Windows.Forms.Button();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||||
this.btBack180 = new System.Windows.Forms.Button();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.btRight180 = new System.Windows.Forms.Button();
|
||||
this.panel10 = new System.Windows.Forms.Panel();
|
||||
this.btLeft180 = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.radpbs2 = new AGVControl.MyRadioButton();
|
||||
this.panel9 = new System.Windows.Forms.Panel();
|
||||
this.radpbs1 = new AGVControl.MyRadioButton();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.radpbs0 = new AGVControl.MyRadioButton();
|
||||
this.grpSpeed = new System.Windows.Forms.GroupBox();
|
||||
this.radspdh = new AGVControl.MyRadioButton();
|
||||
this.panel8 = new System.Windows.Forms.Panel();
|
||||
this.radspdm = new AGVControl.MyRadioButton();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.radspdl = new AGVControl.MyRadioButton();
|
||||
this.grpBunki = new System.Windows.Forms.GroupBox();
|
||||
this.radright = new AGVControl.MyRadioButton();
|
||||
this.panel7 = new System.Windows.Forms.Panel();
|
||||
this.radstrai = new AGVControl.MyRadioButton();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.radleft = new AGVControl.MyRadioButton();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.arLabel1 = new arCtl.arLabel();
|
||||
this.panel12 = new System.Windows.Forms.Panel();
|
||||
this.radbackward = new AGVControl.MyRadioButton();
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.radforward = new AGVControl.MyRadioButton();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.radpbs2 = new AGVControl.MyRadioButton();
|
||||
this.radpbs1 = new AGVControl.MyRadioButton();
|
||||
this.radpbs0 = new AGVControl.MyRadioButton();
|
||||
this.radspdh = new AGVControl.MyRadioButton();
|
||||
this.radspdm = new AGVControl.MyRadioButton();
|
||||
this.radspdl = new AGVControl.MyRadioButton();
|
||||
this.radright = new AGVControl.MyRadioButton();
|
||||
this.radstrai = new AGVControl.MyRadioButton();
|
||||
this.radleft = new AGVControl.MyRadioButton();
|
||||
this.radbackward = new AGVControl.MyRadioButton();
|
||||
this.radforward = new AGVControl.MyRadioButton();
|
||||
this.guideSensor1 = new Narumi.UC.GuideSensor();
|
||||
this.btBack180 = new System.Windows.Forms.Button();
|
||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.groupBox3.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.grpSpeed.SuspendLayout();
|
||||
this.grpBunki.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.tableLayoutPanel2.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
@@ -105,7 +104,7 @@
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(604, 555);
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(604, 594);
|
||||
this.tableLayoutPanel1.TabIndex = 7;
|
||||
//
|
||||
// btStart
|
||||
@@ -125,7 +124,7 @@
|
||||
this.btStart.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
||||
this.btStart.GradientRepeatBG = false;
|
||||
this.btStart.isButton = true;
|
||||
this.btStart.Location = new System.Drawing.Point(204, 188);
|
||||
this.btStart.Location = new System.Drawing.Point(204, 201);
|
||||
this.btStart.MouseDownColor = System.Drawing.Color.Yellow;
|
||||
this.btStart.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.btStart.msg = new string[] {
|
||||
@@ -147,7 +146,7 @@
|
||||
this.btStart.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btStart.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btStart.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btStart.Size = new System.Drawing.Size(195, 179);
|
||||
this.btStart.Size = new System.Drawing.Size(195, 192);
|
||||
this.btStart.TabIndex = 6;
|
||||
this.btStart.Text = "RUN";
|
||||
this.btStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@@ -172,7 +171,7 @@
|
||||
this.btRight.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
||||
this.btRight.GradientRepeatBG = false;
|
||||
this.btRight.isButton = true;
|
||||
this.btRight.Location = new System.Drawing.Point(405, 188);
|
||||
this.btRight.Location = new System.Drawing.Point(405, 201);
|
||||
this.btRight.MouseDownColor = System.Drawing.Color.Yellow;
|
||||
this.btRight.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.btRight.msg = null;
|
||||
@@ -192,7 +191,7 @@
|
||||
this.btRight.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btRight.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btRight.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btRight.Size = new System.Drawing.Size(196, 179);
|
||||
this.btRight.Size = new System.Drawing.Size(196, 192);
|
||||
this.btRight.TabIndex = 0;
|
||||
this.btRight.Text = "좌회전";
|
||||
this.btRight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@@ -238,7 +237,7 @@
|
||||
this.btBack.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btBack.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btBack.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btBack.Size = new System.Drawing.Size(195, 179);
|
||||
this.btBack.Size = new System.Drawing.Size(195, 192);
|
||||
this.btBack.TabIndex = 0;
|
||||
this.btBack.Text = "후진";
|
||||
this.btBack.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@@ -263,7 +262,7 @@
|
||||
this.btForward.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
||||
this.btForward.GradientRepeatBG = false;
|
||||
this.btForward.isButton = true;
|
||||
this.btForward.Location = new System.Drawing.Point(204, 373);
|
||||
this.btForward.Location = new System.Drawing.Point(204, 399);
|
||||
this.btForward.MouseDownColor = System.Drawing.Color.Yellow;
|
||||
this.btForward.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.btForward.msg = null;
|
||||
@@ -283,7 +282,7 @@
|
||||
this.btForward.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btForward.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btForward.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btForward.Size = new System.Drawing.Size(195, 179);
|
||||
this.btForward.Size = new System.Drawing.Size(195, 192);
|
||||
this.btForward.TabIndex = 0;
|
||||
this.btForward.Text = "전진";
|
||||
this.btForward.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@@ -308,7 +307,7 @@
|
||||
this.btLeft.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
||||
this.btLeft.GradientRepeatBG = false;
|
||||
this.btLeft.isButton = true;
|
||||
this.btLeft.Location = new System.Drawing.Point(3, 188);
|
||||
this.btLeft.Location = new System.Drawing.Point(3, 201);
|
||||
this.btLeft.MouseDownColor = System.Drawing.Color.Yellow;
|
||||
this.btLeft.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.btLeft.msg = null;
|
||||
@@ -328,7 +327,7 @@
|
||||
this.btLeft.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btLeft.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btLeft.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btLeft.Size = new System.Drawing.Size(195, 179);
|
||||
this.btLeft.Size = new System.Drawing.Size(195, 192);
|
||||
this.btLeft.TabIndex = 0;
|
||||
this.btLeft.Text = "우회전";
|
||||
this.btLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@@ -342,7 +341,7 @@
|
||||
this.btMarkStop.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btMarkStop.Location = new System.Drawing.Point(3, 3);
|
||||
this.btMarkStop.Name = "btMarkStop";
|
||||
this.btMarkStop.Size = new System.Drawing.Size(195, 179);
|
||||
this.btMarkStop.Size = new System.Drawing.Size(195, 192);
|
||||
this.btMarkStop.TabIndex = 7;
|
||||
this.btMarkStop.Text = "마크정지";
|
||||
this.btMarkStop.UseVisualStyleBackColor = true;
|
||||
@@ -352,9 +351,9 @@
|
||||
//
|
||||
this.btchargeOff.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btchargeOff.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btchargeOff.Location = new System.Drawing.Point(405, 373);
|
||||
this.btchargeOff.Location = new System.Drawing.Point(405, 399);
|
||||
this.btchargeOff.Name = "btchargeOff";
|
||||
this.btchargeOff.Size = new System.Drawing.Size(196, 179);
|
||||
this.btchargeOff.Size = new System.Drawing.Size(196, 192);
|
||||
this.btchargeOff.TabIndex = 8;
|
||||
this.btchargeOff.Text = "충전해제";
|
||||
this.btchargeOff.UseVisualStyleBackColor = true;
|
||||
@@ -364,9 +363,9 @@
|
||||
//
|
||||
this.btChargeOn.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btChargeOn.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btChargeOn.Location = new System.Drawing.Point(3, 373);
|
||||
this.btChargeOn.Location = new System.Drawing.Point(3, 399);
|
||||
this.btChargeOn.Name = "btChargeOn";
|
||||
this.btChargeOn.Size = new System.Drawing.Size(195, 179);
|
||||
this.btChargeOn.Size = new System.Drawing.Size(195, 192);
|
||||
this.btChargeOn.TabIndex = 9;
|
||||
this.btChargeOn.Text = "충전";
|
||||
this.btChargeOn.UseVisualStyleBackColor = true;
|
||||
@@ -378,7 +377,7 @@
|
||||
this.btErrReset.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btErrReset.Location = new System.Drawing.Point(405, 3);
|
||||
this.btErrReset.Name = "btErrReset";
|
||||
this.btErrReset.Size = new System.Drawing.Size(196, 179);
|
||||
this.btErrReset.Size = new System.Drawing.Size(196, 192);
|
||||
this.btErrReset.TabIndex = 10;
|
||||
this.btErrReset.Text = "오류소거";
|
||||
this.btErrReset.UseVisualStyleBackColor = true;
|
||||
@@ -391,7 +390,7 @@
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.groupBox3);
|
||||
this.panel2.Controls.Add(this.tableLayoutPanel2);
|
||||
this.panel2.Controls.Add(this.button1);
|
||||
this.panel2.Controls.Add(this.groupBox1);
|
||||
this.panel2.Controls.Add(this.grpSpeed);
|
||||
@@ -400,79 +399,33 @@
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel2.Location = new System.Drawing.Point(607, 21);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(404, 517);
|
||||
this.panel2.Size = new System.Drawing.Size(404, 556);
|
||||
this.panel2.TabIndex = 9;
|
||||
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
|
||||
//
|
||||
// groupBox3
|
||||
//
|
||||
this.groupBox3.Controls.Add(this.btBack180);
|
||||
this.groupBox3.Controls.Add(this.panel1);
|
||||
this.groupBox3.Controls.Add(this.btRight180);
|
||||
this.groupBox3.Controls.Add(this.panel10);
|
||||
this.groupBox3.Controls.Add(this.btLeft180);
|
||||
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.groupBox3.Location = new System.Drawing.Point(0, 450);
|
||||
this.groupBox3.Name = "groupBox3";
|
||||
this.groupBox3.Padding = new System.Windows.Forms.Padding(10, 5, 5, 10);
|
||||
this.groupBox3.Size = new System.Drawing.Size(404, 67);
|
||||
this.groupBox3.TabIndex = 11;
|
||||
this.groupBox3.TabStop = false;
|
||||
//
|
||||
// btBack180
|
||||
//
|
||||
this.btBack180.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.btBack180.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btBack180.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btBack180.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.btBack180.ForeColor = System.Drawing.Color.Black;
|
||||
this.btBack180.Location = new System.Drawing.Point(270, 19);
|
||||
this.btBack180.Name = "btBack180";
|
||||
this.btBack180.Size = new System.Drawing.Size(129, 38);
|
||||
this.btBack180.TabIndex = 15;
|
||||
this.btBack180.Text = "백후 180도 회전";
|
||||
this.btBack180.UseVisualStyleBackColor = false;
|
||||
this.btBack180.Click += new System.EventHandler(this.btBack180_Click);
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.panel1.Location = new System.Drawing.Point(261, 19);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(9, 38);
|
||||
this.panel1.TabIndex = 14;
|
||||
//
|
||||
// btRight180
|
||||
//
|
||||
this.btRight180.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.btRight180.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.btRight180.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btRight180.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.btRight180.ForeColor = System.Drawing.Color.Black;
|
||||
this.btRight180.Location = new System.Drawing.Point(140, 19);
|
||||
this.btRight180.Location = new System.Drawing.Point(3, 62);
|
||||
this.btRight180.Name = "btRight180";
|
||||
this.btRight180.Size = new System.Drawing.Size(121, 38);
|
||||
this.btRight180.Size = new System.Drawing.Size(196, 53);
|
||||
this.btRight180.TabIndex = 6;
|
||||
this.btRight180.Text = "180도 우회전";
|
||||
this.btRight180.UseVisualStyleBackColor = false;
|
||||
this.btRight180.Click += new System.EventHandler(this.btRight180_Click);
|
||||
//
|
||||
// panel10
|
||||
//
|
||||
this.panel10.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.panel10.Location = new System.Drawing.Point(131, 19);
|
||||
this.panel10.Name = "panel10";
|
||||
this.panel10.Size = new System.Drawing.Size(9, 38);
|
||||
this.panel10.TabIndex = 12;
|
||||
//
|
||||
// btLeft180
|
||||
//
|
||||
this.btLeft180.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.btLeft180.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.btLeft180.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btLeft180.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.btLeft180.ForeColor = System.Drawing.Color.Black;
|
||||
this.btLeft180.Location = new System.Drawing.Point(10, 19);
|
||||
this.btLeft180.Location = new System.Drawing.Point(3, 3);
|
||||
this.btLeft180.Name = "btLeft180";
|
||||
this.btLeft180.Size = new System.Drawing.Size(121, 38);
|
||||
this.btLeft180.Size = new System.Drawing.Size(196, 53);
|
||||
this.btLeft180.TabIndex = 7;
|
||||
this.btLeft180.Text = "180도 좌회전";
|
||||
this.btLeft180.UseVisualStyleBackColor = false;
|
||||
@@ -484,7 +437,7 @@
|
||||
this.button1.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.button1.Location = new System.Drawing.Point(0, 380);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(404, 70);
|
||||
this.button1.Size = new System.Drawing.Size(404, 58);
|
||||
this.button1.TabIndex = 10;
|
||||
this.button1.Text = "설정 적용";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
@@ -506,25 +459,6 @@
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "근접센서(PBS)";
|
||||
//
|
||||
// radpbs2
|
||||
//
|
||||
this.radpbs2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radpbs2.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radpbs2.BorderRadius = 7;
|
||||
this.radpbs2.BorderSize = 2;
|
||||
this.radpbs2.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radpbs2.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radpbs2.CheckWidth = 30;
|
||||
this.radpbs2.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radpbs2.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radpbs2.Location = new System.Drawing.Point(278, 19);
|
||||
this.radpbs2.Name = "radpbs2";
|
||||
this.radpbs2.Size = new System.Drawing.Size(119, 66);
|
||||
this.radpbs2.TabIndex = 10;
|
||||
this.radpbs2.Text = "On(2)";
|
||||
this.radpbs2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radpbs2.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// panel9
|
||||
//
|
||||
this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
@@ -533,28 +467,6 @@
|
||||
this.panel9.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel9.TabIndex = 12;
|
||||
//
|
||||
// radpbs1
|
||||
//
|
||||
this.radpbs1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radpbs1.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radpbs1.BorderRadius = 7;
|
||||
this.radpbs1.BorderSize = 2;
|
||||
this.radpbs1.Checked = true;
|
||||
this.radpbs1.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radpbs1.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radpbs1.CheckWidth = 30;
|
||||
this.radpbs1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radpbs1.Font = new System.Drawing.Font("맑은 고딕", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radpbs1.ForeColor = System.Drawing.Color.Blue;
|
||||
this.radpbs1.Location = new System.Drawing.Point(144, 19);
|
||||
this.radpbs1.Name = "radpbs1";
|
||||
this.radpbs1.Size = new System.Drawing.Size(119, 66);
|
||||
this.radpbs1.TabIndex = 9;
|
||||
this.radpbs1.TabStop = true;
|
||||
this.radpbs1.Text = "On(1)";
|
||||
this.radpbs1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radpbs1.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
@@ -563,25 +475,6 @@
|
||||
this.panel3.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel3.TabIndex = 11;
|
||||
//
|
||||
// radpbs0
|
||||
//
|
||||
this.radpbs0.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radpbs0.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radpbs0.BorderRadius = 7;
|
||||
this.radpbs0.BorderSize = 2;
|
||||
this.radpbs0.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radpbs0.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radpbs0.CheckWidth = 30;
|
||||
this.radpbs0.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radpbs0.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radpbs0.Location = new System.Drawing.Point(10, 19);
|
||||
this.radpbs0.Name = "radpbs0";
|
||||
this.radpbs0.Size = new System.Drawing.Size(119, 66);
|
||||
this.radpbs0.TabIndex = 8;
|
||||
this.radpbs0.Text = "Off(0)";
|
||||
this.radpbs0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radpbs0.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// grpSpeed
|
||||
//
|
||||
this.grpSpeed.Controls.Add(this.radspdh);
|
||||
@@ -598,25 +491,6 @@
|
||||
this.grpSpeed.TabStop = false;
|
||||
this.grpSpeed.Text = "속도";
|
||||
//
|
||||
// radspdh
|
||||
//
|
||||
this.radspdh.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radspdh.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radspdh.BorderRadius = 7;
|
||||
this.radspdh.BorderSize = 2;
|
||||
this.radspdh.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radspdh.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radspdh.CheckWidth = 30;
|
||||
this.radspdh.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radspdh.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radspdh.Location = new System.Drawing.Point(278, 19);
|
||||
this.radspdh.Name = "radspdh";
|
||||
this.radspdh.Size = new System.Drawing.Size(119, 66);
|
||||
this.radspdh.TabIndex = 2;
|
||||
this.radspdh.Text = "고속";
|
||||
this.radspdh.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radspdh.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// panel8
|
||||
//
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
@@ -625,28 +499,6 @@
|
||||
this.panel8.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel8.TabIndex = 13;
|
||||
//
|
||||
// radspdm
|
||||
//
|
||||
this.radspdm.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radspdm.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radspdm.BorderRadius = 7;
|
||||
this.radspdm.BorderSize = 2;
|
||||
this.radspdm.Checked = true;
|
||||
this.radspdm.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radspdm.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radspdm.CheckWidth = 30;
|
||||
this.radspdm.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radspdm.Font = new System.Drawing.Font("맑은 고딕", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radspdm.ForeColor = System.Drawing.Color.Blue;
|
||||
this.radspdm.Location = new System.Drawing.Point(144, 19);
|
||||
this.radspdm.Name = "radspdm";
|
||||
this.radspdm.Size = new System.Drawing.Size(119, 66);
|
||||
this.radspdm.TabIndex = 1;
|
||||
this.radspdm.TabStop = true;
|
||||
this.radspdm.Text = "중속";
|
||||
this.radspdm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radspdm.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
@@ -655,25 +507,6 @@
|
||||
this.panel4.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel4.TabIndex = 12;
|
||||
//
|
||||
// radspdl
|
||||
//
|
||||
this.radspdl.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radspdl.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radspdl.BorderRadius = 7;
|
||||
this.radspdl.BorderSize = 2;
|
||||
this.radspdl.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radspdl.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radspdl.CheckWidth = 30;
|
||||
this.radspdl.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radspdl.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radspdl.Location = new System.Drawing.Point(10, 19);
|
||||
this.radspdl.Name = "radspdl";
|
||||
this.radspdl.Size = new System.Drawing.Size(119, 66);
|
||||
this.radspdl.TabIndex = 0;
|
||||
this.radspdl.Text = "저속";
|
||||
this.radspdl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radspdl.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// grpBunki
|
||||
//
|
||||
this.grpBunki.Controls.Add(this.radright);
|
||||
@@ -690,25 +523,6 @@
|
||||
this.grpBunki.TabStop = false;
|
||||
this.grpBunki.Text = "분기";
|
||||
//
|
||||
// radright
|
||||
//
|
||||
this.radright.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radright.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radright.BorderRadius = 7;
|
||||
this.radright.BorderSize = 2;
|
||||
this.radright.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radright.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radright.CheckWidth = 30;
|
||||
this.radright.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radright.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radright.Location = new System.Drawing.Point(278, 19);
|
||||
this.radright.Name = "radright";
|
||||
this.radright.Size = new System.Drawing.Size(119, 66);
|
||||
this.radright.TabIndex = 4;
|
||||
this.radright.Text = "우측";
|
||||
this.radright.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radright.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// panel7
|
||||
//
|
||||
this.panel7.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
@@ -717,28 +531,6 @@
|
||||
this.panel7.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel7.TabIndex = 13;
|
||||
//
|
||||
// radstrai
|
||||
//
|
||||
this.radstrai.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radstrai.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radstrai.BorderRadius = 7;
|
||||
this.radstrai.BorderSize = 2;
|
||||
this.radstrai.Checked = true;
|
||||
this.radstrai.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radstrai.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radstrai.CheckWidth = 30;
|
||||
this.radstrai.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radstrai.Font = new System.Drawing.Font("맑은 고딕", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radstrai.ForeColor = System.Drawing.Color.Blue;
|
||||
this.radstrai.Location = new System.Drawing.Point(144, 19);
|
||||
this.radstrai.Name = "radstrai";
|
||||
this.radstrai.Size = new System.Drawing.Size(119, 66);
|
||||
this.radstrai.TabIndex = 3;
|
||||
this.radstrai.TabStop = true;
|
||||
this.radstrai.Text = "직진";
|
||||
this.radstrai.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radstrai.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// panel5
|
||||
//
|
||||
this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
@@ -747,25 +539,6 @@
|
||||
this.panel5.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel5.TabIndex = 12;
|
||||
//
|
||||
// radleft
|
||||
//
|
||||
this.radleft.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radleft.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radleft.BorderRadius = 7;
|
||||
this.radleft.BorderSize = 2;
|
||||
this.radleft.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radleft.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radleft.CheckWidth = 30;
|
||||
this.radleft.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radleft.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radleft.Location = new System.Drawing.Point(10, 19);
|
||||
this.radleft.Name = "radleft";
|
||||
this.radleft.Size = new System.Drawing.Size(119, 66);
|
||||
this.radleft.TabIndex = 5;
|
||||
this.radleft.Text = "좌측";
|
||||
this.radleft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radleft.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.Controls.Add(this.arLabel1);
|
||||
@@ -837,6 +610,208 @@
|
||||
this.panel12.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel12.TabIndex = 14;
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.panel6.Location = new System.Drawing.Point(129, 19);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel6.TabIndex = 12;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.Color.Blue;
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.label1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(607, 577);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
||||
this.label1.Size = new System.Drawing.Size(404, 38);
|
||||
this.label1.TabIndex = 9;
|
||||
this.label1.Text = "----------";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// radpbs2
|
||||
//
|
||||
this.radpbs2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radpbs2.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radpbs2.BorderRadius = 7;
|
||||
this.radpbs2.BorderSize = 2;
|
||||
this.radpbs2.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radpbs2.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radpbs2.CheckWidth = 30;
|
||||
this.radpbs2.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radpbs2.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radpbs2.Location = new System.Drawing.Point(278, 19);
|
||||
this.radpbs2.Name = "radpbs2";
|
||||
this.radpbs2.Size = new System.Drawing.Size(119, 66);
|
||||
this.radpbs2.TabIndex = 10;
|
||||
this.radpbs2.Text = "On(2)";
|
||||
this.radpbs2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radpbs2.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radpbs1
|
||||
//
|
||||
this.radpbs1.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radpbs1.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radpbs1.BorderRadius = 7;
|
||||
this.radpbs1.BorderSize = 2;
|
||||
this.radpbs1.Checked = true;
|
||||
this.radpbs1.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radpbs1.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radpbs1.CheckWidth = 30;
|
||||
this.radpbs1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radpbs1.Font = new System.Drawing.Font("맑은 고딕", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radpbs1.ForeColor = System.Drawing.Color.Blue;
|
||||
this.radpbs1.Location = new System.Drawing.Point(144, 19);
|
||||
this.radpbs1.Name = "radpbs1";
|
||||
this.radpbs1.Size = new System.Drawing.Size(119, 66);
|
||||
this.radpbs1.TabIndex = 9;
|
||||
this.radpbs1.TabStop = true;
|
||||
this.radpbs1.Text = "On(1)";
|
||||
this.radpbs1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radpbs1.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radpbs0
|
||||
//
|
||||
this.radpbs0.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radpbs0.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radpbs0.BorderRadius = 7;
|
||||
this.radpbs0.BorderSize = 2;
|
||||
this.radpbs0.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radpbs0.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radpbs0.CheckWidth = 30;
|
||||
this.radpbs0.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radpbs0.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radpbs0.Location = new System.Drawing.Point(10, 19);
|
||||
this.radpbs0.Name = "radpbs0";
|
||||
this.radpbs0.Size = new System.Drawing.Size(119, 66);
|
||||
this.radpbs0.TabIndex = 8;
|
||||
this.radpbs0.Text = "Off(0)";
|
||||
this.radpbs0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radpbs0.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radspdh
|
||||
//
|
||||
this.radspdh.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radspdh.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radspdh.BorderRadius = 7;
|
||||
this.radspdh.BorderSize = 2;
|
||||
this.radspdh.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radspdh.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radspdh.CheckWidth = 30;
|
||||
this.radspdh.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radspdh.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radspdh.Location = new System.Drawing.Point(278, 19);
|
||||
this.radspdh.Name = "radspdh";
|
||||
this.radspdh.Size = new System.Drawing.Size(119, 66);
|
||||
this.radspdh.TabIndex = 2;
|
||||
this.radspdh.Text = "고속";
|
||||
this.radspdh.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radspdh.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radspdm
|
||||
//
|
||||
this.radspdm.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radspdm.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radspdm.BorderRadius = 7;
|
||||
this.radspdm.BorderSize = 2;
|
||||
this.radspdm.Checked = true;
|
||||
this.radspdm.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radspdm.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radspdm.CheckWidth = 30;
|
||||
this.radspdm.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radspdm.Font = new System.Drawing.Font("맑은 고딕", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radspdm.ForeColor = System.Drawing.Color.Blue;
|
||||
this.radspdm.Location = new System.Drawing.Point(144, 19);
|
||||
this.radspdm.Name = "radspdm";
|
||||
this.radspdm.Size = new System.Drawing.Size(119, 66);
|
||||
this.radspdm.TabIndex = 1;
|
||||
this.radspdm.TabStop = true;
|
||||
this.radspdm.Text = "중속";
|
||||
this.radspdm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radspdm.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radspdl
|
||||
//
|
||||
this.radspdl.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radspdl.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radspdl.BorderRadius = 7;
|
||||
this.radspdl.BorderSize = 2;
|
||||
this.radspdl.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radspdl.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radspdl.CheckWidth = 30;
|
||||
this.radspdl.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radspdl.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radspdl.Location = new System.Drawing.Point(10, 19);
|
||||
this.radspdl.Name = "radspdl";
|
||||
this.radspdl.Size = new System.Drawing.Size(119, 66);
|
||||
this.radspdl.TabIndex = 0;
|
||||
this.radspdl.Text = "저속";
|
||||
this.radspdl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radspdl.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radright
|
||||
//
|
||||
this.radright.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radright.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radright.BorderRadius = 7;
|
||||
this.radright.BorderSize = 2;
|
||||
this.radright.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radright.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radright.CheckWidth = 30;
|
||||
this.radright.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radright.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radright.Location = new System.Drawing.Point(278, 19);
|
||||
this.radright.Name = "radright";
|
||||
this.radright.Size = new System.Drawing.Size(119, 66);
|
||||
this.radright.TabIndex = 4;
|
||||
this.radright.Text = "우측";
|
||||
this.radright.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radright.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radstrai
|
||||
//
|
||||
this.radstrai.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radstrai.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radstrai.BorderRadius = 7;
|
||||
this.radstrai.BorderSize = 2;
|
||||
this.radstrai.Checked = true;
|
||||
this.radstrai.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radstrai.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radstrai.CheckWidth = 30;
|
||||
this.radstrai.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radstrai.Font = new System.Drawing.Font("맑은 고딕", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radstrai.ForeColor = System.Drawing.Color.Blue;
|
||||
this.radstrai.Location = new System.Drawing.Point(144, 19);
|
||||
this.radstrai.Name = "radstrai";
|
||||
this.radstrai.Size = new System.Drawing.Size(119, 66);
|
||||
this.radstrai.TabIndex = 3;
|
||||
this.radstrai.TabStop = true;
|
||||
this.radstrai.Text = "직진";
|
||||
this.radstrai.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radstrai.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radleft
|
||||
//
|
||||
this.radleft.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.radleft.Bordercolor = System.Drawing.Color.DimGray;
|
||||
this.radleft.BorderRadius = 7;
|
||||
this.radleft.BorderSize = 2;
|
||||
this.radleft.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.radleft.CheckOnColor = System.Drawing.Color.LimeGreen;
|
||||
this.radleft.CheckWidth = 30;
|
||||
this.radleft.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.radleft.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.radleft.Location = new System.Drawing.Point(10, 19);
|
||||
this.radleft.Name = "radleft";
|
||||
this.radleft.Size = new System.Drawing.Size(119, 66);
|
||||
this.radleft.TabIndex = 5;
|
||||
this.radleft.Text = "좌측";
|
||||
this.radleft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radleft.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// radbackward
|
||||
//
|
||||
this.radbackward.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
@@ -856,14 +831,6 @@
|
||||
this.radbackward.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radbackward.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// panel6
|
||||
//
|
||||
this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.panel6.Location = new System.Drawing.Point(129, 19);
|
||||
this.panel6.Name = "panel6";
|
||||
this.panel6.Size = new System.Drawing.Size(15, 66);
|
||||
this.panel6.TabIndex = 12;
|
||||
//
|
||||
// radforward
|
||||
//
|
||||
this.radforward.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
@@ -886,20 +853,6 @@
|
||||
this.radforward.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.radforward.UseVisualStyleBackColor = false;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.Color.Blue;
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.label1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(607, 538);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
|
||||
this.label1.Size = new System.Drawing.Size(404, 38);
|
||||
this.label1.TabIndex = 9;
|
||||
this.label1.Text = "----------";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// guideSensor1
|
||||
//
|
||||
this.guideSensor1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
@@ -912,11 +865,59 @@
|
||||
this.guideSensor1.TabIndex = 8;
|
||||
this.guideSensor1.Text = "guideSensor1";
|
||||
//
|
||||
// btBack180
|
||||
//
|
||||
this.btBack180.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.btBack180.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btBack180.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.btBack180.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.btBack180.ForeColor = System.Drawing.Color.Black;
|
||||
this.btBack180.Location = new System.Drawing.Point(205, 3);
|
||||
this.btBack180.Name = "btBack180";
|
||||
this.btBack180.Size = new System.Drawing.Size(196, 53);
|
||||
this.btBack180.TabIndex = 15;
|
||||
this.btBack180.Text = "백후 180도 회전 (Left)";
|
||||
this.btBack180.UseVisualStyleBackColor = false;
|
||||
this.btBack180.Click += new System.EventHandler(this.btBack180_Click);
|
||||
//
|
||||
// tableLayoutPanel2
|
||||
//
|
||||
this.tableLayoutPanel2.ColumnCount = 2;
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel2.Controls.Add(this.btBack180, 1, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.btLeft180, 0, 0);
|
||||
this.tableLayoutPanel2.Controls.Add(this.btRight180, 0, 1);
|
||||
this.tableLayoutPanel2.Controls.Add(this.button2, 1, 1);
|
||||
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 438);
|
||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||
this.tableLayoutPanel2.RowCount = 2;
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel2.Size = new System.Drawing.Size(404, 118);
|
||||
this.tableLayoutPanel2.TabIndex = 12;
|
||||
//
|
||||
// button2
|
||||
//
|
||||
this.button2.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.button2.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.button2.ForeColor = System.Drawing.Color.Black;
|
||||
this.button2.Location = new System.Drawing.Point(205, 62);
|
||||
this.button2.Name = "button2";
|
||||
this.button2.Size = new System.Drawing.Size(196, 53);
|
||||
this.button2.TabIndex = 15;
|
||||
this.button2.Text = "백후 180도 회전(Right)";
|
||||
this.button2.UseVisualStyleBackColor = false;
|
||||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||||
//
|
||||
// fManual
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.BackColor = System.Drawing.Color.SlateGray;
|
||||
this.ClientSize = new System.Drawing.Size(1014, 579);
|
||||
this.ClientSize = new System.Drawing.Size(1014, 618);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
@@ -929,11 +930,11 @@
|
||||
this.VisibleChanged += new System.EventHandler(this.fManual_VisibleChanged);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.groupBox3.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.grpSpeed.ResumeLayout(false);
|
||||
this.grpBunki.ResumeLayout(false);
|
||||
this.groupBox2.ResumeLayout(false);
|
||||
this.tableLayoutPanel2.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -979,11 +980,10 @@
|
||||
private System.Windows.Forms.Button button1;
|
||||
private arCtl.arLabel arLabel1;
|
||||
private System.Windows.Forms.Panel panel12;
|
||||
private System.Windows.Forms.GroupBox groupBox3;
|
||||
private System.Windows.Forms.Button btBack180;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Button btRight180;
|
||||
private System.Windows.Forms.Panel panel10;
|
||||
private System.Windows.Forms.Button btLeft180;
|
||||
private System.Windows.Forms.Button btBack180;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
||||
private System.Windows.Forms.Button button2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user