namespace SA_LTT_UI.Viewer
|
{
|
partial class AttenuatorViewer
|
{
|
/// <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.label1 = new System.Windows.Forms.Label();
|
this.cbb_Resolution = new System.Windows.Forms.ComboBox();
|
this.btn_MinusJog = new System.Windows.Forms.Button();
|
this.btn_PlusJog = new System.Windows.Forms.Button();
|
this.btn_MoveMinus1000 = new System.Windows.Forms.Button();
|
this.btn_MovePlus1000 = new System.Windows.Forms.Button();
|
this.btn_MoveMinus100 = new System.Windows.Forms.Button();
|
this.btn_MovePlus100 = new System.Windows.Forms.Button();
|
this.btn_MoveMinus10 = new System.Windows.Forms.Button();
|
this.btn_MovePlus10 = new System.Windows.Forms.Button();
|
this.btn_MoveMinus1 = new System.Windows.Forms.Button();
|
this.btn_MovePlus1 = new System.Windows.Forms.Button();
|
this.lb_RotatorPosition = new System.Windows.Forms.Label();
|
this.btn_Stop = new System.Windows.Forms.Button();
|
this.label3 = new System.Windows.Forms.Label();
|
this.tb_Speed = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.lb_PortName = new System.Windows.Forms.Label();
|
this.btn_Home = new System.Windows.Forms.Button();
|
this.gb_Control = new System.Windows.Forms.GroupBox();
|
this.gb_Setting = new System.Windows.Forms.GroupBox();
|
this.gb_Status = new System.Windows.Forms.GroupBox();
|
this.lb_DecelerationValue = new System.Windows.Forms.Label();
|
this.lb_MotorEnable = new System.Windows.Forms.Label();
|
this.lb_AccelerationValue = new System.Windows.Forms.Label();
|
this.lb_MotorResolution = new System.Windows.Forms.Label();
|
this.lb_MotorSpeed = new System.Windows.Forms.Label();
|
this.lb_MotorState = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
this.label10 = new System.Windows.Forms.Label();
|
this.label8 = new System.Windows.Forms.Label();
|
this.label14 = new System.Windows.Forms.Label();
|
this.label7 = new System.Windows.Forms.Label();
|
this.btn_AngleSet = new System.Windows.Forms.Button();
|
this.tb_AngleValue = new System.Windows.Forms.TextBox();
|
this.gb_Control.SuspendLayout();
|
this.gb_Setting.SuspendLayout();
|
this.gb_Status.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(6, 53);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(64, 12);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "Resolution";
|
//
|
// cbb_Resolution
|
//
|
this.cbb_Resolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_Resolution.FormattingEnabled = true;
|
this.cbb_Resolution.Items.AddRange(new object[] {
|
"1/1 - Full Steps (0.0231 deg/Step)",
|
"1/2 - Half Steps (0.0115 deg/Step)",
|
"1/4 - Quarter Steps (0.0058 deg/Step)",
|
"1/8 - Eighth Steps (0.0026 deg/Step)",
|
"1/16 - Sixteenth Steps (0.0014 deg/Step)"});
|
this.cbb_Resolution.Location = new System.Drawing.Point(75, 48);
|
this.cbb_Resolution.Name = "cbb_Resolution";
|
this.cbb_Resolution.Size = new System.Drawing.Size(255, 20);
|
this.cbb_Resolution.TabIndex = 4;
|
this.cbb_Resolution.SelectedIndexChanged += new System.EventHandler(this.cbb_Resolution_SelectedIndexChanged);
|
//
|
// btn_MinusJog
|
//
|
this.btn_MinusJog.Location = new System.Drawing.Point(7, 67);
|
this.btn_MinusJog.Name = "btn_MinusJog";
|
this.btn_MinusJog.Size = new System.Drawing.Size(54, 23);
|
this.btn_MinusJog.TabIndex = 5;
|
this.btn_MinusJog.Text = "<<";
|
this.btn_MinusJog.UseVisualStyleBackColor = true;
|
this.btn_MinusJog.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_MinusJog_MouseDown);
|
this.btn_MinusJog.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_MinusJog_MouseUp);
|
//
|
// btn_PlusJog
|
//
|
this.btn_PlusJog.Location = new System.Drawing.Point(566, 67);
|
this.btn_PlusJog.Name = "btn_PlusJog";
|
this.btn_PlusJog.Size = new System.Drawing.Size(54, 23);
|
this.btn_PlusJog.TabIndex = 5;
|
this.btn_PlusJog.Text = ">>";
|
this.btn_PlusJog.UseVisualStyleBackColor = true;
|
this.btn_PlusJog.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btn_PlusJog_MouseDown);
|
this.btn_PlusJog.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btn_PlusJog_MouseUp);
|
//
|
// btn_MoveMinus1000
|
//
|
this.btn_MoveMinus1000.Location = new System.Drawing.Point(67, 67);
|
this.btn_MoveMinus1000.Name = "btn_MoveMinus1000";
|
this.btn_MoveMinus1000.Size = new System.Drawing.Size(71, 23);
|
this.btn_MoveMinus1000.TabIndex = 5;
|
this.btn_MoveMinus1000.Text = "-1000";
|
this.btn_MoveMinus1000.UseVisualStyleBackColor = true;
|
this.btn_MoveMinus1000.Click += new System.EventHandler(this.btn_MoveMinus1000_Click);
|
//
|
// btn_MovePlus1000
|
//
|
this.btn_MovePlus1000.Location = new System.Drawing.Point(489, 67);
|
this.btn_MovePlus1000.Name = "btn_MovePlus1000";
|
this.btn_MovePlus1000.Size = new System.Drawing.Size(71, 23);
|
this.btn_MovePlus1000.TabIndex = 5;
|
this.btn_MovePlus1000.Text = "1000";
|
this.btn_MovePlus1000.UseVisualStyleBackColor = true;
|
this.btn_MovePlus1000.Click += new System.EventHandler(this.btn_MovePlus1000_Click);
|
//
|
// btn_MoveMinus100
|
//
|
this.btn_MoveMinus100.Location = new System.Drawing.Point(144, 67);
|
this.btn_MoveMinus100.Name = "btn_MoveMinus100";
|
this.btn_MoveMinus100.Size = new System.Drawing.Size(61, 23);
|
this.btn_MoveMinus100.TabIndex = 5;
|
this.btn_MoveMinus100.Text = "-100";
|
this.btn_MoveMinus100.UseVisualStyleBackColor = true;
|
this.btn_MoveMinus100.Click += new System.EventHandler(this.btn_MoveMinus100_Click);
|
//
|
// btn_MovePlus100
|
//
|
this.btn_MovePlus100.Location = new System.Drawing.Point(422, 67);
|
this.btn_MovePlus100.Name = "btn_MovePlus100";
|
this.btn_MovePlus100.Size = new System.Drawing.Size(61, 23);
|
this.btn_MovePlus100.TabIndex = 5;
|
this.btn_MovePlus100.Text = "100";
|
this.btn_MovePlus100.UseVisualStyleBackColor = true;
|
this.btn_MovePlus100.Click += new System.EventHandler(this.btn_MovePlus100_Click);
|
//
|
// btn_MoveMinus10
|
//
|
this.btn_MoveMinus10.Location = new System.Drawing.Point(211, 67);
|
this.btn_MoveMinus10.Name = "btn_MoveMinus10";
|
this.btn_MoveMinus10.Size = new System.Drawing.Size(47, 23);
|
this.btn_MoveMinus10.TabIndex = 5;
|
this.btn_MoveMinus10.Text = "-10";
|
this.btn_MoveMinus10.UseVisualStyleBackColor = true;
|
this.btn_MoveMinus10.Click += new System.EventHandler(this.btn_MoveMinus10_Click);
|
//
|
// btn_MovePlus10
|
//
|
this.btn_MovePlus10.Location = new System.Drawing.Point(369, 67);
|
this.btn_MovePlus10.Name = "btn_MovePlus10";
|
this.btn_MovePlus10.Size = new System.Drawing.Size(47, 23);
|
this.btn_MovePlus10.TabIndex = 5;
|
this.btn_MovePlus10.Text = "10";
|
this.btn_MovePlus10.UseVisualStyleBackColor = true;
|
this.btn_MovePlus10.Click += new System.EventHandler(this.btn_MovePlus10_Click);
|
//
|
// btn_MoveMinus1
|
//
|
this.btn_MoveMinus1.Location = new System.Drawing.Point(264, 67);
|
this.btn_MoveMinus1.Name = "btn_MoveMinus1";
|
this.btn_MoveMinus1.Size = new System.Drawing.Size(36, 23);
|
this.btn_MoveMinus1.TabIndex = 5;
|
this.btn_MoveMinus1.Text = "-1";
|
this.btn_MoveMinus1.UseVisualStyleBackColor = true;
|
this.btn_MoveMinus1.Click += new System.EventHandler(this.btn_MoveMinus1_Click);
|
//
|
// btn_MovePlus1
|
//
|
this.btn_MovePlus1.Location = new System.Drawing.Point(327, 67);
|
this.btn_MovePlus1.Name = "btn_MovePlus1";
|
this.btn_MovePlus1.Size = new System.Drawing.Size(36, 23);
|
this.btn_MovePlus1.TabIndex = 5;
|
this.btn_MovePlus1.Text = "1";
|
this.btn_MovePlus1.UseVisualStyleBackColor = true;
|
this.btn_MovePlus1.Click += new System.EventHandler(this.btn_MovePlus1_Click);
|
//
|
// lb_RotatorPosition
|
//
|
this.lb_RotatorPosition.AutoSize = true;
|
this.lb_RotatorPosition.Location = new System.Drawing.Point(262, 107);
|
this.lb_RotatorPosition.Name = "lb_RotatorPosition";
|
this.lb_RotatorPosition.Size = new System.Drawing.Size(314, 12);
|
this.lb_RotatorPosition.TabIndex = 6;
|
this.lb_RotatorPosition.Text = "Current waveplate rotator position is 0 steps, 0.000 deg";
|
//
|
// btn_Stop
|
//
|
this.btn_Stop.Location = new System.Drawing.Point(549, 20);
|
this.btn_Stop.Name = "btn_Stop";
|
this.btn_Stop.Size = new System.Drawing.Size(71, 23);
|
this.btn_Stop.TabIndex = 5;
|
this.btn_Stop.Text = "Stop";
|
this.btn_Stop.UseVisualStyleBackColor = true;
|
this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click);
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(349, 53);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
this.label3.TabIndex = 7;
|
this.label3.Text = "Speed";
|
//
|
// tb_Speed
|
//
|
this.tb_Speed.Location = new System.Drawing.Point(396, 48);
|
this.tb_Speed.Name = "tb_Speed";
|
this.tb_Speed.Size = new System.Drawing.Size(67, 21);
|
this.tb_Speed.TabIndex = 8;
|
this.tb_Speed.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_Speed_KeyDown);
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(469, 53);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(71, 12);
|
this.label5.TabIndex = 7;
|
this.label5.Text = "degree/sec";
|
//
|
// lb_PortName
|
//
|
this.lb_PortName.AutoSize = true;
|
this.lb_PortName.Location = new System.Drawing.Point(6, 24);
|
this.lb_PortName.Name = "lb_PortName";
|
this.lb_PortName.Size = new System.Drawing.Size(27, 12);
|
this.lb_PortName.TabIndex = 2;
|
this.lb_PortName.Text = "Port";
|
//
|
// btn_Home
|
//
|
this.btn_Home.Location = new System.Drawing.Point(8, 20);
|
this.btn_Home.Name = "btn_Home";
|
this.btn_Home.Size = new System.Drawing.Size(71, 23);
|
this.btn_Home.TabIndex = 5;
|
this.btn_Home.Text = "Home";
|
this.btn_Home.UseVisualStyleBackColor = true;
|
this.btn_Home.Click += new System.EventHandler(this.btn_Home_Click);
|
//
|
// gb_Control
|
//
|
this.gb_Control.Controls.Add(this.tb_AngleValue);
|
this.gb_Control.Controls.Add(this.btn_AngleSet);
|
this.gb_Control.Controls.Add(this.btn_Home);
|
this.gb_Control.Controls.Add(this.btn_MoveMinus1);
|
this.gb_Control.Controls.Add(this.btn_MinusJog);
|
this.gb_Control.Controls.Add(this.btn_MoveMinus1000);
|
this.gb_Control.Controls.Add(this.btn_MoveMinus100);
|
this.gb_Control.Controls.Add(this.btn_MoveMinus10);
|
this.gb_Control.Controls.Add(this.btn_MovePlus1);
|
this.gb_Control.Controls.Add(this.lb_RotatorPosition);
|
this.gb_Control.Controls.Add(this.btn_MovePlus10);
|
this.gb_Control.Controls.Add(this.btn_PlusJog);
|
this.gb_Control.Controls.Add(this.btn_MovePlus100);
|
this.gb_Control.Controls.Add(this.btn_Stop);
|
this.gb_Control.Controls.Add(this.btn_MovePlus1000);
|
this.gb_Control.Location = new System.Drawing.Point(12, 191);
|
this.gb_Control.Name = "gb_Control";
|
this.gb_Control.Size = new System.Drawing.Size(626, 138);
|
this.gb_Control.TabIndex = 9;
|
this.gb_Control.TabStop = false;
|
this.gb_Control.Text = "Control";
|
//
|
// gb_Setting
|
//
|
this.gb_Setting.Controls.Add(this.lb_PortName);
|
this.gb_Setting.Controls.Add(this.tb_Speed);
|
this.gb_Setting.Controls.Add(this.label1);
|
this.gb_Setting.Controls.Add(this.cbb_Resolution);
|
this.gb_Setting.Controls.Add(this.label5);
|
this.gb_Setting.Controls.Add(this.label3);
|
this.gb_Setting.Location = new System.Drawing.Point(12, 12);
|
this.gb_Setting.Name = "gb_Setting";
|
this.gb_Setting.Size = new System.Drawing.Size(626, 84);
|
this.gb_Setting.TabIndex = 10;
|
this.gb_Setting.TabStop = false;
|
this.gb_Setting.Text = "Setting";
|
//
|
// gb_Status
|
//
|
this.gb_Status.Controls.Add(this.lb_DecelerationValue);
|
this.gb_Status.Controls.Add(this.lb_MotorEnable);
|
this.gb_Status.Controls.Add(this.lb_AccelerationValue);
|
this.gb_Status.Controls.Add(this.lb_MotorResolution);
|
this.gb_Status.Controls.Add(this.lb_MotorSpeed);
|
this.gb_Status.Controls.Add(this.lb_MotorState);
|
this.gb_Status.Controls.Add(this.label11);
|
this.gb_Status.Controls.Add(this.label10);
|
this.gb_Status.Controls.Add(this.label8);
|
this.gb_Status.Controls.Add(this.label14);
|
this.gb_Status.Controls.Add(this.label7);
|
this.gb_Status.Location = new System.Drawing.Point(12, 102);
|
this.gb_Status.Name = "gb_Status";
|
this.gb_Status.Size = new System.Drawing.Size(626, 83);
|
this.gb_Status.TabIndex = 11;
|
this.gb_Status.TabStop = false;
|
this.gb_Status.Text = "Status";
|
//
|
// lb_DecelerationValue
|
//
|
this.lb_DecelerationValue.AutoSize = true;
|
this.lb_DecelerationValue.Location = new System.Drawing.Point(336, 39);
|
this.lb_DecelerationValue.Name = "lb_DecelerationValue";
|
this.lb_DecelerationValue.Size = new System.Drawing.Size(11, 12);
|
this.lb_DecelerationValue.TabIndex = 1;
|
this.lb_DecelerationValue.Text = "0";
|
//
|
// lb_MotorEnable
|
//
|
this.lb_MotorEnable.AutoSize = true;
|
this.lb_MotorEnable.Location = new System.Drawing.Point(367, 17);
|
this.lb_MotorEnable.Name = "lb_MotorEnable";
|
this.lb_MotorEnable.Size = new System.Drawing.Size(80, 12);
|
this.lb_MotorEnable.TabIndex = 1;
|
this.lb_MotorEnable.Text = "Motor Enable";
|
//
|
// lb_AccelerationValue
|
//
|
this.lb_AccelerationValue.AutoSize = true;
|
this.lb_AccelerationValue.Location = new System.Drawing.Point(336, 17);
|
this.lb_AccelerationValue.Name = "lb_AccelerationValue";
|
this.lb_AccelerationValue.Size = new System.Drawing.Size(11, 12);
|
this.lb_AccelerationValue.TabIndex = 1;
|
this.lb_AccelerationValue.Text = "0";
|
//
|
// lb_MotorResolution
|
//
|
this.lb_MotorResolution.AutoSize = true;
|
this.lb_MotorResolution.Location = new System.Drawing.Point(124, 62);
|
this.lb_MotorResolution.Name = "lb_MotorResolution";
|
this.lb_MotorResolution.Size = new System.Drawing.Size(235, 12);
|
this.lb_MotorResolution.TabIndex = 1;
|
this.lb_MotorResolution.Text = "1/16 - Sixteenth Steps (0.0014 deg/Step)";
|
//
|
// lb_MotorSpeed
|
//
|
this.lb_MotorSpeed.AutoSize = true;
|
this.lb_MotorSpeed.Location = new System.Drawing.Point(96, 39);
|
this.lb_MotorSpeed.Name = "lb_MotorSpeed";
|
this.lb_MotorSpeed.Size = new System.Drawing.Size(81, 12);
|
this.lb_MotorSpeed.TabIndex = 1;
|
this.lb_MotorSpeed.Text = "0 degree/sec";
|
//
|
// lb_MotorState
|
//
|
this.lb_MotorState.AutoSize = true;
|
this.lb_MotorState.Location = new System.Drawing.Point(92, 17);
|
this.lb_MotorState.Name = "lb_MotorState";
|
this.lb_MotorState.Size = new System.Drawing.Size(51, 12);
|
this.lb_MotorState.TabIndex = 1;
|
this.lb_MotorState.Text = "Stopped";
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(209, 39);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(121, 12);
|
this.label11.TabIndex = 0;
|
this.label11.Text = "Deceleration value : ";
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Location = new System.Drawing.Point(209, 17);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(121, 12);
|
this.label10.TabIndex = 0;
|
this.label10.Text = "Acceleration value : ";
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Location = new System.Drawing.Point(6, 39);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(84, 12);
|
this.label8.TabIndex = 0;
|
this.label8.Text = "Motor speed :";
|
//
|
// label14
|
//
|
this.label14.AutoSize = true;
|
this.label14.Location = new System.Drawing.Point(6, 62);
|
this.label14.Name = "label14";
|
this.label14.Size = new System.Drawing.Size(112, 12);
|
this.label14.TabIndex = 0;
|
this.label14.Text = "Motor Resolution : ";
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(6, 17);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(80, 12);
|
this.label7.TabIndex = 0;
|
this.label7.Text = "Motor state : ";
|
//
|
// btn_AngleSet
|
//
|
this.btn_AngleSet.Location = new System.Drawing.Point(327, 22);
|
this.btn_AngleSet.Name = "btn_AngleSet";
|
this.btn_AngleSet.Size = new System.Drawing.Size(75, 23);
|
this.btn_AngleSet.TabIndex = 2;
|
this.btn_AngleSet.Text = "Angle Set";
|
this.btn_AngleSet.UseVisualStyleBackColor = true;
|
this.btn_AngleSet.Click += new System.EventHandler(this.btn_AngleSet_Click);
|
//
|
// tb_AngleValue
|
//
|
this.tb_AngleValue.Location = new System.Drawing.Point(221, 23);
|
this.tb_AngleValue.Name = "tb_AngleValue";
|
this.tb_AngleValue.Size = new System.Drawing.Size(100, 21);
|
this.tb_AngleValue.TabIndex = 7;
|
this.tb_AngleValue.Text = "0.000";
|
//
|
// AttenuatorViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(650, 344);
|
this.Controls.Add(this.gb_Status);
|
this.Controls.Add(this.gb_Setting);
|
this.Controls.Add(this.gb_Control);
|
this.Name = "AttenuatorViewer";
|
this.Text = "AttenuatorViewer";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AttenuatorViewer_FormClosing);
|
this.gb_Control.ResumeLayout(false);
|
this.gb_Control.PerformLayout();
|
this.gb_Setting.ResumeLayout(false);
|
this.gb_Setting.PerformLayout();
|
this.gb_Status.ResumeLayout(false);
|
this.gb_Status.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.ComboBox cbb_Resolution;
|
private System.Windows.Forms.Button btn_MinusJog;
|
private System.Windows.Forms.Button btn_PlusJog;
|
private System.Windows.Forms.Button btn_MoveMinus1000;
|
private System.Windows.Forms.Button btn_MovePlus1000;
|
private System.Windows.Forms.Button btn_MoveMinus100;
|
private System.Windows.Forms.Button btn_MovePlus100;
|
private System.Windows.Forms.Button btn_MoveMinus10;
|
private System.Windows.Forms.Button btn_MovePlus10;
|
private System.Windows.Forms.Button btn_MoveMinus1;
|
private System.Windows.Forms.Button btn_MovePlus1;
|
private System.Windows.Forms.Label lb_RotatorPosition;
|
private System.Windows.Forms.Button btn_Stop;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox tb_Speed;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Label lb_PortName;
|
private System.Windows.Forms.Button btn_Home;
|
private System.Windows.Forms.GroupBox gb_Control;
|
private System.Windows.Forms.GroupBox gb_Setting;
|
private System.Windows.Forms.GroupBox gb_Status;
|
private System.Windows.Forms.Label lb_MotorState;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Label lb_MotorSpeed;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.Label lb_DecelerationValue;
|
private System.Windows.Forms.Label lb_AccelerationValue;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.Label lb_MotorResolution;
|
private System.Windows.Forms.Label label14;
|
private System.Windows.Forms.Label lb_MotorEnable;
|
private System.Windows.Forms.Button btn_AngleSet;
|
private System.Windows.Forms.TextBox tb_AngleValue;
|
}
|
}
|