FrmCalibrate.Designer.cs 11.0 KB
namespace TSA_V.frmBoard
{
    partial class FrmCalibrate
    {
        /// <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.components = new System.ComponentModel.Container();
            this.xyMoveControl1 = new UserFromControl.ProjectorControl();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnCal = new System.Windows.Forms.Button();
            this.btnRightBottom = new System.Windows.Forms.Button();
            this.btnLeftUp = new System.Windows.Forms.Button();
            this.lblMsg = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.panBoard = new System.Windows.Forms.Panel();
            this.picBoard = new System.Windows.Forms.PictureBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.panBoard.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBoard)).BeginInit();
            this.SuspendLayout();
            // 
            // xyMoveControl1
            // 
            this.xyMoveControl1.BackColor = System.Drawing.Color.White;
            this.xyMoveControl1.Cursor = System.Windows.Forms.Cursors.Default;
            this.xyMoveControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.xyMoveControl1.GroupName = "坐标";
            this.xyMoveControl1.Location = new System.Drawing.Point(22, 12);
            this.xyMoveControl1.Name = "xyMoveControl1";
            this.xyMoveControl1.PenWidth = 2;
            this.xyMoveControl1.PointSizeX = 5;
            this.xyMoveControl1.PointSizeY = 5;
            this.xyMoveControl1.PointType = 1;
            this.xyMoveControl1.PolaritiesType = 0;
            this.xyMoveControl1.ShowText = "";
            this.xyMoveControl1.Size = new System.Drawing.Size(510, 320);
            this.xyMoveControl1.TabIndex = 288;
            this.xyMoveControl1.XValue = 1D;
            this.xyMoveControl1.YValue = 1D;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnExit);
            this.groupBox1.Controls.Add(this.btnCal);
            this.groupBox1.Controls.Add(this.btnRightBottom);
            this.groupBox1.Controls.Add(this.btnLeftUp);
            this.groupBox1.Controls.Add(this.lblMsg);
            this.groupBox1.Controls.Add(this.xyMoveControl1);
            this.groupBox1.Location = new System.Drawing.Point(12, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(776, 376);
            this.groupBox1.TabIndex = 289;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "投影标定";
            // 
            // btnExit
            // 
            this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.Location = new System.Drawing.Point(559, 253);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(180, 45);
            this.btnExit.TabIndex = 295;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnCal
            // 
            this.btnCal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnCal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCal.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCal.Location = new System.Drawing.Point(559, 188);
            this.btnCal.Name = "btnCal";
            this.btnCal.Size = new System.Drawing.Size(180, 45);
            this.btnCal.TabIndex = 294;
            this.btnCal.Text = "开始校准";
            this.btnCal.UseVisualStyleBackColor = true;
            this.btnCal.Click += new System.EventHandler(this.btnCal_Click);
            // 
            // btnRightBottom
            // 
            this.btnRightBottom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnRightBottom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnRightBottom.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnRightBottom.Location = new System.Drawing.Point(559, 123);
            this.btnRightBottom.Name = "btnRightBottom";
            this.btnRightBottom.Size = new System.Drawing.Size(180, 45);
            this.btnRightBottom.TabIndex = 293;
            this.btnRightBottom.Text = "设置为右下角位置";
            this.btnRightBottom.UseVisualStyleBackColor = true;
            this.btnRightBottom.Click += new System.EventHandler(this.btnRightBottom_Click);
            // 
            // btnLeftUp
            // 
            this.btnLeftUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnLeftUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnLeftUp.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnLeftUp.Location = new System.Drawing.Point(559, 58);
            this.btnLeftUp.Name = "btnLeftUp";
            this.btnLeftUp.Size = new System.Drawing.Size(180, 45);
            this.btnLeftUp.TabIndex = 292;
            this.btnLeftUp.Text = "设置为左上角位置";
            this.btnLeftUp.UseVisualStyleBackColor = true;
            this.btnLeftUp.Click += new System.EventHandler(this.btnLeftUp_Click);
            // 
            // lblMsg
            // 
            this.lblMsg.AutoSize = true;
            this.lblMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMsg.ForeColor = System.Drawing.Color.Red;
            this.lblMsg.Location = new System.Drawing.Point(32, 343);
            this.lblMsg.Name = "lblMsg";
            this.lblMsg.Size = new System.Drawing.Size(522, 22);
            this.lblMsg.TabIndex = 289;
            this.lblMsg.Text = "第一步:请将光标移动至如图示电路板左上角位置,确认后点击设置按钮";
            // 
            // groupBox2
            // 
            this.groupBox2.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.groupBox2.Controls.Add(this.panBoard);
            this.groupBox2.Location = new System.Drawing.Point(13, 381);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(775, 343);
            this.groupBox2.TabIndex = 290;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "图示";
            // 
            // panBoard
            // 
            this.panBoard.Controls.Add(this.picBoard);
            this.panBoard.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panBoard.Location = new System.Drawing.Point(3, 17);
            this.panBoard.Name = "panBoard";
            this.panBoard.Size = new System.Drawing.Size(769, 323);
            this.panBoard.TabIndex = 1;
            // 
            // picBoard
            // 
            this.picBoard.Image = global::TSA_V.Properties.Resources._202403181014;
            this.picBoard.Location = new System.Drawing.Point(32, 24);
            this.picBoard.Name = "picBoard";
            this.picBoard.Size = new System.Drawing.Size(686, 269);
            this.picBoard.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picBoard.TabIndex = 0;
            this.picBoard.TabStop = false;
            // 
            // timer1
            // 
            this.timer1.Interval = 500;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // FrmCalibrate
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 727);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmCalibrate";
            this.Text = "投影标定";
            this.Load += new System.EventHandler(this.FrmCalibrate_Load);
            this.Shown += new System.EventHandler(this.FrmCalibrate_Shown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.panBoard.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picBoard)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private UserFromControl.ProjectorControl xyMoveControl1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label lblMsg;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.PictureBox picBoard;
        private System.Windows.Forms.Button btnLeftUp;
        private System.Windows.Forms.Button btnCal;
        private System.Windows.Forms.Button btnRightBottom;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Panel panBoard;
    }
}