Click here to Skip to main content
15,886,780 members
Articles / Programming Languages / C#

An Application to Create Interesting and Fully Customizable Web Photo Gallery

Rate me:
Please Sign up or sign in to vote.
4.47/5 (16 votes)
4 Apr 2007LGPL32 min read 55.8K   4.6K   81  
An application to create interesting and fully customizable Web photo gallery using plugins for generating pages
namespace Plugin3
{
    partial class UserPlugin
    {
        /// <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 Component 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.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.fontDialog1 = new System.Windows.Forms.FontDialog();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.tabPage_Effects = new System.Windows.Forms.TabPage();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.radioButton_Transition_Exit = new System.Windows.Forms.RadioButton();
            this.comboBox_Transition_Effect = new System.Windows.Forms.ComboBox();
            this.radioButton_Transition_Enter = new System.Windows.Forms.RadioButton();
            this.label22 = new System.Windows.Forms.Label();
            this.checkBox_Transition_Enabled = new System.Windows.Forms.CheckBox();
            this.tabPage_Titles = new System.Windows.Forms.TabPage();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.checkBox_Title_Enlarged_Change = new System.Windows.Forms.CheckBox();
            this.checkBox_Title_Enlarged_Add = new System.Windows.Forms.CheckBox();
            this.radioButton_Title_Enlarged_Description = new System.Windows.Forms.RadioButton();
            this.radioButton_Title_Enlarged_Filename = new System.Windows.Forms.RadioButton();
            this.radioButton_Title_Enlarged_Auto = new System.Windows.Forms.RadioButton();
            this.radioButton_Title_Enlarged_Manual = new System.Windows.Forms.RadioButton();
            this.textBox_Title_Enlarged_Text = new System.Windows.Forms.TextBox();
            this.button_Title_Enlarged_Font = new System.Windows.Forms.Button();
            this.numericUpDown_Title_Enlarged_Breaks = new System.Windows.Forms.NumericUpDown();
            this.label20 = new System.Windows.Forms.Label();
            this.tabPage_Pages = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.checkBox_EnlargedTextFile = new System.Windows.Forms.CheckBox();
            this.checkBox_EnlargedTextDesc = new System.Windows.Forms.CheckBox();
            this.button1_EnlargedFont = new System.Windows.Forms.Button();
            this.checkBoxEnlargedHorizFillet = new System.Windows.Forms.CheckBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.Groupbox5 = new System.Windows.Forms.GroupBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.numericUpDownVSpace = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown_HSpace = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown_ImageBorder = new System.Windows.Forms.NumericUpDown();
            this.label6 = new System.Windows.Forms.Label();
            this.checkBox_ThumbTextDesc = new System.Windows.Forms.CheckBox();
            this.button_ThumbFont = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.panel_TableCols = new System.Windows.Forms.Panel();
            this.label5 = new System.Windows.Forms.Label();
            this.numericUpDown_TableBorder = new System.Windows.Forms.NumericUpDown();
            this.button_MainColor = new System.Windows.Forms.Button();
            this.button_LightColor = new System.Windows.Forms.Button();
            this.button_DarkColor = new System.Windows.Forms.Button();
            this.pictureBox_MainColor = new System.Windows.Forms.PictureBox();
            this.pictureBox_LightColor = new System.Windows.Forms.PictureBox();
            this.pictureBox_DarkColor = new System.Windows.Forms.PictureBox();
            this.domainUpDown_TableStyle = new System.Windows.Forms.DomainUpDown();
            this.label7 = new System.Windows.Forms.Label();
            this.panel3 = new System.Windows.Forms.Panel();
            this.button_Table_BackColor = new System.Windows.Forms.Button();
            this.pictureBox_Table_BackGround = new System.Windows.Forms.PictureBox();
            this.button_Table_BackGroundImage = new System.Windows.Forms.Button();
            this.checkBox_Table_BackGround = new System.Windows.Forms.CheckBox();
            this.checkBox_Table_BackImage = new System.Windows.Forms.CheckBox();
            this.pictureBox_Table_BackImage = new System.Windows.Forms.PictureBox();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.button_Alternate1 = new System.Windows.Forms.Button();
            this.button1_Alternate2 = new System.Windows.Forms.Button();
            this.pictureBox_Alternate1 = new System.Windows.Forms.PictureBox();
            this.pictureBox_Alternate2 = new System.Windows.Forms.PictureBox();
            this.checkBox_AlternateCells = new System.Windows.Forms.CheckBox();
            this.tabPage_Menu = new System.Windows.Forms.TabPage();
            this.checkBox_ThumbTextFile = new System.Windows.Forms.CheckBox();
            this.tabPage_Effects.SuspendLayout();
            this.groupBox12.SuspendLayout();
            this.tabPage_Titles.SuspendLayout();
            this.groupBox10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Title_Enlarged_Breaks)).BeginInit();
            this.tabPage_Pages.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.Groupbox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVSpace)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_HSpace)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ImageBorder)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.panel_TableCols.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TableBorder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_MainColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_LightColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_DarkColor)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Table_BackGround)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Table_BackImage)).BeginInit();
            this.groupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Alternate1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Alternate2)).BeginInit();
            this.tabPage_Menu.SuspendLayout();
            this.SuspendLayout();
            // 
            // colorDialog1
            // 
            this.colorDialog1.Color = System.Drawing.Color.White;
            // 
            // fontDialog1
            // 
            this.fontDialog1.ShowColor = true;
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.Filter = "bmp |*.bmp|jpeg|*.jpg|gif|*.gif|ico|*.ico|tiff|*.tiff|wmf|*.wmf|png|*.png|all|*.*" +
                "";
            this.openFileDialog1.FilterIndex = 3;
            this.openFileDialog1.Title = "Select Image";
            // 
            // tabPage_Effects
            // 
            this.tabPage_Effects.Controls.Add(this.groupBox12);
            this.tabPage_Effects.Location = new System.Drawing.Point(4, 25);
            this.tabPage_Effects.Name = "tabPage_Effects";
            this.tabPage_Effects.Size = new System.Drawing.Size(445, 446);
            this.tabPage_Effects.TabIndex = 3;
            this.tabPage_Effects.Text = "Effects";
            this.tabPage_Effects.UseVisualStyleBackColor = true;
            // 
            // groupBox12
            // 
            this.groupBox12.Controls.Add(this.checkBox_Transition_Enabled);
            this.groupBox12.Controls.Add(this.label22);
            this.groupBox12.Controls.Add(this.radioButton_Transition_Enter);
            this.groupBox12.Controls.Add(this.comboBox_Transition_Effect);
            this.groupBox12.Controls.Add(this.radioButton_Transition_Exit);
            this.groupBox12.Location = new System.Drawing.Point(3, 3);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.Size = new System.Drawing.Size(429, 112);
            this.groupBox12.TabIndex = 5;
            this.groupBox12.TabStop = false;
            this.groupBox12.Text = "Page Transition";
            // 
            // radioButton_Transition_Exit
            // 
            this.radioButton_Transition_Exit.AutoSize = true;
            this.radioButton_Transition_Exit.Location = new System.Drawing.Point(6, 78);
            this.radioButton_Transition_Exit.Name = "radioButton_Transition_Exit";
            this.radioButton_Transition_Exit.Size = new System.Drawing.Size(69, 17);
            this.radioButton_Transition_Exit.TabIndex = 1;
            this.radioButton_Transition_Exit.Text = "Page exit";
            this.radioButton_Transition_Exit.UseVisualStyleBackColor = true;
            this.radioButton_Transition_Exit.CheckedChanged += new System.EventHandler(this.radioButton_Transition_Exit_CheckedChanged);
            // 
            // comboBox_Transition_Effect
            // 
            this.comboBox_Transition_Effect.FormattingEnabled = true;
            this.comboBox_Transition_Effect.Items.AddRange(new object[] {
            "Box In ",
            "Box Out",
            "Circle In",
            "Circle Out",
            "Wipe Up",
            "Wipe Down",
            "Wipe Right",
            "Wipe Left",
            "Vertical Blinds",
            "Horizontal Blinds",
            "Checkerboard Across",
            "Checkerboard Down",
            "Random Dissolve",
            "Split Vertical In",
            "Split vertical Out",
            "Split Horizontal In",
            "Split Horizontal Out",
            "Strips Left Down",
            "Strips Left Up",
            "Strips Right Down",
            "Strips Right Up",
            "Random Bars Horizontal",
            "Random Bars Vertical ",
            "Random"});
            this.comboBox_Transition_Effect.Location = new System.Drawing.Point(129, 68);
            this.comboBox_Transition_Effect.Name = "comboBox_Transition_Effect";
            this.comboBox_Transition_Effect.Size = new System.Drawing.Size(121, 21);
            this.comboBox_Transition_Effect.TabIndex = 3;
            this.comboBox_Transition_Effect.Text = "Box In ";
            this.comboBox_Transition_Effect.SelectedIndexChanged += new System.EventHandler(this.comboBox_Transition_Effect_SelectedIndexChanged);
            // 
            // radioButton_Transition_Enter
            // 
            this.radioButton_Transition_Enter.AutoSize = true;
            this.radioButton_Transition_Enter.Checked = true;
            this.radioButton_Transition_Enter.Location = new System.Drawing.Point(6, 55);
            this.radioButton_Transition_Enter.Name = "radioButton_Transition_Enter";
            this.radioButton_Transition_Enter.Size = new System.Drawing.Size(77, 17);
            this.radioButton_Transition_Enter.TabIndex = 0;
            this.radioButton_Transition_Enter.TabStop = true;
            this.radioButton_Transition_Enter.Text = "Page enter";
            this.radioButton_Transition_Enter.UseVisualStyleBackColor = true;
            this.radioButton_Transition_Enter.CheckedChanged += new System.EventHandler(this.radioButton_Transition_Enter_CheckedChanged);
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Location = new System.Drawing.Point(256, 71);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(76, 13);
            this.label22.TabIndex = 4;
            this.label22.Text = "Transition type";
            // 
            // checkBox_Transition_Enabled
            // 
            this.checkBox_Transition_Enabled.AutoSize = true;
            this.checkBox_Transition_Enabled.Location = new System.Drawing.Point(6, 21);
            this.checkBox_Transition_Enabled.Name = "checkBox_Transition_Enabled";
            this.checkBox_Transition_Enabled.Size = new System.Drawing.Size(104, 17);
            this.checkBox_Transition_Enabled.TabIndex = 2;
            this.checkBox_Transition_Enabled.Text = "Enable transition";
            this.checkBox_Transition_Enabled.UseVisualStyleBackColor = true;
            this.checkBox_Transition_Enabled.CheckedChanged += new System.EventHandler(this.checkBox_Transition_Enabled_CheckedChanged);
            // 
            // tabPage_Titles
            // 
            this.tabPage_Titles.Controls.Add(this.groupBox10);
            this.tabPage_Titles.Location = new System.Drawing.Point(4, 25);
            this.tabPage_Titles.Name = "tabPage_Titles";
            this.tabPage_Titles.Size = new System.Drawing.Size(445, 446);
            this.tabPage_Titles.TabIndex = 4;
            this.tabPage_Titles.Text = "Title";
            this.tabPage_Titles.UseVisualStyleBackColor = true;
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.label20);
            this.groupBox10.Controls.Add(this.numericUpDown_Title_Enlarged_Breaks);
            this.groupBox10.Controls.Add(this.button_Title_Enlarged_Font);
            this.groupBox10.Controls.Add(this.textBox_Title_Enlarged_Text);
            this.groupBox10.Controls.Add(this.radioButton_Title_Enlarged_Manual);
            this.groupBox10.Controls.Add(this.radioButton_Title_Enlarged_Auto);
            this.groupBox10.Controls.Add(this.radioButton_Title_Enlarged_Filename);
            this.groupBox10.Controls.Add(this.radioButton_Title_Enlarged_Description);
            this.groupBox10.Controls.Add(this.checkBox_Title_Enlarged_Add);
            this.groupBox10.Controls.Add(this.checkBox_Title_Enlarged_Change);
            this.groupBox10.Location = new System.Drawing.Point(3, 3);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(439, 116);
            this.groupBox10.TabIndex = 0;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Enlarged pages";
            // 
            // checkBox_Title_Enlarged_Change
            // 
            this.checkBox_Title_Enlarged_Change.AutoSize = true;
            this.checkBox_Title_Enlarged_Change.Checked = true;
            this.checkBox_Title_Enlarged_Change.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_Title_Enlarged_Change.Location = new System.Drawing.Point(16, 29);
            this.checkBox_Title_Enlarged_Change.Name = "checkBox_Title_Enlarged_Change";
            this.checkBox_Title_Enlarged_Change.Size = new System.Drawing.Size(109, 17);
            this.checkBox_Title_Enlarged_Change.TabIndex = 0;
            this.checkBox_Title_Enlarged_Change.Text = "Change page title";
            this.checkBox_Title_Enlarged_Change.UseVisualStyleBackColor = true;
            this.checkBox_Title_Enlarged_Change.CheckedChanged += new System.EventHandler(this.checkBox_Title_Enlarged_Change_CheckedChanged);
            // 
            // checkBox_Title_Enlarged_Add
            // 
            this.checkBox_Title_Enlarged_Add.AutoSize = true;
            this.checkBox_Title_Enlarged_Add.Location = new System.Drawing.Point(16, 52);
            this.checkBox_Title_Enlarged_Add.Name = "checkBox_Title_Enlarged_Add";
            this.checkBox_Title_Enlarged_Add.Size = new System.Drawing.Size(105, 17);
            this.checkBox_Title_Enlarged_Add.TabIndex = 1;
            this.checkBox_Title_Enlarged_Add.Text = "Insert textual title";
            this.checkBox_Title_Enlarged_Add.UseVisualStyleBackColor = true;
            this.checkBox_Title_Enlarged_Add.CheckedChanged += new System.EventHandler(this.checkBox_Title_Enlarged_Add_CheckedChanged);
            // 
            // radioButton_Title_Enlarged_Description
            // 
            this.radioButton_Title_Enlarged_Description.AutoSize = true;
            this.radioButton_Title_Enlarged_Description.Location = new System.Drawing.Point(178, 19);
            this.radioButton_Title_Enlarged_Description.Name = "radioButton_Title_Enlarged_Description";
            this.radioButton_Title_Enlarged_Description.Size = new System.Drawing.Size(78, 17);
            this.radioButton_Title_Enlarged_Description.TabIndex = 2;
            this.radioButton_Title_Enlarged_Description.Text = "Description";
            this.radioButton_Title_Enlarged_Description.UseVisualStyleBackColor = true;
            this.radioButton_Title_Enlarged_Description.CheckedChanged += new System.EventHandler(this.radioButton_Title_Enlarged_Description_CheckedChanged);
            // 
            // radioButton_Title_Enlarged_Filename
            // 
            this.radioButton_Title_Enlarged_Filename.AutoSize = true;
            this.radioButton_Title_Enlarged_Filename.Location = new System.Drawing.Point(178, 42);
            this.radioButton_Title_Enlarged_Filename.Name = "radioButton_Title_Enlarged_Filename";
            this.radioButton_Title_Enlarged_Filename.Size = new System.Drawing.Size(67, 17);
            this.radioButton_Title_Enlarged_Filename.TabIndex = 3;
            this.radioButton_Title_Enlarged_Filename.Text = "Filename";
            this.radioButton_Title_Enlarged_Filename.UseVisualStyleBackColor = true;
            this.radioButton_Title_Enlarged_Filename.CheckedChanged += new System.EventHandler(this.radioButton_Title_Enlarged_Filename_CheckedChanged);
            // 
            // radioButton_Title_Enlarged_Auto
            // 
            this.radioButton_Title_Enlarged_Auto.AutoSize = true;
            this.radioButton_Title_Enlarged_Auto.Checked = true;
            this.radioButton_Title_Enlarged_Auto.Location = new System.Drawing.Point(178, 65);
            this.radioButton_Title_Enlarged_Auto.Name = "radioButton_Title_Enlarged_Auto";
            this.radioButton_Title_Enlarged_Auto.Size = new System.Drawing.Size(47, 17);
            this.radioButton_Title_Enlarged_Auto.TabIndex = 4;
            this.radioButton_Title_Enlarged_Auto.TabStop = true;
            this.radioButton_Title_Enlarged_Auto.Text = "Auto";
            this.radioButton_Title_Enlarged_Auto.UseVisualStyleBackColor = true;
            this.radioButton_Title_Enlarged_Auto.CheckedChanged += new System.EventHandler(this.radioButton_Title_Enlarged_Auto_CheckedChanged);
            // 
            // radioButton_Title_Enlarged_Manual
            // 
            this.radioButton_Title_Enlarged_Manual.AutoSize = true;
            this.radioButton_Title_Enlarged_Manual.Location = new System.Drawing.Point(178, 88);
            this.radioButton_Title_Enlarged_Manual.Name = "radioButton_Title_Enlarged_Manual";
            this.radioButton_Title_Enlarged_Manual.Size = new System.Drawing.Size(60, 17);
            this.radioButton_Title_Enlarged_Manual.TabIndex = 5;
            this.radioButton_Title_Enlarged_Manual.Text = "Manual";
            this.radioButton_Title_Enlarged_Manual.UseVisualStyleBackColor = true;
            this.radioButton_Title_Enlarged_Manual.CheckedChanged += new System.EventHandler(this.radioButton_Title_Enlarged_Manual_CheckedChanged);
            // 
            // textBox_Title_Enlarged_Text
            // 
            this.textBox_Title_Enlarged_Text.Location = new System.Drawing.Point(16, 85);
            this.textBox_Title_Enlarged_Text.Name = "textBox_Title_Enlarged_Text";
            this.textBox_Title_Enlarged_Text.Size = new System.Drawing.Size(149, 20);
            this.textBox_Title_Enlarged_Text.TabIndex = 6;
            this.textBox_Title_Enlarged_Text.TextChanged += new System.EventHandler(this.textBox_Title_Enlarged_Text_TextChanged);
            // 
            // button_Title_Enlarged_Font
            // 
            this.button_Title_Enlarged_Font.Location = new System.Drawing.Point(279, 16);
            this.button_Title_Enlarged_Font.Name = "button_Title_Enlarged_Font";
            this.button_Title_Enlarged_Font.Size = new System.Drawing.Size(75, 23);
            this.button_Title_Enlarged_Font.TabIndex = 7;
            this.button_Title_Enlarged_Font.Text = "Select Font";
            this.button_Title_Enlarged_Font.UseVisualStyleBackColor = true;
            this.button_Title_Enlarged_Font.Click += new System.EventHandler(this.button1_Click);
            // 
            // numericUpDown_Title_Enlarged_Breaks
            // 
            this.numericUpDown_Title_Enlarged_Breaks.Location = new System.Drawing.Point(279, 49);
            this.numericUpDown_Title_Enlarged_Breaks.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericUpDown_Title_Enlarged_Breaks.Name = "numericUpDown_Title_Enlarged_Breaks";
            this.numericUpDown_Title_Enlarged_Breaks.Size = new System.Drawing.Size(75, 20);
            this.numericUpDown_Title_Enlarged_Breaks.TabIndex = 8;
            this.numericUpDown_Title_Enlarged_Breaks.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDown_Title_Enlarged_Breaks.ValueChanged += new System.EventHandler(this.numericUpDown_Title_Enlarged_Breaks_ValueChanged);
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(361, 52);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(62, 13);
            this.label20.TabIndex = 9;
            this.label20.Text = "Lines break";
            // 
            // tabPage_Pages
            // 
            this.tabPage_Pages.BackColor = System.Drawing.Color.Transparent;
            this.tabPage_Pages.Controls.Add(this.groupBox2);
            this.tabPage_Pages.Location = new System.Drawing.Point(4, 25);
            this.tabPage_Pages.Name = "tabPage_Pages";
            this.tabPage_Pages.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_Pages.Size = new System.Drawing.Size(445, 446);
            this.tabPage_Pages.TabIndex = 1;
            this.tabPage_Pages.Text = "Enlarged pages";
            this.tabPage_Pages.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.checkBoxEnlargedHorizFillet);
            this.groupBox2.Controls.Add(this.button1_EnlargedFont);
            this.groupBox2.Controls.Add(this.checkBox_EnlargedTextDesc);
            this.groupBox2.Controls.Add(this.checkBox_EnlargedTextFile);
            this.groupBox2.Location = new System.Drawing.Point(11, 6);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(202, 185);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Enlarged Images";
            // 
            // checkBox_EnlargedTextFile
            // 
            this.checkBox_EnlargedTextFile.AutoSize = true;
            this.checkBox_EnlargedTextFile.Checked = true;
            this.checkBox_EnlargedTextFile.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_EnlargedTextFile.Location = new System.Drawing.Point(17, 32);
            this.checkBox_EnlargedTextFile.Name = "checkBox_EnlargedTextFile";
            this.checkBox_EnlargedTextFile.Size = new System.Drawing.Size(121, 17);
            this.checkBox_EnlargedTextFile.TabIndex = 12;
            this.checkBox_EnlargedTextFile.Text = "Add filename as text";
            this.checkBox_EnlargedTextFile.UseVisualStyleBackColor = true;
            this.checkBox_EnlargedTextFile.CheckedChanged += new System.EventHandler(this.checkBox_EnlargedTextFile_CheckedChanged);
            // 
            // checkBox_EnlargedTextDesc
            // 
            this.checkBox_EnlargedTextDesc.AutoSize = true;
            this.checkBox_EnlargedTextDesc.Location = new System.Drawing.Point(17, 59);
            this.checkBox_EnlargedTextDesc.Name = "checkBox_EnlargedTextDesc";
            this.checkBox_EnlargedTextDesc.Size = new System.Drawing.Size(133, 17);
            this.checkBox_EnlargedTextDesc.TabIndex = 13;
            this.checkBox_EnlargedTextDesc.Text = "Add description as text";
            this.checkBox_EnlargedTextDesc.UseVisualStyleBackColor = true;
            this.checkBox_EnlargedTextDesc.CheckedChanged += new System.EventHandler(this.checkBox_EnlargedTextDesc_CheckedChanged);
            // 
            // button1_EnlargedFont
            // 
            this.button1_EnlargedFont.Location = new System.Drawing.Point(17, 134);
            this.button1_EnlargedFont.Name = "button1_EnlargedFont";
            this.button1_EnlargedFont.Size = new System.Drawing.Size(75, 23);
            this.button1_EnlargedFont.TabIndex = 15;
            this.button1_EnlargedFont.Text = "SelectFont";
            this.button1_EnlargedFont.UseVisualStyleBackColor = true;
            this.button1_EnlargedFont.Click += new System.EventHandler(this.button1_EnlargedFont_Click);
            // 
            // checkBoxEnlargedHorizFillet
            // 
            this.checkBoxEnlargedHorizFillet.AutoSize = true;
            this.checkBoxEnlargedHorizFillet.Checked = true;
            this.checkBoxEnlargedHorizFillet.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxEnlargedHorizFillet.Location = new System.Drawing.Point(17, 97);
            this.checkBoxEnlargedHorizFillet.Name = "checkBoxEnlargedHorizFillet";
            this.checkBoxEnlargedHorizFillet.Size = new System.Drawing.Size(97, 17);
            this.checkBoxEnlargedHorizFillet.TabIndex = 16;
            this.checkBoxEnlargedHorizFillet.Text = "Horizontal Fillet";
            this.checkBoxEnlargedHorizFillet.UseVisualStyleBackColor = true;
            this.checkBoxEnlargedHorizFillet.CheckedChanged += new System.EventHandler(this.checkBoxEnlargedHorizFillet_CheckedChanged);
            // 
            // tabControl1
            // 
            this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
            this.tabControl1.Controls.Add(this.tabPage_Menu);
            this.tabControl1.Controls.Add(this.tabPage_Pages);
            this.tabControl1.Controls.Add(this.tabPage_Titles);
            this.tabControl1.Controls.Add(this.tabPage_Effects);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(453, 475);
            this.tabControl1.TabIndex = 2;
            // 
            // Groupbox5
            // 
            this.Groupbox5.Controls.Add(this.button_ThumbFont);
            this.Groupbox5.Controls.Add(this.checkBox_ThumbTextDesc);
            this.Groupbox5.Controls.Add(this.checkBox_ThumbTextFile);
            this.Groupbox5.Controls.Add(this.label6);
            this.Groupbox5.Controls.Add(this.numericUpDown_ImageBorder);
            this.Groupbox5.Controls.Add(this.numericUpDown_HSpace);
            this.Groupbox5.Controls.Add(this.numericUpDownVSpace);
            this.Groupbox5.Controls.Add(this.label3);
            this.Groupbox5.Controls.Add(this.label4);
            this.Groupbox5.Location = new System.Drawing.Point(230, 6);
            this.Groupbox5.Name = "Groupbox5";
            this.Groupbox5.Size = new System.Drawing.Size(202, 235);
            this.Groupbox5.TabIndex = 1;
            this.Groupbox5.TabStop = false;
            this.Groupbox5.Text = "Thumbnails Images";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(15, 23);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(86, 13);
            this.label4.TabIndex = 6;
            this.label4.Text = "Horizontal space";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(15, 49);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(74, 13);
            this.label3.TabIndex = 7;
            this.label3.Text = "Vertical space";
            // 
            // numericUpDownVSpace
            // 
            this.numericUpDownVSpace.Location = new System.Drawing.Point(103, 47);
            this.numericUpDownVSpace.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.numericUpDownVSpace.Name = "numericUpDownVSpace";
            this.numericUpDownVSpace.Size = new System.Drawing.Size(85, 20);
            this.numericUpDownVSpace.TabIndex = 5;
            this.numericUpDownVSpace.ValueChanged += new System.EventHandler(this.numericUpDownVSpace_ValueChanged);
            // 
            // numericUpDown_HSpace
            // 
            this.numericUpDown_HSpace.Location = new System.Drawing.Point(103, 21);
            this.numericUpDown_HSpace.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.numericUpDown_HSpace.Name = "numericUpDown_HSpace";
            this.numericUpDown_HSpace.Size = new System.Drawing.Size(85, 20);
            this.numericUpDown_HSpace.TabIndex = 4;
            this.numericUpDown_HSpace.ValueChanged += new System.EventHandler(this.numericUpDown_HSpace_ValueChanged);
            // 
            // numericUpDown_ImageBorder
            // 
            this.numericUpDown_ImageBorder.Location = new System.Drawing.Point(103, 86);
            this.numericUpDown_ImageBorder.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericUpDown_ImageBorder.Name = "numericUpDown_ImageBorder";
            this.numericUpDown_ImageBorder.Size = new System.Drawing.Size(85, 20);
            this.numericUpDown_ImageBorder.TabIndex = 10;
            this.numericUpDown_ImageBorder.ValueChanged += new System.EventHandler(this.numericUpDown_ImageBorder_ValueChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(15, 88);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(70, 13);
            this.label6.TabIndex = 11;
            this.label6.Text = "Image Border";
            // 
            // checkBox_ThumbTextDesc
            // 
            this.checkBox_ThumbTextDesc.AutoSize = true;
            this.checkBox_ThumbTextDesc.Location = new System.Drawing.Point(18, 163);
            this.checkBox_ThumbTextDesc.Name = "checkBox_ThumbTextDesc";
            this.checkBox_ThumbTextDesc.Size = new System.Drawing.Size(133, 17);
            this.checkBox_ThumbTextDesc.TabIndex = 13;
            this.checkBox_ThumbTextDesc.Text = "Add description as text";
            this.checkBox_ThumbTextDesc.UseVisualStyleBackColor = true;
            this.checkBox_ThumbTextDesc.CheckedChanged += new System.EventHandler(this.checkBox_ThumbTextDesc_CheckedChanged);
            // 
            // button_ThumbFont
            // 
            this.button_ThumbFont.Location = new System.Drawing.Point(14, 197);
            this.button_ThumbFont.Name = "button_ThumbFont";
            this.button_ThumbFont.Size = new System.Drawing.Size(75, 23);
            this.button_ThumbFont.TabIndex = 14;
            this.button_ThumbFont.Text = "SelectFont";
            this.button_ThumbFont.UseVisualStyleBackColor = true;
            this.button_ThumbFont.Click += new System.EventHandler(this.button_ThumbFont_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.panel3);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.domainUpDown_TableStyle);
            this.groupBox1.Controls.Add(this.panel_TableCols);
            this.groupBox1.Location = new System.Drawing.Point(12, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(212, 384);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Table";
            // 
            // panel_TableCols
            // 
            this.panel_TableCols.BackColor = System.Drawing.Color.Gainsboro;
            this.panel_TableCols.Controls.Add(this.pictureBox_DarkColor);
            this.panel_TableCols.Controls.Add(this.pictureBox_LightColor);
            this.panel_TableCols.Controls.Add(this.pictureBox_MainColor);
            this.panel_TableCols.Controls.Add(this.button_DarkColor);
            this.panel_TableCols.Controls.Add(this.button_LightColor);
            this.panel_TableCols.Controls.Add(this.button_MainColor);
            this.panel_TableCols.Controls.Add(this.numericUpDown_TableBorder);
            this.panel_TableCols.Controls.Add(this.label5);
            this.panel_TableCols.Location = new System.Drawing.Point(6, 54);
            this.panel_TableCols.Name = "panel_TableCols";
            this.panel_TableCols.Size = new System.Drawing.Size(200, 157);
            this.panel_TableCols.TabIndex = 10;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(15, 14);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(68, 13);
            this.label5.TabIndex = 9;
            this.label5.Text = "Table Border";
            // 
            // numericUpDown_TableBorder
            // 
            this.numericUpDown_TableBorder.Location = new System.Drawing.Point(103, 12);
            this.numericUpDown_TableBorder.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericUpDown_TableBorder.Name = "numericUpDown_TableBorder";
            this.numericUpDown_TableBorder.Size = new System.Drawing.Size(85, 20);
            this.numericUpDown_TableBorder.TabIndex = 8;
            this.numericUpDown_TableBorder.ValueChanged += new System.EventHandler(this.numericUpDown_TableBorder_ValueChanged);
            // 
            // button_MainColor
            // 
            this.button_MainColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_MainColor.Location = new System.Drawing.Point(8, 51);
            this.button_MainColor.Name = "button_MainColor";
            this.button_MainColor.Size = new System.Drawing.Size(75, 23);
            this.button_MainColor.TabIndex = 10;
            this.button_MainColor.Text = "Main Color";
            this.button_MainColor.UseVisualStyleBackColor = true;
            this.button_MainColor.Click += new System.EventHandler(this.button_MainColor_Click);
            // 
            // button_LightColor
            // 
            this.button_LightColor.Enabled = false;
            this.button_LightColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_LightColor.Location = new System.Drawing.Point(8, 94);
            this.button_LightColor.Name = "button_LightColor";
            this.button_LightColor.Size = new System.Drawing.Size(75, 23);
            this.button_LightColor.TabIndex = 11;
            this.button_LightColor.Text = "Light Color";
            this.button_LightColor.UseVisualStyleBackColor = true;
            this.button_LightColor.Click += new System.EventHandler(this.button_LightColor_Click);
            // 
            // button_DarkColor
            // 
            this.button_DarkColor.Enabled = false;
            this.button_DarkColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_DarkColor.Location = new System.Drawing.Point(8, 123);
            this.button_DarkColor.Name = "button_DarkColor";
            this.button_DarkColor.Size = new System.Drawing.Size(75, 23);
            this.button_DarkColor.TabIndex = 12;
            this.button_DarkColor.Text = "Dark Color";
            this.button_DarkColor.UseVisualStyleBackColor = true;
            this.button_DarkColor.Click += new System.EventHandler(this.button_DarkColor_Click);
            // 
            // pictureBox_MainColor
            // 
            this.pictureBox_MainColor.BackColor = System.Drawing.Color.White;
            this.pictureBox_MainColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_MainColor.Location = new System.Drawing.Point(103, 51);
            this.pictureBox_MainColor.Name = "pictureBox_MainColor";
            this.pictureBox_MainColor.Size = new System.Drawing.Size(28, 23);
            this.pictureBox_MainColor.TabIndex = 13;
            this.pictureBox_MainColor.TabStop = false;
            // 
            // pictureBox_LightColor
            // 
            this.pictureBox_LightColor.BackColor = System.Drawing.Color.White;
            this.pictureBox_LightColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_LightColor.Enabled = false;
            this.pictureBox_LightColor.Location = new System.Drawing.Point(103, 94);
            this.pictureBox_LightColor.Name = "pictureBox_LightColor";
            this.pictureBox_LightColor.Size = new System.Drawing.Size(28, 23);
            this.pictureBox_LightColor.TabIndex = 14;
            this.pictureBox_LightColor.TabStop = false;
            // 
            // pictureBox_DarkColor
            // 
            this.pictureBox_DarkColor.BackColor = System.Drawing.Color.White;
            this.pictureBox_DarkColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_DarkColor.Enabled = false;
            this.pictureBox_DarkColor.Location = new System.Drawing.Point(103, 123);
            this.pictureBox_DarkColor.Name = "pictureBox_DarkColor";
            this.pictureBox_DarkColor.Size = new System.Drawing.Size(28, 23);
            this.pictureBox_DarkColor.TabIndex = 15;
            this.pictureBox_DarkColor.TabStop = false;
            // 
            // domainUpDown_TableStyle
            // 
            this.domainUpDown_TableStyle.BackColor = System.Drawing.SystemColors.ControlLight;
            this.domainUpDown_TableStyle.Items.Add("Normal");
            this.domainUpDown_TableStyle.Items.Add("None");
            this.domainUpDown_TableStyle.Items.Add("Double");
            this.domainUpDown_TableStyle.Location = new System.Drawing.Point(72, 19);
            this.domainUpDown_TableStyle.Name = "domainUpDown_TableStyle";
            this.domainUpDown_TableStyle.ReadOnly = true;
            this.domainUpDown_TableStyle.Size = new System.Drawing.Size(133, 20);
            this.domainUpDown_TableStyle.TabIndex = 11;
            this.domainUpDown_TableStyle.Text = "Normal";
            this.domainUpDown_TableStyle.SelectedItemChanged += new System.EventHandler(this.domainUpDown_TableStyle_SelectedItemChanged);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(20, 21);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(30, 13);
            this.label7.TabIndex = 12;
            this.label7.Text = "Style";
            // 
            // panel3
            // 
            this.panel3.BackColor = System.Drawing.Color.Gainsboro;
            this.panel3.Controls.Add(this.pictureBox_Table_BackImage);
            this.panel3.Controls.Add(this.checkBox_Table_BackImage);
            this.panel3.Controls.Add(this.checkBox_Table_BackGround);
            this.panel3.Controls.Add(this.button_Table_BackGroundImage);
            this.panel3.Controls.Add(this.pictureBox_Table_BackGround);
            this.panel3.Controls.Add(this.button_Table_BackColor);
            this.panel3.Location = new System.Drawing.Point(6, 222);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(200, 144);
            this.panel3.TabIndex = 19;
            // 
            // button_Table_BackColor
            // 
            this.button_Table_BackColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_Table_BackColor.Location = new System.Drawing.Point(12, 42);
            this.button_Table_BackColor.Name = "button_Table_BackColor";
            this.button_Table_BackColor.Size = new System.Drawing.Size(75, 23);
            this.button_Table_BackColor.TabIndex = 16;
            this.button_Table_BackColor.Text = "BackColor";
            this.button_Table_BackColor.UseVisualStyleBackColor = true;
            this.button_Table_BackColor.Click += new System.EventHandler(this.button_Table_BackColor_Click);
            // 
            // pictureBox_Table_BackGround
            // 
            this.pictureBox_Table_BackGround.BackColor = System.Drawing.Color.White;
            this.pictureBox_Table_BackGround.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_Table_BackGround.Enabled = false;
            this.pictureBox_Table_BackGround.Location = new System.Drawing.Point(103, 42);
            this.pictureBox_Table_BackGround.Name = "pictureBox_Table_BackGround";
            this.pictureBox_Table_BackGround.Size = new System.Drawing.Size(28, 23);
            this.pictureBox_Table_BackGround.TabIndex = 17;
            this.pictureBox_Table_BackGround.TabStop = false;
            // 
            // button_Table_BackGroundImage
            // 
            this.button_Table_BackGroundImage.Location = new System.Drawing.Point(12, 100);
            this.button_Table_BackGroundImage.Name = "button_Table_BackGroundImage";
            this.button_Table_BackGroundImage.Size = new System.Drawing.Size(75, 23);
            this.button_Table_BackGroundImage.TabIndex = 18;
            this.button_Table_BackGroundImage.Text = "Browse";
            this.button_Table_BackGroundImage.UseVisualStyleBackColor = true;
            this.button_Table_BackGroundImage.Click += new System.EventHandler(this.button_Table_BackGroundImage_Click);
            // 
            // checkBox_Table_BackGround
            // 
            this.checkBox_Table_BackGround.AutoSize = true;
            this.checkBox_Table_BackGround.Location = new System.Drawing.Point(12, 15);
            this.checkBox_Table_BackGround.Name = "checkBox_Table_BackGround";
            this.checkBox_Table_BackGround.Size = new System.Drawing.Size(97, 17);
            this.checkBox_Table_BackGround.TabIndex = 19;
            this.checkBox_Table_BackGround.Text = "Use BackColor";
            this.checkBox_Table_BackGround.UseVisualStyleBackColor = true;
            this.checkBox_Table_BackGround.CheckedChanged += new System.EventHandler(this.checkBox_Table_BackGround_CheckedChanged);
            // 
            // checkBox_Table_BackImage
            // 
            this.checkBox_Table_BackImage.AutoSize = true;
            this.checkBox_Table_BackImage.Location = new System.Drawing.Point(12, 77);
            this.checkBox_Table_BackImage.Name = "checkBox_Table_BackImage";
            this.checkBox_Table_BackImage.Size = new System.Drawing.Size(105, 17);
            this.checkBox_Table_BackImage.TabIndex = 20;
            this.checkBox_Table_BackImage.Text = "Use Back Image";
            this.checkBox_Table_BackImage.UseVisualStyleBackColor = true;
            this.checkBox_Table_BackImage.CheckedChanged += new System.EventHandler(this.checkBox_Table_BackImage_CheckedChanged);
            // 
            // pictureBox_Table_BackImage
            // 
            this.pictureBox_Table_BackImage.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox_Table_BackImage.Enabled = false;
            this.pictureBox_Table_BackImage.Location = new System.Drawing.Point(115, 77);
            this.pictureBox_Table_BackImage.Name = "pictureBox_Table_BackImage";
            this.pictureBox_Table_BackImage.Size = new System.Drawing.Size(73, 55);
            this.pictureBox_Table_BackImage.TabIndex = 21;
            this.pictureBox_Table_BackImage.TabStop = false;
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.checkBox_AlternateCells);
            this.groupBox9.Controls.Add(this.pictureBox_Alternate2);
            this.groupBox9.Controls.Add(this.pictureBox_Alternate1);
            this.groupBox9.Controls.Add(this.button1_Alternate2);
            this.groupBox9.Controls.Add(this.button_Alternate1);
            this.groupBox9.Location = new System.Drawing.Point(230, 242);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(202, 148);
            this.groupBox9.TabIndex = 2;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Cell property";
            // 
            // button_Alternate1
            // 
            this.button_Alternate1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_Alternate1.Location = new System.Drawing.Point(18, 56);
            this.button_Alternate1.Name = "button_Alternate1";
            this.button_Alternate1.Size = new System.Drawing.Size(75, 23);
            this.button_Alternate1.TabIndex = 16;
            this.button_Alternate1.Text = "Color pair";
            this.button_Alternate1.UseVisualStyleBackColor = true;
            this.button_Alternate1.Click += new System.EventHandler(this.button_Alternate1_Click);
            // 
            // button1_Alternate2
            // 
            this.button1_Alternate2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1_Alternate2.Location = new System.Drawing.Point(18, 85);
            this.button1_Alternate2.Name = "button1_Alternate2";
            this.button1_Alternate2.Size = new System.Drawing.Size(75, 23);
            this.button1_Alternate2.TabIndex = 17;
            this.button1_Alternate2.Text = "Color odd";
            this.button1_Alternate2.UseVisualStyleBackColor = true;
            this.button1_Alternate2.Click += new System.EventHandler(this.button1_Alternate2_Click);
            // 
            // pictureBox_Alternate1
            // 
            this.pictureBox_Alternate1.BackColor = System.Drawing.Color.White;
            this.pictureBox_Alternate1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_Alternate1.Enabled = false;
            this.pictureBox_Alternate1.Location = new System.Drawing.Point(113, 56);
            this.pictureBox_Alternate1.Name = "pictureBox_Alternate1";
            this.pictureBox_Alternate1.Size = new System.Drawing.Size(28, 23);
            this.pictureBox_Alternate1.TabIndex = 18;
            this.pictureBox_Alternate1.TabStop = false;
            // 
            // pictureBox_Alternate2
            // 
            this.pictureBox_Alternate2.BackColor = System.Drawing.Color.White;
            this.pictureBox_Alternate2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_Alternate2.Enabled = false;
            this.pictureBox_Alternate2.Location = new System.Drawing.Point(113, 85);
            this.pictureBox_Alternate2.Name = "pictureBox_Alternate2";
            this.pictureBox_Alternate2.Size = new System.Drawing.Size(28, 23);
            this.pictureBox_Alternate2.TabIndex = 19;
            this.pictureBox_Alternate2.TabStop = false;
            // 
            // checkBox_AlternateCells
            // 
            this.checkBox_AlternateCells.AutoSize = true;
            this.checkBox_AlternateCells.Location = new System.Drawing.Point(18, 24);
            this.checkBox_AlternateCells.Name = "checkBox_AlternateCells";
            this.checkBox_AlternateCells.Size = new System.Drawing.Size(92, 17);
            this.checkBox_AlternateCells.TabIndex = 21;
            this.checkBox_AlternateCells.Text = "Alternate cells";
            this.checkBox_AlternateCells.UseVisualStyleBackColor = true;
            this.checkBox_AlternateCells.CheckedChanged += new System.EventHandler(this.checkBox_AlternateCells_CheckedChanged);
            // 
            // tabPage_Menu
            // 
            this.tabPage_Menu.BackColor = System.Drawing.Color.Transparent;
            this.tabPage_Menu.Controls.Add(this.groupBox9);
            this.tabPage_Menu.Controls.Add(this.groupBox1);
            this.tabPage_Menu.Controls.Add(this.Groupbox5);
            this.tabPage_Menu.Location = new System.Drawing.Point(4, 25);
            this.tabPage_Menu.Name = "tabPage_Menu";
            this.tabPage_Menu.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage_Menu.Size = new System.Drawing.Size(445, 446);
            this.tabPage_Menu.TabIndex = 0;
            this.tabPage_Menu.Text = "Thumbnails pages";
            this.tabPage_Menu.UseVisualStyleBackColor = true;
            // 
            // checkBox_ThumbTextFile
            // 
            this.checkBox_ThumbTextFile.AutoSize = true;
            this.checkBox_ThumbTextFile.Checked = true;
            this.checkBox_ThumbTextFile.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_ThumbTextFile.Location = new System.Drawing.Point(18, 136);
            this.checkBox_ThumbTextFile.Name = "checkBox_ThumbTextFile";
            this.checkBox_ThumbTextFile.Size = new System.Drawing.Size(121, 17);
            this.checkBox_ThumbTextFile.TabIndex = 12;
            this.checkBox_ThumbTextFile.Text = "Add filename as text";
            this.checkBox_ThumbTextFile.UseVisualStyleBackColor = true;
            this.checkBox_ThumbTextFile.CheckedChanged += new System.EventHandler(this.checkBox_ThumbTextFile_CheckedChanged);
            // 
            // UserPlugin
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.tabControl1);
            this.Name = "UserPlugin";
            this.Size = new System.Drawing.Size(453, 475);
            this.Load += new System.EventHandler(this.UserPlugin_Load);
            this.tabPage_Effects.ResumeLayout(false);
            this.groupBox12.ResumeLayout(false);
            this.groupBox12.PerformLayout();
            this.tabPage_Titles.ResumeLayout(false);
            this.groupBox10.ResumeLayout(false);
            this.groupBox10.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Title_Enlarged_Breaks)).EndInit();
            this.tabPage_Pages.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.Groupbox5.ResumeLayout(false);
            this.Groupbox5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVSpace)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_HSpace)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ImageBorder)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel_TableCols.ResumeLayout(false);
            this.panel_TableCols.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TableBorder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_MainColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_LightColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_DarkColor)).EndInit();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Table_BackGround)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Table_BackImage)).EndInit();
            this.groupBox9.ResumeLayout(false);
            this.groupBox9.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Alternate1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Alternate2)).EndInit();
            this.tabPage_Menu.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ColorDialog colorDialog1;
        private System.Windows.Forms.FontDialog fontDialog1;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.TabPage tabPage_Effects;
        private System.Windows.Forms.GroupBox groupBox12;
        private System.Windows.Forms.CheckBox checkBox_Transition_Enabled;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.RadioButton radioButton_Transition_Enter;
        private System.Windows.Forms.ComboBox comboBox_Transition_Effect;
        private System.Windows.Forms.RadioButton radioButton_Transition_Exit;
        private System.Windows.Forms.TabPage tabPage_Titles;
        private System.Windows.Forms.GroupBox groupBox10;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.NumericUpDown numericUpDown_Title_Enlarged_Breaks;
        private System.Windows.Forms.Button button_Title_Enlarged_Font;
        private System.Windows.Forms.TextBox textBox_Title_Enlarged_Text;
        private System.Windows.Forms.RadioButton radioButton_Title_Enlarged_Manual;
        private System.Windows.Forms.RadioButton radioButton_Title_Enlarged_Auto;
        private System.Windows.Forms.RadioButton radioButton_Title_Enlarged_Filename;
        private System.Windows.Forms.RadioButton radioButton_Title_Enlarged_Description;
        private System.Windows.Forms.CheckBox checkBox_Title_Enlarged_Add;
        private System.Windows.Forms.CheckBox checkBox_Title_Enlarged_Change;
        private System.Windows.Forms.TabPage tabPage_Pages;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.CheckBox checkBoxEnlargedHorizFillet;
        private System.Windows.Forms.Button button1_EnlargedFont;
        private System.Windows.Forms.CheckBox checkBox_EnlargedTextDesc;
        private System.Windows.Forms.CheckBox checkBox_EnlargedTextFile;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage_Menu;
        private System.Windows.Forms.GroupBox groupBox9;
        private System.Windows.Forms.CheckBox checkBox_AlternateCells;
        private System.Windows.Forms.PictureBox pictureBox_Alternate2;
        private System.Windows.Forms.PictureBox pictureBox_Alternate1;
        private System.Windows.Forms.Button button1_Alternate2;
        private System.Windows.Forms.Button button_Alternate1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.PictureBox pictureBox_Table_BackImage;
        private System.Windows.Forms.CheckBox checkBox_Table_BackImage;
        private System.Windows.Forms.CheckBox checkBox_Table_BackGround;
        private System.Windows.Forms.Button button_Table_BackGroundImage;
        private System.Windows.Forms.PictureBox pictureBox_Table_BackGround;
        private System.Windows.Forms.Button button_Table_BackColor;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.DomainUpDown domainUpDown_TableStyle;
        private System.Windows.Forms.Panel panel_TableCols;
        private System.Windows.Forms.PictureBox pictureBox_DarkColor;
        private System.Windows.Forms.PictureBox pictureBox_LightColor;
        private System.Windows.Forms.PictureBox pictureBox_MainColor;
        private System.Windows.Forms.Button button_DarkColor;
        private System.Windows.Forms.Button button_LightColor;
        private System.Windows.Forms.Button button_MainColor;
        private System.Windows.Forms.NumericUpDown numericUpDown_TableBorder;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox Groupbox5;
        private System.Windows.Forms.Button button_ThumbFont;
        private System.Windows.Forms.CheckBox checkBox_ThumbTextDesc;
        private System.Windows.Forms.CheckBox checkBox_ThumbTextFile;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.NumericUpDown numericUpDown_ImageBorder;
        private System.Windows.Forms.NumericUpDown numericUpDown_HSpace;
        private System.Windows.Forms.NumericUpDown numericUpDownVSpace;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;

    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Web Developer
Italy Italy
I'm an electronic engeneer form Genoa.
I like very much dotnet and C#. I've developed some works like an html gallery generator, a graphic formula viewer (user defined), a webcam grabber and html gallery generator, a little framework for image processing, an image resizer, elaboration in batch and some other application tool.
Actually I'm working in VC++ 6 MFC, but I hope that my future is .net !!!
Some of my works are downloadable at:
http://www.solchiere.it
Lorenzo Banderali

Comments and Discussions