namespace Rs.MotionPlat
{
partial class GugaoPulseAxisProperty
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GugaoPulseAxisProperty));
this.btnSave = new System.Windows.Forms.Button();
this.gboxCardProperty = new System.Windows.Forms.GroupBox();
this.txtAxisId = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtAxisName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtCardId = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.gboxHomePro = new System.Windows.Forms.GroupBox();
this.txtHomeDir = new System.Windows.Forms.TextBox();
this.txtHomeMode = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtHomeSpeed = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtHomeOffset = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtCaptureEdge = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtNeedGoHome = new System.Windows.Forms.TextBox();
this.label51 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.gboxMotorPro = new System.Windows.Forms.GroupBox();
this.cboxCanJog = new System.Windows.Forms.CheckBox();
this.txtEnableEncoder = new System.Windows.Forms.TextBox();
this.txtSTime = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.txtMinSpeed = new System.Windows.Forms.TextBox();
this.label27 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.txtDistOneRound = new System.Windows.Forms.TextBox();
this.txtNelSoftwarePosition = new System.Windows.Forms.TextBox();
this.txtHcmpPulseWidth = new System.Windows.Forms.TextBox();
this.txtTolerance = new System.Windows.Forms.TextBox();
this.txtEnableSoftwareEL = new System.Windows.Forms.TextBox();
this.txtPelSoftwarePosition = new System.Windows.Forms.TextBox();
this.txtPulseOneRound = new System.Windows.Forms.TextBox();
this.txtDecTime = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtAccTime = new System.Windows.Forms.TextBox();
this.label47 = new System.Windows.Forms.Label();
this.txtStopSpeed = new System.Windows.Forms.TextBox();
this.label46 = new System.Windows.Forms.Label();
this.label33 = new System.Windows.Forms.Label();
this.label34 = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.txtMaxSpeed = new System.Windows.Forms.TextBox();
this.label40 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.label39 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label49 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label41 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.gboxCardProperty.SuspendLayout();
this.gboxHomePro.SuspendLayout();
this.gboxMotorPro.SuspendLayout();
this.SuspendLayout();
//
// btnSave
//
resources.ApplyResources(this.btnSave, "btnSave");
this.btnSave.Name = "btnSave";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// gboxCardProperty
//
this.gboxCardProperty.Controls.Add(this.txtAxisId);
this.gboxCardProperty.Controls.Add(this.label4);
this.gboxCardProperty.Controls.Add(this.txtAxisName);
this.gboxCardProperty.Controls.Add(this.label3);
this.gboxCardProperty.Controls.Add(this.txtCardId);
this.gboxCardProperty.Controls.Add(this.label1);
resources.ApplyResources(this.gboxCardProperty, "gboxCardProperty");
this.gboxCardProperty.Name = "gboxCardProperty";
this.gboxCardProperty.TabStop = false;
//
// txtAxisId
//
resources.ApplyResources(this.txtAxisId, "txtAxisId");
this.txtAxisId.Name = "txtAxisId";
this.txtAxisId.ReadOnly = true;
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
this.label4.DoubleClick += new System.EventHandler(this.label4_DoubleClick);
//
// txtAxisName
//
resources.ApplyResources(this.txtAxisName, "txtAxisName");
this.txtAxisName.Name = "txtAxisName";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
this.label3.DoubleClick += new System.EventHandler(this.label3_DoubleClick);
//
// txtCardId
//
resources.ApplyResources(this.txtCardId, "txtCardId");
this.txtCardId.Name = "txtCardId";
this.txtCardId.ReadOnly = true;
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// gboxHomePro
//
this.gboxHomePro.Controls.Add(this.txtHomeDir);
this.gboxHomePro.Controls.Add(this.txtHomeMode);
this.gboxHomePro.Controls.Add(this.label6);
this.gboxHomePro.Controls.Add(this.txtHomeSpeed);
this.gboxHomePro.Controls.Add(this.label11);
this.gboxHomePro.Controls.Add(this.txtHomeOffset);
this.gboxHomePro.Controls.Add(this.label23);
this.gboxHomePro.Controls.Add(this.label12);
this.gboxHomePro.Controls.Add(this.txtCaptureEdge);
this.gboxHomePro.Controls.Add(this.label5);
this.gboxHomePro.Controls.Add(this.txtNeedGoHome);
this.gboxHomePro.Controls.Add(this.label51);
this.gboxHomePro.Controls.Add(this.label10);
resources.ApplyResources(this.gboxHomePro, "gboxHomePro");
this.gboxHomePro.Name = "gboxHomePro";
this.gboxHomePro.TabStop = false;
//
// txtHomeDir
//
resources.ApplyResources(this.txtHomeDir, "txtHomeDir");
this.txtHomeDir.Name = "txtHomeDir";
//
// txtHomeMode
//
resources.ApplyResources(this.txtHomeMode, "txtHomeMode");
this.txtHomeMode.Name = "txtHomeMode";
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// txtHomeSpeed
//
resources.ApplyResources(this.txtHomeSpeed, "txtHomeSpeed");
this.txtHomeSpeed.Name = "txtHomeSpeed";
//
// label11
//
resources.ApplyResources(this.label11, "label11");
this.label11.Name = "label11";
//
// txtHomeOffset
//
resources.ApplyResources(this.txtHomeOffset, "txtHomeOffset");
this.txtHomeOffset.Name = "txtHomeOffset";
//
// label23
//
resources.ApplyResources(this.label23, "label23");
this.label23.Name = "label23";
//
// label12
//
resources.ApplyResources(this.label12, "label12");
this.label12.Name = "label12";
//
// txtCaptureEdge
//
resources.ApplyResources(this.txtCaptureEdge, "txtCaptureEdge");
this.txtCaptureEdge.Name = "txtCaptureEdge";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// txtNeedGoHome
//
resources.ApplyResources(this.txtNeedGoHome, "txtNeedGoHome");
this.txtNeedGoHome.Name = "txtNeedGoHome";
//
// label51
//
resources.ApplyResources(this.label51, "label51");
this.label51.Name = "label51";
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
//
// gboxMotorPro
//
this.gboxMotorPro.Controls.Add(this.cboxCanJog);
this.gboxMotorPro.Controls.Add(this.txtEnableEncoder);
this.gboxMotorPro.Controls.Add(this.txtSTime);
this.gboxMotorPro.Controls.Add(this.label26);
this.gboxMotorPro.Controls.Add(this.txtMinSpeed);
this.gboxMotorPro.Controls.Add(this.label27);
this.gboxMotorPro.Controls.Add(this.label30);
this.gboxMotorPro.Controls.Add(this.label22);
this.gboxMotorPro.Controls.Add(this.txtDistOneRound);
this.gboxMotorPro.Controls.Add(this.txtNelSoftwarePosition);
this.gboxMotorPro.Controls.Add(this.txtHcmpPulseWidth);
this.gboxMotorPro.Controls.Add(this.txtTolerance);
this.gboxMotorPro.Controls.Add(this.txtEnableSoftwareEL);
this.gboxMotorPro.Controls.Add(this.txtPelSoftwarePosition);
this.gboxMotorPro.Controls.Add(this.txtPulseOneRound);
this.gboxMotorPro.Controls.Add(this.txtDecTime);
this.gboxMotorPro.Controls.Add(this.label9);
this.gboxMotorPro.Controls.Add(this.txtAccTime);
this.gboxMotorPro.Controls.Add(this.label47);
this.gboxMotorPro.Controls.Add(this.txtStopSpeed);
this.gboxMotorPro.Controls.Add(this.label46);
this.gboxMotorPro.Controls.Add(this.label33);
this.gboxMotorPro.Controls.Add(this.label34);
this.gboxMotorPro.Controls.Add(this.label29);
this.gboxMotorPro.Controls.Add(this.label32);
this.gboxMotorPro.Controls.Add(this.txtMaxSpeed);
this.gboxMotorPro.Controls.Add(this.label40);
this.gboxMotorPro.Controls.Add(this.label28);
this.gboxMotorPro.Controls.Add(this.label39);
this.gboxMotorPro.Controls.Add(this.label21);
this.gboxMotorPro.Controls.Add(this.label24);
this.gboxMotorPro.Controls.Add(this.label49);
this.gboxMotorPro.Controls.Add(this.label31);
this.gboxMotorPro.Controls.Add(this.label41);
this.gboxMotorPro.Controls.Add(this.label25);
this.gboxMotorPro.Controls.Add(this.label20);
this.gboxMotorPro.Controls.Add(this.label16);
this.gboxMotorPro.Controls.Add(this.label19);
resources.ApplyResources(this.gboxMotorPro, "gboxMotorPro");
this.gboxMotorPro.Name = "gboxMotorPro";
this.gboxMotorPro.TabStop = false;
//
// cboxCanJog
//
resources.ApplyResources(this.cboxCanJog, "cboxCanJog");
this.cboxCanJog.Name = "cboxCanJog";
this.cboxCanJog.UseVisualStyleBackColor = true;
//
// txtEnableEncoder
//
resources.ApplyResources(this.txtEnableEncoder, "txtEnableEncoder");
this.txtEnableEncoder.Name = "txtEnableEncoder";
//
// txtSTime
//
resources.ApplyResources(this.txtSTime, "txtSTime");
this.txtSTime.Name = "txtSTime";
//
// label26
//
resources.ApplyResources(this.label26, "label26");
this.label26.Name = "label26";
//
// txtMinSpeed
//
resources.ApplyResources(this.txtMinSpeed, "txtMinSpeed");
this.txtMinSpeed.Name = "txtMinSpeed";
//
// label27
//
resources.ApplyResources(this.label27, "label27");
this.label27.Name = "label27";
//
// label30
//
resources.ApplyResources(this.label30, "label30");
this.label30.Name = "label30";
//
// label22
//
resources.ApplyResources(this.label22, "label22");
this.label22.Name = "label22";
//
// txtDistOneRound
//
resources.ApplyResources(this.txtDistOneRound, "txtDistOneRound");
this.txtDistOneRound.Name = "txtDistOneRound";
//
// txtNelSoftwarePosition
//
resources.ApplyResources(this.txtNelSoftwarePosition, "txtNelSoftwarePosition");
this.txtNelSoftwarePosition.Name = "txtNelSoftwarePosition";
//
// txtHcmpPulseWidth
//
resources.ApplyResources(this.txtHcmpPulseWidth, "txtHcmpPulseWidth");
this.txtHcmpPulseWidth.Name = "txtHcmpPulseWidth";
//
// txtTolerance
//
resources.ApplyResources(this.txtTolerance, "txtTolerance");
this.txtTolerance.Name = "txtTolerance";
//
// txtEnableSoftwareEL
//
resources.ApplyResources(this.txtEnableSoftwareEL, "txtEnableSoftwareEL");
this.txtEnableSoftwareEL.Name = "txtEnableSoftwareEL";
//
// txtPelSoftwarePosition
//
resources.ApplyResources(this.txtPelSoftwarePosition, "txtPelSoftwarePosition");
this.txtPelSoftwarePosition.Name = "txtPelSoftwarePosition";
//
// txtPulseOneRound
//
resources.ApplyResources(this.txtPulseOneRound, "txtPulseOneRound");
this.txtPulseOneRound.Name = "txtPulseOneRound";
//
// txtDecTime
//
resources.ApplyResources(this.txtDecTime, "txtDecTime");
this.txtDecTime.Name = "txtDecTime";
//
// label9
//
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
//
// txtAccTime
//
resources.ApplyResources(this.txtAccTime, "txtAccTime");
this.txtAccTime.Name = "txtAccTime";
//
// label47
//
resources.ApplyResources(this.label47, "label47");
this.label47.Name = "label47";
//
// txtStopSpeed
//
resources.ApplyResources(this.txtStopSpeed, "txtStopSpeed");
this.txtStopSpeed.Name = "txtStopSpeed";
//
// label46
//
resources.ApplyResources(this.label46, "label46");
this.label46.Name = "label46";
//
// label33
//
resources.ApplyResources(this.label33, "label33");
this.label33.Name = "label33";
//
// label34
//
resources.ApplyResources(this.label34, "label34");
this.label34.Name = "label34";
//
// label29
//
resources.ApplyResources(this.label29, "label29");
this.label29.Name = "label29";
//
// label32
//
resources.ApplyResources(this.label32, "label32");
this.label32.Name = "label32";
//
// txtMaxSpeed
//
resources.ApplyResources(this.txtMaxSpeed, "txtMaxSpeed");
this.txtMaxSpeed.Name = "txtMaxSpeed";
//
// label40
//
resources.ApplyResources(this.label40, "label40");
this.label40.Name = "label40";
//
// label28
//
resources.ApplyResources(this.label28, "label28");
this.label28.Name = "label28";
//
// label39
//
resources.ApplyResources(this.label39, "label39");
this.label39.Name = "label39";
//
// label21
//
resources.ApplyResources(this.label21, "label21");
this.label21.Name = "label21";
//
// label24
//
resources.ApplyResources(this.label24, "label24");
this.label24.Name = "label24";
//
// label49
//
resources.ApplyResources(this.label49, "label49");
this.label49.Name = "label49";
//
// label31
//
resources.ApplyResources(this.label31, "label31");
this.label31.Name = "label31";
//
// label41
//
resources.ApplyResources(this.label41, "label41");
this.label41.Name = "label41";
//
// label25
//
resources.ApplyResources(this.label25, "label25");
this.label25.Name = "label25";
//
// label20
//
resources.ApplyResources(this.label20, "label20");
this.label20.Name = "label20";
//
// label16
//
resources.ApplyResources(this.label16, "label16");
this.label16.Name = "label16";
//
// label19
//
resources.ApplyResources(this.label19, "label19");
this.label19.Name = "label19";
//
// GugaoPulseAxisProperty
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gboxMotorPro);
this.Controls.Add(this.gboxHomePro);
this.Controls.Add(this.gboxCardProperty);
this.Controls.Add(this.btnSave);
this.Name = "GugaoPulseAxisProperty";
this.gboxCardProperty.ResumeLayout(false);
this.gboxCardProperty.PerformLayout();
this.gboxHomePro.ResumeLayout(false);
this.gboxHomePro.PerformLayout();
this.gboxMotorPro.ResumeLayout(false);
this.gboxMotorPro.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.GroupBox gboxCardProperty;
private System.Windows.Forms.TextBox txtAxisId;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtAxisName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtCardId;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox gboxHomePro;
private System.Windows.Forms.TextBox txtHomeDir;
private System.Windows.Forms.TextBox txtHomeMode;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtHomeSpeed;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtHomeOffset;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox gboxMotorPro;
private System.Windows.Forms.TextBox txtEnableEncoder;
private System.Windows.Forms.TextBox txtSTime;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.TextBox txtMinSpeed;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox txtDistOneRound;
private System.Windows.Forms.TextBox txtNelSoftwarePosition;
private System.Windows.Forms.TextBox txtHcmpPulseWidth;
private System.Windows.Forms.TextBox txtTolerance;
private System.Windows.Forms.TextBox txtEnableSoftwareEL;
private System.Windows.Forms.TextBox txtPelSoftwarePosition;
private System.Windows.Forms.TextBox txtPulseOneRound;
private System.Windows.Forms.TextBox txtDecTime;
private System.Windows.Forms.TextBox txtAccTime;
private System.Windows.Forms.Label label47;
private System.Windows.Forms.TextBox txtStopSpeed;
private System.Windows.Forms.Label label46;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.TextBox txtMaxSpeed;
private System.Windows.Forms.Label label40;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label39;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label49;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label41;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.CheckBox cboxCanJog;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtNeedGoHome;
private System.Windows.Forms.Label label51;
private System.Windows.Forms.TextBox txtCaptureEdge;
private System.Windows.Forms.Label label5;
}
}