namespace TableMagic
{
    partial class Form5
    {
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5));
            this.picture_radioButton = new System.Windows.Forms.RadioButton();
            this.webcam_radioButton = new System.Windows.Forms.RadioButton();
            this.scan_button = new System.Windows.Forms.Button();
            this.quit_button = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.folder_path_label = new System.Windows.Forms.Label();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.videoSourcePlayer1 = new AForge.Controls.VideoSourcePlayer();
            this.cancel_button = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.switchCamera_button = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // picture_radioButton
            // 
            this.picture_radioButton.AutoSize = true;
            this.picture_radioButton.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.picture_radioButton.ForeColor = System.Drawing.Color.DarkSlateBlue;
            this.picture_radioButton.Location = new System.Drawing.Point(198, 79);
            this.picture_radioButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.picture_radioButton.Name = "picture_radioButton";
            this.picture_radioButton.Size = new System.Drawing.Size(96, 27);
            this.picture_radioButton.TabIndex = 0;
            this.picture_radioButton.TabStop = true;
            this.picture_radioButton.Text = "图片识别";
            this.picture_radioButton.UseVisualStyleBackColor = true;
            this.picture_radioButton.CheckedChanged += new System.EventHandler(this.picture_radioButton_CheckedChanged);
            // 
            // webcam_radioButton
            // 
            this.webcam_radioButton.AutoSize = true;
            this.webcam_radioButton.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.webcam_radioButton.ForeColor = System.Drawing.Color.DarkSlateBlue;
            this.webcam_radioButton.Location = new System.Drawing.Point(438, 79);
            this.webcam_radioButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.webcam_radioButton.Name = "webcam_radioButton";
            this.webcam_radioButton.Size = new System.Drawing.Size(96, 27);
            this.webcam_radioButton.TabIndex = 1;
            this.webcam_radioButton.TabStop = true;
            this.webcam_radioButton.Text = "扫描识别";
            this.webcam_radioButton.UseVisualStyleBackColor = true;
            this.webcam_radioButton.CheckedChanged += new System.EventHandler(this.webcam_radioButton_CheckedChanged);
            // 
            // scan_button
            // 
            this.scan_button.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.scan_button.ForeColor = System.Drawing.Color.SeaGreen;
            this.scan_button.Location = new System.Drawing.Point(180, 146);
            this.scan_button.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.scan_button.Name = "scan_button";
            this.scan_button.Size = new System.Drawing.Size(89, 37);
            this.scan_button.TabIndex = 3;
            this.scan_button.Text = "识别";
            this.scan_button.UseVisualStyleBackColor = true;
            this.scan_button.Click += new System.EventHandler(this.scan_button_Click);
            // 
            // quit_button
            // 
            this.quit_button.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.quit_button.ForeColor = System.Drawing.Color.SeaGreen;
            this.quit_button.Location = new System.Drawing.Point(457, 146);
            this.quit_button.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.quit_button.Name = "quit_button";
            this.quit_button.Size = new System.Drawing.Size(89, 37);
            this.quit_button.TabIndex = 4;
            this.quit_button.Text = "退出";
            this.quit_button.UseVisualStyleBackColor = true;
            this.quit_button.Click += new System.EventHandler(this.quit_button_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.DarkSlateBlue;
            this.label1.Location = new System.Drawing.Point(252, 22);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(230, 31);
            this.label1.TabIndex = 6;
            this.label1.Text = "二维码批量识别工具";
            // 
            // folder_path_label
            // 
            this.folder_path_label.AutoSize = true;
            this.folder_path_label.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.folder_path_label.ForeColor = System.Drawing.Color.SaddleBrown;
            this.folder_path_label.Location = new System.Drawing.Point(206, 118);
            this.folder_path_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.folder_path_label.Name = "folder_path_label";
            this.folder_path_label.Size = new System.Drawing.Size(0, 20);
            this.folder_path_label.TabIndex = 7;
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // videoSourcePlayer1
            // 
            this.videoSourcePlayer1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.videoSourcePlayer1.ForeColor = System.Drawing.Color.SaddleBrown;
            this.videoSourcePlayer1.Location = new System.Drawing.Point(180, 200);
            this.videoSourcePlayer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.videoSourcePlayer1.Name = "videoSourcePlayer1";
            this.videoSourcePlayer1.Size = new System.Drawing.Size(366, 227);
            this.videoSourcePlayer1.TabIndex = 8;
            this.videoSourcePlayer1.Text = "videoSourcePlayer1";
            this.videoSourcePlayer1.VideoSource = null;
            // 
            // cancel_button
            // 
            this.cancel_button.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cancel_button.ForeColor = System.Drawing.Color.SeaGreen;
            this.cancel_button.Location = new System.Drawing.Point(322, 146);
            this.cancel_button.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cancel_button.Name = "cancel_button";
            this.cancel_button.Size = new System.Drawing.Size(89, 37);
            this.cancel_button.TabIndex = 9;
            this.cancel_button.Text = "取消";
            this.cancel_button.UseVisualStyleBackColor = true;
            this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
            // 
            // timer1
            // 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // switchCamera_button
            // 
            this.switchCamera_button.BackgroundImage = global::TableMagic.Properties.Resources._switch;
            this.switchCamera_button.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.switchCamera_button.Location = new System.Drawing.Point(553, 200);
            this.switchCamera_button.Name = "switchCamera_button";
            this.switchCamera_button.Size = new System.Drawing.Size(38, 38);
            this.switchCamera_button.TabIndex = 10;
            this.switchCamera_button.UseVisualStyleBackColor = true;
            this.switchCamera_button.Visible = false;
            this.switchCamera_button.Click += new System.EventHandler(this.switchCamera_button_Click);
            // 
            // Form5
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(732, 438);
            this.Controls.Add(this.switchCamera_button);
            this.Controls.Add(this.cancel_button);
            this.Controls.Add(this.videoSourcePlayer1);
            this.Controls.Add(this.folder_path_label);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.quit_button);
            this.Controls.Add(this.scan_button);
            this.Controls.Add(this.webcam_radioButton);
            this.Controls.Add(this.picture_radioButton);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.MaximizeBox = false;
            this.Name = "Form5";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "扫描二维码";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form5_FormClosing);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.RadioButton picture_radioButton;
        private System.Windows.Forms.RadioButton webcam_radioButton;
        private System.Windows.Forms.Button scan_button;
        private System.Windows.Forms.Button quit_button;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label folder_path_label;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private AForge.Controls.VideoSourcePlayer videoSourcePlayer1;
        private System.Windows.Forms.Button cancel_button;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button switchCamera_button;
    }
}