Newer
Older
CaptureEye / IrisCollectForm / Form1.Designer.cs
yxw on 14 Aug 2020 8 KB first commt
namespace IrisCollectForm
{
    partial class Form1
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.button1 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button_Init = new System.Windows.Forms.Button();
            this.button_reset = new System.Windows.Forms.Button();
            this.button_startCapture = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.button_stopCapture = new System.Windows.Forms.Button();
            this.button_close = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.irisColCtrl1 = new IrisCtrl.IrisColCtrl();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(498, 410);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(112, 412);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(364, 21);
            this.textBox1.TabIndex = 1;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(613, 410);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 2;
            this.button2.Text = "button2";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button_Init
            // 
            this.button_Init.Location = new System.Drawing.Point(161, 307);
            this.button_Init.Name = "button_Init";
            this.button_Init.Size = new System.Drawing.Size(75, 23);
            this.button_Init.TabIndex = 5;
            this.button_Init.Text = "初始化";
            this.button_Init.UseVisualStyleBackColor = true;
            this.button_Init.Click += new System.EventHandler(this.button_Init_Click);
            // 
            // button_reset
            // 
            this.button_reset.Location = new System.Drawing.Point(401, 307);
            this.button_reset.Name = "button_reset";
            this.button_reset.Size = new System.Drawing.Size(75, 23);
            this.button_reset.TabIndex = 6;
            this.button_reset.Text = "重置界面";
            this.button_reset.UseVisualStyleBackColor = true;
            this.button_reset.Click += new System.EventHandler(this.button_reset_Click);
            // 
            // button_startCapture
            // 
            this.button_startCapture.Location = new System.Drawing.Point(277, 307);
            this.button_startCapture.Name = "button_startCapture";
            this.button_startCapture.Size = new System.Drawing.Size(75, 23);
            this.button_startCapture.TabIndex = 8;
            this.button_startCapture.Text = "开始采集";
            this.button_startCapture.UseVisualStyleBackColor = true;
            this.button_startCapture.Click += new System.EventHandler(this.button_startCapture_Click);
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(161, 280);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(75, 21);
            this.textBox2.TabIndex = 9;
            this.textBox2.Text = "白炽灯亮度";
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "双眼",
            "左眼",
            "右眼"});
            this.comboBox1.Location = new System.Drawing.Point(277, 281);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(75, 20);
            this.comboBox1.TabIndex = 10;
            // 
            // button_stopCapture
            // 
            this.button_stopCapture.Location = new System.Drawing.Point(509, 307);
            this.button_stopCapture.Name = "button_stopCapture";
            this.button_stopCapture.Size = new System.Drawing.Size(75, 23);
            this.button_stopCapture.TabIndex = 11;
            this.button_stopCapture.Text = "停止采集";
            this.button_stopCapture.UseVisualStyleBackColor = true;
            this.button_stopCapture.Click += new System.EventHandler(this.button_stopCapture_Click);
            // 
            // button_close
            // 
            this.button_close.Location = new System.Drawing.Point(613, 307);
            this.button_close.Name = "button_close";
            this.button_close.Size = new System.Drawing.Size(75, 23);
            this.button_close.TabIndex = 12;
            this.button_close.Text = "关闭设备";
            this.button_close.UseVisualStyleBackColor = true;
            this.button_close.Click += new System.EventHandler(this.button_close_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(277, 355);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 13;
            this.button4.Text = "采集";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // irisColCtrl1
            // 
            this.irisColCtrl1.Location = new System.Drawing.Point(161, 26);
            this.irisColCtrl1.Name = "irisColCtrl1";
            this.irisColCtrl1.Size = new System.Drawing.Size(652, 212);
            this.irisColCtrl1.TabIndex = 14;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(908, 477);
            this.Controls.Add(this.irisColCtrl1);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button_close);
            this.Controls.Add(this.button_stopCapture);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.button_startCapture);
            this.Controls.Add(this.button_reset);
            this.Controls.Add(this.button_Init);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.button1);
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "虹膜采集";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button_Init;
        private System.Windows.Forms.Button button_reset;
        private System.Windows.Forms.Button button_startCapture;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Button button_stopCapture;
        private System.Windows.Forms.Button button_close;
        private System.Windows.Forms.Button button4;
        private IrisCtrl.IrisColCtrl irisColCtrl1;
    }
}