FrmSlidePos.Designer.cs 12.2 KB
namespace OnlineStore.XLRStore.boxForm
{
    partial class FrmSlidePos
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.PullAxis_UpdownPointControl = new OnlineStore.XLRStore.useControl.AxisPointControl();
            this.moveAxisPointControl = new OnlineStore.XLRStore.useControl.AxisPointControl();
            this.middleAxisPointControl = new OnlineStore.XLRStore.useControl.AxisPointControl();
            this.xAxisPointControl = new OnlineStore.XLRStore.useControl.AxisPointControl();
            this.UpdownAxisPointControl = new OnlineStore.XLRStore.useControl.AxisPointControl();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.radioButton2);
            this.groupBox1.Controls.Add(this.radioButton1);
            this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.Location = new System.Drawing.Point(16, 30);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.groupBox1.Size = new System.Drawing.Size(849, 166);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "操作";
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(175, 39);
            this.comboBox1.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(134, 22);
            this.comboBox1.TabIndex = 5;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(105, 80);
            this.button1.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(203, 49);
            this.button1.TabIndex = 4;
            this.button1.Text = "保存";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(103, 43);
            this.label1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(63, 14);
            this.label1.TabIndex = 2;
            this.label1.Text = "抽屉列:";
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(25, 91);
            this.radioButton2.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(46, 18);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.Text = "B面";
            this.radioButton2.UseVisualStyleBackColor = true;
            this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Checked = true;
            this.radioButton1.Location = new System.Drawing.Point(25, 41);
            this.radioButton1.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(46, 18);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "A面";
            this.radioButton1.UseVisualStyleBackColor = true;
            this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // PullAxis_UpdownPointControl
            // 
            this.PullAxis_UpdownPointControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.PullAxis_UpdownPointControl.Location = new System.Drawing.Point(14, 299);
            this.PullAxis_UpdownPointControl.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
            this.PullAxis_UpdownPointControl.Name = "PullAxis_UpdownPointControl";
            this.PullAxis_UpdownPointControl.PointBackColor = System.Drawing.SystemColors.Control;
            this.PullAxis_UpdownPointControl.PointForeColor = System.Drawing.Color.Black;
            this.PullAxis_UpdownPointControl.PointText = "料斗升降轴到达点位:";
            this.PullAxis_UpdownPointControl.PointValue = -1;
            this.PullAxis_UpdownPointControl.Size = new System.Drawing.Size(255, 53);
            this.PullAxis_UpdownPointControl.TabIndex = 2;
            // 
            // moveAxisPointControl
            // 
            this.moveAxisPointControl.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.moveAxisPointControl.Location = new System.Drawing.Point(14, 223);
            this.moveAxisPointControl.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
            this.moveAxisPointControl.Name = "moveAxisPointControl";
            this.moveAxisPointControl.PointBackColor = System.Drawing.SystemColors.Control;
            this.moveAxisPointControl.PointForeColor = System.Drawing.Color.Black;
            this.moveAxisPointControl.PointText = "行走机构到达点位:";
            this.moveAxisPointControl.PointValue = -1;
            this.moveAxisPointControl.Size = new System.Drawing.Size(255, 53);
            this.moveAxisPointControl.TabIndex = 6;
            // 
            // middleAxisPointControl
            // 
            this.middleAxisPointControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.middleAxisPointControl.Location = new System.Drawing.Point(343, 299);
            this.middleAxisPointControl.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
            this.middleAxisPointControl.Name = "middleAxisPointControl";
            this.middleAxisPointControl.PointBackColor = System.Drawing.SystemColors.Control;
            this.middleAxisPointControl.PointForeColor = System.Drawing.Color.Black;
            this.middleAxisPointControl.PointText = "旋转轴到达点位:";
            this.middleAxisPointControl.PointValue = -1;
            this.middleAxisPointControl.Size = new System.Drawing.Size(238, 53);
            this.middleAxisPointControl.TabIndex = 5;
            // 
            // xAxisPointControl
            // 
            this.xAxisPointControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.xAxisPointControl.Location = new System.Drawing.Point(343, 223);
            this.xAxisPointControl.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
            this.xAxisPointControl.Name = "xAxisPointControl";
            this.xAxisPointControl.PointBackColor = System.Drawing.SystemColors.Control;
            this.xAxisPointControl.PointForeColor = System.Drawing.Color.Black;
            this.xAxisPointControl.PointText = "移栽X轴到达点位:";
            this.xAxisPointControl.PointValue = -1;
            this.xAxisPointControl.Size = new System.Drawing.Size(238, 53);
            this.xAxisPointControl.TabIndex = 4;
            // 
            // UpdownAxisPointControl
            // 
            this.UpdownAxisPointControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.UpdownAxisPointControl.Location = new System.Drawing.Point(14, 375);
            this.UpdownAxisPointControl.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
            this.UpdownAxisPointControl.Name = "UpdownAxisPointControl";
            this.UpdownAxisPointControl.PointBackColor = System.Drawing.SystemColors.Control;
            this.UpdownAxisPointControl.PointForeColor = System.Drawing.Color.Black;
            this.UpdownAxisPointControl.PointText = "移栽升降轴到达点位:";
            this.UpdownAxisPointControl.PointValue = -1;
            this.UpdownAxisPointControl.Size = new System.Drawing.Size(255, 53);
            this.UpdownAxisPointControl.TabIndex = 3;
            // 
            // FrmSlidePos
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1004, 721);
            this.Controls.Add(this.PullAxis_UpdownPointControl);
            this.Controls.Add(this.moveAxisPointControl);
            this.Controls.Add(this.middleAxisPointControl);
            this.Controls.Add(this.xAxisPointControl);
            this.Controls.Add(this.UpdownAxisPointControl);
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
            this.Name = "FrmSlidePos";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "滑台位置配置";
            this.Load += new System.EventHandler(this.FrmSlidePos_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.ComboBox comboBox1;
        private useControl.AxisPointControl PullAxis_UpdownPointControl;
        private useControl.AxisPointControl UpdownAxisPointControl;
        private useControl.AxisPointControl xAxisPointControl;
        private useControl.AxisPointControl middleAxisPointControl;
        private useControl.AxisPointControl moveAxisPointControl;
    }
}