Click here to Skip to main content
15,885,278 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 Plugin4
{
    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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.pictureBox_Table_BackImage = new System.Windows.Forms.PictureBox();
            this.checkBox_Table_BackImage = new System.Windows.Forms.CheckBox();
            this.checkBox_Table_BackGround = new System.Windows.Forms.CheckBox();
            this.button_Table_BackGroundImage = new System.Windows.Forms.Button();
            this.pictureBox_Table_BackGround = new System.Windows.Forms.PictureBox();
            this.button_Table_BackColor = new System.Windows.Forms.Button();
            this.label7 = new System.Windows.Forms.Label();
            this.domainUpDown_TableStyle = new System.Windows.Forms.DomainUpDown();
            this.panel_TableCols = new System.Windows.Forms.Panel();
            this.pictureBox_DarkColor = new System.Windows.Forms.PictureBox();
            this.pictureBox_LightColor = new System.Windows.Forms.PictureBox();
            this.pictureBox_MainColor = new System.Windows.Forms.PictureBox();
            this.button_DarkColor = new System.Windows.Forms.Button();
            this.button_LightColor = new System.Windows.Forms.Button();
            this.button_MainColor = new System.Windows.Forms.Button();
            this.numericUpDown_TableBorder = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.numericUpDown_Cols = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown_Row = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.numericUpDownVSpace = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown_HSpace = new System.Windows.Forms.NumericUpDown();
            this.Groupbox5 = new System.Windows.Forms.GroupBox();
            this.checkBox_ThumbFillet = new System.Windows.Forms.CheckBox();
            this.button_ThumbFont = new System.Windows.Forms.Button();
            this.checkBox_ThumbTextDesc = new System.Windows.Forms.CheckBox();
            this.checkBox_ThumbTextFile = new System.Windows.Forms.CheckBox();
            this.label6 = new System.Windows.Forms.Label();
            this.numericUpDown_ImageBorder = new System.Windows.Forms.NumericUpDown();
            this.colorDialog1 = new System.Windows.Forms.ColorDialog();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage_Menu = new System.Windows.Forms.TabPage();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.checkBox_AlternateCells = new System.Windows.Forms.CheckBox();
            this.checkBox_AlternateRows = new System.Windows.Forms.CheckBox();
            this.pictureBox_Alternate2 = new System.Windows.Forms.PictureBox();
            this.pictureBox_Alternate1 = new System.Windows.Forms.PictureBox();
            this.button1_Alternate2 = new System.Windows.Forms.Button();
            this.button_Alternate1 = new System.Windows.Forms.Button();
            this.tabPage_Pages = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.checkBoxEnlargedHorizFillet = new System.Windows.Forms.CheckBox();
            this.button1_EnlargedFont = new System.Windows.Forms.Button();
            this.checkBox_EnlargedTextDesc = new System.Windows.Forms.CheckBox();
            this.checkBox_EnlargedTextFile = new System.Windows.Forms.CheckBox();
            this.tabPage_Navigation = new System.Windows.Forms.TabPage();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.pictureBox_Nav_Next = new System.Windows.Forms.PictureBox();
            this.radioButton_Nav_Next_Image = new System.Windows.Forms.RadioButton();
            this.label14 = new System.Windows.Forms.Label();
            this.radioButton_Nav_Next_Text = new System.Windows.Forms.RadioButton();
            this.button_Nav_Next_Image = new System.Windows.Forms.Button();
            this.textBox_Nav_Next_Image = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.textBox_Nav_Next_Text = new System.Windows.Forms.TextBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.textBox_Nav_Home_Img = new System.Windows.Forms.TextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label19 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.radioButton_Nav_Home_Abs = new System.Windows.Forms.RadioButton();
            this.radioButton_Nav_Home_Rel = new System.Windows.Forms.RadioButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.radioButton_Nav_Home_Text = new System.Windows.Forms.RadioButton();
            this.label10 = new System.Windows.Forms.Label();
            this.radioButton_Nav_Home_Link_Image = new System.Windows.Forms.RadioButton();
            this.label11 = new System.Windows.Forms.Label();
            this.pictureBox_Nav_Home_Image = new System.Windows.Forms.PictureBox();
            this.checkBox_Nav_Home_Enabled = new System.Windows.Forms.CheckBox();
            this.button_Nav_Home_Select_Image = new System.Windows.Forms.Button();
            this.textBox_Nav_Home_Text = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.textBox_Nav_Home_Link_Url = new System.Windows.Forms.TextBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.pictureBox_Nav_Previous = new System.Windows.Forms.PictureBox();
            this.radioButton_Nav_Previous_Image = new System.Windows.Forms.RadioButton();
            this.label12 = new System.Windows.Forms.Label();
            this.radioButton_Nav_Previous_Text = new System.Windows.Forms.RadioButton();
            this.button_Nav_Previous_Image = new System.Windows.Forms.Button();
            this.textBox_Nav_Previous_Image = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.textBox_Nav_Previous_Text = new System.Windows.Forms.TextBox();
            this.tabPage_Titles = new System.Windows.Forms.TabPage();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.checkBox_Title_Thumbs_Pgn = new System.Windows.Forms.CheckBox();
            this.label21 = new System.Windows.Forms.Label();
            this.numericUpDown_Title_Thumbs_Breaks = new System.Windows.Forms.NumericUpDown();
            this.button_Title_Thumbs_Font = new System.Windows.Forms.Button();
            this.textBox_Title_Thumbs_Text = new System.Windows.Forms.TextBox();
            this.checkBox_Title_Tumbs_Add = new System.Windows.Forms.CheckBox();
            this.checkBox_Title_Thumbs_Change = new System.Windows.Forms.CheckBox();
            this.tabPage_Effects = new System.Windows.Forms.TabPage();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.checkBox_Transition_Enabled = new System.Windows.Forms.CheckBox();
            this.label22 = new System.Windows.Forms.Label();
            this.radioButton_Transition_Enter = new System.Windows.Forms.RadioButton();
            this.comboBox_Transition_Effect = new System.Windows.Forms.ComboBox();
            this.radioButton_Transition_Exit = new System.Windows.Forms.RadioButton();
            this.fontDialog1 = new System.Windows.Forms.FontDialog();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.groupBox1.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Table_BackImage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Table_BackGround)).BeginInit();
            this.panel_TableCols.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_DarkColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_LightColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_MainColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TableBorder)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Cols)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Row)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVSpace)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_HSpace)).BeginInit();
            this.Groupbox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ImageBorder)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage_Menu.SuspendLayout();
            this.groupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Alternate2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Alternate1)).BeginInit();
            this.tabPage_Pages.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabPage_Navigation.SuspendLayout();
            this.groupBox7.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Nav_Next)).BeginInit();
            this.groupBox6.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Nav_Home_Image)).BeginInit();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Nav_Previous)).BeginInit();
            this.tabPage_Titles.SuspendLayout();
            this.groupBox11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Title_Thumbs_Breaks)).BeginInit();
            this.tabPage_Effects.SuspendLayout();
            this.groupBox12.SuspendLayout();
            this.SuspendLayout();
            // 
            // 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.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.numericUpDown_Cols);
            this.groupBox1.Controls.Add(this.numericUpDown_Row);
            this.groupBox1.Location = new System.Drawing.Point(12, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(212, 434);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Table";
            // 
            // 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, 284);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(200, 144);
            this.panel3.TabIndex = 19;
            // 
            // 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;
            // 
            // 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);
            // 
            // 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);
            // 
            // 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);
            // 
            // 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_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);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(20, 83);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(30, 13);
            this.label7.TabIndex = 12;
            this.label7.Text = "Style";
            // 
            // 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, 81);
            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);
            // 
            // 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, 116);
            this.panel_TableCols.Name = "panel_TableCols";
            this.panel_TableCols.Size = new System.Drawing.Size(200, 157);
            this.panel_TableCols.TabIndex = 10;
            // 
            // 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;
            // 
            // 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_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;
            // 
            // 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);
            // 
            // 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_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);
            // 
            // 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);
            // 
            // 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";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(21, 47);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "Colums";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(21, 21);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(34, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Rows";
            // 
            // numericUpDown_Cols
            // 
            this.numericUpDown_Cols.Location = new System.Drawing.Point(109, 45);
            this.numericUpDown_Cols.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDown_Cols.Name = "numericUpDown_Cols";
            this.numericUpDown_Cols.Size = new System.Drawing.Size(85, 20);
            this.numericUpDown_Cols.TabIndex = 1;
            this.numericUpDown_Cols.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.numericUpDown_Cols.ValueChanged += new System.EventHandler(this.numericUpDown_Cols_ValueChanged);
            // 
            // numericUpDown_Row
            // 
            this.numericUpDown_Row.Location = new System.Drawing.Point(109, 19);
            this.numericUpDown_Row.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDown_Row.Name = "numericUpDown_Row";
            this.numericUpDown_Row.Size = new System.Drawing.Size(85, 20);
            this.numericUpDown_Row.TabIndex = 0;
            this.numericUpDown_Row.Value = new decimal(new int[] {
            4,
            0,
            0,
            0});
            this.numericUpDown_Row.ValueChanged += new System.EventHandler(this.numericUpDown_Row_ValueChanged);
            // 
            // 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";
            // 
            // 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";
            // 
            // 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);
            // 
            // Groupbox5
            // 
            this.Groupbox5.Controls.Add(this.checkBox_ThumbFillet);
            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, 273);
            this.Groupbox5.TabIndex = 1;
            this.Groupbox5.TabStop = false;
            this.Groupbox5.Text = "Thumbnails Images";
            // 
            // checkBox_ThumbFillet
            // 
            this.checkBox_ThumbFillet.AutoSize = true;
            this.checkBox_ThumbFillet.Checked = true;
            this.checkBox_ThumbFillet.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_ThumbFillet.Location = new System.Drawing.Point(18, 201);
            this.checkBox_ThumbFillet.Name = "checkBox_ThumbFillet";
            this.checkBox_ThumbFillet.Size = new System.Drawing.Size(97, 17);
            this.checkBox_ThumbFillet.TabIndex = 15;
            this.checkBox_ThumbFillet.Text = "Horizontal Fillet";
            this.checkBox_ThumbFillet.UseVisualStyleBackColor = true;
            this.checkBox_ThumbFillet.CheckedChanged += new System.EventHandler(this.checkBox_ThumbFillet_CheckedChanged);
            // 
            // button_ThumbFont
            // 
            this.button_ThumbFont.Location = new System.Drawing.Point(18, 239);
            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);
            // 
            // 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);
            // 
            // 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);
            // 
            // 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";
            // 
            // 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);
            // 
            // colorDialog1
            // 
            this.colorDialog1.Color = System.Drawing.Color.White;
            // 
            // 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_Navigation);
            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;
            // 
            // 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;
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.checkBox_AlternateCells);
            this.groupBox9.Controls.Add(this.checkBox_AlternateRows);
            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, 285);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(202, 155);
            this.groupBox9.TabIndex = 2;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Cell property";
            // 
            // checkBox_AlternateCells
            // 
            this.checkBox_AlternateCells.AutoSize = true;
            this.checkBox_AlternateCells.Location = new System.Drawing.Point(18, 51);
            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);
            // 
            // checkBox_AlternateRows
            // 
            this.checkBox_AlternateRows.AutoSize = true;
            this.checkBox_AlternateRows.Location = new System.Drawing.Point(18, 29);
            this.checkBox_AlternateRows.Name = "checkBox_AlternateRows";
            this.checkBox_AlternateRows.Size = new System.Drawing.Size(93, 17);
            this.checkBox_AlternateRows.TabIndex = 20;
            this.checkBox_AlternateRows.Text = "Alternate rows";
            this.checkBox_AlternateRows.UseVisualStyleBackColor = true;
            this.checkBox_AlternateRows.CheckedChanged += new System.EventHandler(this.checkBox_AlternateRows_CheckedChanged);
            // 
            // 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, 111);
            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;
            // 
            // 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, 82);
            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;
            // 
            // button1_Alternate2
            // 
            this.button1_Alternate2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1_Alternate2.Location = new System.Drawing.Point(18, 111);
            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);
            // 
            // button_Alternate1
            // 
            this.button_Alternate1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button_Alternate1.Location = new System.Drawing.Point(18, 82);
            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);
            // 
            // 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";
            // 
            // 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);
            // 
            // 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);
            // 
            // 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);
            // 
            // 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);
            // 
            // tabPage_Navigation
            // 
            this.tabPage_Navigation.Controls.Add(this.groupBox7);
            this.tabPage_Navigation.Controls.Add(this.groupBox6);
            this.tabPage_Navigation.Controls.Add(this.groupBox4);
            this.tabPage_Navigation.Location = new System.Drawing.Point(4, 25);
            this.tabPage_Navigation.Name = "tabPage_Navigation";
            this.tabPage_Navigation.Size = new System.Drawing.Size(445, 446);
            this.tabPage_Navigation.TabIndex = 2;
            this.tabPage_Navigation.Text = "Navigation";
            this.tabPage_Navigation.UseVisualStyleBackColor = true;
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.pictureBox_Nav_Next);
            this.groupBox7.Controls.Add(this.radioButton_Nav_Next_Image);
            this.groupBox7.Controls.Add(this.label14);
            this.groupBox7.Controls.Add(this.radioButton_Nav_Next_Text);
            this.groupBox7.Controls.Add(this.button_Nav_Next_Image);
            this.groupBox7.Controls.Add(this.textBox_Nav_Next_Image);
            this.groupBox7.Controls.Add(this.label15);
            this.groupBox7.Controls.Add(this.textBox_Nav_Next_Text);
            this.groupBox7.Location = new System.Drawing.Point(13, 208);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(420, 75);
            this.groupBox7.TabIndex = 5;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Next";
            // 
            // pictureBox_Nav_Next
            // 
            this.pictureBox_Nav_Next.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox_Nav_Next.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_Nav_Next.Location = new System.Drawing.Point(353, 17);
            this.pictureBox_Nav_Next.Name = "pictureBox_Nav_Next";
            this.pictureBox_Nav_Next.Size = new System.Drawing.Size(61, 48);
            this.pictureBox_Nav_Next.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox_Nav_Next.TabIndex = 18;
            this.pictureBox_Nav_Next.TabStop = false;
            // 
            // radioButton_Nav_Next_Image
            // 
            this.radioButton_Nav_Next_Image.AutoSize = true;
            this.radioButton_Nav_Next_Image.Location = new System.Drawing.Point(18, 49);
            this.radioButton_Nav_Next_Image.Name = "radioButton_Nav_Next_Image";
            this.radioButton_Nav_Next_Image.Size = new System.Drawing.Size(14, 13);
            this.radioButton_Nav_Next_Image.TabIndex = 17;
            this.radioButton_Nav_Next_Image.UseVisualStyleBackColor = true;
            this.radioButton_Nav_Next_Image.CheckedChanged += new System.EventHandler(this.radioButton_Nav_Next_Image_CheckedChanged);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(33, 48);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(36, 13);
            this.label14.TabIndex = 16;
            this.label14.Text = "Image";
            // 
            // radioButton_Nav_Next_Text
            // 
            this.radioButton_Nav_Next_Text.AutoSize = true;
            this.radioButton_Nav_Next_Text.Checked = true;
            this.radioButton_Nav_Next_Text.Location = new System.Drawing.Point(18, 22);
            this.radioButton_Nav_Next_Text.Name = "radioButton_Nav_Next_Text";
            this.radioButton_Nav_Next_Text.Size = new System.Drawing.Size(14, 13);
            this.radioButton_Nav_Next_Text.TabIndex = 15;
            this.radioButton_Nav_Next_Text.TabStop = true;
            this.radioButton_Nav_Next_Text.UseVisualStyleBackColor = true;
            this.radioButton_Nav_Next_Text.CheckedChanged += new System.EventHandler(this.radioButton_Nav_Next_Text_CheckedChanged);
            // 
            // button_Nav_Next_Image
            // 
            this.button_Nav_Next_Image.Location = new System.Drawing.Point(74, 44);
            this.button_Nav_Next_Image.Name = "button_Nav_Next_Image";
            this.button_Nav_Next_Image.Size = new System.Drawing.Size(53, 23);
            this.button_Nav_Next_Image.TabIndex = 14;
            this.button_Nav_Next_Image.Text = "Select";
            this.button_Nav_Next_Image.UseVisualStyleBackColor = true;
            this.button_Nav_Next_Image.Click += new System.EventHandler(this.button_Nav_Next_Image_Click);
            // 
            // textBox_Nav_Next_Image
            // 
            this.textBox_Nav_Next_Image.Location = new System.Drawing.Point(133, 45);
            this.textBox_Nav_Next_Image.Name = "textBox_Nav_Next_Image";
            this.textBox_Nav_Next_Image.ReadOnly = true;
            this.textBox_Nav_Next_Image.Size = new System.Drawing.Size(210, 20);
            this.textBox_Nav_Next_Image.TabIndex = 13;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(33, 22);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(28, 13);
            this.label15.TabIndex = 12;
            this.label15.Text = "Text";
            // 
            // textBox_Nav_Next_Text
            // 
            this.textBox_Nav_Next_Text.Location = new System.Drawing.Point(74, 19);
            this.textBox_Nav_Next_Text.Name = "textBox_Nav_Next_Text";
            this.textBox_Nav_Next_Text.Size = new System.Drawing.Size(269, 20);
            this.textBox_Nav_Next_Text.TabIndex = 11;
            this.textBox_Nav_Next_Text.Text = "Next";
            this.textBox_Nav_Next_Text.TextChanged += new System.EventHandler(this.textBox_Nav_Next_Text_TextChanged);
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.textBox_Nav_Home_Img);
            this.groupBox6.Controls.Add(this.panel2);
            this.groupBox6.Controls.Add(this.panel1);
            this.groupBox6.Controls.Add(this.pictureBox_Nav_Home_Image);
            this.groupBox6.Controls.Add(this.checkBox_Nav_Home_Enabled);
            this.groupBox6.Controls.Add(this.button_Nav_Home_Select_Image);
            this.groupBox6.Controls.Add(this.textBox_Nav_Home_Text);
            this.groupBox6.Controls.Add(this.label9);
            this.groupBox6.Controls.Add(this.textBox_Nav_Home_Link_Url);
            this.groupBox6.Location = new System.Drawing.Point(13, 3);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(420, 124);
            this.groupBox6.TabIndex = 4;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Home Link";
            // 
            // textBox_Nav_Home_Img
            // 
            this.textBox_Nav_Home_Img.Location = new System.Drawing.Point(160, 43);
            this.textBox_Nav_Home_Img.Name = "textBox_Nav_Home_Img";
            this.textBox_Nav_Home_Img.ReadOnly = true;
            this.textBox_Nav_Home_Img.Size = new System.Drawing.Size(112, 20);
            this.textBox_Nav_Home_Img.TabIndex = 21;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.label19);
            this.panel2.Controls.Add(this.label18);
            this.panel2.Controls.Add(this.radioButton_Nav_Home_Abs);
            this.panel2.Controls.Add(this.radioButton_Nav_Home_Rel);
            this.panel2.Location = new System.Drawing.Point(346, 77);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(68, 41);
            this.panel2.TabIndex = 20;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Location = new System.Drawing.Point(19, 2);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(46, 13);
            this.label19.TabIndex = 18;
            this.label19.Text = "Relative";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Location = new System.Drawing.Point(19, 20);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(48, 13);
            this.label18.TabIndex = 15;
            this.label18.Text = "Absolute";
            // 
            // radioButton_Nav_Home_Abs
            // 
            this.radioButton_Nav_Home_Abs.AutoSize = true;
            this.radioButton_Nav_Home_Abs.Location = new System.Drawing.Point(4, 21);
            this.radioButton_Nav_Home_Abs.Name = "radioButton_Nav_Home_Abs";
            this.radioButton_Nav_Home_Abs.Size = new System.Drawing.Size(14, 13);
            this.radioButton_Nav_Home_Abs.TabIndex = 16;
            this.radioButton_Nav_Home_Abs.UseVisualStyleBackColor = true;
            this.radioButton_Nav_Home_Abs.CheckedChanged += new System.EventHandler(this.radioButton_Nav_Home_Abs_CheckedChanged);
            // 
            // radioButton_Nav_Home_Rel
            // 
            this.radioButton_Nav_Home_Rel.AutoSize = true;
            this.radioButton_Nav_Home_Rel.Checked = true;
            this.radioButton_Nav_Home_Rel.Location = new System.Drawing.Point(4, 2);
            this.radioButton_Nav_Home_Rel.Name = "radioButton_Nav_Home_Rel";
            this.radioButton_Nav_Home_Rel.Size = new System.Drawing.Size(14, 13);
            this.radioButton_Nav_Home_Rel.TabIndex = 17;
            this.radioButton_Nav_Home_Rel.TabStop = true;
            this.radioButton_Nav_Home_Rel.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.radioButton_Nav_Home_Text);
            this.panel1.Controls.Add(this.label10);
            this.panel1.Controls.Add(this.radioButton_Nav_Home_Link_Image);
            this.panel1.Controls.Add(this.label11);
            this.panel1.Location = new System.Drawing.Point(89, 19);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(65, 54);
            this.panel1.TabIndex = 19;
            // 
            // radioButton_Nav_Home_Text
            // 
            this.radioButton_Nav_Home_Text.AutoSize = true;
            this.radioButton_Nav_Home_Text.Checked = true;
            this.radioButton_Nav_Home_Text.Location = new System.Drawing.Point(3, 5);
            this.radioButton_Nav_Home_Text.Name = "radioButton_Nav_Home_Text";
            this.radioButton_Nav_Home_Text.Size = new System.Drawing.Size(14, 13);
            this.radioButton_Nav_Home_Text.TabIndex = 8;
            this.radioButton_Nav_Home_Text.TabStop = true;
            this.radioButton_Nav_Home_Text.UseVisualStyleBackColor = true;
            this.radioButton_Nav_Home_Text.CheckedChanged += new System.EventHandler(this.radioButton_Nav_Home_Text_CheckedChanged);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(23, 5);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(28, 13);
            this.label10.TabIndex = 5;
            this.label10.Text = "Text";
            // 
            // radioButton_Nav_Home_Link_Image
            // 
            this.radioButton_Nav_Home_Link_Image.AutoSize = true;
            this.radioButton_Nav_Home_Link_Image.Location = new System.Drawing.Point(3, 34);
            this.radioButton_Nav_Home_Link_Image.Name = "radioButton_Nav_Home_Link_Image";
            this.radioButton_Nav_Home_Link_Image.Size = new System.Drawing.Size(14, 13);
            this.radioButton_Nav_Home_Link_Image.TabIndex = 10;
            this.radioButton_Nav_Home_Link_Image.UseVisualStyleBackColor = true;
            this.radioButton_Nav_Home_Link_Image.CheckedChanged += new System.EventHandler(this.radioButton_Nav_Home_Link_Image_CheckedChanged);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(18, 33);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(36, 13);
            this.label11.TabIndex = 9;
            this.label11.Text = "Image";
            // 
            // pictureBox_Nav_Home_Image
            // 
            this.pictureBox_Nav_Home_Image.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox_Nav_Home_Image.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_Nav_Home_Image.Location = new System.Drawing.Point(353, 19);
            this.pictureBox_Nav_Home_Image.Name = "pictureBox_Nav_Home_Image";
            this.pictureBox_Nav_Home_Image.Size = new System.Drawing.Size(61, 48);
            this.pictureBox_Nav_Home_Image.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox_Nav_Home_Image.TabIndex = 12;
            this.pictureBox_Nav_Home_Image.TabStop = false;
            // 
            // checkBox_Nav_Home_Enabled
            // 
            this.checkBox_Nav_Home_Enabled.AutoSize = true;
            this.checkBox_Nav_Home_Enabled.Location = new System.Drawing.Point(18, 22);
            this.checkBox_Nav_Home_Enabled.Name = "checkBox_Nav_Home_Enabled";
            this.checkBox_Nav_Home_Enabled.Size = new System.Drawing.Size(65, 17);
            this.checkBox_Nav_Home_Enabled.TabIndex = 11;
            this.checkBox_Nav_Home_Enabled.Text = "Enabled";
            this.checkBox_Nav_Home_Enabled.UseVisualStyleBackColor = true;
            this.checkBox_Nav_Home_Enabled.CheckedChanged += new System.EventHandler(this.checkBox_Nav_Home_Enabled_CheckedChanged);
            // 
            // button_Nav_Home_Select_Image
            // 
            this.button_Nav_Home_Select_Image.Location = new System.Drawing.Point(278, 43);
            this.button_Nav_Home_Select_Image.Name = "button_Nav_Home_Select_Image";
            this.button_Nav_Home_Select_Image.Size = new System.Drawing.Size(60, 23);
            this.button_Nav_Home_Select_Image.TabIndex = 7;
            this.button_Nav_Home_Select_Image.Text = "Select";
            this.button_Nav_Home_Select_Image.UseVisualStyleBackColor = true;
            this.button_Nav_Home_Select_Image.Click += new System.EventHandler(this.button_Nav_Home_Select_Image_Click);
            // 
            // textBox_Nav_Home_Text
            // 
            this.textBox_Nav_Home_Text.Location = new System.Drawing.Point(160, 19);
            this.textBox_Nav_Home_Text.Name = "textBox_Nav_Home_Text";
            this.textBox_Nav_Home_Text.Size = new System.Drawing.Size(178, 20);
            this.textBox_Nav_Home_Text.TabIndex = 4;
            this.textBox_Nav_Home_Text.Text = "Home";
            this.textBox_Nav_Home_Text.TextChanged += new System.EventHandler(this.textBox_Nav_Home_Text_TextChanged);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(15, 90);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(41, 13);
            this.label9.TabIndex = 3;
            this.label9.Text = "Link url";
            // 
            // textBox_Nav_Home_Link_Url
            // 
            this.textBox_Nav_Home_Link_Url.Location = new System.Drawing.Point(74, 87);
            this.textBox_Nav_Home_Link_Url.Name = "textBox_Nav_Home_Link_Url";
            this.textBox_Nav_Home_Link_Url.Size = new System.Drawing.Size(269, 20);
            this.textBox_Nav_Home_Link_Url.TabIndex = 2;
            this.textBox_Nav_Home_Link_Url.TextChanged += new System.EventHandler(this.textBox_Nav_Home_Link_Url_TextChanged);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.pictureBox_Nav_Previous);
            this.groupBox4.Controls.Add(this.radioButton_Nav_Previous_Image);
            this.groupBox4.Controls.Add(this.label12);
            this.groupBox4.Controls.Add(this.radioButton_Nav_Previous_Text);
            this.groupBox4.Controls.Add(this.button_Nav_Previous_Image);
            this.groupBox4.Controls.Add(this.textBox_Nav_Previous_Image);
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Controls.Add(this.textBox_Nav_Previous_Text);
            this.groupBox4.Location = new System.Drawing.Point(13, 127);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(420, 75);
            this.groupBox4.TabIndex = 1;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Previous";
            // 
            // pictureBox_Nav_Previous
            // 
            this.pictureBox_Nav_Previous.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox_Nav_Previous.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox_Nav_Previous.Location = new System.Drawing.Point(353, 19);
            this.pictureBox_Nav_Previous.Name = "pictureBox_Nav_Previous";
            this.pictureBox_Nav_Previous.Size = new System.Drawing.Size(61, 48);
            this.pictureBox_Nav_Previous.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox_Nav_Previous.TabIndex = 18;
            this.pictureBox_Nav_Previous.TabStop = false;
            // 
            // radioButton_Nav_Previous_Image
            // 
            this.radioButton_Nav_Previous_Image.AutoSize = true;
            this.radioButton_Nav_Previous_Image.Location = new System.Drawing.Point(18, 49);
            this.radioButton_Nav_Previous_Image.Name = "radioButton_Nav_Previous_Image";
            this.radioButton_Nav_Previous_Image.Size = new System.Drawing.Size(14, 13);
            this.radioButton_Nav_Previous_Image.TabIndex = 17;
            this.radioButton_Nav_Previous_Image.UseVisualStyleBackColor = true;
            this.radioButton_Nav_Previous_Image.CheckedChanged += new System.EventHandler(this.radioButton_Nav_Previous_Image_CheckedChanged);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(33, 48);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(36, 13);
            this.label12.TabIndex = 16;
            this.label12.Text = "Image";
            // 
            // radioButton_Nav_Previous_Text
            // 
            this.radioButton_Nav_Previous_Text.AutoSize = true;
            this.radioButton_Nav_Previous_Text.Checked = true;
            this.radioButton_Nav_Previous_Text.Location = new System.Drawing.Point(18, 22);
            this.radioButton_Nav_Previous_Text.Name = "radioButton_Nav_Previous_Text";
            this.radioButton_Nav_Previous_Text.Size = new System.Drawing.Size(14, 13);
            this.radioButton_Nav_Previous_Text.TabIndex = 15;
            this.radioButton_Nav_Previous_Text.TabStop = true;
            this.radioButton_Nav_Previous_Text.UseVisualStyleBackColor = true;
            this.radioButton_Nav_Previous_Text.CheckedChanged += new System.EventHandler(this.radioButton_Nav_Previous_Text_CheckedChanged);
            // 
            // button_Nav_Previous_Image
            // 
            this.button_Nav_Previous_Image.Location = new System.Drawing.Point(74, 44);
            this.button_Nav_Previous_Image.Name = "button_Nav_Previous_Image";
            this.button_Nav_Previous_Image.Size = new System.Drawing.Size(53, 23);
            this.button_Nav_Previous_Image.TabIndex = 14;
            this.button_Nav_Previous_Image.Text = "Select";
            this.button_Nav_Previous_Image.UseVisualStyleBackColor = true;
            this.button_Nav_Previous_Image.Click += new System.EventHandler(this.button_Nav_Previous_Image_Click);
            // 
            // textBox_Nav_Previous_Image
            // 
            this.textBox_Nav_Previous_Image.Location = new System.Drawing.Point(133, 45);
            this.textBox_Nav_Previous_Image.Name = "textBox_Nav_Previous_Image";
            this.textBox_Nav_Previous_Image.ReadOnly = true;
            this.textBox_Nav_Previous_Image.Size = new System.Drawing.Size(210, 20);
            this.textBox_Nav_Previous_Image.TabIndex = 13;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(33, 22);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(28, 13);
            this.label13.TabIndex = 12;
            this.label13.Text = "Text";
            // 
            // textBox_Nav_Previous_Text
            // 
            this.textBox_Nav_Previous_Text.Location = new System.Drawing.Point(74, 19);
            this.textBox_Nav_Previous_Text.Name = "textBox_Nav_Previous_Text";
            this.textBox_Nav_Previous_Text.Size = new System.Drawing.Size(269, 20);
            this.textBox_Nav_Previous_Text.TabIndex = 11;
            this.textBox_Nav_Previous_Text.Text = "Previous";
            this.textBox_Nav_Previous_Text.TextChanged += new System.EventHandler(this.textBox_Nav_Previous_Text_TextChanged);
            // 
            // tabPage_Titles
            // 
            this.tabPage_Titles.Controls.Add(this.groupBox11);
            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;
            // 
            // groupBox11
            // 
            this.groupBox11.Controls.Add(this.checkBox_Title_Thumbs_Pgn);
            this.groupBox11.Controls.Add(this.label21);
            this.groupBox11.Controls.Add(this.numericUpDown_Title_Thumbs_Breaks);
            this.groupBox11.Controls.Add(this.button_Title_Thumbs_Font);
            this.groupBox11.Controls.Add(this.textBox_Title_Thumbs_Text);
            this.groupBox11.Controls.Add(this.checkBox_Title_Tumbs_Add);
            this.groupBox11.Controls.Add(this.checkBox_Title_Thumbs_Change);
            this.groupBox11.Location = new System.Drawing.Point(3, 3);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(439, 116);
            this.groupBox11.TabIndex = 1;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "Tumbnails pages";
            // 
            // checkBox_Title_Thumbs_Pgn
            // 
            this.checkBox_Title_Thumbs_Pgn.AutoSize = true;
            this.checkBox_Title_Thumbs_Pgn.Checked = true;
            this.checkBox_Title_Thumbs_Pgn.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_Title_Thumbs_Pgn.Location = new System.Drawing.Point(178, 85);
            this.checkBox_Title_Thumbs_Pgn.Name = "checkBox_Title_Thumbs_Pgn";
            this.checkBox_Title_Thumbs_Pgn.Size = new System.Drawing.Size(110, 17);
            this.checkBox_Title_Thumbs_Pgn.TabIndex = 10;
            this.checkBox_Title_Thumbs_Pgn.Text = "Add page number";
            this.checkBox_Title_Thumbs_Pgn.UseVisualStyleBackColor = true;
            this.checkBox_Title_Thumbs_Pgn.CheckedChanged += new System.EventHandler(this.checkBox_Title_Thumbs_Pgn_CheckedChanged);
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(361, 52);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(62, 13);
            this.label21.TabIndex = 9;
            this.label21.Text = "Lines break";
            // 
            // numericUpDown_Title_Thumbs_Breaks
            // 
            this.numericUpDown_Title_Thumbs_Breaks.Location = new System.Drawing.Point(279, 49);
            this.numericUpDown_Title_Thumbs_Breaks.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericUpDown_Title_Thumbs_Breaks.Name = "numericUpDown_Title_Thumbs_Breaks";
            this.numericUpDown_Title_Thumbs_Breaks.Size = new System.Drawing.Size(75, 20);
            this.numericUpDown_Title_Thumbs_Breaks.TabIndex = 8;
            this.numericUpDown_Title_Thumbs_Breaks.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDown_Title_Thumbs_Breaks.ValueChanged += new System.EventHandler(this.numericUpDown_Title_Thumbs_Breaks_ValueChanged);
            // 
            // button_Title_Thumbs_Font
            // 
            this.button_Title_Thumbs_Font.Location = new System.Drawing.Point(279, 16);
            this.button_Title_Thumbs_Font.Name = "button_Title_Thumbs_Font";
            this.button_Title_Thumbs_Font.Size = new System.Drawing.Size(75, 23);
            this.button_Title_Thumbs_Font.TabIndex = 7;
            this.button_Title_Thumbs_Font.Text = "Select Font";
            this.button_Title_Thumbs_Font.UseVisualStyleBackColor = true;
            this.button_Title_Thumbs_Font.Click += new System.EventHandler(this.button_Title_Thumbs_Font_Click);
            // 
            // textBox_Title_Thumbs_Text
            // 
            this.textBox_Title_Thumbs_Text.Location = new System.Drawing.Point(16, 85);
            this.textBox_Title_Thumbs_Text.Name = "textBox_Title_Thumbs_Text";
            this.textBox_Title_Thumbs_Text.Size = new System.Drawing.Size(149, 20);
            this.textBox_Title_Thumbs_Text.TabIndex = 6;
            this.textBox_Title_Thumbs_Text.TextChanged += new System.EventHandler(this.textBox_Title_Thumbs_Text_TextChanged);
            // 
            // checkBox_Title_Tumbs_Add
            // 
            this.checkBox_Title_Tumbs_Add.AutoSize = true;
            this.checkBox_Title_Tumbs_Add.Location = new System.Drawing.Point(16, 52);
            this.checkBox_Title_Tumbs_Add.Name = "checkBox_Title_Tumbs_Add";
            this.checkBox_Title_Tumbs_Add.Size = new System.Drawing.Size(105, 17);
            this.checkBox_Title_Tumbs_Add.TabIndex = 1;
            this.checkBox_Title_Tumbs_Add.Text = "Insert textual title";
            this.checkBox_Title_Tumbs_Add.UseVisualStyleBackColor = true;
            this.checkBox_Title_Tumbs_Add.CheckedChanged += new System.EventHandler(this.checkBox_Title_Tumbs_Add_CheckedChanged);
            // 
            // checkBox_Title_Thumbs_Change
            // 
            this.checkBox_Title_Thumbs_Change.AutoSize = true;
            this.checkBox_Title_Thumbs_Change.Checked = true;
            this.checkBox_Title_Thumbs_Change.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_Title_Thumbs_Change.Location = new System.Drawing.Point(16, 29);
            this.checkBox_Title_Thumbs_Change.Name = "checkBox_Title_Thumbs_Change";
            this.checkBox_Title_Thumbs_Change.Size = new System.Drawing.Size(109, 17);
            this.checkBox_Title_Thumbs_Change.TabIndex = 0;
            this.checkBox_Title_Thumbs_Change.Text = "Change page title";
            this.checkBox_Title_Thumbs_Change.UseVisualStyleBackColor = true;
            this.checkBox_Title_Thumbs_Change.CheckedChanged += new System.EventHandler(this.checkBox_Title_Thumbs_Change_CheckedChanged);
            // 
            // 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";
            // 
            // 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);
            // 
            // 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";
            // 
            // 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);
            // 
            // 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_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);
            // 
            // 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";
            // 
            // 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.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Table_BackImage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Table_BackGround)).EndInit();
            this.panel_TableCols.ResumeLayout(false);
            this.panel_TableCols.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_DarkColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_LightColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_MainColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TableBorder)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Cols)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Row)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVSpace)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_HSpace)).EndInit();
            this.Groupbox5.ResumeLayout(false);
            this.Groupbox5.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ImageBorder)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage_Menu.ResumeLayout(false);
            this.groupBox9.ResumeLayout(false);
            this.groupBox9.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Alternate2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Alternate1)).EndInit();
            this.tabPage_Pages.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.tabPage_Navigation.ResumeLayout(false);
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Nav_Next)).EndInit();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Nav_Home_Image)).EndInit();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Nav_Previous)).EndInit();
            this.tabPage_Titles.ResumeLayout(false);
            this.groupBox11.ResumeLayout(false);
            this.groupBox11.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Title_Thumbs_Breaks)).EndInit();
            this.tabPage_Effects.ResumeLayout(false);
            this.groupBox12.ResumeLayout(false);
            this.groupBox12.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.NumericUpDown numericUpDown_Cols;
        private System.Windows.Forms.NumericUpDown numericUpDown_Row;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.NumericUpDown numericUpDownVSpace;
        private System.Windows.Forms.NumericUpDown numericUpDown_HSpace;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.NumericUpDown numericUpDown_TableBorder;
        private System.Windows.Forms.GroupBox Groupbox5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.NumericUpDown numericUpDown_ImageBorder;
        private System.Windows.Forms.Panel panel_TableCols;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.DomainUpDown domainUpDown_TableStyle;
        private System.Windows.Forms.ColorDialog colorDialog1;
        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.PictureBox pictureBox_DarkColor;
        private System.Windows.Forms.PictureBox pictureBox_LightColor;
        private System.Windows.Forms.PictureBox pictureBox_MainColor;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage_Menu;
        private System.Windows.Forms.TabPage tabPage_Pages;
        private System.Windows.Forms.CheckBox checkBox_ThumbTextDesc;
        private System.Windows.Forms.CheckBox checkBox_ThumbTextFile;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.CheckBox checkBox_EnlargedTextDesc;
        private System.Windows.Forms.CheckBox checkBox_EnlargedTextFile;
        private System.Windows.Forms.Button button_ThumbFont;
        private System.Windows.Forms.FontDialog fontDialog1;
        private System.Windows.Forms.Button button1_EnlargedFont;
        private System.Windows.Forms.CheckBox checkBox_ThumbFillet;
        private System.Windows.Forms.CheckBox checkBoxEnlargedHorizFillet;
        private System.Windows.Forms.TabPage tabPage_Navigation;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox textBox_Nav_Home_Link_Url;
        private System.Windows.Forms.Button button_Nav_Home_Select_Image;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox textBox_Nav_Home_Text;
        private System.Windows.Forms.GroupBox groupBox7;
        private System.Windows.Forms.RadioButton radioButton_Nav_Next_Image;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.RadioButton radioButton_Nav_Next_Text;
        private System.Windows.Forms.Button button_Nav_Next_Image;
        private System.Windows.Forms.TextBox textBox_Nav_Next_Image;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox textBox_Nav_Next_Text;
        private System.Windows.Forms.RadioButton radioButton_Nav_Home_Link_Image;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.RadioButton radioButton_Nav_Home_Text;
        private System.Windows.Forms.RadioButton radioButton_Nav_Previous_Image;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.RadioButton radioButton_Nav_Previous_Text;
        private System.Windows.Forms.Button button_Nav_Previous_Image;
        private System.Windows.Forms.TextBox textBox_Nav_Previous_Image;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox textBox_Nav_Previous_Text;
        private System.Windows.Forms.GroupBox groupBox9;
        private System.Windows.Forms.CheckBox checkBox_Nav_Home_Enabled;
        private System.Windows.Forms.PictureBox pictureBox_Nav_Next;
        private System.Windows.Forms.PictureBox pictureBox_Nav_Home_Image;
        private System.Windows.Forms.PictureBox pictureBox_Nav_Previous;
        private System.Windows.Forms.RadioButton radioButton_Nav_Home_Abs;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.RadioButton radioButton_Nav_Home_Rel;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.TabPage tabPage_Effects;
        private System.Windows.Forms.TabPage tabPage_Titles;
        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.Panel panel3;
        private System.Windows.Forms.CheckBox checkBox_Table_BackGround;
        private System.Windows.Forms.PictureBox pictureBox_Table_BackImage;
        private System.Windows.Forms.CheckBox checkBox_Table_BackImage;
        private System.Windows.Forms.CheckBox checkBox_AlternateCells;
        private System.Windows.Forms.CheckBox checkBox_AlternateRows;
        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 groupBox11;
        private System.Windows.Forms.CheckBox checkBox_Title_Thumbs_Pgn;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.NumericUpDown numericUpDown_Title_Thumbs_Breaks;
        private System.Windows.Forms.Button button_Title_Thumbs_Font;
        private System.Windows.Forms.TextBox textBox_Title_Thumbs_Text;
        private System.Windows.Forms.CheckBox checkBox_Title_Tumbs_Add;
        private System.Windows.Forms.CheckBox checkBox_Title_Thumbs_Change;
        private System.Windows.Forms.ComboBox comboBox_Transition_Effect;
        private System.Windows.Forms.CheckBox checkBox_Transition_Enabled;
        private System.Windows.Forms.RadioButton radioButton_Transition_Exit;
        private System.Windows.Forms.RadioButton radioButton_Transition_Enter;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.GroupBox groupBox12;
        private System.Windows.Forms.TextBox textBox_Nav_Home_Img;

    }
}

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