FrmOpenCamera.Designer.cs 10.6 KB

namespace Asa.Camera
{
    partial class FrmOpenCamera
    {
        /// <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.PicShow = new System.Windows.Forms.PictureBox();
            this.BtnGrabOne = new System.Windows.Forms.Button();
            this.BtnAdd = new System.Windows.Forms.Button();
            this.BtnDel = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.TxtName = new System.Windows.Forms.TextBox();
            this.BtnCancel = new System.Windows.Forms.Button();
            this.BtnOK = new System.Windows.Forms.Button();
            this.NudRatio = new System.Windows.Forms.NumericUpDown();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.NudZoom = new System.Windows.Forms.NumericUpDown();
            ((System.ComponentModel.ISupportInitialize)(this.PicShow)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudRatio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudZoom)).BeginInit();
            this.SuspendLayout();
            // 
            // PicShow
            // 
            this.PicShow.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.PicShow.Location = new System.Drawing.Point(93, 12);
            this.PicShow.Name = "PicShow";
            this.PicShow.Size = new System.Drawing.Size(615, 373);
            this.PicShow.TabIndex = 0;
            this.PicShow.TabStop = false;
            this.PicShow.Paint += new System.Windows.Forms.PaintEventHandler(this.PicShow_Paint);
            this.PicShow.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PicShow_MouseDown);
            this.PicShow.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PicShow_MouseMove);
            this.PicShow.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PicShow_MouseUp);
            // 
            // BtnGrabOne
            // 
            this.BtnGrabOne.Location = new System.Drawing.Point(12, 12);
            this.BtnGrabOne.Name = "BtnGrabOne";
            this.BtnGrabOne.Size = new System.Drawing.Size(75, 23);
            this.BtnGrabOne.TabIndex = 1;
            this.BtnGrabOne.Text = "获取图像";
            this.BtnGrabOne.UseVisualStyleBackColor = true;
            this.BtnGrabOne.Click += new System.EventHandler(this.BtnGrabOne_Click);
            // 
            // BtnAdd
            // 
            this.BtnAdd.Location = new System.Drawing.Point(12, 41);
            this.BtnAdd.Name = "BtnAdd";
            this.BtnAdd.Size = new System.Drawing.Size(75, 23);
            this.BtnAdd.TabIndex = 2;
            this.BtnAdd.Text = "添加区域";
            this.BtnAdd.UseVisualStyleBackColor = true;
            this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
            // 
            // BtnDel
            // 
            this.BtnDel.Location = new System.Drawing.Point(12, 70);
            this.BtnDel.Name = "BtnDel";
            this.BtnDel.Size = new System.Drawing.Size(75, 23);
            this.BtnDel.TabIndex = 3;
            this.BtnDel.Text = "删除区域";
            this.BtnDel.UseVisualStyleBackColor = true;
            this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 107);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "区域名称";
            // 
            // TxtName
            // 
            this.TxtName.Location = new System.Drawing.Point(12, 122);
            this.TxtName.Name = "TxtName";
            this.TxtName.Size = new System.Drawing.Size(75, 21);
            this.TxtName.TabIndex = 5;
            this.TxtName.TextChanged += new System.EventHandler(this.TxtName_TextChanged);
            // 
            // BtnCancel
            // 
            this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.BtnCancel.Location = new System.Drawing.Point(12, 362);
            this.BtnCancel.Name = "BtnCancel";
            this.BtnCancel.Size = new System.Drawing.Size(75, 23);
            this.BtnCancel.TabIndex = 7;
            this.BtnCancel.Text = "取消";
            this.BtnCancel.UseVisualStyleBackColor = true;
            this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
            // 
            // BtnOK
            // 
            this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.BtnOK.Location = new System.Drawing.Point(12, 333);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Size = new System.Drawing.Size(75, 23);
            this.BtnOK.TabIndex = 6;
            this.BtnOK.Text = "确定";
            this.BtnOK.UseVisualStyleBackColor = true;
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // NudRatio
            // 
            this.NudRatio.DecimalPlaces = 2;
            this.NudRatio.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.NudRatio.Location = new System.Drawing.Point(12, 161);
            this.NudRatio.Maximum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.NudRatio.Name = "NudRatio";
            this.NudRatio.Size = new System.Drawing.Size(75, 21);
            this.NudRatio.TabIndex = 8;
            this.NudRatio.ValueChanged += new System.EventHandler(this.NudRatio_ValueChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 146);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 9;
            this.label2.Text = "变化比例";
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 291);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 11;
            this.label3.Text = "缩放";
            // 
            // NudZoom
            // 
            this.NudZoom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.NudZoom.DecimalPlaces = 2;
            this.NudZoom.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.NudZoom.Location = new System.Drawing.Point(12, 306);
            this.NudZoom.Maximum = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.NudZoom.Name = "NudZoom";
            this.NudZoom.Size = new System.Drawing.Size(75, 21);
            this.NudZoom.TabIndex = 10;
            this.NudZoom.Value = new decimal(new int[] {
            3,
            0,
            0,
            65536});
            this.NudZoom.ValueChanged += new System.EventHandler(this.NudZoom_ValueChanged);
            // 
            // FrmOpenCamera
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(720, 397);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.NudZoom);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.NudRatio);
            this.Controls.Add(this.BtnCancel);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.TxtName);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.BtnDel);
            this.Controls.Add(this.BtnAdd);
            this.Controls.Add(this.BtnGrabOne);
            this.Controls.Add(this.PicShow);
            this.Name = "FrmOpenCamera";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "FrmOpenCamera";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmOpenCamera_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.PicShow)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudRatio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudZoom)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox PicShow;
        private System.Windows.Forms.Button BtnGrabOne;
        private System.Windows.Forms.Button BtnAdd;
        private System.Windows.Forms.Button BtnDel;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox TxtName;
        private System.Windows.Forms.Button BtnCancel;
        private System.Windows.Forms.Button BtnOK;
        private System.Windows.Forms.NumericUpDown NudRatio;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.NumericUpDown NudZoom;
    }
}