namespace HRT_Measure { partial class UCAxisPos { /// /// 必需的设计器变量。 /// 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() { this.components = new System.ComponentModel.Container(); this.uiLabel2 = new Sunny.UI.UILabel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.btnWrite = new Sunny.UI.UIButton(); this.txtSpeed = new Sunny.UI.UITextBox(); this.txtPos = new Sunny.UI.UITextBox(); this.btnPosGo = new Sunny.UI.UIButton(); this.uiLight = new Sunny.UI.UILight(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // uiLabel2 // this.uiLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.uiLabel2.Location = new System.Drawing.Point(201, 11); this.uiLabel2.Name = "uiLabel2"; this.uiLabel2.Size = new System.Drawing.Size(41, 20); this.uiLabel2.TabIndex = 13; this.uiLabel2.Text = "mm/min"; // // uiLabel1 // this.uiLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); this.uiLabel1.Location = new System.Drawing.Point(138, 11); this.uiLabel1.Name = "uiLabel1"; this.uiLabel1.Size = new System.Drawing.Size(22, 20); this.uiLabel1.TabIndex = 12; this.uiLabel1.Text = "mm"; // // btnWrite // this.btnWrite.Cursor = System.Windows.Forms.Cursors.Hand; this.btnWrite.FillColor = System.Drawing.Color.LightSkyBlue; this.btnWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnWrite.ForeColor = System.Drawing.Color.Black; this.btnWrite.Location = new System.Drawing.Point(247, 3); this.btnWrite.MinimumSize = new System.Drawing.Size(1, 1); this.btnWrite.Name = "btnWrite"; this.btnWrite.Size = new System.Drawing.Size(47, 28); this.btnWrite.TabIndex = 11; this.btnWrite.Text = "写入"; this.btnWrite.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click); // // txtSpeed // this.txtSpeed.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtSpeed.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSpeed.Location = new System.Drawing.Point(165, 7); 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(35, 24); this.txtSpeed.TabIndex = 10; this.txtSpeed.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.txtSpeed.Watermark = ""; // // txtPos // this.txtPos.Cursor = System.Windows.Forms.Cursors.IBeam; this.txtPos.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPos.Location = new System.Drawing.Point(100, 7); this.txtPos.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPos.MinimumSize = new System.Drawing.Size(1, 16); this.txtPos.Name = "txtPos"; this.txtPos.Padding = new System.Windows.Forms.Padding(5); this.txtPos.ShowText = false; this.txtPos.Size = new System.Drawing.Size(35, 24); this.txtPos.TabIndex = 9; this.txtPos.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; this.txtPos.Watermark = ""; // // btnPosGo // this.btnPosGo.Cursor = System.Windows.Forms.Cursors.Hand; this.btnPosGo.FillColor = System.Drawing.Color.LightSkyBlue; this.btnPosGo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPosGo.ForeColor = System.Drawing.Color.Black; this.btnPosGo.Location = new System.Drawing.Point(32, 3); this.btnPosGo.MinimumSize = new System.Drawing.Size(1, 1); this.btnPosGo.Name = "btnPosGo"; this.btnPosGo.Size = new System.Drawing.Size(63, 28); this.btnPosGo.TabIndex = 8; this.btnPosGo.Text = "Go"; this.btnPosGo.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPosGo.Click += new System.EventHandler(this.btnPosGo_Click); // // uiLight // this.uiLight.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.uiLight.Location = new System.Drawing.Point(3, 3); this.uiLight.MinimumSize = new System.Drawing.Size(1, 1); this.uiLight.Name = "uiLight"; this.uiLight.Radius = 22; this.uiLight.Size = new System.Drawing.Size(22, 22); this.uiLight.TabIndex = 7; this.uiLight.Text = "uiLight1"; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // UCAxisPos // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.AliceBlue; this.Controls.Add(this.uiLabel2); this.Controls.Add(this.uiLabel1); this.Controls.Add(this.btnWrite); this.Controls.Add(this.txtSpeed); this.Controls.Add(this.txtPos); this.Controls.Add(this.btnPosGo); this.Controls.Add(this.uiLight); this.Name = "UCAxisPos"; this.Size = new System.Drawing.Size(304, 37); this.Load += new System.EventHandler(this.UCM01M02取料X轴点位_Load); this.Leave += new System.EventHandler(this.UCAxisPos_Leave); this.ResumeLayout(false); } #endregion private Sunny.UI.UILabel uiLabel2; private Sunny.UI.UILabel uiLabel1; private Sunny.UI.UIButton btnWrite; private Sunny.UI.UITextBox txtSpeed; private Sunny.UI.UITextBox txtPos; private Sunny.UI.UIButton btnPosGo; private Sunny.UI.UILight uiLight; public System.Windows.Forms.Timer timer1; } }