AxisTipControl.Designer.cs 7.1 KB


partial class AxisTipControl
{
    /// <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.comjSpeed = new System.Windows.Forms.ComboBox();
            this.btnDelMove = new System.Windows.Forms.Button();
            this.btnAddMove = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.textBox_pos = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.btn_ok = new System.Windows.Forms.Button();
            this.btn_cancel = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // comjSpeed
            // 
            this.comjSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comjSpeed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comjSpeed.FormattingEnabled = true;
            this.comjSpeed.Location = new System.Drawing.Point(58, 5);
            this.comjSpeed.Name = "comjSpeed";
            this.comjSpeed.Size = new System.Drawing.Size(81, 28);
            this.comjSpeed.TabIndex = 339;
            // 
            // btnDelMove
            // 
            this.btnDelMove.BackColor = System.Drawing.Color.White;
            this.btnDelMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDelMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDelMove.Location = new System.Drawing.Point(155, 39);
            this.btnDelMove.Name = "btnDelMove";
            this.btnDelMove.Size = new System.Drawing.Size(116, 45);
            this.btnDelMove.TabIndex = 338;
            this.btnDelMove.Text = "点动-";
            this.btnDelMove.UseVisualStyleBackColor = false;
            this.btnDelMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnDelMove_MouseDown);
            this.btnDelMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnDelMove_MouseUp);
            // 
            // btnAddMove
            // 
            this.btnAddMove.BackColor = System.Drawing.Color.White;
            this.btnAddMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAddMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnAddMove.Location = new System.Drawing.Point(14, 39);
            this.btnAddMove.Name = "btnAddMove";
            this.btnAddMove.Size = new System.Drawing.Size(116, 45);
            this.btnAddMove.TabIndex = 337;
            this.btnAddMove.Text = "点动+";
            this.btnAddMove.UseVisualStyleBackColor = false;
            this.btnAddMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnAddMove_MouseDown);
            this.btnAddMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnAddMove_MouseUp);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(11, 14);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 336;
            this.label1.Text = "速度:";
            // 
            // textBox_pos
            // 
            this.textBox_pos.Location = new System.Drawing.Point(74, 97);
            this.textBox_pos.Name = "textBox_pos";
            this.textBox_pos.Size = new System.Drawing.Size(100, 21);
            this.textBox_pos.TabIndex = 340;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(14, 100);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 336;
            this.label2.Text = "当前位置:";
            // 
            // btn_ok
            // 
            this.btn_ok.Location = new System.Drawing.Point(181, 123);
            this.btn_ok.Name = "btn_ok";
            this.btn_ok.Size = new System.Drawing.Size(90, 33);
            this.btn_ok.TabIndex = 341;
            this.btn_ok.Text = "确定";
            this.btn_ok.UseVisualStyleBackColor = true;
            this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
            // 
            // btn_cancel
            // 
            this.btn_cancel.Location = new System.Drawing.Point(16, 123);
            this.btn_cancel.Name = "btn_cancel";
            this.btn_cancel.Size = new System.Drawing.Size(90, 33);
            this.btn_cancel.TabIndex = 341;
            this.btn_cancel.Text = "取消";
            this.btn_cancel.UseVisualStyleBackColor = true;
            this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
            // 
            // AxisTipControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(293, 166);
            this.Controls.Add(this.btn_cancel);
            this.Controls.Add(this.btn_ok);
            this.Controls.Add(this.textBox_pos);
            this.Controls.Add(this.comjSpeed);
            this.Controls.Add(this.btnDelMove);
            this.Controls.Add(this.btnAddMove);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AxisTipControl";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.ResumeLayout(false);
            this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.ComboBox comjSpeed;
    private System.Windows.Forms.Button btnDelMove;
    private System.Windows.Forms.Button btnAddMove;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.TextBox textBox_pos;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.Button btn_ok;
    private System.Windows.Forms.Button btn_cancel;
}