GalvanometerControl.Designer.cs 18.4 KB
namespace UserFromControl
{
    partial class GalvanometerControl
    {
        /// <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.group = new System.Windows.Forms.GroupBox();
            this.cmbStep = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.lblxArea = new System.Windows.Forms.Label();
            this.txtAreaX = new System.Windows.Forms.TextBox();
            this.lblYArea = new System.Windows.Forms.Label();
            this.txtAreaY = new System.Windows.Forms.TextBox();
            this.btnDown = new System.Windows.Forms.Button();
            this.btnUp = new System.Windows.Forms.Button();
            this.btnLeft = new System.Windows.Forms.Button();
            this.btnRight = new System.Windows.Forms.Button();
            this.cmbType = new System.Windows.Forms.ComboBox();
            this.lbly = new System.Windows.Forms.Label();
            this.lblx = new System.Windows.Forms.Label();
            this.txtY = new System.Windows.Forms.TextBox();
            this.txtX = new System.Windows.Forms.TextBox();
            this.lblLight = new System.Windows.Forms.Label();
            this.btnShowPoint = new System.Windows.Forms.Button();
            this.txtLight = new System.Windows.Forms.TextBox();
            this.lbltype = new System.Windows.Forms.Label();
            this.lblSize = new System.Windows.Forms.Label();
            this.txtSize = new System.Windows.Forms.TextBox();
            this.group.SuspendLayout();
            this.SuspendLayout();
            // 
            // group
            // 
            this.group.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.group.Controls.Add(this.cmbStep);
            this.group.Controls.Add(this.label8);
            this.group.Controls.Add(this.lblxArea);
            this.group.Controls.Add(this.txtAreaX);
            this.group.Controls.Add(this.lblYArea);
            this.group.Controls.Add(this.txtAreaY);
            this.group.Controls.Add(this.btnDown);
            this.group.Controls.Add(this.btnUp);
            this.group.Controls.Add(this.btnLeft);
            this.group.Controls.Add(this.btnRight);
            this.group.Controls.Add(this.cmbType);
            this.group.Controls.Add(this.lbly);
            this.group.Controls.Add(this.lblx);
            this.group.Controls.Add(this.txtY);
            this.group.Controls.Add(this.txtX);
            this.group.Controls.Add(this.lblLight);
            this.group.Controls.Add(this.btnShowPoint);
            this.group.Controls.Add(this.txtLight);
            this.group.Controls.Add(this.lbltype);
            this.group.Controls.Add(this.lblSize);
            this.group.Controls.Add(this.txtSize);
            this.group.Location = new System.Drawing.Point(5, 3);
            this.group.Name = "group";
            this.group.Size = new System.Drawing.Size(504, 267);
            this.group.TabIndex = 61;
            this.group.TabStop = false;
            this.group.Text = "振镜坐标";
            // 
            // cmbStep
            // 
            this.cmbStep.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbStep.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbStep.FormattingEnabled = true;
            this.cmbStep.Items.AddRange(new object[] {
            "0.5mm",
            "1mm",
            "2mm",
            "5mm",
            "10mm",
            "20mm",
            "50mm"});
            this.cmbStep.Location = new System.Drawing.Point(391, 100);
            this.cmbStep.Name = "cmbStep";
            this.cmbStep.Size = new System.Drawing.Size(100, 28);
            this.cmbStep.TabIndex = 315;
            // 
            // label8
            // 
            this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(260, 106);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(126, 17);
            this.label8.TabIndex = 314;
            this.label8.Text = "步进值:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblxArea
            // 
            this.lblxArea.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblxArea.Location = new System.Drawing.Point(260, 29);
            this.lblxArea.Name = "lblxArea";
            this.lblxArea.Size = new System.Drawing.Size(126, 17);
            this.lblxArea.TabIndex = 312;
            this.lblxArea.Text = "X轴范围(1~4094):";
            this.lblxArea.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtAreaX
            // 
            this.txtAreaX.Enabled = false;
            this.txtAreaX.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtAreaX.Location = new System.Drawing.Point(391, 26);
            this.txtAreaX.MaxLength = 5;
            this.txtAreaX.Name = "txtAreaX";
            this.txtAreaX.Size = new System.Drawing.Size(91, 23);
            this.txtAreaX.TabIndex = 310;
            this.txtAreaX.Text = "4000";
            // 
            // lblYArea
            // 
            this.lblYArea.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblYArea.Location = new System.Drawing.Point(260, 67);
            this.lblYArea.Name = "lblYArea";
            this.lblYArea.Size = new System.Drawing.Size(126, 17);
            this.lblYArea.TabIndex = 313;
            this.lblYArea.Text = "Y轴范围(1~4094):";
            this.lblYArea.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtAreaY
            // 
            this.txtAreaY.Enabled = false;
            this.txtAreaY.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtAreaY.Location = new System.Drawing.Point(391, 64);
            this.txtAreaY.MaxLength = 5;
            this.txtAreaY.Name = "txtAreaY";
            this.txtAreaY.Size = new System.Drawing.Size(91, 23);
            this.txtAreaY.TabIndex = 311;
            this.txtAreaY.Text = "4000";
            // 
            // btnDown
            // 
            this.btnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDown.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDown.Location = new System.Drawing.Point(344, 219);
            this.btnDown.Name = "btnDown";
            this.btnDown.Size = new System.Drawing.Size(80, 36);
            this.btnDown.TabIndex = 309;
            this.btnDown.Text = "下移";
            this.btnDown.UseVisualStyleBackColor = true;
            this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
            // 
            // btnUp
            // 
            this.btnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUp.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnUp.Location = new System.Drawing.Point(344, 143);
            this.btnUp.Name = "btnUp";
            this.btnUp.Size = new System.Drawing.Size(80, 36);
            this.btnUp.TabIndex = 308;
            this.btnUp.Text = "上移";
            this.btnUp.UseVisualStyleBackColor = true;
            this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
            // 
            // btnLeft
            // 
            this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnLeft.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnLeft.Location = new System.Drawing.Point(314, 181);
            this.btnLeft.Name = "btnLeft";
            this.btnLeft.Size = new System.Drawing.Size(72, 36);
            this.btnLeft.TabIndex = 307;
            this.btnLeft.Text = "左移";
            this.btnLeft.UseVisualStyleBackColor = true;
            this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
            // 
            // btnRight
            // 
            this.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnRight.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnRight.Location = new System.Drawing.Point(387, 181);
            this.btnRight.Name = "btnRight";
            this.btnRight.Size = new System.Drawing.Size(72, 36);
            this.btnRight.TabIndex = 306;
            this.btnRight.Text = "右移";
            this.btnRight.UseVisualStyleBackColor = true;
            this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
            // 
            // cmbType
            // 
            this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cmbType.FormattingEnabled = true;
            this.cmbType.Items.AddRange(new object[] {
            "1=●",
            "2=✚",
            "3=┃",
            "4=━━",
            "5=□",
            "6=○"});
            this.cmbType.Location = new System.Drawing.Point(153, 100);
            this.cmbType.Name = "cmbType";
            this.cmbType.Size = new System.Drawing.Size(100, 25);
            this.cmbType.TabIndex = 303;
            this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
            // 
            // lbly
            // 
            this.lbly.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbly.Location = new System.Drawing.Point(4, 66);
            this.lbly.Name = "lbly";
            this.lbly.Size = new System.Drawing.Size(146, 17);
            this.lbly.TabIndex = 302;
            this.lbly.Text = "Y轴点坐标(1~4094):";
            this.lbly.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblx
            // 
            this.lblx.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblx.Location = new System.Drawing.Point(4, 28);
            this.lblx.Name = "lblx";
            this.lblx.Size = new System.Drawing.Size(146, 17);
            this.lblx.TabIndex = 301;
            this.lblx.Text = "X轴点坐标(1~4094):";
            this.lblx.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtY
            // 
            this.txtY.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtY.Location = new System.Drawing.Point(153, 63);
            this.txtY.MaxLength = 5;
            this.txtY.Name = "txtY";
            this.txtY.Size = new System.Drawing.Size(100, 23);
            this.txtY.TabIndex = 300;
            this.txtY.Text = "300";
            // 
            // txtX
            // 
            this.txtX.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtX.Location = new System.Drawing.Point(153, 26);
            this.txtX.MaxLength = 5;
            this.txtX.Name = "txtX";
            this.txtX.Size = new System.Drawing.Size(100, 23);
            this.txtX.TabIndex = 299;
            this.txtX.Text = "300";
            // 
            // lblLight
            // 
            this.lblLight.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblLight.Location = new System.Drawing.Point(4, 180);
            this.lblLight.Name = "lblLight";
            this.lblLight.Size = new System.Drawing.Size(146, 17);
            this.lblLight.TabIndex = 298;
            this.lblLight.Text = "点亮度(0~255):";
            this.lblLight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnShowPoint
            // 
            this.btnShowPoint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnShowPoint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnShowPoint.Location = new System.Drawing.Point(153, 215);
            this.btnShowPoint.Name = "btnShowPoint";
            this.btnShowPoint.Size = new System.Drawing.Size(100, 37);
            this.btnShowPoint.TabIndex = 293;
            this.btnShowPoint.Text = "移动测试";
            this.btnShowPoint.UseVisualStyleBackColor = true;
            this.btnShowPoint.Click += new System.EventHandler(this.btnShowPoint_Click);
            // 
            // txtLight
            // 
            this.txtLight.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtLight.Location = new System.Drawing.Point(153, 176);
            this.txtLight.MaxLength = 5;
            this.txtLight.Name = "txtLight";
            this.txtLight.Size = new System.Drawing.Size(100, 23);
            this.txtLight.TabIndex = 297;
            this.txtLight.Text = "10";
            // 
            // lbltype
            // 
            this.lbltype.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbltype.Location = new System.Drawing.Point(4, 104);
            this.lbltype.Name = "lbltype";
            this.lbltype.Size = new System.Drawing.Size(146, 17);
            this.lbltype.TabIndex = 294;
            this.lbltype.Text = "点形状:";
            this.lbltype.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblSize
            // 
            this.lblSize.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblSize.Location = new System.Drawing.Point(4, 142);
            this.lblSize.Name = "lblSize";
            this.lblSize.Size = new System.Drawing.Size(146, 17);
            this.lblSize.TabIndex = 296;
            this.lblSize.Text = "点大小(0~255):";
            this.lblSize.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtSize
            // 
            this.txtSize.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtSize.Location = new System.Drawing.Point(153, 139);
            this.txtSize.MaxLength = 5;
            this.txtSize.Name = "txtSize";
            this.txtSize.Size = new System.Drawing.Size(100, 23);
            this.txtSize.TabIndex = 295;
            this.txtSize.Text = "1";
            // 
            // GalvanometerControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.group);
            this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "GalvanometerControl";
            this.Size = new System.Drawing.Size(516, 277);
            this.Load += new System.EventHandler(this.GalvanometerControl_Load);
            this.group.ResumeLayout(false);
            this.group.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox group;
        private System.Windows.Forms.Button btnDown;
        private System.Windows.Forms.Button btnUp;
        private System.Windows.Forms.Button btnLeft;
        private System.Windows.Forms.Button btnRight;
        private System.Windows.Forms.ComboBox cmbType;
        private System.Windows.Forms.Label lbly;
        private System.Windows.Forms.Label lblx;
        private System.Windows.Forms.TextBox txtY;
        private System.Windows.Forms.TextBox txtX;
        private System.Windows.Forms.Label lblLight;
        private System.Windows.Forms.Button btnShowPoint;
        private System.Windows.Forms.TextBox txtLight;
        private System.Windows.Forms.Label lbltype;
        private System.Windows.Forms.Label lblSize;
        private System.Windows.Forms.TextBox txtSize;
        private System.Windows.Forms.Label lblxArea;
        private System.Windows.Forms.TextBox txtAreaX;
        private System.Windows.Forms.Label lblYArea;
        private System.Windows.Forms.TextBox txtAreaY;
        private System.Windows.Forms.ComboBox cmbStep;
        private System.Windows.Forms.Label label8;
    }
}