namespace TmatrixCodeGenerator
{
    partial class GenerateCode_Form
    {
        /// <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.Exit_button = new System.Windows.Forms.Button();
            this.Generate_button = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.BGWithImage_DPI_comboBox = new System.Windows.Forms.ComboBox();
            this.BGWithImage_Type_comboBox = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.BGWOVImage_DPI_comboBox = new System.Windows.Forms.ComboBox();
            this.BGWOVImage_Type_comboBox = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.VImage_DPI_comboBox = new System.Windows.Forms.ComboBox();
            this.VImage_Type_comboBox = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.BGWithVImage_DPI_comboBox = new System.Windows.Forms.ComboBox();
            this.BGWithVImage_Type_comboBox = new System.Windows.Forms.ComboBox();
            this.BGWithImage_checkBox = new System.Windows.Forms.CheckBox();
            this.BGWOVImage_checkBox = new System.Windows.Forms.CheckBox();
            this.VImage_checkBox = new System.Windows.Forms.CheckBox();
            this.BGWithVImage_checkBox = new System.Windows.Forms.CheckBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // Exit_button
            // 
            this.Exit_button.Location = new System.Drawing.Point(540, 203);
            this.Exit_button.Name = "Exit_button";
            this.Exit_button.Size = new System.Drawing.Size(86, 33);
            this.Exit_button.TabIndex = 6;
            this.Exit_button.Text = "Exit";
            this.Exit_button.UseVisualStyleBackColor = true;
            this.Exit_button.Click += new System.EventHandler(this.Exit_button_Click);
            // 
            // Generate_button
            // 
            this.Generate_button.Location = new System.Drawing.Point(448, 203);
            this.Generate_button.Name = "Generate_button";
            this.Generate_button.Size = new System.Drawing.Size(86, 33);
            this.Generate_button.TabIndex = 5;
            this.Generate_button.Text = "Generate";
            this.Generate_button.UseVisualStyleBackColor = true;
            this.Generate_button.Click += new System.EventHandler(this.Generate_button_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.BGWithImage_DPI_comboBox);
            this.groupBox1.Controls.Add(this.BGWithImage_Type_comboBox);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.BGWOVImage_DPI_comboBox);
            this.groupBox1.Controls.Add(this.BGWOVImage_Type_comboBox);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.VImage_DPI_comboBox);
            this.groupBox1.Controls.Add(this.VImage_Type_comboBox);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.BGWithVImage_DPI_comboBox);
            this.groupBox1.Controls.Add(this.BGWithVImage_Type_comboBox);
            this.groupBox1.Controls.Add(this.BGWithImage_checkBox);
            this.groupBox1.Controls.Add(this.BGWOVImage_checkBox);
            this.groupBox1.Controls.Add(this.VImage_checkBox);
            this.groupBox1.Controls.Add(this.BGWithVImage_checkBox);
            this.groupBox1.Location = new System.Drawing.Point(25, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(601, 180);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Code File Type";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(469, 140);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(31, 17);
            this.label7.TabIndex = 19;
            this.label7.Text = "DPI:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(339, 140);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(39, 17);
            this.label8.TabIndex = 18;
            this.label8.Text = "Type:";
            // 
            // BGWithImage_DPI_comboBox
            // 
            this.BGWithImage_DPI_comboBox.Enabled = false;
            this.BGWithImage_DPI_comboBox.FormattingEnabled = true;
            this.BGWithImage_DPI_comboBox.Items.AddRange(new object[] {
            "600",
            "1200"});
            this.BGWithImage_DPI_comboBox.Location = new System.Drawing.Point(511, 137);
            this.BGWithImage_DPI_comboBox.Name = "BGWithImage_DPI_comboBox";
            this.BGWithImage_DPI_comboBox.Size = new System.Drawing.Size(68, 25);
            this.BGWithImage_DPI_comboBox.TabIndex = 17;
            this.BGWithImage_DPI_comboBox.Text = "1200";
            this.BGWithImage_DPI_comboBox.SelectedIndexChanged += new System.EventHandler(this.BGWithImage_DPI_comboBox_SelectedIndexChanged);
            // 
            // BGWithImage_Type_comboBox
            // 
            this.BGWithImage_Type_comboBox.Enabled = false;
            this.BGWithImage_Type_comboBox.FormattingEnabled = true;
            this.BGWithImage_Type_comboBox.Items.AddRange(new object[] {
            "2x2",
            "3x3",
            "4x4"});
            this.BGWithImage_Type_comboBox.Location = new System.Drawing.Point(394, 137);
            this.BGWithImage_Type_comboBox.Name = "BGWithImage_Type_comboBox";
            this.BGWithImage_Type_comboBox.Size = new System.Drawing.Size(55, 25);
            this.BGWithImage_Type_comboBox.TabIndex = 16;
            this.BGWithImage_Type_comboBox.Text = "3x3";
            this.BGWithImage_Type_comboBox.SelectedIndexChanged += new System.EventHandler(this.BGWithImage_Type_comboBox_SelectedIndexChanged);
            this.BGWithImage_Type_comboBox.TextChanged += new System.EventHandler(this.BGWithImage_Type_comboBox_TextChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(469, 105);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(31, 17);
            this.label5.TabIndex = 15;
            this.label5.Text = "DPI:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(339, 105);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(39, 17);
            this.label6.TabIndex = 14;
            this.label6.Text = "Type:";
            // 
            // BGWOVImage_DPI_comboBox
            // 
            this.BGWOVImage_DPI_comboBox.Enabled = false;
            this.BGWOVImage_DPI_comboBox.FormattingEnabled = true;
            this.BGWOVImage_DPI_comboBox.Items.AddRange(new object[] {
            "600",
            "1200"});
            this.BGWOVImage_DPI_comboBox.Location = new System.Drawing.Point(511, 102);
            this.BGWOVImage_DPI_comboBox.Name = "BGWOVImage_DPI_comboBox";
            this.BGWOVImage_DPI_comboBox.Size = new System.Drawing.Size(68, 25);
            this.BGWOVImage_DPI_comboBox.TabIndex = 13;
            this.BGWOVImage_DPI_comboBox.Text = "1200";
            this.BGWOVImage_DPI_comboBox.SelectedIndexChanged += new System.EventHandler(this.BGWOVImage_DPI_comboBox_SelectedIndexChanged);
            // 
            // BGWOVImage_Type_comboBox
            // 
            this.BGWOVImage_Type_comboBox.Enabled = false;
            this.BGWOVImage_Type_comboBox.FormattingEnabled = true;
            this.BGWOVImage_Type_comboBox.Items.AddRange(new object[] {
            "2x2",
            "3x3",
            "4x4"});
            this.BGWOVImage_Type_comboBox.Location = new System.Drawing.Point(394, 102);
            this.BGWOVImage_Type_comboBox.Name = "BGWOVImage_Type_comboBox";
            this.BGWOVImage_Type_comboBox.Size = new System.Drawing.Size(55, 25);
            this.BGWOVImage_Type_comboBox.TabIndex = 12;
            this.BGWOVImage_Type_comboBox.Text = "3x3";
            this.BGWOVImage_Type_comboBox.SelectedIndexChanged += new System.EventHandler(this.BGWOVImage_Type_comboBox_SelectedIndexChanged);
            this.BGWOVImage_Type_comboBox.TextChanged += new System.EventHandler(this.BGWOVImage_Type_comboBox_TextChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(469, 70);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(31, 17);
            this.label3.TabIndex = 11;
            this.label3.Text = "DPI:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(339, 70);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(39, 17);
            this.label4.TabIndex = 10;
            this.label4.Text = "Type:";
            // 
            // VImage_DPI_comboBox
            // 
            this.VImage_DPI_comboBox.Enabled = false;
            this.VImage_DPI_comboBox.FormattingEnabled = true;
            this.VImage_DPI_comboBox.Items.AddRange(new object[] {
            "600",
            "1200"});
            this.VImage_DPI_comboBox.Location = new System.Drawing.Point(511, 67);
            this.VImage_DPI_comboBox.Name = "VImage_DPI_comboBox";
            this.VImage_DPI_comboBox.Size = new System.Drawing.Size(68, 25);
            this.VImage_DPI_comboBox.TabIndex = 9;
            this.VImage_DPI_comboBox.Text = "1200";
            this.VImage_DPI_comboBox.SelectedIndexChanged += new System.EventHandler(this.VImage_DPI_comboBox_SelectedIndexChanged);
            // 
            // VImage_Type_comboBox
            // 
            this.VImage_Type_comboBox.Enabled = false;
            this.VImage_Type_comboBox.FormattingEnabled = true;
            this.VImage_Type_comboBox.Items.AddRange(new object[] {
            "2x2",
            "3x3",
            "4x4"});
            this.VImage_Type_comboBox.Location = new System.Drawing.Point(394, 67);
            this.VImage_Type_comboBox.Name = "VImage_Type_comboBox";
            this.VImage_Type_comboBox.Size = new System.Drawing.Size(55, 25);
            this.VImage_Type_comboBox.TabIndex = 8;
            this.VImage_Type_comboBox.Text = "3x3";
            this.VImage_Type_comboBox.SelectedIndexChanged += new System.EventHandler(this.VImage_Type_comboBox_SelectedIndexChanged);
            this.VImage_Type_comboBox.TextChanged += new System.EventHandler(this.VImage_Type_comboBox_TextChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(469, 35);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(31, 17);
            this.label2.TabIndex = 7;
            this.label2.Text = "DPI:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(339, 35);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(39, 17);
            this.label1.TabIndex = 6;
            this.label1.Text = "Type:";
            // 
            // BGWithVImage_DPI_comboBox
            // 
            this.BGWithVImage_DPI_comboBox.FormattingEnabled = true;
            this.BGWithVImage_DPI_comboBox.Items.AddRange(new object[] {
            "600",
            "1200"});
            this.BGWithVImage_DPI_comboBox.Location = new System.Drawing.Point(511, 32);
            this.BGWithVImage_DPI_comboBox.Name = "BGWithVImage_DPI_comboBox";
            this.BGWithVImage_DPI_comboBox.Size = new System.Drawing.Size(68, 25);
            this.BGWithVImage_DPI_comboBox.TabIndex = 5;
            this.BGWithVImage_DPI_comboBox.Text = "1200";
            this.BGWithVImage_DPI_comboBox.SelectedIndexChanged += new System.EventHandler(this.BGWithVImage_DPI_comboBox_SelectedIndexChanged);
            // 
            // BGWithVImage_Type_comboBox
            // 
            this.BGWithVImage_Type_comboBox.FormattingEnabled = true;
            this.BGWithVImage_Type_comboBox.Items.AddRange(new object[] {
            "2x2",
            "3x3",
            "4x4"});
            this.BGWithVImage_Type_comboBox.Location = new System.Drawing.Point(394, 32);
            this.BGWithVImage_Type_comboBox.Name = "BGWithVImage_Type_comboBox";
            this.BGWithVImage_Type_comboBox.Size = new System.Drawing.Size(55, 25);
            this.BGWithVImage_Type_comboBox.TabIndex = 4;
            this.BGWithVImage_Type_comboBox.Text = "3x3";
            this.BGWithVImage_Type_comboBox.SelectedIndexChanged += new System.EventHandler(this.BGWithVImage_Type_comboBox_SelectedIndexChanged);
            this.BGWithVImage_Type_comboBox.TextChanged += new System.EventHandler(this.BGWithVImage_Type_comboBox_TextChanged);
            // 
            // BGWithImage_checkBox
            // 
            this.BGWithImage_checkBox.AutoSize = true;
            this.BGWithImage_checkBox.Location = new System.Drawing.Point(20, 140);
            this.BGWithImage_checkBox.Name = "BGWithImage_checkBox";
            this.BGWithImage_checkBox.Size = new System.Drawing.Size(166, 21);
            this.BGWithImage_checkBox.TabIndex = 3;
            this.BGWithImage_checkBox.Text = "Background with Image";
            this.BGWithImage_checkBox.UseVisualStyleBackColor = true;
            this.BGWithImage_checkBox.CheckedChanged += new System.EventHandler(this.BGWithImage_checkBox_CheckedChanged);
            // 
            // BGWOVImage_checkBox
            // 
            this.BGWOVImage_checkBox.AutoSize = true;
            this.BGWOVImage_checkBox.Location = new System.Drawing.Point(20, 105);
            this.BGWOVImage_checkBox.Name = "BGWOVImage_checkBox";
            this.BGWOVImage_checkBox.Size = new System.Drawing.Size(227, 21);
            this.BGWOVImage_checkBox.TabIndex = 2;
            this.BGWOVImage_checkBox.Text = "Background without Vector Image";
            this.BGWOVImage_checkBox.UseVisualStyleBackColor = true;
            this.BGWOVImage_checkBox.CheckedChanged += new System.EventHandler(this.BGWOVImage_checkBox_CheckedChanged);
            // 
            // VImage_checkBox
            // 
            this.VImage_checkBox.AutoSize = true;
            this.VImage_checkBox.Location = new System.Drawing.Point(20, 70);
            this.VImage_checkBox.Name = "VImage_checkBox";
            this.VImage_checkBox.Size = new System.Drawing.Size(106, 21);
            this.VImage_checkBox.TabIndex = 1;
            this.VImage_checkBox.Text = "Vector Image";
            this.VImage_checkBox.UseVisualStyleBackColor = true;
            this.VImage_checkBox.CheckedChanged += new System.EventHandler(this.VImage_checkBox_CheckedChanged);
            // 
            // BGWithVImage_checkBox
            // 
            this.BGWithVImage_checkBox.AutoSize = true;
            this.BGWithVImage_checkBox.Checked = true;
            this.BGWithVImage_checkBox.CheckState = System.Windows.Forms.CheckState.Checked;
            this.BGWithVImage_checkBox.Location = new System.Drawing.Point(20, 35);
            this.BGWithVImage_checkBox.Name = "BGWithVImage_checkBox";
            this.BGWithVImage_checkBox.Size = new System.Drawing.Size(208, 21);
            this.BGWithVImage_checkBox.TabIndex = 0;
            this.BGWithVImage_checkBox.Text = "Background with Vector Image";
            this.BGWithVImage_checkBox.UseVisualStyleBackColor = true;
            this.BGWithVImage_checkBox.CheckedChanged += new System.EventHandler(this.BGWithVImage_checkBox_CheckedChanged);
            // 
            // GenerateCode_Form
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(650, 248);
            this.Controls.Add(this.Exit_button);
            this.Controls.Add(this.Generate_button);
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ForeColor = System.Drawing.Color.Navy;
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "GenerateCode_Form";
            this.Text = "Generate Code Configure";
            this.Load += new System.EventHandler(this.GenerateCode_Form_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button Exit_button;
        private System.Windows.Forms.Button Generate_button;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.CheckBox BGWOVImage_checkBox;
        private System.Windows.Forms.CheckBox VImage_checkBox;
        private System.Windows.Forms.CheckBox BGWithVImage_checkBox;
        private System.Windows.Forms.CheckBox BGWithImage_checkBox;
        private System.Windows.Forms.ComboBox BGWithVImage_Type_comboBox;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox BGWithImage_DPI_comboBox;
        private System.Windows.Forms.ComboBox BGWithImage_Type_comboBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox BGWOVImage_DPI_comboBox;
        private System.Windows.Forms.ComboBox BGWOVImage_Type_comboBox;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ComboBox VImage_DPI_comboBox;
        private System.Windows.Forms.ComboBox VImage_Type_comboBox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox BGWithVImage_DPI_comboBox;
    }
}