Frm_AxisMoveByIO.Designer.cs 3.8 KB

namespace TheMachine
{
    partial class Frm_AxisMoveByIO
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.cmbAxis = new System.Windows.Forms.ComboBox();
            this.comjSpeed = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // cmbAxis
            // 
            this.cmbAxis.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbAxis.FormattingEnabled = true;
            this.cmbAxis.Location = new System.Drawing.Point(83, 67);
            this.cmbAxis.Name = "cmbAxis";
            this.cmbAxis.Size = new System.Drawing.Size(246, 27);
            this.cmbAxis.TabIndex = 0;
            this.cmbAxis.SelectedIndexChanged += new System.EventHandler(this.cmbAxis_SelectedIndexChanged);
            // 
            // comjSpeed
            // 
            this.comjSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comjSpeed.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comjSpeed.FormattingEnabled = true;
            this.comjSpeed.Location = new System.Drawing.Point(187, 131);
            this.comjSpeed.Name = "comjSpeed";
            this.comjSpeed.Size = new System.Drawing.Size(142, 29);
            this.comjSpeed.TabIndex = 337;
            this.comjSpeed.Tag = "not";
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(80, 137);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(101, 17);
            this.label1.TabIndex = 336;
            this.label1.Text = "点动速度:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // Frm_AxisMoveByIO
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(441, 298);
            this.Controls.Add(this.comjSpeed);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.cmbAxis);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "Frm_AxisMoveByIO";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Frm_AxisMoveByIO";
            this.Load += new System.EventHandler(this.Frm_AxisMoveByIO_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ComboBox cmbAxis;
        private System.Windows.Forms.ComboBox comjSpeed;
        private System.Windows.Forms.Label label1;
    }
}