AxisTipControl.Designer.cs 9.5 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.label_speed = new System.Windows.Forms.Label();
            this.textBox_pos = new System.Windows.Forms.TextBox();
            this.label_position = new System.Windows.Forms.Label();
            this.btn_ok = new System.Windows.Forms.Button();
            this.btn_cancel = new System.Windows.Forms.Button();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // comjSpeed
            // 
            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(133, 1);
            this.comjSpeed.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.comjSpeed.Name = "comjSpeed";
            this.comjSpeed.Size = new System.Drawing.Size(100, 28);
            this.comjSpeed.TabIndex = 339;
            this.comjSpeed.Tag = "not";
            this.comjSpeed.SelectedIndexChanged += new System.EventHandler(this.comjSpeed_SelectedIndexChanged);
            // 
            // 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(133, 30);
            this.btnDelMove.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btnDelMove.Name = "btnDelMove";
            this.btnDelMove.Size = new System.Drawing.Size(99, 31);
            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(12, 30);
            this.btnAddMove.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btnAddMove.Name = "btnAddMove";
            this.btnAddMove.Size = new System.Drawing.Size(99, 31);
            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);
            // 
            // label_speed
            // 
            this.label_speed.Location = new System.Drawing.Point(33, 8);
            this.label_speed.Name = "label_speed";
            this.label_speed.Size = new System.Drawing.Size(95, 13);
            this.label_speed.TabIndex = 336;
            this.label_speed.Text = "点动速度:";
            this.label_speed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // textBox_pos
            // 
            this.textBox_pos.Location = new System.Drawing.Point(133, 161);
            this.textBox_pos.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.textBox_pos.Name = "textBox_pos";
            this.textBox_pos.Size = new System.Drawing.Size(100, 21);
            this.textBox_pos.TabIndex = 340;
            this.textBox_pos.Tag = "not";
            // 
            // label_position
            // 
            this.label_position.Location = new System.Drawing.Point(33, 161);
            this.label_position.Name = "label_position";
            this.label_position.Size = new System.Drawing.Size(95, 14);
            this.label_position.TabIndex = 336;
            this.label_position.Text = "当前位置:";
            this.label_position.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btn_ok
            // 
            this.btn_ok.Location = new System.Drawing.Point(155, 182);
            this.btn_ok.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btn_ok.Name = "btn_ok";
            this.btn_ok.Size = new System.Drawing.Size(77, 23);
            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(14, 182);
            this.btn_cancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btn_cancel.Name = "btn_cancel";
            this.btn_cancel.Size = new System.Drawing.Size(77, 23);
            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);
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(230, 74);
            this.flowLayoutPanel1.TabIndex = 342;
            this.flowLayoutPanel1.Tag = "not";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.flowLayoutPanel1);
            this.groupBox1.Location = new System.Drawing.Point(11, 65);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.groupBox1.Size = new System.Drawing.Size(236, 92);
            this.groupBox1.TabIndex = 343;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "相对运动";
            // 
            // AxisTipControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(257, 219);
            this.Controls.Add(this.groupBox1);
            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.label_position);
            this.Controls.Add(this.label_speed);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AxisTipControl";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.AxisTipControl_Load);
            this.groupBox1.ResumeLayout(false);
            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 label_speed;
    private System.Windows.Forms.TextBox textBox_pos;
    private System.Windows.Forms.Label label_position;
    private System.Windows.Forms.Button btn_ok;
    private System.Windows.Forms.Button btn_cancel;
    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
    private System.Windows.Forms.GroupBox groupBox1;
}