123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459 |
- namespace HRT_Measure
- {
- partial class UCAxis
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.titleName = new Sunny.UI.UITitlePanel();
- this.btnLocation = new Sunny.UI.UIButton();
- this.lblException = new Sunny.UI.UILabel();
- this.lblRunAllow = new Sunny.UI.UILabel();
- this.lblAxisEnableDone = new Sunny.UI.UILabel();
- this.lblNegative = new Sunny.UI.UILabel();
- this.lblOriginal = new Sunny.UI.UILabel();
- this.lblPositive = new Sunny.UI.UILabel();
- this.txtSpeed = new Sunny.UI.UITextBox();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiLightException = new Sunny.UI.UILight();
- this.uiLightRunAllow = new Sunny.UI.UILight();
- this.uiLightAxisEnableDone = new Sunny.UI.UILight();
- this.uiLightNegative = new Sunny.UI.UILight();
- this.uiLightOriginal = new Sunny.UI.UILight();
- this.uiLightPostive = new Sunny.UI.UILight();
- this.btnAxisHome = new Sunny.UI.UIButton();
- this.btnAxisEnable = new Sunny.UI.UIButton();
- this.uiLabel5 = new Sunny.UI.UILabel();
- this.btnJogPositive = new Sunny.UI.UIButton();
- this.btnJogNegative = new Sunny.UI.UIButton();
- this.lblExceptionCode = new Sunny.UI.UILabel();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.lblCurrentPos = new Sunny.UI.UILabel();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.titleName.SuspendLayout();
- this.SuspendLayout();
- //
- // titleName
- //
- this.titleName.Controls.Add(this.btnLocation);
- this.titleName.Controls.Add(this.lblException);
- this.titleName.Controls.Add(this.lblRunAllow);
- this.titleName.Controls.Add(this.lblAxisEnableDone);
- this.titleName.Controls.Add(this.lblNegative);
- this.titleName.Controls.Add(this.lblOriginal);
- this.titleName.Controls.Add(this.lblPositive);
- this.titleName.Controls.Add(this.txtSpeed);
- this.titleName.Controls.Add(this.uiLabel2);
- this.titleName.Controls.Add(this.uiLightException);
- this.titleName.Controls.Add(this.uiLightRunAllow);
- this.titleName.Controls.Add(this.uiLightAxisEnableDone);
- this.titleName.Controls.Add(this.uiLightNegative);
- this.titleName.Controls.Add(this.uiLightOriginal);
- this.titleName.Controls.Add(this.uiLightPostive);
- this.titleName.Controls.Add(this.btnAxisHome);
- this.titleName.Controls.Add(this.btnAxisEnable);
- this.titleName.Controls.Add(this.uiLabel5);
- this.titleName.Controls.Add(this.btnJogPositive);
- this.titleName.Controls.Add(this.btnJogNegative);
- this.titleName.Controls.Add(this.lblExceptionCode);
- this.titleName.Controls.Add(this.uiLabel4);
- this.titleName.Controls.Add(this.lblCurrentPos);
- this.titleName.Controls.Add(this.uiLabel1);
- this.titleName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.titleName.FillColor = System.Drawing.Color.AliceBlue;
- this.titleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.titleName.Location = new System.Drawing.Point(0, 0);
- this.titleName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.titleName.MinimumSize = new System.Drawing.Size(1, 1);
- this.titleName.Name = "titleName";
- this.titleName.ShowText = false;
- this.titleName.Size = new System.Drawing.Size(591, 348);
- this.titleName.TabIndex = 0;
- this.titleName.Text = "轴";
- this.titleName.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.titleName.TitleColor = System.Drawing.Color.LightSkyBlue;
- this.titleName.TitleForeColor = System.Drawing.Color.Black;
- //
- // btnLocation
- //
- this.btnLocation.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnLocation.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btnLocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnLocation.ForeColor = System.Drawing.Color.Black;
- this.btnLocation.Location = new System.Drawing.Point(462, 213);
- this.btnLocation.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnLocation.Name = "btnLocation";
- this.btnLocation.Size = new System.Drawing.Size(89, 75);
- this.btnLocation.TabIndex = 24;
- this.btnLocation.Text = "定位";
- this.btnLocation.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnLocation.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnLocation_MouseDown);
- this.btnLocation.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnLocation_MouseUp);
- //
- // lblException
- //
- this.lblException.BackColor = System.Drawing.Color.AliceBlue;
- this.lblException.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.lblException.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblException.Location = new System.Drawing.Point(380, 266);
- this.lblException.Name = "lblException";
- this.lblException.Size = new System.Drawing.Size(76, 19);
- this.lblException.TabIndex = 23;
- this.lblException.Text = "异常";
- //
- // lblRunAllow
- //
- this.lblRunAllow.BackColor = System.Drawing.Color.AliceBlue;
- this.lblRunAllow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.lblRunAllow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblRunAllow.Location = new System.Drawing.Point(233, 266);
- this.lblRunAllow.Name = "lblRunAllow";
- this.lblRunAllow.Size = new System.Drawing.Size(76, 19);
- this.lblRunAllow.TabIndex = 22;
- this.lblRunAllow.Text = "运行允许";
- //
- // lblAxisEnableDone
- //
- this.lblAxisEnableDone.BackColor = System.Drawing.Color.AliceBlue;
- this.lblAxisEnableDone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.lblAxisEnableDone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblAxisEnableDone.Location = new System.Drawing.Point(76, 266);
- this.lblAxisEnableDone.Name = "lblAxisEnableDone";
- this.lblAxisEnableDone.Size = new System.Drawing.Size(76, 19);
- this.lblAxisEnableDone.TabIndex = 21;
- this.lblAxisEnableDone.Text = "使能完成";
- //
- // lblNegative
- //
- this.lblNegative.BackColor = System.Drawing.Color.AliceBlue;
- this.lblNegative.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.lblNegative.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblNegative.Location = new System.Drawing.Point(380, 213);
- this.lblNegative.Name = "lblNegative";
- this.lblNegative.Size = new System.Drawing.Size(76, 19);
- this.lblNegative.TabIndex = 20;
- this.lblNegative.Text = "负极限";
- //
- // lblOriginal
- //
- this.lblOriginal.BackColor = System.Drawing.Color.AliceBlue;
- this.lblOriginal.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.lblOriginal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblOriginal.Location = new System.Drawing.Point(233, 213);
- this.lblOriginal.Name = "lblOriginal";
- this.lblOriginal.Size = new System.Drawing.Size(76, 19);
- this.lblOriginal.TabIndex = 19;
- this.lblOriginal.Text = "原点";
- //
- // lblPositive
- //
- this.lblPositive.BackColor = System.Drawing.Color.AliceBlue;
- this.lblPositive.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.lblPositive.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblPositive.Location = new System.Drawing.Point(76, 213);
- this.lblPositive.Name = "lblPositive";
- this.lblPositive.Size = new System.Drawing.Size(76, 19);
- this.lblPositive.TabIndex = 18;
- this.lblPositive.Text = "正极限";
- //
- // txtSpeed
- //
- this.txtSpeed.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtSpeed.DoubleValue = 100D;
- this.txtSpeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.txtSpeed.IntValue = 100;
- this.txtSpeed.Location = new System.Drawing.Point(199, 138);
- this.txtSpeed.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtSpeed.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtSpeed.Name = "txtSpeed";
- this.txtSpeed.Padding = new System.Windows.Forms.Padding(5);
- this.txtSpeed.ShowText = false;
- this.txtSpeed.Size = new System.Drawing.Size(131, 27);
- this.txtSpeed.TabIndex = 17;
- this.txtSpeed.Text = "100";
- this.txtSpeed.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtSpeed.Watermark = "";
- //
- // uiLabel2
- //
- this.uiLabel2.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel2.Location = new System.Drawing.Point(358, 50);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(45, 23);
- this.uiLabel2.TabIndex = 16;
- this.uiLabel2.Text = "mm";
- //
- // uiLightException
- //
- this.uiLightException.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLightException.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLightException.Location = new System.Drawing.Point(326, 255);
- this.uiLightException.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiLightException.Name = "uiLightException";
- this.uiLightException.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
- this.uiLightException.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.uiLightException.Radius = 34;
- this.uiLightException.Size = new System.Drawing.Size(41, 34);
- this.uiLightException.TabIndex = 15;
- this.uiLightException.Text = "uiLight6";
- //
- // uiLightRunAllow
- //
- this.uiLightRunAllow.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLightRunAllow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLightRunAllow.Location = new System.Drawing.Point(174, 255);
- this.uiLightRunAllow.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiLightRunAllow.Name = "uiLightRunAllow";
- this.uiLightRunAllow.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
- this.uiLightRunAllow.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.uiLightRunAllow.Radius = 34;
- this.uiLightRunAllow.Size = new System.Drawing.Size(41, 34);
- this.uiLightRunAllow.TabIndex = 14;
- this.uiLightRunAllow.Text = "uiLight5";
- //
- // uiLightAxisEnableDone
- //
- this.uiLightAxisEnableDone.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLightAxisEnableDone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLightAxisEnableDone.Location = new System.Drawing.Point(26, 255);
- this.uiLightAxisEnableDone.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiLightAxisEnableDone.Name = "uiLightAxisEnableDone";
- this.uiLightAxisEnableDone.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
- this.uiLightAxisEnableDone.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.uiLightAxisEnableDone.Radius = 34;
- this.uiLightAxisEnableDone.Size = new System.Drawing.Size(41, 34);
- this.uiLightAxisEnableDone.TabIndex = 13;
- this.uiLightAxisEnableDone.Text = "uiLight4";
- //
- // uiLightNegative
- //
- this.uiLightNegative.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLightNegative.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLightNegative.Location = new System.Drawing.Point(326, 204);
- this.uiLightNegative.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiLightNegative.Name = "uiLightNegative";
- this.uiLightNegative.Radius = 34;
- this.uiLightNegative.Size = new System.Drawing.Size(41, 34);
- this.uiLightNegative.TabIndex = 12;
- this.uiLightNegative.Text = "uiLight3";
- //
- // uiLightOriginal
- //
- this.uiLightOriginal.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLightOriginal.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLightOriginal.Location = new System.Drawing.Point(174, 204);
- this.uiLightOriginal.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiLightOriginal.Name = "uiLightOriginal";
- this.uiLightOriginal.Radius = 34;
- this.uiLightOriginal.Size = new System.Drawing.Size(41, 34);
- this.uiLightOriginal.TabIndex = 11;
- this.uiLightOriginal.Text = "uiLight2";
- //
- // uiLightPostive
- //
- this.uiLightPostive.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLightPostive.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLightPostive.Location = new System.Drawing.Point(26, 204);
- this.uiLightPostive.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiLightPostive.Name = "uiLightPostive";
- this.uiLightPostive.Radius = 34;
- this.uiLightPostive.Size = new System.Drawing.Size(41, 34);
- this.uiLightPostive.TabIndex = 10;
- this.uiLightPostive.Text = "uiLight1";
- //
- // btnAxisHome
- //
- this.btnAxisHome.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnAxisHome.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btnAxisHome.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnAxisHome.ForeColor = System.Drawing.Color.Black;
- this.btnAxisHome.Location = new System.Drawing.Point(362, 152);
- this.btnAxisHome.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnAxisHome.Name = "btnAxisHome";
- this.btnAxisHome.Size = new System.Drawing.Size(90, 35);
- this.btnAxisHome.TabIndex = 9;
- this.btnAxisHome.Text = "回原点";
- this.btnAxisHome.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnAxisHome.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnAxisHome_MouseDown);
- this.btnAxisHome.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnAxisHome_MouseUp);
- //
- // btnAxisEnable
- //
- this.btnAxisEnable.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnAxisEnable.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btnAxisEnable.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnAxisEnable.ForeColor = System.Drawing.Color.Black;
- this.btnAxisEnable.Location = new System.Drawing.Point(78, 152);
- this.btnAxisEnable.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnAxisEnable.Name = "btnAxisEnable";
- this.btnAxisEnable.Size = new System.Drawing.Size(90, 35);
- this.btnAxisEnable.TabIndex = 8;
- this.btnAxisEnable.Text = "使能";
- this.btnAxisEnable.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnAxisEnable.Click += new System.EventHandler(this.btnAxisEnable_Click);
- //
- // uiLabel5
- //
- this.uiLabel5.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel5.Location = new System.Drawing.Point(195, 110);
- this.uiLabel5.Name = "uiLabel5";
- this.uiLabel5.Size = new System.Drawing.Size(135, 23);
- this.uiLabel5.TabIndex = 6;
- this.uiLabel5.Text = "电动速度 mm/min";
- //
- // btnJogPositive
- //
- this.btnJogPositive.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnJogPositive.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btnJogPositive.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnJogPositive.ForeColor = System.Drawing.Color.Black;
- this.btnJogPositive.Location = new System.Drawing.Point(362, 102);
- this.btnJogPositive.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnJogPositive.Name = "btnJogPositive";
- this.btnJogPositive.Size = new System.Drawing.Size(90, 35);
- this.btnJogPositive.TabIndex = 5;
- this.btnJogPositive.Text = "寸动+";
- this.btnJogPositive.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnJogPositive.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnJogPositive_MouseDown);
- this.btnJogPositive.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnJogPositive_MouseUp);
- //
- // btnJogNegative
- //
- this.btnJogNegative.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnJogNegative.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btnJogNegative.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnJogNegative.ForeColor = System.Drawing.Color.Black;
- this.btnJogNegative.Location = new System.Drawing.Point(78, 102);
- this.btnJogNegative.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnJogNegative.Name = "btnJogNegative";
- this.btnJogNegative.Size = new System.Drawing.Size(90, 35);
- this.btnJogNegative.TabIndex = 4;
- this.btnJogNegative.Text = "寸动-";
- this.btnJogNegative.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnJogNegative.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnJogNegative_MouseDown);
- this.btnJogNegative.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnJogNegative_MouseUp);
- //
- // lblExceptionCode
- //
- this.lblExceptionCode.BackColor = System.Drawing.Color.AliceBlue;
- this.lblExceptionCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.lblExceptionCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblExceptionCode.Location = new System.Drawing.Point(250, 77);
- this.lblExceptionCode.Name = "lblExceptionCode";
- this.lblExceptionCode.Size = new System.Drawing.Size(80, 23);
- this.lblExceptionCode.TabIndex = 3;
- this.lblExceptionCode.Text = "FFFF";
- this.lblExceptionCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // uiLabel4
- //
- this.uiLabel4.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel4.Location = new System.Drawing.Point(139, 77);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(100, 23);
- this.uiLabel4.TabIndex = 2;
- this.uiLabel4.Text = "异常代码:";
- //
- // lblCurrentPos
- //
- this.lblCurrentPos.BackColor = System.Drawing.Color.AliceBlue;
- this.lblCurrentPos.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.lblCurrentPos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblCurrentPos.Location = new System.Drawing.Point(250, 49);
- this.lblCurrentPos.Name = "lblCurrentPos";
- this.lblCurrentPos.Size = new System.Drawing.Size(80, 23);
- this.lblCurrentPos.TabIndex = 1;
- this.lblCurrentPos.Text = "0";
- this.lblCurrentPos.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // uiLabel1
- //
- this.uiLabel1.BackColor = System.Drawing.Color.AliceBlue;
- this.uiLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel1.Location = new System.Drawing.Point(135, 50);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(100, 23);
- this.uiLabel1.TabIndex = 0;
- this.uiLabel1.Text = "当前位置:";
- //
- // timer1
- //
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // UCAxis
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.titleName);
- this.Name = "UCAxis";
- this.Size = new System.Drawing.Size(591, 348);
- this.Load += new System.EventHandler(this.UCAxis_Load);
- this.Leave += new System.EventHandler(this.UCAxis_Leave);
- this.titleName.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITitlePanel titleName;
- private Sunny.UI.UILabel lblException;
- private Sunny.UI.UILabel lblRunAllow;
- private Sunny.UI.UILabel lblAxisEnableDone;
- private Sunny.UI.UILabel lblNegative;
- private Sunny.UI.UILabel lblOriginal;
- private Sunny.UI.UILabel lblPositive;
- private Sunny.UI.UITextBox txtSpeed;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UILight uiLightException;
- private Sunny.UI.UILight uiLightRunAllow;
- private Sunny.UI.UILight uiLightAxisEnableDone;
- private Sunny.UI.UILight uiLightNegative;
- private Sunny.UI.UILight uiLightOriginal;
- private Sunny.UI.UILight uiLightPostive;
- private Sunny.UI.UIButton btnAxisHome;
- private Sunny.UI.UIButton btnAxisEnable;
- private Sunny.UI.UILabel uiLabel5;
- private Sunny.UI.UIButton btnJogPositive;
- private Sunny.UI.UIButton btnJogNegative;
- private Sunny.UI.UILabel lblExceptionCode;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UILabel lblCurrentPos;
- private Sunny.UI.UILabel uiLabel1;
- public System.Windows.Forms.Timer timer1;
- private Sunny.UI.UIButton btnLocation;
- }
- }
|