FrmTest.Designer.cs 8.2 KB
namespace IDHIKCamera
{
    partial class FrmTest
    {
        /// <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.btnIDHIKInit = new System.Windows.Forms.Button();
            this.cbDeviceList = new System.Windows.Forms.ComboBox();
            this.btnIDHIKTest = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.lblCodeInfo = new System.Windows.Forms.Label();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.btnStop = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnIDHIKInit
            // 
            this.btnIDHIKInit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnIDHIKInit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnIDHIKInit.Location = new System.Drawing.Point(156, 79);
            this.btnIDHIKInit.Name = "btnIDHIKInit";
            this.btnIDHIKInit.Size = new System.Drawing.Size(137, 35);
            this.btnIDHIKInit.TabIndex = 46;
            this.btnIDHIKInit.Text = "IDHIK 加载相机";
            this.btnIDHIKInit.UseVisualStyleBackColor = true;
            this.btnIDHIKInit.Visible = false;
            this.btnIDHIKInit.Click += new System.EventHandler(this.btnIDHIKInit_Click);
            // 
            // cbDeviceList
            // 
            this.cbDeviceList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cbDeviceList.FormattingEnabled = true;
            this.cbDeviceList.Location = new System.Drawing.Point(12, 6);
            this.cbDeviceList.Name = "cbDeviceList";
            this.cbDeviceList.Size = new System.Drawing.Size(929, 28);
            this.cbDeviceList.TabIndex = 45;
            // 
            // btnIDHIKTest
            // 
            this.btnIDHIKTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnIDHIKTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnIDHIKTest.Location = new System.Drawing.Point(13, 40);
            this.btnIDHIKTest.Name = "btnIDHIKTest";
            this.btnIDHIKTest.Size = new System.Drawing.Size(137, 35);
            this.btnIDHIKTest.TabIndex = 44;
            this.btnIDHIKTest.Text = "IDHIK扫码测试";
            this.btnIDHIKTest.UseVisualStyleBackColor = true;
            this.btnIDHIKTest.Click += new System.EventHandler(this.btnIDHIKTest_Click);
            // 
            // btnExit
            // 
            this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.Location = new System.Drawing.Point(965, 9);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(127, 35);
            this.btnExit.TabIndex = 47;
            this.btnExit.Text = "关闭";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.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.pictureBox1.Location = new System.Drawing.Point(13, 120);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(1079, 616);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 48;
            this.pictureBox1.TabStop = false;
            // 
            // lblCodeInfo
            // 
            this.lblCodeInfo.AutoSize = true;
            this.lblCodeInfo.Location = new System.Drawing.Point(353, 40);
            this.lblCodeInfo.Name = "lblCodeInfo";
            this.lblCodeInfo.Size = new System.Drawing.Size(77, 12);
            this.lblCodeInfo.TabIndex = 50;
            this.lblCodeInfo.Text = "扫到条码信息";
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.checkBox1.Location = new System.Drawing.Point(156, 49);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(82, 18);
            this.checkBox1.TabIndex = 51;
            this.checkBox1.Text = "循环测试";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // btnStop
            // 
            this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStop.Location = new System.Drawing.Point(13, 81);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(137, 35);
            this.btnStop.TabIndex = 52;
            this.btnStop.Text = "停止测试";
            this.btnStop.UseVisualStyleBackColor = true;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // FrmTest
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1095, 748);
            this.Controls.Add(this.btnStop);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.lblCodeInfo);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnIDHIKInit);
            this.Controls.Add(this.cbDeviceList);
            this.Controls.Add(this.btnIDHIKTest);
            this.Name = "FrmTest";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "IDHIK Scan Test";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FrmTest_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnIDHIKInit;
        private System.Windows.Forms.ComboBox cbDeviceList;
        private System.Windows.Forms.Button btnIDHIKTest;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Label lblCodeInfo;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.Button btnStop;
    }
}