2022-02-15 10:57:12 +00:00
|
|
|
|
namespace ITC81DB_0H.Controls
|
|
|
|
|
{
|
|
|
|
|
partial class ControlCenterSystemBLDCMotorSetting
|
|
|
|
|
{
|
|
|
|
|
/// <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 Component 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()
|
|
|
|
|
{
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2022-02-15 10:57:12 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemBLDCMotorSetting));
|
|
|
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.buttonStart = new SmartX.SmartButton();
|
|
|
|
|
this.smartGroupBox4 = new SmartX.SmartGroupBox();
|
|
|
|
|
this.smartListBox1 = new SmartX.SmartListBox();
|
|
|
|
|
this.buttonAlarmRead = new SmartX.SmartButton();
|
|
|
|
|
this.buttonAlarmReset = new SmartX.SmartButton();
|
|
|
|
|
this.buttonMotor4 = new SmartX.SmartButton();
|
|
|
|
|
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
|
|
|
|
this.labelTitleMotorID = new SmartX.SmartLabel();
|
|
|
|
|
this.labelMotorID = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleMotorSpeed = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleMotorPoleNum = new SmartX.SmartLabel();
|
|
|
|
|
this.buttonMotorDirectionWrite = new SmartX.SmartButton();
|
|
|
|
|
this.labelMotorSpeed = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleMotorDirectionWrite = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleAttenuatorRatio = new SmartX.SmartLabel();
|
|
|
|
|
this.labelAttenuatorRatio = new SmartX.SmartLabel();
|
|
|
|
|
this.comboBoxMotorPoleNum = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.buttonMotor3 = new SmartX.SmartButton();
|
|
|
|
|
this.buttonRefresh = new SmartX.SmartButton();
|
|
|
|
|
this.buttonMotor2 = new SmartX.SmartButton();
|
|
|
|
|
this.smartGroupBox3 = new SmartX.SmartGroupBox();
|
|
|
|
|
this.labelTitleMotorRPM = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleMotorDirectionRead = new SmartX.SmartLabel();
|
|
|
|
|
this.labelMotorDirectionRead = new SmartX.SmartLabel();
|
|
|
|
|
this.labelMotorRPM = new SmartX.SmartLabel();
|
|
|
|
|
this.buttonMotor1 = new SmartX.SmartButton();
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.groupBoxInformation = new SmartX.SmartGroupBox();
|
|
|
|
|
this.labelSelectOperMode = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleSelectOperMode = new SmartX.SmartLabel();
|
|
|
|
|
this.labelVersionBuild = new SmartX.SmartLabel();
|
|
|
|
|
this.labelVersionMinor = new SmartX.SmartLabel();
|
|
|
|
|
this.labelVersionMajor = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleVersion = new SmartX.SmartLabel();
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.timer = new SmartX.SmartTimer(this.components);
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.smartGroupBox1.SuspendLayout();
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.smartGroupBox4.SuspendLayout();
|
|
|
|
|
this.smartGroupBox2.SuspendLayout();
|
|
|
|
|
this.smartGroupBox3.SuspendLayout();
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.groupBoxInformation.SuspendLayout();
|
2022-02-15 10:57:12 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// smartGroupBox1
|
|
|
|
|
//
|
|
|
|
|
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
|
|
|
this.smartGroupBox1.BackPictureBox = null;
|
|
|
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.smartGroupBox1.Controls.Add(this.buttonStart);
|
|
|
|
|
this.smartGroupBox1.Controls.Add(this.smartGroupBox4);
|
|
|
|
|
this.smartGroupBox1.Controls.Add(this.buttonMotor4);
|
|
|
|
|
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
|
|
|
|
|
this.smartGroupBox1.Controls.Add(this.buttonMotor3);
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.smartGroupBox1.Controls.Add(this.buttonRefresh);
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.smartGroupBox1.Controls.Add(this.buttonMotor2);
|
|
|
|
|
this.smartGroupBox1.Controls.Add(this.smartGroupBox3);
|
|
|
|
|
this.smartGroupBox1.Controls.Add(this.buttonMotor1);
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.smartGroupBox1.Controls.Add(this.groupBoxInformation);
|
2022-02-15 10:57:12 +00:00
|
|
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|
|
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
|
|
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|
|
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|
|
|
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|
|
|
|
this.smartGroupBox1.InitVisible = true;
|
|
|
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
|
|
|
this.smartGroupBox1.RoundRadius = 10;
|
|
|
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
|
|
|
|
|
this.smartGroupBox1.TabIndex = 175;
|
|
|
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
//
|
2022-02-18 09:13:11 +00:00
|
|
|
|
// buttonStart
|
|
|
|
|
//
|
|
|
|
|
this.buttonStart.BackPictureBox = null;
|
|
|
|
|
this.buttonStart.BackPictureBox1 = null;
|
|
|
|
|
this.buttonStart.BackPictureBox2 = null;
|
|
|
|
|
this.buttonStart.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonStart.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonStart.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonStart.DisableImage = null;
|
|
|
|
|
this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
|
|
|
|
|
this.buttonStart.GroupID = 0;
|
|
|
|
|
this.buttonStart.InitVisible = true;
|
|
|
|
|
this.buttonStart.Location = new System.Drawing.Point(623, 20);
|
|
|
|
|
this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
|
|
|
this.buttonStart.Name = "buttonStart";
|
|
|
|
|
this.buttonStart.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonStart.OutlinePixel = 1;
|
|
|
|
|
this.buttonStart.RepeatInterval = 200;
|
|
|
|
|
this.buttonStart.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonStart.SafeInterval = 200;
|
|
|
|
|
this.buttonStart.Size = new System.Drawing.Size(50, 50);
|
|
|
|
|
this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonStart.TabIndex = 211;
|
|
|
|
|
this.buttonStart.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonStart.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonStart.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonStart.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonStart.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonStart.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.UpImage")));
|
|
|
|
|
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
|
|
|
|
|
//
|
|
|
|
|
// smartGroupBox4
|
|
|
|
|
//
|
|
|
|
|
this.smartGroupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.smartGroupBox4.BackPictureBox = null;
|
|
|
|
|
this.smartGroupBox4.BackPictureBox1 = null;
|
|
|
|
|
this.smartGroupBox4.Controls.Add(this.smartListBox1);
|
|
|
|
|
this.smartGroupBox4.Controls.Add(this.buttonAlarmRead);
|
|
|
|
|
this.smartGroupBox4.Controls.Add(this.buttonAlarmReset);
|
|
|
|
|
this.smartGroupBox4.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.smartGroupBox4.FrameLineColor1 = System.Drawing.Color.White;
|
|
|
|
|
this.smartGroupBox4.FrameLineColor2 = System.Drawing.Color.Black;
|
|
|
|
|
this.smartGroupBox4.FrameLineThickness = 1;
|
|
|
|
|
this.smartGroupBox4.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
|
|
|
|
this.smartGroupBox4.Image = null;
|
|
|
|
|
this.smartGroupBox4.InitVisible = true;
|
|
|
|
|
this.smartGroupBox4.Location = new System.Drawing.Point(411, 216);
|
|
|
|
|
this.smartGroupBox4.Name = "smartGroupBox4";
|
|
|
|
|
this.smartGroupBox4.RoundRadius = 5;
|
|
|
|
|
this.smartGroupBox4.Size = new System.Drawing.Size(272, 233);
|
|
|
|
|
this.smartGroupBox4.TabIndex = 205;
|
|
|
|
|
this.smartGroupBox4.Text = "Alarm";
|
|
|
|
|
this.smartGroupBox4.TextColor = System.Drawing.Color.White;
|
|
|
|
|
//
|
|
|
|
|
// smartListBox1
|
|
|
|
|
//
|
|
|
|
|
this.smartListBox1.BackPictureBox = null;
|
|
|
|
|
this.smartListBox1.BackPictureBox1 = null;
|
|
|
|
|
this.smartListBox1.BackPictureBox2 = null;
|
|
|
|
|
this.smartListBox1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
|
|
|
this.smartListBox1.ColumnDelimiter = '\0';
|
|
|
|
|
this.smartListBox1.ColumnOffsets = null;
|
|
|
|
|
this.smartListBox1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
|
|
|
|
|
this.smartListBox1.FontColor = System.Drawing.Color.Black;
|
|
|
|
|
this.smartListBox1.InitVisible = true;
|
|
|
|
|
this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
|
|
|
this.smartListBox1.ItemOffsetGap = 0;
|
|
|
|
|
this.smartListBox1.ItemOffsetX = 0;
|
|
|
|
|
this.smartListBox1.ItemOffsetY = 0;
|
|
|
|
|
this.smartListBox1.Location = new System.Drawing.Point(34, 89);
|
|
|
|
|
this.smartListBox1.MouseMoveEventSpace = 3;
|
|
|
|
|
this.smartListBox1.MouseMoveSpace = 10;
|
|
|
|
|
this.smartListBox1.Name = "smartListBox1";
|
|
|
|
|
this.smartListBox1.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
this.smartListBox1.SelectColor = System.Drawing.Color.Blue;
|
|
|
|
|
this.smartListBox1.SelectFilled = true;
|
|
|
|
|
this.smartListBox1.SelectFontColor = System.Drawing.Color.DarkBlue;
|
|
|
|
|
this.smartListBox1.SelectItemIndex = -1;
|
|
|
|
|
this.smartListBox1.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
|
|
|
this.smartListBox1.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
|
|
|
this.smartListBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
|
|
|
this.smartListBox1.SeparationlineVisibleBottom = true;
|
|
|
|
|
this.smartListBox1.SeparationlineVisibleTop = true;
|
|
|
|
|
this.smartListBox1.Size = new System.Drawing.Size(206, 107);
|
|
|
|
|
this.smartListBox1.TabIndex = 210;
|
|
|
|
|
this.smartListBox1.Text = "smartListBox1";
|
|
|
|
|
//
|
|
|
|
|
// buttonAlarmRead
|
|
|
|
|
//
|
|
|
|
|
this.buttonAlarmRead.BackPictureBox = null;
|
|
|
|
|
this.buttonAlarmRead.BackPictureBox1 = null;
|
|
|
|
|
this.buttonAlarmRead.BackPictureBox2 = null;
|
|
|
|
|
this.buttonAlarmRead.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonAlarmRead.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonAlarmRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonAlarmRead.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmRead.DisableImage")));
|
|
|
|
|
this.buttonAlarmRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmRead.DownImage")));
|
|
|
|
|
this.buttonAlarmRead.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.buttonAlarmRead.GroupID = 0;
|
|
|
|
|
this.buttonAlarmRead.InitVisible = true;
|
|
|
|
|
this.buttonAlarmRead.Location = new System.Drawing.Point(34, 43);
|
|
|
|
|
this.buttonAlarmRead.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonAlarmRead.Name = "buttonAlarmRead";
|
|
|
|
|
this.buttonAlarmRead.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonAlarmRead.OutlinePixel = 1;
|
|
|
|
|
this.buttonAlarmRead.RepeatInterval = 200;
|
|
|
|
|
this.buttonAlarmRead.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonAlarmRead.SafeInterval = 200;
|
|
|
|
|
this.buttonAlarmRead.Size = new System.Drawing.Size(100, 40);
|
|
|
|
|
this.buttonAlarmRead.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonAlarmRead.TabIndex = 209;
|
|
|
|
|
this.buttonAlarmRead.Text = "Alarm Read";
|
|
|
|
|
this.buttonAlarmRead.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonAlarmRead.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonAlarmRead.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonAlarmRead.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonAlarmRead.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonAlarmRead.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmRead.UpImage")));
|
|
|
|
|
this.buttonAlarmRead.Click += new System.EventHandler(this.buttonAlarmRead_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonAlarmReset
|
|
|
|
|
//
|
|
|
|
|
this.buttonAlarmReset.BackPictureBox = null;
|
|
|
|
|
this.buttonAlarmReset.BackPictureBox1 = null;
|
|
|
|
|
this.buttonAlarmReset.BackPictureBox2 = null;
|
|
|
|
|
this.buttonAlarmReset.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonAlarmReset.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonAlarmReset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonAlarmReset.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmReset.DisableImage")));
|
|
|
|
|
this.buttonAlarmReset.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmReset.DownImage")));
|
|
|
|
|
this.buttonAlarmReset.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.buttonAlarmReset.GroupID = 0;
|
|
|
|
|
this.buttonAlarmReset.InitVisible = true;
|
|
|
|
|
this.buttonAlarmReset.Location = new System.Drawing.Point(140, 43);
|
|
|
|
|
this.buttonAlarmReset.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonAlarmReset.Name = "buttonAlarmReset";
|
|
|
|
|
this.buttonAlarmReset.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonAlarmReset.OutlinePixel = 1;
|
|
|
|
|
this.buttonAlarmReset.RepeatInterval = 200;
|
|
|
|
|
this.buttonAlarmReset.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonAlarmReset.SafeInterval = 200;
|
|
|
|
|
this.buttonAlarmReset.Size = new System.Drawing.Size(100, 40);
|
|
|
|
|
this.buttonAlarmReset.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonAlarmReset.TabIndex = 208;
|
|
|
|
|
this.buttonAlarmReset.Text = "Alarm Reset";
|
|
|
|
|
this.buttonAlarmReset.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonAlarmReset.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonAlarmReset.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonAlarmReset.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonAlarmReset.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonAlarmReset.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAlarmReset.UpImage")));
|
|
|
|
|
this.buttonAlarmReset.Click += new System.EventHandler(this.buttonAlarmReset_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonMotor4
|
|
|
|
|
//
|
|
|
|
|
this.buttonMotor4.BackPictureBox = null;
|
|
|
|
|
this.buttonMotor4.BackPictureBox1 = null;
|
|
|
|
|
this.buttonMotor4.BackPictureBox2 = null;
|
|
|
|
|
this.buttonMotor4.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonMotor4.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonMotor4.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotor4.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor4.DisableImage")));
|
|
|
|
|
this.buttonMotor4.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor4.DownImage")));
|
|
|
|
|
this.buttonMotor4.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.buttonMotor4.GroupID = 0;
|
|
|
|
|
this.buttonMotor4.InitVisible = true;
|
|
|
|
|
this.buttonMotor4.Location = new System.Drawing.Point(205, 20);
|
|
|
|
|
this.buttonMotor4.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonMotor4.Name = "buttonMotor4";
|
|
|
|
|
this.buttonMotor4.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonMotor4.OutlinePixel = 1;
|
|
|
|
|
this.buttonMotor4.RepeatInterval = 200;
|
|
|
|
|
this.buttonMotor4.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonMotor4.SafeInterval = 200;
|
|
|
|
|
this.buttonMotor4.Size = new System.Drawing.Size(50, 50);
|
|
|
|
|
this.buttonMotor4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonMotor4.TabIndex = 210;
|
|
|
|
|
this.buttonMotor4.Tag = "3";
|
|
|
|
|
this.buttonMotor4.Text = "4";
|
|
|
|
|
this.buttonMotor4.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotor4.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotor4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonMotor4.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotor4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonMotor4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor4.UpImage")));
|
|
|
|
|
this.buttonMotor4.Click += new System.EventHandler(this.buttonMotor_Click);
|
|
|
|
|
//
|
|
|
|
|
// smartGroupBox2
|
|
|
|
|
//
|
|
|
|
|
this.smartGroupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.smartGroupBox2.BackPictureBox = null;
|
|
|
|
|
this.smartGroupBox2.BackPictureBox1 = null;
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.labelTitleMotorID);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.labelMotorID);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.labelTitleMotorSpeed);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.labelTitleMotorPoleNum);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.buttonMotorDirectionWrite);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.labelMotorSpeed);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.labelTitleMotorDirectionWrite);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.labelTitleAttenuatorRatio);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.labelAttenuatorRatio);
|
|
|
|
|
this.smartGroupBox2.Controls.Add(this.comboBoxMotorPoleNum);
|
|
|
|
|
this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.White;
|
|
|
|
|
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
|
|
|
|
this.smartGroupBox2.FrameLineThickness = 1;
|
|
|
|
|
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
|
|
|
|
this.smartGroupBox2.Image = null;
|
|
|
|
|
this.smartGroupBox2.InitVisible = true;
|
|
|
|
|
this.smartGroupBox2.Location = new System.Drawing.Point(25, 216);
|
|
|
|
|
this.smartGroupBox2.Name = "smartGroupBox2";
|
|
|
|
|
this.smartGroupBox2.RoundRadius = 5;
|
|
|
|
|
this.smartGroupBox2.Size = new System.Drawing.Size(380, 233);
|
|
|
|
|
this.smartGroupBox2.TabIndex = 205;
|
|
|
|
|
this.smartGroupBox2.Text = "Settings";
|
|
|
|
|
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleMotorID
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleMotorID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleMotorID.BackPictureBox = null;
|
|
|
|
|
this.labelTitleMotorID.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleMotorID.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleMotorID.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleMotorID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleMotorID.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleMotorID.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleMotorID.InitVisible = true;
|
|
|
|
|
this.labelTitleMotorID.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleMotorID.Location = new System.Drawing.Point(31, 39);
|
|
|
|
|
this.labelTitleMotorID.Name = "labelTitleMotorID";
|
|
|
|
|
this.labelTitleMotorID.Size = new System.Drawing.Size(230, 28);
|
|
|
|
|
this.labelTitleMotorID.TabIndex = 207;
|
|
|
|
|
this.labelTitleMotorID.Text = "모터ID(1~16)";
|
|
|
|
|
this.labelTitleMotorID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleMotorID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleMotorID.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelMotorID
|
|
|
|
|
//
|
|
|
|
|
this.labelMotorID.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.labelMotorID.BackPictureBox = null;
|
|
|
|
|
this.labelMotorID.BackPictureBox1 = null;
|
|
|
|
|
this.labelMotorID.BackPictureBox2 = null;
|
|
|
|
|
this.labelMotorID.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelMotorID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.labelMotorID.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelMotorID.InitVisible = true;
|
|
|
|
|
this.labelMotorID.LineSpacing = 0F;
|
|
|
|
|
this.labelMotorID.Location = new System.Drawing.Point(267, 39);
|
|
|
|
|
this.labelMotorID.Name = "labelMotorID";
|
|
|
|
|
this.labelMotorID.Size = new System.Drawing.Size(80, 28);
|
|
|
|
|
this.labelMotorID.TabIndex = 208;
|
|
|
|
|
this.labelMotorID.Text = "0";
|
|
|
|
|
this.labelMotorID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelMotorID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelMotorID.Wordwrap = false;
|
|
|
|
|
this.labelMotorID.Click += new System.EventHandler(this.labelMotorID_Click);
|
|
|
|
|
//
|
|
|
|
|
// labelTitleMotorSpeed
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleMotorSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleMotorSpeed.BackPictureBox = null;
|
|
|
|
|
this.labelTitleMotorSpeed.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleMotorSpeed.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleMotorSpeed.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleMotorSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleMotorSpeed.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleMotorSpeed.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleMotorSpeed.InitVisible = true;
|
|
|
|
|
this.labelTitleMotorSpeed.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleMotorSpeed.Location = new System.Drawing.Point(31, 73);
|
|
|
|
|
this.labelTitleMotorSpeed.Name = "labelTitleMotorSpeed";
|
|
|
|
|
this.labelTitleMotorSpeed.Size = new System.Drawing.Size(230, 28);
|
|
|
|
|
this.labelTitleMotorSpeed.TabIndex = 140;
|
|
|
|
|
this.labelTitleMotorSpeed.Text = "모터 속도(0~100)";
|
|
|
|
|
this.labelTitleMotorSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleMotorSpeed.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleMotorSpeed.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleMotorPoleNum
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleMotorPoleNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleMotorPoleNum.BackPictureBox = null;
|
|
|
|
|
this.labelTitleMotorPoleNum.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleMotorPoleNum.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleMotorPoleNum.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleMotorPoleNum.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleMotorPoleNum.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleMotorPoleNum.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleMotorPoleNum.InitVisible = true;
|
|
|
|
|
this.labelTitleMotorPoleNum.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleMotorPoleNum.Location = new System.Drawing.Point(31, 107);
|
|
|
|
|
this.labelTitleMotorPoleNum.Name = "labelTitleMotorPoleNum";
|
|
|
|
|
this.labelTitleMotorPoleNum.Size = new System.Drawing.Size(230, 28);
|
|
|
|
|
this.labelTitleMotorPoleNum.TabIndex = 136;
|
|
|
|
|
this.labelTitleMotorPoleNum.Text = "모터 Pole 수";
|
|
|
|
|
this.labelTitleMotorPoleNum.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleMotorPoleNum.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleMotorPoleNum.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// buttonMotorDirectionWrite
|
|
|
|
|
//
|
|
|
|
|
this.buttonMotorDirectionWrite.BackPictureBox = null;
|
|
|
|
|
this.buttonMotorDirectionWrite.BackPictureBox1 = null;
|
|
|
|
|
this.buttonMotorDirectionWrite.BackPictureBox2 = null;
|
|
|
|
|
this.buttonMotorDirectionWrite.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonMotorDirectionWrite.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonMotorDirectionWrite.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotorDirectionWrite.DisableImage = null;
|
|
|
|
|
this.buttonMotorDirectionWrite.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorDirectionWrite.DownImage")));
|
|
|
|
|
this.buttonMotorDirectionWrite.GroupID = 0;
|
|
|
|
|
this.buttonMotorDirectionWrite.InitVisible = true;
|
|
|
|
|
this.buttonMotorDirectionWrite.Location = new System.Drawing.Point(267, 175);
|
|
|
|
|
this.buttonMotorDirectionWrite.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
|
|
|
this.buttonMotorDirectionWrite.Name = "buttonMotorDirectionWrite";
|
|
|
|
|
this.buttonMotorDirectionWrite.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonMotorDirectionWrite.OutlinePixel = 1;
|
|
|
|
|
this.buttonMotorDirectionWrite.RepeatInterval = 200;
|
|
|
|
|
this.buttonMotorDirectionWrite.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonMotorDirectionWrite.SafeInterval = 200;
|
|
|
|
|
this.buttonMotorDirectionWrite.Size = new System.Drawing.Size(80, 28);
|
|
|
|
|
this.buttonMotorDirectionWrite.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonMotorDirectionWrite.TabIndex = 206;
|
|
|
|
|
this.buttonMotorDirectionWrite.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonMotorDirectionWrite.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotorDirectionWrite.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonMotorDirectionWrite.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotorDirectionWrite.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonMotorDirectionWrite.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorDirectionWrite.UpImage")));
|
|
|
|
|
this.buttonMotorDirectionWrite.Click += new System.EventHandler(this.buttonMotorDirectionWrite_Click);
|
|
|
|
|
//
|
|
|
|
|
// labelMotorSpeed
|
|
|
|
|
//
|
|
|
|
|
this.labelMotorSpeed.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.labelMotorSpeed.BackPictureBox = null;
|
|
|
|
|
this.labelMotorSpeed.BackPictureBox1 = null;
|
|
|
|
|
this.labelMotorSpeed.BackPictureBox2 = null;
|
|
|
|
|
this.labelMotorSpeed.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelMotorSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.labelMotorSpeed.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelMotorSpeed.InitVisible = true;
|
|
|
|
|
this.labelMotorSpeed.LineSpacing = 0F;
|
|
|
|
|
this.labelMotorSpeed.Location = new System.Drawing.Point(267, 73);
|
|
|
|
|
this.labelMotorSpeed.Name = "labelMotorSpeed";
|
|
|
|
|
this.labelMotorSpeed.Size = new System.Drawing.Size(80, 28);
|
|
|
|
|
this.labelMotorSpeed.TabIndex = 141;
|
|
|
|
|
this.labelMotorSpeed.Text = "0";
|
|
|
|
|
this.labelMotorSpeed.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelMotorSpeed.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelMotorSpeed.Wordwrap = false;
|
|
|
|
|
this.labelMotorSpeed.Click += new System.EventHandler(this.labelMotorSpeed_Click);
|
|
|
|
|
//
|
|
|
|
|
// labelTitleMotorDirectionWrite
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleMotorDirectionWrite.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleMotorDirectionWrite.BackPictureBox = null;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleMotorDirectionWrite.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.InitVisible = true;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.Location = new System.Drawing.Point(31, 175);
|
|
|
|
|
this.labelTitleMotorDirectionWrite.Name = "labelTitleMotorDirectionWrite";
|
|
|
|
|
this.labelTitleMotorDirectionWrite.Size = new System.Drawing.Size(230, 28);
|
|
|
|
|
this.labelTitleMotorDirectionWrite.TabIndex = 205;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.Text = "모터 방향";
|
|
|
|
|
this.labelTitleMotorDirectionWrite.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleMotorDirectionWrite.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleAttenuatorRatio
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleAttenuatorRatio.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleAttenuatorRatio.BackPictureBox = null;
|
|
|
|
|
this.labelTitleAttenuatorRatio.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleAttenuatorRatio.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleAttenuatorRatio.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleAttenuatorRatio.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleAttenuatorRatio.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleAttenuatorRatio.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleAttenuatorRatio.InitVisible = true;
|
|
|
|
|
this.labelTitleAttenuatorRatio.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleAttenuatorRatio.Location = new System.Drawing.Point(31, 141);
|
|
|
|
|
this.labelTitleAttenuatorRatio.Name = "labelTitleAttenuatorRatio";
|
|
|
|
|
this.labelTitleAttenuatorRatio.Size = new System.Drawing.Size(230, 28);
|
|
|
|
|
this.labelTitleAttenuatorRatio.TabIndex = 149;
|
|
|
|
|
this.labelTitleAttenuatorRatio.Text = "감속기 비율(1~)";
|
|
|
|
|
this.labelTitleAttenuatorRatio.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleAttenuatorRatio.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleAttenuatorRatio.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelAttenuatorRatio
|
|
|
|
|
//
|
|
|
|
|
this.labelAttenuatorRatio.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.labelAttenuatorRatio.BackPictureBox = null;
|
|
|
|
|
this.labelAttenuatorRatio.BackPictureBox1 = null;
|
|
|
|
|
this.labelAttenuatorRatio.BackPictureBox2 = null;
|
|
|
|
|
this.labelAttenuatorRatio.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelAttenuatorRatio.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.labelAttenuatorRatio.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelAttenuatorRatio.InitVisible = true;
|
|
|
|
|
this.labelAttenuatorRatio.LineSpacing = 0F;
|
|
|
|
|
this.labelAttenuatorRatio.Location = new System.Drawing.Point(267, 141);
|
|
|
|
|
this.labelAttenuatorRatio.Name = "labelAttenuatorRatio";
|
|
|
|
|
this.labelAttenuatorRatio.Size = new System.Drawing.Size(80, 28);
|
|
|
|
|
this.labelAttenuatorRatio.TabIndex = 150;
|
|
|
|
|
this.labelAttenuatorRatio.Text = "0";
|
|
|
|
|
this.labelAttenuatorRatio.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelAttenuatorRatio.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelAttenuatorRatio.Wordwrap = false;
|
|
|
|
|
this.labelAttenuatorRatio.Click += new System.EventHandler(this.labelAttenuatorRatio_Click);
|
|
|
|
|
//
|
|
|
|
|
// comboBoxMotorPoleNum
|
|
|
|
|
//
|
|
|
|
|
this.comboBoxMotorPoleNum.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.comboBoxMotorPoleNum.Location = new System.Drawing.Point(267, 107);
|
|
|
|
|
this.comboBoxMotorPoleNum.Name = "comboBoxMotorPoleNum";
|
|
|
|
|
this.comboBoxMotorPoleNum.Size = new System.Drawing.Size(80, 28);
|
|
|
|
|
this.comboBoxMotorPoleNum.TabIndex = 199;
|
|
|
|
|
this.comboBoxMotorPoleNum.SelectedIndexChanged += new System.EventHandler(this.comboBoxMotorPoleNum_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// buttonMotor3
|
|
|
|
|
//
|
|
|
|
|
this.buttonMotor3.BackPictureBox = null;
|
|
|
|
|
this.buttonMotor3.BackPictureBox1 = null;
|
|
|
|
|
this.buttonMotor3.BackPictureBox2 = null;
|
|
|
|
|
this.buttonMotor3.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonMotor3.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonMotor3.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotor3.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor3.DisableImage")));
|
|
|
|
|
this.buttonMotor3.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor3.DownImage")));
|
|
|
|
|
this.buttonMotor3.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.buttonMotor3.GroupID = 0;
|
|
|
|
|
this.buttonMotor3.InitVisible = true;
|
|
|
|
|
this.buttonMotor3.Location = new System.Drawing.Point(149, 20);
|
|
|
|
|
this.buttonMotor3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonMotor3.Name = "buttonMotor3";
|
|
|
|
|
this.buttonMotor3.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonMotor3.OutlinePixel = 1;
|
|
|
|
|
this.buttonMotor3.RepeatInterval = 200;
|
|
|
|
|
this.buttonMotor3.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonMotor3.SafeInterval = 200;
|
|
|
|
|
this.buttonMotor3.Size = new System.Drawing.Size(50, 50);
|
|
|
|
|
this.buttonMotor3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonMotor3.TabIndex = 209;
|
|
|
|
|
this.buttonMotor3.Tag = "2";
|
|
|
|
|
this.buttonMotor3.Text = "3";
|
|
|
|
|
this.buttonMotor3.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotor3.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotor3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonMotor3.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotor3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonMotor3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor3.UpImage")));
|
|
|
|
|
this.buttonMotor3.Click += new System.EventHandler(this.buttonMotor_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonRefresh
|
|
|
|
|
//
|
|
|
|
|
this.buttonRefresh.BackPictureBox = null;
|
|
|
|
|
this.buttonRefresh.BackPictureBox1 = null;
|
|
|
|
|
this.buttonRefresh.BackPictureBox2 = null;
|
|
|
|
|
this.buttonRefresh.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonRefresh.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonRefresh.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonRefresh.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.DisableImage")));
|
|
|
|
|
this.buttonRefresh.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.DownImage")));
|
|
|
|
|
this.buttonRefresh.GroupID = 0;
|
|
|
|
|
this.buttonRefresh.InitVisible = true;
|
|
|
|
|
this.buttonRefresh.Location = new System.Drawing.Point(567, 20);
|
|
|
|
|
this.buttonRefresh.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonRefresh.Name = "buttonRefresh";
|
|
|
|
|
this.buttonRefresh.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonRefresh.OutlinePixel = 1;
|
|
|
|
|
this.buttonRefresh.RepeatInterval = 200;
|
|
|
|
|
this.buttonRefresh.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonRefresh.SafeInterval = 200;
|
|
|
|
|
this.buttonRefresh.Size = new System.Drawing.Size(50, 50);
|
|
|
|
|
this.buttonRefresh.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonRefresh.TabIndex = 207;
|
|
|
|
|
this.buttonRefresh.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonRefresh.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonRefresh.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonRefresh.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonRefresh.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonRefresh.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.UpImage")));
|
|
|
|
|
this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonMotor2
|
|
|
|
|
//
|
|
|
|
|
this.buttonMotor2.BackPictureBox = null;
|
|
|
|
|
this.buttonMotor2.BackPictureBox1 = null;
|
|
|
|
|
this.buttonMotor2.BackPictureBox2 = null;
|
|
|
|
|
this.buttonMotor2.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonMotor2.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonMotor2.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotor2.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor2.DisableImage")));
|
|
|
|
|
this.buttonMotor2.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor2.DownImage")));
|
|
|
|
|
this.buttonMotor2.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.buttonMotor2.GroupID = 0;
|
|
|
|
|
this.buttonMotor2.InitVisible = true;
|
|
|
|
|
this.buttonMotor2.Location = new System.Drawing.Point(93, 20);
|
|
|
|
|
this.buttonMotor2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonMotor2.Name = "buttonMotor2";
|
|
|
|
|
this.buttonMotor2.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonMotor2.OutlinePixel = 1;
|
|
|
|
|
this.buttonMotor2.RepeatInterval = 200;
|
|
|
|
|
this.buttonMotor2.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonMotor2.SafeInterval = 200;
|
|
|
|
|
this.buttonMotor2.Size = new System.Drawing.Size(50, 50);
|
|
|
|
|
this.buttonMotor2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonMotor2.TabIndex = 208;
|
|
|
|
|
this.buttonMotor2.Tag = "1";
|
|
|
|
|
this.buttonMotor2.Text = "2";
|
|
|
|
|
this.buttonMotor2.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotor2.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotor2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonMotor2.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotor2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonMotor2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor2.UpImage")));
|
|
|
|
|
this.buttonMotor2.Click += new System.EventHandler(this.buttonMotor_Click);
|
|
|
|
|
//
|
|
|
|
|
// smartGroupBox3
|
|
|
|
|
//
|
|
|
|
|
this.smartGroupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.smartGroupBox3.BackPictureBox = null;
|
|
|
|
|
this.smartGroupBox3.BackPictureBox1 = null;
|
|
|
|
|
this.smartGroupBox3.Controls.Add(this.labelTitleMotorRPM);
|
|
|
|
|
this.smartGroupBox3.Controls.Add(this.labelTitleMotorDirectionRead);
|
|
|
|
|
this.smartGroupBox3.Controls.Add(this.labelMotorDirectionRead);
|
|
|
|
|
this.smartGroupBox3.Controls.Add(this.labelMotorRPM);
|
|
|
|
|
this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.White;
|
|
|
|
|
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
|
|
|
|
|
this.smartGroupBox3.FrameLineThickness = 1;
|
|
|
|
|
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
|
|
|
|
this.smartGroupBox3.Image = null;
|
|
|
|
|
this.smartGroupBox3.InitVisible = true;
|
|
|
|
|
this.smartGroupBox3.Location = new System.Drawing.Point(411, 91);
|
|
|
|
|
this.smartGroupBox3.Name = "smartGroupBox3";
|
|
|
|
|
this.smartGroupBox3.RoundRadius = 5;
|
|
|
|
|
this.smartGroupBox3.Size = new System.Drawing.Size(272, 119);
|
|
|
|
|
this.smartGroupBox3.TabIndex = 204;
|
|
|
|
|
this.smartGroupBox3.TextColor = System.Drawing.Color.White;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleMotorRPM
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleMotorRPM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleMotorRPM.BackPictureBox = null;
|
|
|
|
|
this.labelTitleMotorRPM.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleMotorRPM.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleMotorRPM.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleMotorRPM.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleMotorRPM.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleMotorRPM.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleMotorRPM.InitVisible = true;
|
|
|
|
|
this.labelTitleMotorRPM.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleMotorRPM.Location = new System.Drawing.Point(35, 30);
|
|
|
|
|
this.labelTitleMotorRPM.Name = "labelTitleMotorRPM";
|
|
|
|
|
this.labelTitleMotorRPM.Size = new System.Drawing.Size(84, 28);
|
|
|
|
|
this.labelTitleMotorRPM.TabIndex = 142;
|
|
|
|
|
this.labelTitleMotorRPM.Text = "RPM :";
|
|
|
|
|
this.labelTitleMotorRPM.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleMotorRPM.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleMotorRPM.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleMotorDirectionRead
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleMotorDirectionRead.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleMotorDirectionRead.BackPictureBox = null;
|
|
|
|
|
this.labelTitleMotorDirectionRead.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleMotorDirectionRead.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleMotorDirectionRead.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleMotorDirectionRead.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleMotorDirectionRead.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleMotorDirectionRead.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleMotorDirectionRead.InitVisible = true;
|
|
|
|
|
this.labelTitleMotorDirectionRead.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleMotorDirectionRead.Location = new System.Drawing.Point(35, 64);
|
|
|
|
|
this.labelTitleMotorDirectionRead.Name = "labelTitleMotorDirectionRead";
|
|
|
|
|
this.labelTitleMotorDirectionRead.Size = new System.Drawing.Size(84, 28);
|
|
|
|
|
this.labelTitleMotorDirectionRead.TabIndex = 143;
|
|
|
|
|
this.labelTitleMotorDirectionRead.Text = "Direction :";
|
|
|
|
|
this.labelTitleMotorDirectionRead.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleMotorDirectionRead.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleMotorDirectionRead.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelMotorDirectionRead
|
|
|
|
|
//
|
|
|
|
|
this.labelMotorDirectionRead.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelMotorDirectionRead.BackPictureBox = null;
|
|
|
|
|
this.labelMotorDirectionRead.BackPictureBox1 = null;
|
|
|
|
|
this.labelMotorDirectionRead.BackPictureBox2 = null;
|
|
|
|
|
this.labelMotorDirectionRead.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelMotorDirectionRead.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelMotorDirectionRead.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelMotorDirectionRead.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelMotorDirectionRead.InitVisible = true;
|
|
|
|
|
this.labelMotorDirectionRead.LineSpacing = 0F;
|
|
|
|
|
this.labelMotorDirectionRead.Location = new System.Drawing.Point(125, 64);
|
|
|
|
|
this.labelMotorDirectionRead.Name = "labelMotorDirectionRead";
|
|
|
|
|
this.labelMotorDirectionRead.Size = new System.Drawing.Size(93, 28);
|
|
|
|
|
this.labelMotorDirectionRead.TabIndex = 148;
|
|
|
|
|
this.labelMotorDirectionRead.Text = "CW";
|
|
|
|
|
this.labelMotorDirectionRead.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelMotorDirectionRead.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelMotorDirectionRead.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelMotorRPM
|
|
|
|
|
//
|
|
|
|
|
this.labelMotorRPM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelMotorRPM.BackPictureBox = null;
|
|
|
|
|
this.labelMotorRPM.BackPictureBox1 = null;
|
|
|
|
|
this.labelMotorRPM.BackPictureBox2 = null;
|
|
|
|
|
this.labelMotorRPM.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelMotorRPM.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelMotorRPM.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelMotorRPM.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelMotorRPM.InitVisible = true;
|
|
|
|
|
this.labelMotorRPM.LineSpacing = 0F;
|
|
|
|
|
this.labelMotorRPM.Location = new System.Drawing.Point(125, 30);
|
|
|
|
|
this.labelMotorRPM.Name = "labelMotorRPM";
|
|
|
|
|
this.labelMotorRPM.Size = new System.Drawing.Size(93, 28);
|
|
|
|
|
this.labelMotorRPM.TabIndex = 147;
|
|
|
|
|
this.labelMotorRPM.Text = "300";
|
|
|
|
|
this.labelMotorRPM.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelMotorRPM.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelMotorRPM.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// buttonMotor1
|
|
|
|
|
//
|
|
|
|
|
this.buttonMotor1.BackPictureBox = null;
|
|
|
|
|
this.buttonMotor1.BackPictureBox1 = null;
|
|
|
|
|
this.buttonMotor1.BackPictureBox2 = null;
|
|
|
|
|
this.buttonMotor1.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonMotor1.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonMotor1.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotor1.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor1.DisableImage")));
|
|
|
|
|
this.buttonMotor1.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor1.DownImage")));
|
|
|
|
|
this.buttonMotor1.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.buttonMotor1.GroupID = 0;
|
|
|
|
|
this.buttonMotor1.InitVisible = true;
|
|
|
|
|
this.buttonMotor1.Location = new System.Drawing.Point(37, 20);
|
|
|
|
|
this.buttonMotor1.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonMotor1.Name = "buttonMotor1";
|
|
|
|
|
this.buttonMotor1.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonMotor1.OutlinePixel = 1;
|
|
|
|
|
this.buttonMotor1.RepeatInterval = 200;
|
|
|
|
|
this.buttonMotor1.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonMotor1.SafeInterval = 200;
|
|
|
|
|
this.buttonMotor1.Size = new System.Drawing.Size(50, 50);
|
|
|
|
|
this.buttonMotor1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonMotor1.TabIndex = 207;
|
|
|
|
|
this.buttonMotor1.Tag = "0";
|
|
|
|
|
this.buttonMotor1.Text = "1";
|
|
|
|
|
this.buttonMotor1.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotor1.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMotor1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonMotor1.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMotor1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonMotor1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor1.UpImage")));
|
|
|
|
|
this.buttonMotor1.Click += new System.EventHandler(this.buttonMotor_Click);
|
|
|
|
|
//
|
2022-02-17 05:13:43 +00:00
|
|
|
|
// groupBoxInformation
|
|
|
|
|
//
|
|
|
|
|
this.groupBoxInformation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.groupBoxInformation.BackPictureBox = null;
|
|
|
|
|
this.groupBoxInformation.BackPictureBox1 = null;
|
|
|
|
|
this.groupBoxInformation.Controls.Add(this.labelSelectOperMode);
|
|
|
|
|
this.groupBoxInformation.Controls.Add(this.labelTitleSelectOperMode);
|
|
|
|
|
this.groupBoxInformation.Controls.Add(this.labelVersionBuild);
|
|
|
|
|
this.groupBoxInformation.Controls.Add(this.labelVersionMinor);
|
|
|
|
|
this.groupBoxInformation.Controls.Add(this.labelVersionMajor);
|
|
|
|
|
this.groupBoxInformation.Controls.Add(this.labelTitleVersion);
|
|
|
|
|
this.groupBoxInformation.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.groupBoxInformation.FrameLineColor1 = System.Drawing.Color.White;
|
|
|
|
|
this.groupBoxInformation.FrameLineColor2 = System.Drawing.Color.Black;
|
|
|
|
|
this.groupBoxInformation.FrameLineThickness = 1;
|
|
|
|
|
this.groupBoxInformation.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.Rectangle;
|
|
|
|
|
this.groupBoxInformation.Image = null;
|
|
|
|
|
this.groupBoxInformation.InitVisible = true;
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.groupBoxInformation.Location = new System.Drawing.Point(25, 91);
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.groupBoxInformation.Name = "groupBoxInformation";
|
|
|
|
|
this.groupBoxInformation.RoundRadius = 5;
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.groupBoxInformation.Size = new System.Drawing.Size(380, 119);
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.groupBoxInformation.TabIndex = 204;
|
|
|
|
|
this.groupBoxInformation.Text = "Information";
|
|
|
|
|
this.groupBoxInformation.TextColor = System.Drawing.Color.White;
|
|
|
|
|
//
|
|
|
|
|
// labelSelectOperMode
|
|
|
|
|
//
|
|
|
|
|
this.labelSelectOperMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelSelectOperMode.BackPictureBox = null;
|
|
|
|
|
this.labelSelectOperMode.BackPictureBox1 = null;
|
|
|
|
|
this.labelSelectOperMode.BackPictureBox2 = null;
|
|
|
|
|
this.labelSelectOperMode.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelSelectOperMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelSelectOperMode.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelSelectOperMode.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelSelectOperMode.InitVisible = true;
|
|
|
|
|
this.labelSelectOperMode.LineSpacing = 0F;
|
|
|
|
|
this.labelSelectOperMode.Location = new System.Drawing.Point(121, 64);
|
|
|
|
|
this.labelSelectOperMode.Name = "labelSelectOperMode";
|
|
|
|
|
this.labelSelectOperMode.Size = new System.Drawing.Size(93, 28);
|
|
|
|
|
this.labelSelectOperMode.TabIndex = 150;
|
|
|
|
|
this.labelSelectOperMode.Text = "MCU";
|
|
|
|
|
this.labelSelectOperMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelSelectOperMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelSelectOperMode.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleSelectOperMode
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleSelectOperMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleSelectOperMode.BackPictureBox = null;
|
|
|
|
|
this.labelTitleSelectOperMode.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleSelectOperMode.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleSelectOperMode.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleSelectOperMode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleSelectOperMode.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleSelectOperMode.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleSelectOperMode.InitVisible = true;
|
|
|
|
|
this.labelTitleSelectOperMode.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleSelectOperMode.Location = new System.Drawing.Point(31, 64);
|
|
|
|
|
this.labelTitleSelectOperMode.Name = "labelTitleSelectOperMode";
|
|
|
|
|
this.labelTitleSelectOperMode.Size = new System.Drawing.Size(84, 28);
|
|
|
|
|
this.labelTitleSelectOperMode.TabIndex = 149;
|
|
|
|
|
this.labelTitleSelectOperMode.Text = "동작모드 :";
|
|
|
|
|
this.labelTitleSelectOperMode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleSelectOperMode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleSelectOperMode.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelVersionBuild
|
|
|
|
|
//
|
|
|
|
|
this.labelVersionBuild.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelVersionBuild.BackPictureBox = null;
|
|
|
|
|
this.labelVersionBuild.BackPictureBox1 = null;
|
|
|
|
|
this.labelVersionBuild.BackPictureBox2 = null;
|
|
|
|
|
this.labelVersionBuild.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelVersionBuild.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelVersionBuild.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelVersionBuild.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelVersionBuild.InitVisible = true;
|
|
|
|
|
this.labelVersionBuild.LineSpacing = 0F;
|
|
|
|
|
this.labelVersionBuild.Location = new System.Drawing.Point(198, 30);
|
|
|
|
|
this.labelVersionBuild.Name = "labelVersionBuild";
|
|
|
|
|
this.labelVersionBuild.Size = new System.Drawing.Size(27, 28);
|
|
|
|
|
this.labelVersionBuild.TabIndex = 146;
|
|
|
|
|
this.labelVersionBuild.Text = "00";
|
|
|
|
|
this.labelVersionBuild.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelVersionBuild.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelVersionBuild.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelVersionMinor
|
|
|
|
|
//
|
|
|
|
|
this.labelVersionMinor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelVersionMinor.BackPictureBox = null;
|
|
|
|
|
this.labelVersionMinor.BackPictureBox1 = null;
|
|
|
|
|
this.labelVersionMinor.BackPictureBox2 = null;
|
|
|
|
|
this.labelVersionMinor.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelVersionMinor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelVersionMinor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelVersionMinor.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelVersionMinor.InitVisible = true;
|
|
|
|
|
this.labelVersionMinor.LineSpacing = 0F;
|
|
|
|
|
this.labelVersionMinor.Location = new System.Drawing.Point(165, 30);
|
|
|
|
|
this.labelVersionMinor.Name = "labelVersionMinor";
|
|
|
|
|
this.labelVersionMinor.Size = new System.Drawing.Size(27, 28);
|
|
|
|
|
this.labelVersionMinor.TabIndex = 145;
|
|
|
|
|
this.labelVersionMinor.Text = "00.";
|
|
|
|
|
this.labelVersionMinor.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelVersionMinor.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelVersionMinor.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelVersionMajor
|
|
|
|
|
//
|
|
|
|
|
this.labelVersionMajor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelVersionMajor.BackPictureBox = null;
|
|
|
|
|
this.labelVersionMajor.BackPictureBox1 = null;
|
|
|
|
|
this.labelVersionMajor.BackPictureBox2 = null;
|
|
|
|
|
this.labelVersionMajor.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelVersionMajor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelVersionMajor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelVersionMajor.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelVersionMajor.InitVisible = true;
|
|
|
|
|
this.labelVersionMajor.LineSpacing = 0F;
|
|
|
|
|
this.labelVersionMajor.Location = new System.Drawing.Point(132, 30);
|
|
|
|
|
this.labelVersionMajor.Name = "labelVersionMajor";
|
|
|
|
|
this.labelVersionMajor.Size = new System.Drawing.Size(27, 28);
|
|
|
|
|
this.labelVersionMajor.TabIndex = 144;
|
|
|
|
|
this.labelVersionMajor.Text = "01.";
|
|
|
|
|
this.labelVersionMajor.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelVersionMajor.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelVersionMajor.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleVersion
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelTitleVersion.BackPictureBox = null;
|
|
|
|
|
this.labelTitleVersion.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleVersion.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleVersion.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleVersion.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleVersion.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleVersion.InitVisible = true;
|
|
|
|
|
this.labelTitleVersion.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleVersion.Location = new System.Drawing.Point(31, 30);
|
|
|
|
|
this.labelTitleVersion.Name = "labelTitleVersion";
|
|
|
|
|
this.labelTitleVersion.Size = new System.Drawing.Size(101, 28);
|
|
|
|
|
this.labelTitleVersion.TabIndex = 141;
|
|
|
|
|
this.labelTitleVersion.Text = "Version : V";
|
|
|
|
|
this.labelTitleVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTitleVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleVersion.Wordwrap = false;
|
|
|
|
|
//
|
2022-02-18 09:13:11 +00:00
|
|
|
|
// timer
|
2022-02-17 05:13:43 +00:00
|
|
|
|
//
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.timer.EndTime = ((long)(100000000000));
|
|
|
|
|
this.timer.Interval = 200;
|
|
|
|
|
this.timer.IntervalSeries = null;
|
|
|
|
|
this.timer.NowMillisecond = ((long)(0));
|
|
|
|
|
this.timer.StartTime = ((long)(0));
|
|
|
|
|
this.timer.Tick += new System.EventHandler(this.timer_Tick);
|
2022-02-17 05:13:43 +00:00
|
|
|
|
//
|
2022-02-15 10:57:12 +00:00
|
|
|
|
// ControlCenterSystemBLDCMotorSetting
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|
|
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
|
|
|
this.Name = "ControlCenterSystemBLDCMotorSetting";
|
|
|
|
|
this.Size = new System.Drawing.Size(710, 470);
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.smartGroupBox1.ResumeLayout(false);
|
2022-02-18 09:13:11 +00:00
|
|
|
|
this.smartGroupBox4.ResumeLayout(false);
|
|
|
|
|
this.smartGroupBox2.ResumeLayout(false);
|
|
|
|
|
this.smartGroupBox3.ResumeLayout(false);
|
2022-02-17 05:13:43 +00:00
|
|
|
|
this.groupBoxInformation.ResumeLayout(false);
|
2022-02-15 10:57:12 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
2022-02-17 05:13:43 +00:00
|
|
|
|
public SmartX.SmartLabel labelMotorSpeed;
|
|
|
|
|
private SmartX.SmartLabel labelTitleMotorSpeed;
|
|
|
|
|
private SmartX.SmartLabel labelTitleMotorPoleNum;
|
|
|
|
|
public SmartX.SmartLabel labelAttenuatorRatio;
|
|
|
|
|
private SmartX.SmartLabel labelTitleAttenuatorRatio;
|
|
|
|
|
private System.Windows.Forms.ComboBox comboBoxMotorPoleNum;
|
|
|
|
|
private SmartX.SmartGroupBox groupBoxInformation;
|
|
|
|
|
private SmartX.SmartLabel labelTitleMotorDirectionRead;
|
|
|
|
|
private SmartX.SmartLabel labelTitleMotorRPM;
|
|
|
|
|
private SmartX.SmartLabel labelTitleVersion;
|
|
|
|
|
private SmartX.SmartLabel labelVersionBuild;
|
|
|
|
|
private SmartX.SmartLabel labelVersionMinor;
|
|
|
|
|
private SmartX.SmartLabel labelVersionMajor;
|
|
|
|
|
private SmartX.SmartLabel labelMotorDirectionRead;
|
|
|
|
|
private SmartX.SmartLabel labelMotorRPM;
|
|
|
|
|
private SmartX.SmartLabel labelSelectOperMode;
|
|
|
|
|
private SmartX.SmartLabel labelTitleSelectOperMode;
|
|
|
|
|
private SmartX.SmartLabel labelTitleMotorDirectionWrite;
|
|
|
|
|
private SmartX.SmartButton buttonMotorDirectionWrite;
|
|
|
|
|
private SmartX.SmartButton buttonRefresh;
|
2022-02-18 09:13:11 +00:00
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox2;
|
|
|
|
|
private SmartX.SmartButton buttonMotor1;
|
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox3;
|
|
|
|
|
private SmartX.SmartButton buttonMotor4;
|
|
|
|
|
private SmartX.SmartButton buttonMotor3;
|
|
|
|
|
private SmartX.SmartButton buttonMotor2;
|
|
|
|
|
private SmartX.SmartLabel labelTitleMotorID;
|
|
|
|
|
public SmartX.SmartLabel labelMotorID;
|
|
|
|
|
private SmartX.SmartGroupBox smartGroupBox4;
|
|
|
|
|
private SmartX.SmartButton buttonStart;
|
|
|
|
|
private SmartX.SmartButton buttonAlarmReset;
|
|
|
|
|
private SmartX.SmartButton buttonAlarmRead;
|
|
|
|
|
private SmartX.SmartListBox smartListBox1;
|
|
|
|
|
private SmartX.SmartTimer timer;
|
2022-02-15 10:57:12 +00:00
|
|
|
|
}
|
|
|
|
|
}
|