989 lines
58 KiB
C#
989 lines
58 KiB
C#
namespace Project.ViewForm
|
|
{
|
|
partial class fManual
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btStart = new arCtl.arLabel();
|
|
this.btRight = new arCtl.arLabel();
|
|
this.btBack = new arCtl.arLabel();
|
|
this.btForward = new arCtl.arLabel();
|
|
this.btLeft = new arCtl.arLabel();
|
|
this.btMarkStop = new System.Windows.Forms.Button();
|
|
this.btchargeOff = new System.Windows.Forms.Button();
|
|
this.btChargeOn = new System.Windows.Forms.Button();
|
|
this.btErrReset = new System.Windows.Forms.Button();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btRight180 = new System.Windows.Forms.Button();
|
|
this.btLeft180 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.panel9 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.grpSpeed = new System.Windows.Forms.GroupBox();
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.grpBunki = new System.Windows.Forms.GroupBox();
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.arLabel1 = new arCtl.arLabel();
|
|
this.panel12 = new System.Windows.Forms.Panel();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
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.groupBox1.SuspendLayout();
|
|
this.grpSpeed.SuspendLayout();
|
|
this.grpBunki.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.Controls.Add(this.btStart, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btRight, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btBack, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btForward, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btLeft, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btMarkStop, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btchargeOff, 2, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btChargeOn, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btErrReset, 2, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 21);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
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, 594);
|
|
this.tableLayoutPanel1.TabIndex = 7;
|
|
//
|
|
// btStart
|
|
//
|
|
this.btStart.BackColor = System.Drawing.Color.Gray;
|
|
this.btStart.BackColor2 = System.Drawing.Color.Black;
|
|
this.btStart.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.btStart.BorderColor = System.Drawing.Color.Black;
|
|
this.btStart.BorderColorOver = System.Drawing.Color.DarkBlue;
|
|
this.btStart.BorderSize = new System.Windows.Forms.Padding(1);
|
|
this.btStart.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.btStart.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btStart.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btStart.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btStart.ForeColor = System.Drawing.Color.White;
|
|
this.btStart.GradientEnable = true;
|
|
this.btStart.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.btStart.GradientRepeatBG = false;
|
|
this.btStart.isButton = true;
|
|
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[] {
|
|
"커버",
|
|
"UP"};
|
|
this.btStart.Name = "btStart";
|
|
this.btStart.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.btStart.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.btStart.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.btStart.ProgressEnable = false;
|
|
this.btStart.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.btStart.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.btStart.ProgressMax = 100F;
|
|
this.btStart.ProgressMin = 0F;
|
|
this.btStart.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.btStart.ProgressValue = 0F;
|
|
this.btStart.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.btStart.Sign = "";
|
|
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, 192);
|
|
this.btStart.TabIndex = 6;
|
|
this.btStart.Text = "RUN";
|
|
this.btStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btStart.TextShadow = true;
|
|
this.btStart.TextVisible = true;
|
|
this.btStart.Click += new System.EventHandler(this.arLabel11_Click);
|
|
//
|
|
// btRight
|
|
//
|
|
this.btRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(55)))), ((int)(((byte)(93)))));
|
|
this.btRight.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(36)))), ((int)(((byte)(64)))));
|
|
this.btRight.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.btRight.BorderColor = System.Drawing.Color.Black;
|
|
this.btRight.BorderColorOver = System.Drawing.Color.DarkBlue;
|
|
this.btRight.BorderSize = new System.Windows.Forms.Padding(1);
|
|
this.btRight.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.btRight.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btRight.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btRight.ForeColor = System.Drawing.Color.White;
|
|
this.btRight.GradientEnable = true;
|
|
this.btRight.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.btRight.GradientRepeatBG = false;
|
|
this.btRight.isButton = true;
|
|
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;
|
|
this.btRight.Name = "btRight";
|
|
this.btRight.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.btRight.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.btRight.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.btRight.ProgressEnable = false;
|
|
this.btRight.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.btRight.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.btRight.ProgressMax = 100F;
|
|
this.btRight.ProgressMin = 0F;
|
|
this.btRight.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.btRight.ProgressValue = 0F;
|
|
this.btRight.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.btRight.Sign = "";
|
|
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, 192);
|
|
this.btRight.TabIndex = 0;
|
|
this.btRight.Text = "좌회전";
|
|
this.btRight.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btRight.TextShadow = true;
|
|
this.btRight.TextVisible = true;
|
|
this.btRight.Click += new System.EventHandler(this.arLabel4_Click);
|
|
//
|
|
// btBack
|
|
//
|
|
this.btBack.AccessibleDescription = "";
|
|
this.btBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(55)))), ((int)(((byte)(93)))));
|
|
this.btBack.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(36)))), ((int)(((byte)(64)))));
|
|
this.btBack.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.btBack.BorderColor = System.Drawing.Color.Black;
|
|
this.btBack.BorderColorOver = System.Drawing.Color.DarkBlue;
|
|
this.btBack.BorderSize = new System.Windows.Forms.Padding(1);
|
|
this.btBack.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.btBack.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btBack.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btBack.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btBack.ForeColor = System.Drawing.Color.White;
|
|
this.btBack.GradientEnable = true;
|
|
this.btBack.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.btBack.GradientRepeatBG = false;
|
|
this.btBack.isButton = true;
|
|
this.btBack.Location = new System.Drawing.Point(204, 3);
|
|
this.btBack.MouseDownColor = System.Drawing.Color.Yellow;
|
|
this.btBack.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.btBack.msg = null;
|
|
this.btBack.Name = "btBack";
|
|
this.btBack.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.btBack.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.btBack.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.btBack.ProgressEnable = false;
|
|
this.btBack.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.btBack.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.btBack.ProgressMax = 100F;
|
|
this.btBack.ProgressMin = 0F;
|
|
this.btBack.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.btBack.ProgressValue = 0F;
|
|
this.btBack.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.btBack.Sign = "";
|
|
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, 192);
|
|
this.btBack.TabIndex = 0;
|
|
this.btBack.Text = "후진";
|
|
this.btBack.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btBack.TextShadow = true;
|
|
this.btBack.TextVisible = true;
|
|
this.btBack.Click += new System.EventHandler(this.arLabel1_Click);
|
|
//
|
|
// btForward
|
|
//
|
|
this.btForward.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(55)))), ((int)(((byte)(93)))));
|
|
this.btForward.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(36)))), ((int)(((byte)(64)))));
|
|
this.btForward.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.btForward.BorderColor = System.Drawing.Color.Black;
|
|
this.btForward.BorderColorOver = System.Drawing.Color.DarkBlue;
|
|
this.btForward.BorderSize = new System.Windows.Forms.Padding(1);
|
|
this.btForward.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.btForward.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btForward.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btForward.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btForward.ForeColor = System.Drawing.Color.White;
|
|
this.btForward.GradientEnable = true;
|
|
this.btForward.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.btForward.GradientRepeatBG = false;
|
|
this.btForward.isButton = true;
|
|
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;
|
|
this.btForward.Name = "btForward";
|
|
this.btForward.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.btForward.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.btForward.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.btForward.ProgressEnable = false;
|
|
this.btForward.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.btForward.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.btForward.ProgressMax = 100F;
|
|
this.btForward.ProgressMin = 0F;
|
|
this.btForward.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.btForward.ProgressValue = 0F;
|
|
this.btForward.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.btForward.Sign = "";
|
|
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, 192);
|
|
this.btForward.TabIndex = 0;
|
|
this.btForward.Text = "전진";
|
|
this.btForward.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btForward.TextShadow = true;
|
|
this.btForward.TextVisible = true;
|
|
this.btForward.Click += new System.EventHandler(this.arLabel2_Click);
|
|
//
|
|
// btLeft
|
|
//
|
|
this.btLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(55)))), ((int)(((byte)(93)))));
|
|
this.btLeft.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(36)))), ((int)(((byte)(64)))));
|
|
this.btLeft.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.btLeft.BorderColor = System.Drawing.Color.Black;
|
|
this.btLeft.BorderColorOver = System.Drawing.Color.DarkBlue;
|
|
this.btLeft.BorderSize = new System.Windows.Forms.Padding(1);
|
|
this.btLeft.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.btLeft.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btLeft.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btLeft.ForeColor = System.Drawing.Color.White;
|
|
this.btLeft.GradientEnable = true;
|
|
this.btLeft.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.btLeft.GradientRepeatBG = false;
|
|
this.btLeft.isButton = true;
|
|
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;
|
|
this.btLeft.Name = "btLeft";
|
|
this.btLeft.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.btLeft.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.btLeft.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.btLeft.ProgressEnable = false;
|
|
this.btLeft.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.btLeft.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.btLeft.ProgressMax = 100F;
|
|
this.btLeft.ProgressMin = 0F;
|
|
this.btLeft.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.btLeft.ProgressValue = 0F;
|
|
this.btLeft.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.btLeft.Sign = "";
|
|
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, 192);
|
|
this.btLeft.TabIndex = 0;
|
|
this.btLeft.Text = "우회전";
|
|
this.btLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btLeft.TextShadow = true;
|
|
this.btLeft.TextVisible = true;
|
|
this.btLeft.Click += new System.EventHandler(this.arLabel3_Click);
|
|
//
|
|
// btMarkStop
|
|
//
|
|
this.btMarkStop.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
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, 192);
|
|
this.btMarkStop.TabIndex = 7;
|
|
this.btMarkStop.Text = "마크정지";
|
|
this.btMarkStop.UseVisualStyleBackColor = true;
|
|
this.btMarkStop.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// btchargeOff
|
|
//
|
|
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, 399);
|
|
this.btchargeOff.Name = "btchargeOff";
|
|
this.btchargeOff.Size = new System.Drawing.Size(196, 192);
|
|
this.btchargeOff.TabIndex = 8;
|
|
this.btchargeOff.Text = "충전해제";
|
|
this.btchargeOff.UseVisualStyleBackColor = true;
|
|
this.btchargeOff.Click += new System.EventHandler(this.btchargeOff_Click);
|
|
//
|
|
// btChargeOn
|
|
//
|
|
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, 399);
|
|
this.btChargeOn.Name = "btChargeOn";
|
|
this.btChargeOn.Size = new System.Drawing.Size(195, 192);
|
|
this.btChargeOn.TabIndex = 9;
|
|
this.btChargeOn.Text = "충전";
|
|
this.btChargeOn.UseVisualStyleBackColor = true;
|
|
this.btChargeOn.Click += new System.EventHandler(this.btChargeOn_Click);
|
|
//
|
|
// btErrReset
|
|
//
|
|
this.btErrReset.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
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, 192);
|
|
this.btErrReset.TabIndex = 10;
|
|
this.btErrReset.Text = "오류소거";
|
|
this.btErrReset.UseVisualStyleBackColor = true;
|
|
this.btErrReset.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 250;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.tableLayoutPanel2);
|
|
this.panel2.Controls.Add(this.button1);
|
|
this.panel2.Controls.Add(this.groupBox1);
|
|
this.panel2.Controls.Add(this.grpSpeed);
|
|
this.panel2.Controls.Add(this.grpBunki);
|
|
this.panel2.Controls.Add(this.groupBox2);
|
|
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, 556);
|
|
this.panel2.TabIndex = 9;
|
|
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
|
|
//
|
|
// btRight180
|
|
//
|
|
this.btRight180.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
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(3, 62);
|
|
this.btRight180.Name = "btRight180";
|
|
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);
|
|
//
|
|
// btLeft180
|
|
//
|
|
this.btLeft180.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
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(3, 3);
|
|
this.btLeft180.Name = "btLeft180";
|
|
this.btLeft180.Size = new System.Drawing.Size(196, 53);
|
|
this.btLeft180.TabIndex = 7;
|
|
this.btLeft180.Text = "180도 좌회전";
|
|
this.btLeft180.UseVisualStyleBackColor = false;
|
|
this.btLeft180.Click += new System.EventHandler(this.btLeft180_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
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, 58);
|
|
this.button1.TabIndex = 10;
|
|
this.button1.Text = "설정 적용";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_2);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.radpbs2);
|
|
this.groupBox1.Controls.Add(this.panel9);
|
|
this.groupBox1.Controls.Add(this.radpbs1);
|
|
this.groupBox1.Controls.Add(this.panel3);
|
|
this.groupBox1.Controls.Add(this.radpbs0);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 285);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(10, 5, 5, 10);
|
|
this.groupBox1.Size = new System.Drawing.Size(404, 95);
|
|
this.groupBox1.TabIndex = 9;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "근접센서(PBS)";
|
|
//
|
|
// panel9
|
|
//
|
|
this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel9.Location = new System.Drawing.Point(263, 19);
|
|
this.panel9.Name = "panel9";
|
|
this.panel9.Size = new System.Drawing.Size(15, 66);
|
|
this.panel9.TabIndex = 12;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel3.Location = new System.Drawing.Point(129, 19);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(15, 66);
|
|
this.panel3.TabIndex = 11;
|
|
//
|
|
// grpSpeed
|
|
//
|
|
this.grpSpeed.Controls.Add(this.radspdh);
|
|
this.grpSpeed.Controls.Add(this.panel8);
|
|
this.grpSpeed.Controls.Add(this.radspdm);
|
|
this.grpSpeed.Controls.Add(this.panel4);
|
|
this.grpSpeed.Controls.Add(this.radspdl);
|
|
this.grpSpeed.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.grpSpeed.Location = new System.Drawing.Point(0, 190);
|
|
this.grpSpeed.Name = "grpSpeed";
|
|
this.grpSpeed.Padding = new System.Windows.Forms.Padding(10, 5, 5, 10);
|
|
this.grpSpeed.Size = new System.Drawing.Size(404, 95);
|
|
this.grpSpeed.TabIndex = 0;
|
|
this.grpSpeed.TabStop = false;
|
|
this.grpSpeed.Text = "속도";
|
|
//
|
|
// panel8
|
|
//
|
|
this.panel8.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel8.Location = new System.Drawing.Point(263, 19);
|
|
this.panel8.Name = "panel8";
|
|
this.panel8.Size = new System.Drawing.Size(15, 66);
|
|
this.panel8.TabIndex = 13;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel4.Location = new System.Drawing.Point(129, 19);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(15, 66);
|
|
this.panel4.TabIndex = 12;
|
|
//
|
|
// grpBunki
|
|
//
|
|
this.grpBunki.Controls.Add(this.radright);
|
|
this.grpBunki.Controls.Add(this.panel7);
|
|
this.grpBunki.Controls.Add(this.radstrai);
|
|
this.grpBunki.Controls.Add(this.panel5);
|
|
this.grpBunki.Controls.Add(this.radleft);
|
|
this.grpBunki.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.grpBunki.Location = new System.Drawing.Point(0, 95);
|
|
this.grpBunki.Name = "grpBunki";
|
|
this.grpBunki.Padding = new System.Windows.Forms.Padding(10, 5, 5, 10);
|
|
this.grpBunki.Size = new System.Drawing.Size(404, 95);
|
|
this.grpBunki.TabIndex = 1;
|
|
this.grpBunki.TabStop = false;
|
|
this.grpBunki.Text = "분기";
|
|
//
|
|
// panel7
|
|
//
|
|
this.panel7.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel7.Location = new System.Drawing.Point(263, 19);
|
|
this.panel7.Name = "panel7";
|
|
this.panel7.Size = new System.Drawing.Size(15, 66);
|
|
this.panel7.TabIndex = 13;
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel5.Location = new System.Drawing.Point(129, 19);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(15, 66);
|
|
this.panel5.TabIndex = 12;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.arLabel1);
|
|
this.groupBox2.Controls.Add(this.panel12);
|
|
this.groupBox2.Controls.Add(this.radbackward);
|
|
this.groupBox2.Controls.Add(this.panel6);
|
|
this.groupBox2.Controls.Add(this.radforward);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(10, 5, 5, 10);
|
|
this.groupBox2.Size = new System.Drawing.Size(404, 95);
|
|
this.groupBox2.TabIndex = 3;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "방향";
|
|
//
|
|
// arLabel1
|
|
//
|
|
this.arLabel1.BackColor = System.Drawing.Color.Pink;
|
|
this.arLabel1.BackColor2 = System.Drawing.Color.Tomato;
|
|
this.arLabel1.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
|
|
this.arLabel1.BorderColor = System.Drawing.Color.Black;
|
|
this.arLabel1.BorderColorOver = System.Drawing.Color.DarkBlue;
|
|
this.arLabel1.BorderSize = new System.Windows.Forms.Padding(1);
|
|
this.arLabel1.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
|
this.arLabel1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.arLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.arLabel1.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.arLabel1.ForeColor = System.Drawing.Color.White;
|
|
this.arLabel1.GradientEnable = true;
|
|
this.arLabel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
|
this.arLabel1.GradientRepeatBG = false;
|
|
this.arLabel1.isButton = true;
|
|
this.arLabel1.Location = new System.Drawing.Point(278, 19);
|
|
this.arLabel1.MouseDownColor = System.Drawing.Color.Yellow;
|
|
this.arLabel1.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.arLabel1.msg = new string[] {
|
|
"커버",
|
|
"UP"};
|
|
this.arLabel1.Name = "arLabel1";
|
|
this.arLabel1.ProgressBorderColor = System.Drawing.Color.Black;
|
|
this.arLabel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
|
|
this.arLabel1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
|
|
this.arLabel1.ProgressEnable = false;
|
|
this.arLabel1.ProgressFont = new System.Drawing.Font("Consolas", 10F);
|
|
this.arLabel1.ProgressForeColor = System.Drawing.Color.Black;
|
|
this.arLabel1.ProgressMax = 100F;
|
|
this.arLabel1.ProgressMin = 0F;
|
|
this.arLabel1.ProgressPadding = new System.Windows.Forms.Padding(0);
|
|
this.arLabel1.ProgressValue = 0F;
|
|
this.arLabel1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.arLabel1.Sign = "";
|
|
this.arLabel1.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
|
this.arLabel1.SignColor = System.Drawing.Color.Yellow;
|
|
this.arLabel1.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
|
this.arLabel1.Size = new System.Drawing.Size(121, 66);
|
|
this.arLabel1.TabIndex = 15;
|
|
this.arLabel1.Text = "주행속도";
|
|
this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.arLabel1.TextShadow = true;
|
|
this.arLabel1.TextVisible = true;
|
|
this.arLabel1.Click += new System.EventHandler(this.arLabel1_Click_1);
|
|
//
|
|
// panel12
|
|
//
|
|
this.panel12.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel12.Location = new System.Drawing.Point(263, 19);
|
|
this.panel12.Name = "panel12";
|
|
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;
|
|
this.radbackward.Bordercolor = System.Drawing.Color.DimGray;
|
|
this.radbackward.BorderRadius = 7;
|
|
this.radbackward.BorderSize = 2;
|
|
this.radbackward.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radbackward.CheckOnColor = System.Drawing.Color.LimeGreen;
|
|
this.radbackward.CheckWidth = 30;
|
|
this.radbackward.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.radbackward.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.radbackward.Location = new System.Drawing.Point(144, 19);
|
|
this.radbackward.Name = "radbackward";
|
|
this.radbackward.Size = new System.Drawing.Size(119, 66);
|
|
this.radbackward.TabIndex = 6;
|
|
this.radbackward.Text = "후진";
|
|
this.radbackward.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.radbackward.UseVisualStyleBackColor = false;
|
|
//
|
|
// radforward
|
|
//
|
|
this.radforward.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.radforward.Bordercolor = System.Drawing.Color.DimGray;
|
|
this.radforward.BorderRadius = 7;
|
|
this.radforward.BorderSize = 2;
|
|
this.radforward.Checked = true;
|
|
this.radforward.CheckOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.radforward.CheckOnColor = System.Drawing.Color.LimeGreen;
|
|
this.radforward.CheckWidth = 30;
|
|
this.radforward.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.radforward.Font = new System.Drawing.Font("맑은 고딕", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.radforward.ForeColor = System.Drawing.Color.Blue;
|
|
this.radforward.Location = new System.Drawing.Point(10, 19);
|
|
this.radforward.Name = "radforward";
|
|
this.radforward.Size = new System.Drawing.Size(119, 66);
|
|
this.radforward.TabIndex = 7;
|
|
this.radforward.TabStop = true;
|
|
this.radforward.Text = "전진";
|
|
this.radforward.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.radforward.UseVisualStyleBackColor = false;
|
|
//
|
|
// guideSensor1
|
|
//
|
|
this.guideSensor1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.guideSensor1.LMark = false;
|
|
this.guideSensor1.Location = new System.Drawing.Point(3, 3);
|
|
this.guideSensor1.Name = "guideSensor1";
|
|
this.guideSensor1.RMark = false;
|
|
this.guideSensor1.SensorValue = 0;
|
|
this.guideSensor1.Size = new System.Drawing.Size(1008, 18);
|
|
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, 618);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.guideSensor1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "fManual";
|
|
this.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Text = "fManual";
|
|
this.Load += new System.EventHandler(this.fManual_Load);
|
|
this.VisibleChanged += new System.EventHandler(this.fManual_VisibleChanged);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel2.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);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private arCtl.arLabel btBack;
|
|
private arCtl.arLabel btForward;
|
|
private arCtl.arLabel btLeft;
|
|
private arCtl.arLabel btRight;
|
|
private arCtl.arLabel btStart;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Button btMarkStop;
|
|
private System.Windows.Forms.Button btchargeOff;
|
|
private System.Windows.Forms.Button btChargeOn;
|
|
private Narumi.UC.GuideSensor guideSensor1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button btErrReset;
|
|
private System.Windows.Forms.GroupBox grpSpeed;
|
|
private System.Windows.Forms.GroupBox grpBunki;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private AGVControl.MyRadioButton radspdl;
|
|
private AGVControl.MyRadioButton radspdh;
|
|
private AGVControl.MyRadioButton radspdm;
|
|
private AGVControl.MyRadioButton radleft;
|
|
private AGVControl.MyRadioButton radright;
|
|
private AGVControl.MyRadioButton radstrai;
|
|
private AGVControl.MyRadioButton radbackward;
|
|
private AGVControl.MyRadioButton radforward;
|
|
private AGVControl.MyRadioButton radpbs0;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private AGVControl.MyRadioButton radpbs1;
|
|
private AGVControl.MyRadioButton radpbs2;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel9;
|
|
private System.Windows.Forms.Panel panel8;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Panel panel7;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Button button1;
|
|
private arCtl.arLabel arLabel1;
|
|
private System.Windows.Forms.Panel panel12;
|
|
private System.Windows.Forms.Button btRight180;
|
|
private System.Windows.Forms.Button btLeft180;
|
|
private System.Windows.Forms.Button btBack180;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |