Click here to Skip to main content
15,886,199 members
Articles / Desktop Programming / Windows Forms

Leitner Box with C#

Rate me:
Please Sign up or sign in to vote.
4.84/5 (45 votes)
22 Mar 2010GPL32 min read 141.1K   7K   108  
For easy learning (specially for learning a foreign language) you can use Leitner Box
namespace Leitner_Box
{
    partial class Form1
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
         System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
         void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TreeNode treeNode36 = new System.Windows.Forms.TreeNode("Box 1");
            System.Windows.Forms.TreeNode treeNode37 = new System.Windows.Forms.TreeNode("Part 1", 2, 2);
            System.Windows.Forms.TreeNode treeNode38 = new System.Windows.Forms.TreeNode("Part 2", 2, 2);
            System.Windows.Forms.TreeNode treeNode39 = new System.Windows.Forms.TreeNode("Box 2", new System.Windows.Forms.TreeNode[] {
            treeNode37,
            treeNode38});
            System.Windows.Forms.TreeNode treeNode40 = new System.Windows.Forms.TreeNode("Part 1", 2, 2);
            System.Windows.Forms.TreeNode treeNode41 = new System.Windows.Forms.TreeNode("Part 2", 2, 2);
            System.Windows.Forms.TreeNode treeNode42 = new System.Windows.Forms.TreeNode("Part 3", 2, 2);
            System.Windows.Forms.TreeNode treeNode43 = new System.Windows.Forms.TreeNode("Part 4", 2, 2);
            System.Windows.Forms.TreeNode treeNode44 = new System.Windows.Forms.TreeNode("Part 5", 2, 2);
            System.Windows.Forms.TreeNode treeNode45 = new System.Windows.Forms.TreeNode("Box 3", new System.Windows.Forms.TreeNode[] {
            treeNode40,
            treeNode41,
            treeNode42,
            treeNode43,
            treeNode44});
            System.Windows.Forms.TreeNode treeNode46 = new System.Windows.Forms.TreeNode("Part 1", 2, 2);
            System.Windows.Forms.TreeNode treeNode47 = new System.Windows.Forms.TreeNode("Part 2", 2, 2);
            System.Windows.Forms.TreeNode treeNode48 = new System.Windows.Forms.TreeNode("Part 3", 2, 2);
            System.Windows.Forms.TreeNode treeNode49 = new System.Windows.Forms.TreeNode("Part 4", 2, 2);
            System.Windows.Forms.TreeNode treeNode50 = new System.Windows.Forms.TreeNode("Part 5", 2, 2);
            System.Windows.Forms.TreeNode treeNode51 = new System.Windows.Forms.TreeNode("Part 6", 2, 2);
            System.Windows.Forms.TreeNode treeNode52 = new System.Windows.Forms.TreeNode("Part 7", 2, 2);
            System.Windows.Forms.TreeNode treeNode53 = new System.Windows.Forms.TreeNode("Part 8", 2, 2);
            System.Windows.Forms.TreeNode treeNode54 = new System.Windows.Forms.TreeNode("Box 4", new System.Windows.Forms.TreeNode[] {
            treeNode46,
            treeNode47,
            treeNode48,
            treeNode49,
            treeNode50,
            treeNode51,
            treeNode52,
            treeNode53});
            System.Windows.Forms.TreeNode treeNode55 = new System.Windows.Forms.TreeNode("Part 1", 2, 2);
            System.Windows.Forms.TreeNode treeNode56 = new System.Windows.Forms.TreeNode("Part 2", 2, 2);
            System.Windows.Forms.TreeNode treeNode57 = new System.Windows.Forms.TreeNode("Part 3", 2, 2);
            System.Windows.Forms.TreeNode treeNode58 = new System.Windows.Forms.TreeNode("Part 4", 2, 2);
            System.Windows.Forms.TreeNode treeNode59 = new System.Windows.Forms.TreeNode("Part 5", 2, 2);
            System.Windows.Forms.TreeNode treeNode60 = new System.Windows.Forms.TreeNode("Part 6", 2, 2);
            System.Windows.Forms.TreeNode treeNode61 = new System.Windows.Forms.TreeNode("Part 7", 2, 2);
            System.Windows.Forms.TreeNode treeNode62 = new System.Windows.Forms.TreeNode("Part 8", 2, 2);
            System.Windows.Forms.TreeNode treeNode63 = new System.Windows.Forms.TreeNode("Part 9", 2, 2);
            System.Windows.Forms.TreeNode treeNode64 = new System.Windows.Forms.TreeNode("Part 10", 2, 2);
            System.Windows.Forms.TreeNode treeNode65 = new System.Windows.Forms.TreeNode("Part 11", 2, 2);
            System.Windows.Forms.TreeNode treeNode66 = new System.Windows.Forms.TreeNode("Part 12", 2, 2);
            System.Windows.Forms.TreeNode treeNode67 = new System.Windows.Forms.TreeNode("Part 13", 2, 2);
            System.Windows.Forms.TreeNode treeNode68 = new System.Windows.Forms.TreeNode("Part 14", 2, 2);
            System.Windows.Forms.TreeNode treeNode69 = new System.Windows.Forms.TreeNode("Box 5", new System.Windows.Forms.TreeNode[] {
            treeNode55,
            treeNode56,
            treeNode57,
            treeNode58,
            treeNode59,
            treeNode60,
            treeNode61,
            treeNode62,
            treeNode63,
            treeNode64,
            treeNode65,
            treeNode66,
            treeNode67,
            treeNode68});
            System.Windows.Forms.TreeNode treeNode70 = new System.Windows.Forms.TreeNode("Data Base", 1, 1);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportAllWordsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optimizeXmlFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.ToolStripMenuItemAboutMe = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.settingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.questionTextboxesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRightToLeftQuestion = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemLeftToRightQuestion = new System.Windows.Forms.ToolStripMenuItem();
            this.answerTextboxesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemRightToLeftAnswer = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemLeftToRightAnswer = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.spellCheckerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.questionTextBoxesSpellCheckerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.answerTextboxesSpellCheckerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.dateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemChristianDate = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemPersianDate = new System.Windows.Forms.ToolStripMenuItem();
            this.usersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemCreateNewUser = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemSelectUser = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPageAddQuestions = new System.Windows.Forms.TabPage();
            this.listBoxAutoComplete = new System.Windows.Forms.ListBox();
            this.label6 = new System.Windows.Forms.Label();
            this.labelPartID = new System.Windows.Forms.Label();
            this.labelBoxID = new System.Windows.Forms.Label();
            this.labelDateNow = new System.Windows.Forms.Label();
            this.labelAddQuestionMessage = new System.Windows.Forms.Label();
            this.buttonAdd = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.textBoxNewQuestion = new Keyoti.RapidSpell.AYTTextBox();
            this.textBoxNewAnswer = new Keyoti.RapidSpell.AYTTextBox();
            this.tabPageExplorer = new System.Windows.Forms.TabPage();
            this.textBoxAnswer = new Keyoti.RapidSpell.AYTTextBox();
            this.textBoxQuestion = new Keyoti.RapidSpell.AYTTextBox();
            this.labelAnswerToQuestionMessage = new System.Windows.Forms.Label();
            this.buttonDelete1 = new System.Windows.Forms.Button();
            this.buttonSave1 = new System.Windows.Forms.Button();
            this.buttonFalse = new System.Windows.Forms.Button();
            this.buttonTrue = new System.Windows.Forms.Button();
            this.buttonShowAnswer = new System.Windows.Forms.Button();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.labelRegDate = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label3Box1 = new System.Windows.Forms.Label();
            this.label2WordsCount = new System.Windows.Forms.Label();
            this.label1Box1 = new System.Windows.Forms.Label();
            this.tabPageSearch = new System.Windows.Forms.TabPage();
            this.textBoxSearchAnswer = new Keyoti.RapidSpell.AYTTextBox();
            this.textBoxSearchQuestion = new Keyoti.RapidSpell.AYTTextBox();
            this.checkBoxSearchInAnswer = new System.Windows.Forms.CheckBox();
            this.checkBoxSearchInQuestion = new System.Windows.Forms.CheckBox();
            this.labelSearchMessage = new System.Windows.Forms.Label();
            this.buttonSearchMoveToBox1 = new System.Windows.Forms.Button();
            this.buttonSearchSave = new System.Windows.Forms.Button();
            this.buttonSearchDelete = new System.Windows.Forms.Button();
            this.label1Search = new System.Windows.Forms.Label();
            this.listViewSearch = new System.Windows.Forms.ListView();
            this.QuestionColumn = new System.Windows.Forms.ColumnHeader();
            this.AnswerColumn = new System.Windows.Forms.ColumnHeader();
            this.DateColumn = new System.Windows.Forms.ColumnHeader();
            this.textBoxSearch = new System.Windows.Forms.TextBox();
            this.tabPageStatistics = new System.Windows.Forms.TabPage();
            this.label10 = new System.Windows.Forms.Label();
            this.labelAllWords = new System.Windows.Forms.Label();
            this.label20Statistics = new System.Windows.Forms.Label();
            this.labelStatisticsDate = new System.Windows.Forms.Label();
            this.label19Statistics = new System.Windows.Forms.Label();
            this.label18Statistics = new System.Windows.Forms.Label();
            this.labelStatisticsDataBase = new System.Windows.Forms.Label();
            this.label16Statistics = new System.Windows.Forms.Label();
            this.label15Statistics = new System.Windows.Forms.Label();
            this.labelStatisticsBox5 = new System.Windows.Forms.Label();
            this.label13Statistics = new System.Windows.Forms.Label();
            this.label12Statistics = new System.Windows.Forms.Label();
            this.labelStatisticsBox4 = new System.Windows.Forms.Label();
            this.label10Statistics = new System.Windows.Forms.Label();
            this.label9Statistics = new System.Windows.Forms.Label();
            this.labelStatisticsBox3 = new System.Windows.Forms.Label();
            this.label7Statistics = new System.Windows.Forms.Label();
            this.label6Statistics = new System.Windows.Forms.Label();
            this.labelStatisticsBox2 = new System.Windows.Forms.Label();
            this.label4Statistics = new System.Windows.Forms.Label();
            this.label3Statistics = new System.Windows.Forms.Label();
            this.labelStatisticsBox1 = new System.Windows.Forms.Label();
            this.label1Statistics = new System.Windows.Forms.Label();
            this.columnHeaderQuestion = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderAnswer = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderDate = new System.Windows.Forms.ColumnHeader();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.ToolStripMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.ToolStripMenuItemShiftUp = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.ToolStripMenuItemMoveTo = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox1 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox2 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox2Part1 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox2Part2 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox3 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox3Part1 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox3Part2 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox3Part3 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox3Part4 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox3Part5 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4Part1 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4Part2 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4Part3 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4Part4 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4Part5 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4Part6 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4Part7 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox4Part8 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part1 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part2 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part3 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part4 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part5 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part6 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part7 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part8 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part9 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part10 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part11 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part12 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part13 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemBox5Part14 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemDataBase = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItemExport = new System.Windows.Forms.ToolStripMenuItem();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
            this.rapidSpellAsYouType1 = new Keyoti.RapidSpell.RapidSpellAsYouType(this.components);
            this.checkBox_MatchWholeWord = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPageAddQuestions.SuspendLayout();
            this.tabPageExplorer.SuspendLayout();
            this.tabPageSearch.SuspendLayout();
            this.tabPageStatistics.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // splitContainer1
            // 
            this.splitContainer1.BackColor = System.Drawing.SystemColors.Control;
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.treeView1);
            this.splitContainer1.Panel1MinSize = 180;
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
            this.splitContainer1.Panel2MinSize = 140;
            this.splitContainer1.Size = new System.Drawing.Size(1101, 804);
            this.splitContainer1.SplitterDistance = 299;
            this.splitContainer1.SplitterWidth = 5;
            this.splitContainer1.TabIndex = 0;
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeView1.ForeColor = System.Drawing.Color.Black;
            this.treeView1.HideSelection = false;
            this.treeView1.ImageIndex = 0;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Indent = 27;
            this.treeView1.ItemHeight = 40;
            this.treeView1.Location = new System.Drawing.Point(0, 0);
            this.treeView1.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
            this.treeView1.Name = "treeView1";
            treeNode36.Name = "Box1";
            treeNode36.Text = "Box 1";
            treeNode37.ImageIndex = 2;
            treeNode37.Name = "Box2Part1";
            treeNode37.SelectedImageIndex = 2;
            treeNode37.Text = "Part 1";
            treeNode38.ImageIndex = 2;
            treeNode38.Name = "Box2Part2";
            treeNode38.SelectedImageIndex = 2;
            treeNode38.Text = "Part 2";
            treeNode39.Name = "Box2";
            treeNode39.Text = "Box 2";
            treeNode40.ImageIndex = 2;
            treeNode40.Name = "Box3Part1";
            treeNode40.SelectedImageIndex = 2;
            treeNode40.Text = "Part 1";
            treeNode41.ImageIndex = 2;
            treeNode41.Name = "Box3Part2";
            treeNode41.SelectedImageIndex = 2;
            treeNode41.Text = "Part 2";
            treeNode42.ImageIndex = 2;
            treeNode42.Name = "Box3Part3";
            treeNode42.SelectedImageIndex = 2;
            treeNode42.Text = "Part 3";
            treeNode43.ImageIndex = 2;
            treeNode43.Name = "Box3Part4";
            treeNode43.SelectedImageIndex = 2;
            treeNode43.Text = "Part 4";
            treeNode44.ImageIndex = 2;
            treeNode44.Name = "Box3Part5";
            treeNode44.SelectedImageIndex = 2;
            treeNode44.Text = "Part 5";
            treeNode45.Name = "Box3";
            treeNode45.Text = "Box 3";
            treeNode46.ImageIndex = 2;
            treeNode46.Name = "Box4Part1";
            treeNode46.SelectedImageIndex = 2;
            treeNode46.Text = "Part 1";
            treeNode47.ImageIndex = 2;
            treeNode47.Name = "Box4Part2";
            treeNode47.SelectedImageIndex = 2;
            treeNode47.Text = "Part 2";
            treeNode48.ImageIndex = 2;
            treeNode48.Name = "Box4Part3";
            treeNode48.SelectedImageIndex = 2;
            treeNode48.Text = "Part 3";
            treeNode49.ImageIndex = 2;
            treeNode49.Name = "Box4Part4";
            treeNode49.SelectedImageIndex = 2;
            treeNode49.Text = "Part 4";
            treeNode50.ImageIndex = 2;
            treeNode50.Name = "Box4Part5";
            treeNode50.SelectedImageIndex = 2;
            treeNode50.Text = "Part 5";
            treeNode51.ImageIndex = 2;
            treeNode51.Name = "Box4Part6";
            treeNode51.SelectedImageIndex = 2;
            treeNode51.Text = "Part 6";
            treeNode52.ImageIndex = 2;
            treeNode52.Name = "Box4Part7";
            treeNode52.SelectedImageIndex = 2;
            treeNode52.Text = "Part 7";
            treeNode53.ImageIndex = 2;
            treeNode53.Name = "Box4Part8";
            treeNode53.SelectedImageIndex = 2;
            treeNode53.Text = "Part 8";
            treeNode54.Name = "Box4";
            treeNode54.Text = "Box 4";
            treeNode55.ImageIndex = 2;
            treeNode55.Name = "Box5Part1";
            treeNode55.SelectedImageIndex = 2;
            treeNode55.Text = "Part 1";
            treeNode56.ImageIndex = 2;
            treeNode56.Name = "Box5Part2";
            treeNode56.SelectedImageIndex = 2;
            treeNode56.Text = "Part 2";
            treeNode57.ImageIndex = 2;
            treeNode57.Name = "Box5Part3";
            treeNode57.SelectedImageIndex = 2;
            treeNode57.Text = "Part 3";
            treeNode58.ImageIndex = 2;
            treeNode58.Name = "Box5Part4";
            treeNode58.SelectedImageIndex = 2;
            treeNode58.Text = "Part 4";
            treeNode59.ImageIndex = 2;
            treeNode59.Name = "Box5Part5";
            treeNode59.SelectedImageIndex = 2;
            treeNode59.Text = "Part 5";
            treeNode60.ImageIndex = 2;
            treeNode60.Name = "Box5Part6";
            treeNode60.SelectedImageIndex = 2;
            treeNode60.Text = "Part 6";
            treeNode61.ImageIndex = 2;
            treeNode61.Name = "Box5Part7";
            treeNode61.SelectedImageIndex = 2;
            treeNode61.Text = "Part 7";
            treeNode62.ImageIndex = 2;
            treeNode62.Name = "Box5Part8";
            treeNode62.SelectedImageIndex = 2;
            treeNode62.Text = "Part 8";
            treeNode63.ImageIndex = 2;
            treeNode63.Name = "Box5Part9";
            treeNode63.SelectedImageIndex = 2;
            treeNode63.Text = "Part 9";
            treeNode64.ImageIndex = 2;
            treeNode64.Name = "Box5Part10";
            treeNode64.SelectedImageIndex = 2;
            treeNode64.Text = "Part 10";
            treeNode65.ImageIndex = 2;
            treeNode65.Name = "Box5Part11";
            treeNode65.SelectedImageIndex = 2;
            treeNode65.Text = "Part 11";
            treeNode66.ImageIndex = 2;
            treeNode66.Name = "Box5Part12";
            treeNode66.SelectedImageIndex = 2;
            treeNode66.Text = "Part 12";
            treeNode67.ImageIndex = 2;
            treeNode67.Name = "Box5Part13";
            treeNode67.SelectedImageIndex = 2;
            treeNode67.Text = "Part 13";
            treeNode68.ImageIndex = 2;
            treeNode68.Name = "Box5Part14";
            treeNode68.SelectedImageIndex = 2;
            treeNode68.Text = "Part 14";
            treeNode69.Name = "Box5";
            treeNode69.Text = "Box 5";
            treeNode70.ImageIndex = 1;
            treeNode70.Name = "DataBase";
            treeNode70.SelectedImageIndex = 1;
            treeNode70.Text = "Data Base";
            this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode36,
            treeNode39,
            treeNode45,
            treeNode54,
            treeNode69,
            treeNode70});
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(295, 800);
            this.treeView1.TabIndex = 1;
            this.treeView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseClick);
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Box.ico");
            this.imageList1.Images.SetKeyName(1, "database.ico");
            this.imageList1.Images.SetKeyName(2, "My Documents.ico");
            this.imageList1.Images.SetKeyName(3, "kcmfontinst.ico");
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.650831F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 93.34917F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(793, 800);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // menuStrip1
            // 
            this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.settingToolStripMenuItem,
            this.usersToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 4, 0, 4);
            this.menuStrip1.Size = new System.Drawing.Size(793, 53);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exportAllWordsToolStripMenuItem,
            this.optimizeXmlFileToolStripMenuItem,
            this.toolStripSeparator4,
            this.ToolStripMenuItemAboutMe,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(53, 45);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // exportAllWordsToolStripMenuItem
            // 
            this.exportAllWordsToolStripMenuItem.Name = "exportAllWordsToolStripMenuItem";
            this.exportAllWordsToolStripMenuItem.Size = new System.Drawing.Size(226, 30);
            this.exportAllWordsToolStripMenuItem.Text = "Export all words";
            this.exportAllWordsToolStripMenuItem.Click += new System.EventHandler(this.exportAllWordsToolStripMenuItem_Click);
            // 
            // optimizeXmlFileToolStripMenuItem
            // 
            this.optimizeXmlFileToolStripMenuItem.Name = "optimizeXmlFileToolStripMenuItem";
            this.optimizeXmlFileToolStripMenuItem.Size = new System.Drawing.Size(226, 30);
            this.optimizeXmlFileToolStripMenuItem.Text = "Optimize xml file";
            this.optimizeXmlFileToolStripMenuItem.Click += new System.EventHandler(this.optimizeXmlFileToolStripMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(223, 6);
            // 
            // ToolStripMenuItemAboutMe
            // 
            this.ToolStripMenuItemAboutMe.Name = "ToolStripMenuItemAboutMe";
            this.ToolStripMenuItemAboutMe.Size = new System.Drawing.Size(226, 30);
            this.ToolStripMenuItemAboutMe.Text = "About me";
            this.ToolStripMenuItemAboutMe.Click += new System.EventHandler(this.ToolStripMenuItemAboutMe_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(226, 30);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // settingToolStripMenuItem
            // 
            this.settingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.questionTextboxesToolStripMenuItem,
            this.answerTextboxesToolStripMenuItem,
            this.toolStripSeparator1,
            this.spellCheckerToolStripMenuItem,
            this.toolStripSeparator5,
            this.dateToolStripMenuItem});
            this.settingToolStripMenuItem.Name = "settingToolStripMenuItem";
            this.settingToolStripMenuItem.Size = new System.Drawing.Size(83, 45);
            this.settingToolStripMenuItem.Text = "Setting";
            // 
            // questionTextboxesToolStripMenuItem
            // 
            this.questionTextboxesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemRightToLeftQuestion,
            this.ToolStripMenuItemLeftToRightQuestion});
            this.questionTextboxesToolStripMenuItem.Name = "questionTextboxesToolStripMenuItem";
            this.questionTextboxesToolStripMenuItem.Size = new System.Drawing.Size(249, 30);
            this.questionTextboxesToolStripMenuItem.Text = "Question Textboxes";
            // 
            // ToolStripMenuItemRightToLeftQuestion
            // 
            this.ToolStripMenuItemRightToLeftQuestion.Name = "ToolStripMenuItemRightToLeftQuestion";
            this.ToolStripMenuItemRightToLeftQuestion.Size = new System.Drawing.Size(190, 30);
            this.ToolStripMenuItemRightToLeftQuestion.Text = "Right To Left";
            this.ToolStripMenuItemRightToLeftQuestion.Click += new System.EventHandler(this.ToolStripMenuItemRightToLeftQuestion_Click);
            // 
            // ToolStripMenuItemLeftToRightQuestion
            // 
            this.ToolStripMenuItemLeftToRightQuestion.Name = "ToolStripMenuItemLeftToRightQuestion";
            this.ToolStripMenuItemLeftToRightQuestion.Size = new System.Drawing.Size(190, 30);
            this.ToolStripMenuItemLeftToRightQuestion.Text = "Left To Right";
            this.ToolStripMenuItemLeftToRightQuestion.Click += new System.EventHandler(this.ToolStripMenuItemLeftToRightQuestion_Click);
            // 
            // answerTextboxesToolStripMenuItem
            // 
            this.answerTextboxesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemRightToLeftAnswer,
            this.ToolStripMenuItemLeftToRightAnswer});
            this.answerTextboxesToolStripMenuItem.Name = "answerTextboxesToolStripMenuItem";
            this.answerTextboxesToolStripMenuItem.Size = new System.Drawing.Size(249, 30);
            this.answerTextboxesToolStripMenuItem.Text = "Answer Textboxes";
            // 
            // ToolStripMenuItemRightToLeftAnswer
            // 
            this.ToolStripMenuItemRightToLeftAnswer.Name = "ToolStripMenuItemRightToLeftAnswer";
            this.ToolStripMenuItemRightToLeftAnswer.Size = new System.Drawing.Size(190, 30);
            this.ToolStripMenuItemRightToLeftAnswer.Text = "Right To Left";
            this.ToolStripMenuItemRightToLeftAnswer.Click += new System.EventHandler(this.ToolStripMenuItemRightToLeftAnswer_Click);
            // 
            // ToolStripMenuItemLeftToRightAnswer
            // 
            this.ToolStripMenuItemLeftToRightAnswer.Name = "ToolStripMenuItemLeftToRightAnswer";
            this.ToolStripMenuItemLeftToRightAnswer.Size = new System.Drawing.Size(190, 30);
            this.ToolStripMenuItemLeftToRightAnswer.Text = "Left To Right";
            this.ToolStripMenuItemLeftToRightAnswer.Click += new System.EventHandler(this.ToolStripMenuItemLeftToRightAnswer_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(246, 6);
            // 
            // spellCheckerToolStripMenuItem
            // 
            this.spellCheckerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.questionTextBoxesSpellCheckerToolStripMenuItem,
            this.answerTextboxesSpellCheckerToolStripMenuItem});
            this.spellCheckerToolStripMenuItem.Name = "spellCheckerToolStripMenuItem";
            this.spellCheckerToolStripMenuItem.Size = new System.Drawing.Size(249, 30);
            this.spellCheckerToolStripMenuItem.Text = "Spell Checker";
            // 
            // questionTextBoxesSpellCheckerToolStripMenuItem
            // 
            this.questionTextBoxesSpellCheckerToolStripMenuItem.Checked = true;
            this.questionTextBoxesSpellCheckerToolStripMenuItem.CheckOnClick = true;
            this.questionTextBoxesSpellCheckerToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.questionTextBoxesSpellCheckerToolStripMenuItem.Name = "questionTextBoxesSpellCheckerToolStripMenuItem";
            this.questionTextBoxesSpellCheckerToolStripMenuItem.Size = new System.Drawing.Size(249, 30);
            this.questionTextBoxesSpellCheckerToolStripMenuItem.Text = "Question TextBoxes";
            this.questionTextBoxesSpellCheckerToolStripMenuItem.Click += new System.EventHandler(this.questionTextBoxesSpellCheckerToolStripMenuItem1_Click);
            // 
            // answerTextboxesSpellCheckerToolStripMenuItem
            // 
            this.answerTextboxesSpellCheckerToolStripMenuItem.Checked = true;
            this.answerTextboxesSpellCheckerToolStripMenuItem.CheckOnClick = true;
            this.answerTextboxesSpellCheckerToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.answerTextboxesSpellCheckerToolStripMenuItem.Name = "answerTextboxesSpellCheckerToolStripMenuItem";
            this.answerTextboxesSpellCheckerToolStripMenuItem.Size = new System.Drawing.Size(249, 30);
            this.answerTextboxesSpellCheckerToolStripMenuItem.Text = "Answer Textboxes";
            this.answerTextboxesSpellCheckerToolStripMenuItem.Click += new System.EventHandler(this.answerTextboxesSpellCheckerToolStripMenuItem1_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(246, 6);
            // 
            // dateToolStripMenuItem
            // 
            this.dateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemChristianDate,
            this.ToolStripMenuItemPersianDate});
            this.dateToolStripMenuItem.Name = "dateToolStripMenuItem";
            this.dateToolStripMenuItem.Size = new System.Drawing.Size(249, 30);
            this.dateToolStripMenuItem.Text = "Date";
            // 
            // ToolStripMenuItemChristianDate
            // 
            this.ToolStripMenuItemChristianDate.Name = "ToolStripMenuItemChristianDate";
            this.ToolStripMenuItemChristianDate.Size = new System.Drawing.Size(159, 30);
            this.ToolStripMenuItemChristianDate.Text = "Christian";
            this.ToolStripMenuItemChristianDate.Click += new System.EventHandler(this.ToolStripMenuItemChristianDate_Click);
            // 
            // ToolStripMenuItemPersianDate
            // 
            this.ToolStripMenuItemPersianDate.Name = "ToolStripMenuItemPersianDate";
            this.ToolStripMenuItemPersianDate.Size = new System.Drawing.Size(159, 30);
            this.ToolStripMenuItemPersianDate.Text = "Persian";
            this.ToolStripMenuItemPersianDate.Click += new System.EventHandler(this.ToolStripMenuItemPersianDate_Click);
            // 
            // usersToolStripMenuItem
            // 
            this.usersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemCreateNewUser,
            this.ToolStripMenuItemSelectUser});
            this.usersToolStripMenuItem.Name = "usersToolStripMenuItem";
            this.usersToolStripMenuItem.Size = new System.Drawing.Size(70, 45);
            this.usersToolStripMenuItem.Text = "Users";
            // 
            // ToolStripMenuItemCreateNewUser
            // 
            this.ToolStripMenuItemCreateNewUser.Name = "ToolStripMenuItemCreateNewUser";
            this.ToolStripMenuItemCreateNewUser.Size = new System.Drawing.Size(177, 30);
            this.ToolStripMenuItemCreateNewUser.Text = "New User";
            this.ToolStripMenuItemCreateNewUser.Click += new System.EventHandler(this.ToolStripMenuItemCreateNewUser_Click);
            // 
            // ToolStripMenuItemSelectUser
            // 
            this.ToolStripMenuItemSelectUser.Name = "ToolStripMenuItemSelectUser";
            this.ToolStripMenuItemSelectUser.Size = new System.Drawing.Size(177, 30);
            this.ToolStripMenuItemSelectUser.Text = "Select User";
            this.ToolStripMenuItemSelectUser.Click += new System.EventHandler(this.ToolStripMenuItemSelectUser_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPageAddQuestions);
            this.tabControl1.Controls.Add(this.tabPageExplorer);
            this.tabControl1.Controls.Add(this.tabPageSearch);
            this.tabControl1.Controls.Add(this.tabPageStatistics);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabControl1.Location = new System.Drawing.Point(6, 59);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(6);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(781, 735);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPageAddQuestions
            // 
            this.tabPageAddQuestions.Controls.Add(this.listBoxAutoComplete);
            this.tabPageAddQuestions.Controls.Add(this.label6);
            this.tabPageAddQuestions.Controls.Add(this.labelPartID);
            this.tabPageAddQuestions.Controls.Add(this.labelBoxID);
            this.tabPageAddQuestions.Controls.Add(this.labelDateNow);
            this.tabPageAddQuestions.Controls.Add(this.labelAddQuestionMessage);
            this.tabPageAddQuestions.Controls.Add(this.buttonAdd);
            this.tabPageAddQuestions.Controls.Add(this.label5);
            this.tabPageAddQuestions.Controls.Add(this.label4);
            this.tabPageAddQuestions.Controls.Add(this.label3);
            this.tabPageAddQuestions.Controls.Add(this.label2);
            this.tabPageAddQuestions.Controls.Add(this.label1);
            this.tabPageAddQuestions.Controls.Add(this.textBoxNewQuestion);
            this.tabPageAddQuestions.Controls.Add(this.textBoxNewAnswer);
            this.tabPageAddQuestions.Location = new System.Drawing.Point(4, 34);
            this.tabPageAddQuestions.Margin = new System.Windows.Forms.Padding(6);
            this.tabPageAddQuestions.Name = "tabPageAddQuestions";
            this.tabPageAddQuestions.Padding = new System.Windows.Forms.Padding(6);
            this.tabPageAddQuestions.Size = new System.Drawing.Size(773, 697);
            this.tabPageAddQuestions.TabIndex = 0;
            this.tabPageAddQuestions.Text = "Add Questions";
            this.tabPageAddQuestions.UseVisualStyleBackColor = true;
            this.tabPageAddQuestions.Enter += new System.EventHandler(this.tabPageInsertWord_Enter);
            // 
            // listBoxAutoComplete
            // 
            this.listBoxAutoComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
            this.listBoxAutoComplete.ForeColor = System.Drawing.Color.DimGray;
            this.listBoxAutoComplete.FormattingEnabled = true;
            this.listBoxAutoComplete.HorizontalScrollbar = true;
            this.listBoxAutoComplete.ItemHeight = 25;
            this.listBoxAutoComplete.Items.AddRange(new object[] {
            "01",
            "02",
            "03",
            "04",
            "05",
            "06"});
            this.listBoxAutoComplete.Location = new System.Drawing.Point(154, 252);
            this.listBoxAutoComplete.Margin = new System.Windows.Forms.Padding(6);
            this.listBoxAutoComplete.Name = "listBoxAutoComplete";
            this.listBoxAutoComplete.Size = new System.Drawing.Size(543, 204);
            this.listBoxAutoComplete.Sorted = true;
            this.listBoxAutoComplete.TabIndex = 0;
            this.listBoxAutoComplete.Visible = false;
            this.listBoxAutoComplete.DoubleClick += new System.EventHandler(this.listBoxAutoComplete_DoubleClick);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(216, 101);
            this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(202, 25);
            this.label6.TabIndex = 0;
            this.label6.Text = "Insert the question in :";
            // 
            // labelPartID
            // 
            this.labelPartID.AutoSize = true;
            this.labelPartID.ForeColor = System.Drawing.Color.Red;
            this.labelPartID.Location = new System.Drawing.Point(504, 132);
            this.labelPartID.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelPartID.Name = "labelPartID";
            this.labelPartID.Size = new System.Drawing.Size(34, 25);
            this.labelPartID.TabIndex = 0;
            this.labelPartID.Text = "00";
            // 
            // labelBoxID
            // 
            this.labelBoxID.AutoSize = true;
            this.labelBoxID.ForeColor = System.Drawing.Color.Red;
            this.labelBoxID.Location = new System.Drawing.Point(470, 101);
            this.labelBoxID.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelBoxID.Name = "labelBoxID";
            this.labelBoxID.Size = new System.Drawing.Size(34, 25);
            this.labelBoxID.TabIndex = 0;
            this.labelBoxID.Text = "00";
            // 
            // labelDateNow
            // 
            this.labelDateNow.AutoSize = true;
            this.labelDateNow.Location = new System.Drawing.Point(308, 42);
            this.labelDateNow.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelDateNow.Name = "labelDateNow";
            this.labelDateNow.Size = new System.Drawing.Size(110, 25);
            this.labelDateNow.TabIndex = 0;
            this.labelDateNow.Text = "00 / 00 / 00";
            // 
            // labelAddQuestionMessage
            // 
            this.labelAddQuestionMessage.ForeColor = System.Drawing.Color.Green;
            this.labelAddQuestionMessage.Location = new System.Drawing.Point(12, 649);
            this.labelAddQuestionMessage.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelAddQuestionMessage.Name = "labelAddQuestionMessage";
            this.labelAddQuestionMessage.Size = new System.Drawing.Size(734, 38);
            this.labelAddQuestionMessage.TabIndex = 0;
            this.labelAddQuestionMessage.Text = "label1";
            this.labelAddQuestionMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // buttonAdd
            // 
            this.buttonAdd.Location = new System.Drawing.Point(255, 582);
            this.buttonAdd.Margin = new System.Windows.Forms.Padding(6);
            this.buttonAdd.Name = "buttonAdd";
            this.buttonAdd.Size = new System.Drawing.Size(225, 56);
            this.buttonAdd.TabIndex = 3;
            this.buttonAdd.Text = "Add";
            this.buttonAdd.UseVisualStyleBackColor = true;
            this.buttonAdd.Click += new System.EventHandler(this.buttonAddNewWord_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(229, 42);
            this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(67, 25);
            this.label5.TabIndex = 0;
            this.label5.Text = "Now : ";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(41, 441);
            this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(89, 25);
            this.label4.TabIndex = 0;
            this.label4.Text = "Answer :";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(28, 252);
            this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(102, 25);
            this.label3.TabIndex = 0;
            this.label3.Text = "Question :";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(446, 132);
            this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(58, 25);
            this.label2.TabIndex = 0;
            this.label2.Text = "Part :";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(414, 101);
            this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(57, 25);
            this.label1.TabIndex = 0;
            this.label1.Text = "Box :";
            // 
            // textBoxNewQuestion
            // 
            this.textBoxNewQuestion.AcceptsReturn = true;
            this.textBoxNewQuestion.ContextMenuDefault = null;
            this.textBoxNewQuestion.ContextMenuStripDefault = null;
            this.textBoxNewQuestion.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.textBoxNewQuestion.GetFocusOnContextMenu = false;
            this.textBoxNewQuestion.Location = new System.Drawing.Point(154, 188);
            this.textBoxNewQuestion.Margin = new System.Windows.Forms.Padding(2);
            this.textBoxNewQuestion.Multiline = true;
            this.textBoxNewQuestion.Name = "textBoxNewQuestion";
            this.textBoxNewQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxNewQuestion.ShowCutCopyPasteContextMenu = false;
            this.textBoxNewQuestion.ShowCutCopyPasteContextMenuStrip = false;
            this.textBoxNewQuestion.Size = new System.Drawing.Size(543, 156);
            this.textBoxNewQuestion.TabIndex = 1;
            this.textBoxNewQuestion.UnderlineYOffset = 0;
            this.textBoxNewQuestion.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
            this.textBoxNewQuestion.Leave += new System.EventHandler(this.textBoxNewQuestion_Or_NewAnswer_Leave);
            this.textBoxNewQuestion.Enter += new System.EventHandler(this.textBox_Enter);
            this.textBoxNewQuestion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);
            this.textBoxNewQuestion.TextChanged += new System.EventHandler(this.textBoxNewQuestion_TextChanged);
            // 
            // textBoxNewAnswer
            // 
            this.textBoxNewAnswer.AcceptsReturn = true;
            this.textBoxNewAnswer.ContextMenuDefault = null;
            this.textBoxNewAnswer.ContextMenuStripDefault = null;
            this.textBoxNewAnswer.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.textBoxNewAnswer.GetFocusOnContextMenu = false;
            this.textBoxNewAnswer.Location = new System.Drawing.Point(156, 375);
            this.textBoxNewAnswer.Margin = new System.Windows.Forms.Padding(2);
            this.textBoxNewAnswer.Multiline = true;
            this.textBoxNewAnswer.Name = "textBoxNewAnswer";
            this.textBoxNewAnswer.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxNewAnswer.ShowCutCopyPasteContextMenu = false;
            this.textBoxNewAnswer.ShowCutCopyPasteContextMenuStrip = false;
            this.textBoxNewAnswer.Size = new System.Drawing.Size(543, 156);
            this.textBoxNewAnswer.TabIndex = 2;
            this.textBoxNewAnswer.UnderlineYOffset = 0;
            this.textBoxNewAnswer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
            this.textBoxNewAnswer.Leave += new System.EventHandler(this.textBoxNewQuestion_Or_NewAnswer_Leave);
            this.textBoxNewAnswer.Enter += new System.EventHandler(this.textBox_Enter);
            this.textBoxNewAnswer.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);
            this.textBoxNewAnswer.TextChanged += new System.EventHandler(this.textBoxNewAnswer_TextChanged);
            // 
            // tabPageExplorer
            // 
            this.tabPageExplorer.Controls.Add(this.textBoxAnswer);
            this.tabPageExplorer.Controls.Add(this.textBoxQuestion);
            this.tabPageExplorer.Controls.Add(this.labelAnswerToQuestionMessage);
            this.tabPageExplorer.Controls.Add(this.buttonDelete1);
            this.tabPageExplorer.Controls.Add(this.buttonSave1);
            this.tabPageExplorer.Controls.Add(this.buttonFalse);
            this.tabPageExplorer.Controls.Add(this.buttonTrue);
            this.tabPageExplorer.Controls.Add(this.buttonShowAnswer);
            this.tabPageExplorer.Controls.Add(this.label8);
            this.tabPageExplorer.Controls.Add(this.label9);
            this.tabPageExplorer.Controls.Add(this.labelRegDate);
            this.tabPageExplorer.Controls.Add(this.label7);
            this.tabPageExplorer.Controls.Add(this.label3Box1);
            this.tabPageExplorer.Controls.Add(this.label2WordsCount);
            this.tabPageExplorer.Controls.Add(this.label1Box1);
            this.tabPageExplorer.Location = new System.Drawing.Point(4, 34);
            this.tabPageExplorer.Margin = new System.Windows.Forms.Padding(6);
            this.tabPageExplorer.Name = "tabPageExplorer";
            this.tabPageExplorer.Padding = new System.Windows.Forms.Padding(6);
            this.tabPageExplorer.Size = new System.Drawing.Size(773, 697);
            this.tabPageExplorer.TabIndex = 1;
            this.tabPageExplorer.Text = "Answer to Questions";
            this.tabPageExplorer.UseVisualStyleBackColor = true;
            this.tabPageExplorer.Enter += new System.EventHandler(this.tabPageExplorer_Enter);
            // 
            // textBoxAnswer
            // 
            this.textBoxAnswer.AcceptsReturn = true;
            this.textBoxAnswer.ContextMenuDefault = null;
            this.textBoxAnswer.ContextMenuStripDefault = null;
            this.textBoxAnswer.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.textBoxAnswer.GetFocusOnContextMenu = false;
            this.textBoxAnswer.Location = new System.Drawing.Point(134, 309);
            this.textBoxAnswer.Margin = new System.Windows.Forms.Padding(2);
            this.textBoxAnswer.Multiline = true;
            this.textBoxAnswer.Name = "textBoxAnswer";
            this.textBoxAnswer.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxAnswer.ShowCutCopyPasteContextMenu = false;
            this.textBoxAnswer.ShowCutCopyPasteContextMenuStrip = false;
            this.textBoxAnswer.Size = new System.Drawing.Size(543, 156);
            this.textBoxAnswer.TabIndex = 2;
            this.textBoxAnswer.UnderlineYOffset = 0;
            this.textBoxAnswer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
            this.textBoxAnswer.Enter += new System.EventHandler(this.textBox_Enter);
            // 
            // textBoxQuestion
            // 
            this.textBoxQuestion.AcceptsReturn = true;
            this.textBoxQuestion.ContextMenuDefault = null;
            this.textBoxQuestion.ContextMenuStripDefault = null;
            this.textBoxQuestion.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.textBoxQuestion.GetFocusOnContextMenu = false;
            this.textBoxQuestion.Location = new System.Drawing.Point(134, 131);
            this.textBoxQuestion.Margin = new System.Windows.Forms.Padding(2);
            this.textBoxQuestion.Multiline = true;
            this.textBoxQuestion.Name = "textBoxQuestion";
            this.textBoxQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxQuestion.ShowCutCopyPasteContextMenu = false;
            this.textBoxQuestion.ShowCutCopyPasteContextMenuStrip = false;
            this.textBoxQuestion.Size = new System.Drawing.Size(543, 156);
            this.textBoxQuestion.TabIndex = 1;
            this.textBoxQuestion.UnderlineYOffset = 0;
            this.textBoxQuestion.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
            this.textBoxQuestion.Enter += new System.EventHandler(this.textBox_Enter);
            // 
            // labelAnswerToQuestionMessage
            // 
            this.labelAnswerToQuestionMessage.ForeColor = System.Drawing.Color.Green;
            this.labelAnswerToQuestionMessage.Location = new System.Drawing.Point(12, 646);
            this.labelAnswerToQuestionMessage.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelAnswerToQuestionMessage.Name = "labelAnswerToQuestionMessage";
            this.labelAnswerToQuestionMessage.Size = new System.Drawing.Size(734, 40);
            this.labelAnswerToQuestionMessage.TabIndex = 0;
            this.labelAnswerToQuestionMessage.Text = "label1";
            this.labelAnswerToQuestionMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // buttonDelete1
            // 
            this.buttonDelete1.Enabled = false;
            this.buttonDelete1.Location = new System.Drawing.Point(439, 576);
            this.buttonDelete1.Margin = new System.Windows.Forms.Padding(6);
            this.buttonDelete1.Name = "buttonDelete1";
            this.buttonDelete1.Size = new System.Drawing.Size(151, 56);
            this.buttonDelete1.TabIndex = 7;
            this.buttonDelete1.Text = "Delete";
            this.buttonDelete1.UseVisualStyleBackColor = true;
            this.buttonDelete1.Click += new System.EventHandler(this.buttonDelete1_Click);
            // 
            // buttonSave1
            // 
            this.buttonSave1.Enabled = false;
            this.buttonSave1.Location = new System.Drawing.Point(131, 576);
            this.buttonSave1.Margin = new System.Windows.Forms.Padding(6);
            this.buttonSave1.Name = "buttonSave1";
            this.buttonSave1.Size = new System.Drawing.Size(151, 56);
            this.buttonSave1.TabIndex = 6;
            this.buttonSave1.Text = "Save";
            this.buttonSave1.UseVisualStyleBackColor = true;
            this.buttonSave1.Click += new System.EventHandler(this.buttonSave1_Click);
            // 
            // buttonFalse
            // 
            this.buttonFalse.Enabled = false;
            this.buttonFalse.Location = new System.Drawing.Point(559, 494);
            this.buttonFalse.Margin = new System.Windows.Forms.Padding(6);
            this.buttonFalse.Name = "buttonFalse";
            this.buttonFalse.Size = new System.Drawing.Size(151, 61);
            this.buttonFalse.TabIndex = 4;
            this.buttonFalse.Text = "False";
            this.buttonFalse.UseVisualStyleBackColor = true;
            this.buttonFalse.Click += new System.EventHandler(this.buttonFalse_Click);
            // 
            // buttonTrue
            // 
            this.buttonTrue.Enabled = false;
            this.buttonTrue.Location = new System.Drawing.Point(48, 494);
            this.buttonTrue.Margin = new System.Windows.Forms.Padding(6);
            this.buttonTrue.Name = "buttonTrue";
            this.buttonTrue.Size = new System.Drawing.Size(142, 61);
            this.buttonTrue.TabIndex = 5;
            this.buttonTrue.Text = "True";
            this.buttonTrue.UseVisualStyleBackColor = true;
            this.buttonTrue.Click += new System.EventHandler(this.buttonTrue_Click);
            // 
            // buttonShowAnswer
            // 
            this.buttonShowAnswer.Enabled = false;
            this.buttonShowAnswer.Location = new System.Drawing.Point(244, 494);
            this.buttonShowAnswer.Margin = new System.Windows.Forms.Padding(6);
            this.buttonShowAnswer.Name = "buttonShowAnswer";
            this.buttonShowAnswer.Size = new System.Drawing.Size(248, 61);
            this.buttonShowAnswer.TabIndex = 3;
            this.buttonShowAnswer.Text = "Show The Answer";
            this.buttonShowAnswer.UseVisualStyleBackColor = true;
            this.buttonShowAnswer.Click += new System.EventHandler(this.buttonShowAnswer_Click);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(12, 381);
            this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(89, 25);
            this.label8.TabIndex = 0;
            this.label8.Text = "Answer :";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(6, 198);
            this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(102, 25);
            this.label9.TabIndex = 0;
            this.label9.Text = "Question :";
            // 
            // labelRegDate
            // 
            this.labelRegDate.AutoSize = true;
            this.labelRegDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(101)))), ((int)(((byte)(0)))));
            this.labelRegDate.Location = new System.Drawing.Point(463, 74);
            this.labelRegDate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelRegDate.Name = "labelRegDate";
            this.labelRegDate.Size = new System.Drawing.Size(110, 25);
            this.labelRegDate.TabIndex = 0;
            this.labelRegDate.Text = "00 / 00 / 00";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(164, 74);
            this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(304, 25);
            this.label7.TabIndex = 0;
            this.label7.Text = "This word has been registered  in ";
            // 
            // label3Box1
            // 
            this.label3Box1.AutoSize = true;
            this.label3Box1.Location = new System.Drawing.Point(370, 22);
            this.label3Box1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label3Box1.Name = "label3Box1";
            this.label3Box1.Size = new System.Drawing.Size(214, 25);
            this.label3Box1.TabIndex = 0;
            this.label3Box1.Text = "question(s) in this node";
            // 
            // label2WordsCount
            // 
            this.label2WordsCount.AutoSize = true;
            this.label2WordsCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(83)))), ((int)(((byte)(153)))));
            this.label2WordsCount.Location = new System.Drawing.Point(313, 22);
            this.label2WordsCount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label2WordsCount.Name = "label2WordsCount";
            this.label2WordsCount.Size = new System.Drawing.Size(45, 25);
            this.label2WordsCount.TabIndex = 0;
            this.label2WordsCount.Text = "000";
            // 
            // label1Box1
            // 
            this.label1Box1.AutoSize = true;
            this.label1Box1.Location = new System.Drawing.Point(200, 22);
            this.label1Box1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label1Box1.Name = "label1Box1";
            this.label1Box1.Size = new System.Drawing.Size(117, 25);
            this.label1Box1.TabIndex = 0;
            this.label1Box1.Text = "There are/is";
            // 
            // tabPageSearch
            // 
            this.tabPageSearch.Controls.Add(this.checkBox_MatchWholeWord);
            this.tabPageSearch.Controls.Add(this.textBoxSearchAnswer);
            this.tabPageSearch.Controls.Add(this.textBoxSearchQuestion);
            this.tabPageSearch.Controls.Add(this.checkBoxSearchInAnswer);
            this.tabPageSearch.Controls.Add(this.checkBoxSearchInQuestion);
            this.tabPageSearch.Controls.Add(this.labelSearchMessage);
            this.tabPageSearch.Controls.Add(this.buttonSearchMoveToBox1);
            this.tabPageSearch.Controls.Add(this.buttonSearchSave);
            this.tabPageSearch.Controls.Add(this.buttonSearchDelete);
            this.tabPageSearch.Controls.Add(this.label1Search);
            this.tabPageSearch.Controls.Add(this.listViewSearch);
            this.tabPageSearch.Controls.Add(this.textBoxSearch);
            this.tabPageSearch.Location = new System.Drawing.Point(4, 34);
            this.tabPageSearch.Margin = new System.Windows.Forms.Padding(6);
            this.tabPageSearch.Name = "tabPageSearch";
            this.tabPageSearch.Padding = new System.Windows.Forms.Padding(6);
            this.tabPageSearch.Size = new System.Drawing.Size(773, 697);
            this.tabPageSearch.TabIndex = 2;
            this.tabPageSearch.Text = "Search";
            this.tabPageSearch.UseVisualStyleBackColor = true;
            this.tabPageSearch.Enter += new System.EventHandler(this.tabPageSearch_Enter);
            // 
            // textBoxSearchAnswer
            // 
            this.textBoxSearchAnswer.AcceptsReturn = true;
            this.textBoxSearchAnswer.ContextMenuDefault = null;
            this.textBoxSearchAnswer.ContextMenuStripDefault = null;
            this.textBoxSearchAnswer.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.textBoxSearchAnswer.GetFocusOnContextMenu = false;
            this.textBoxSearchAnswer.Location = new System.Drawing.Point(384, 416);
            this.textBoxSearchAnswer.Margin = new System.Windows.Forms.Padding(2);
            this.textBoxSearchAnswer.Multiline = true;
            this.textBoxSearchAnswer.Name = "textBoxSearchAnswer";
            this.textBoxSearchAnswer.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxSearchAnswer.ShowCutCopyPasteContextMenu = false;
            this.textBoxSearchAnswer.ShowCutCopyPasteContextMenuStrip = false;
            this.textBoxSearchAnswer.Size = new System.Drawing.Size(350, 175);
            this.textBoxSearchAnswer.TabIndex = 6;
            this.textBoxSearchAnswer.UnderlineYOffset = 0;
            this.textBoxSearchAnswer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
            this.textBoxSearchAnswer.Enter += new System.EventHandler(this.textBox_Enter);
            // 
            // textBoxSearchQuestion
            // 
            this.textBoxSearchQuestion.AcceptsReturn = true;
            this.textBoxSearchQuestion.ContextMenuDefault = null;
            this.textBoxSearchQuestion.ContextMenuStripDefault = null;
            this.textBoxSearchQuestion.Font = new System.Drawing.Font("Tahoma", 14.25F);
            this.textBoxSearchQuestion.GetFocusOnContextMenu = false;
            this.textBoxSearchQuestion.Location = new System.Drawing.Point(24, 416);
            this.textBoxSearchQuestion.Margin = new System.Windows.Forms.Padding(2);
            this.textBoxSearchQuestion.Multiline = true;
            this.textBoxSearchQuestion.Name = "textBoxSearchQuestion";
            this.textBoxSearchQuestion.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBoxSearchQuestion.ShowCutCopyPasteContextMenu = false;
            this.textBoxSearchQuestion.ShowCutCopyPasteContextMenuStrip = false;
            this.textBoxSearchQuestion.Size = new System.Drawing.Size(348, 175);
            this.textBoxSearchQuestion.TabIndex = 5;
            this.textBoxSearchQuestion.UnderlineYOffset = 0;
            this.textBoxSearchQuestion.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
            this.textBoxSearchQuestion.Enter += new System.EventHandler(this.textBox_Enter);
            // 
            // checkBoxSearchInAnswer
            // 
            this.checkBoxSearchInAnswer.AutoSize = true;
            this.checkBoxSearchInAnswer.Checked = true;
            this.checkBoxSearchInAnswer.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxSearchInAnswer.Location = new System.Drawing.Point(315, 16);
            this.checkBoxSearchInAnswer.Margin = new System.Windows.Forms.Padding(6);
            this.checkBoxSearchInAnswer.Name = "checkBoxSearchInAnswer";
            this.checkBoxSearchInAnswer.Size = new System.Drawing.Size(110, 29);
            this.checkBoxSearchInAnswer.TabIndex = 2;
            this.checkBoxSearchInAnswer.Text = "Answers";
            this.checkBoxSearchInAnswer.UseVisualStyleBackColor = true;
            // 
            // checkBoxSearchInQuestion
            // 
            this.checkBoxSearchInQuestion.AutoSize = true;
            this.checkBoxSearchInQuestion.Checked = true;
            this.checkBoxSearchInQuestion.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBoxSearchInQuestion.Location = new System.Drawing.Point(159, 16);
            this.checkBoxSearchInQuestion.Margin = new System.Windows.Forms.Padding(6);
            this.checkBoxSearchInQuestion.Name = "checkBoxSearchInQuestion";
            this.checkBoxSearchInQuestion.Size = new System.Drawing.Size(123, 29);
            this.checkBoxSearchInQuestion.TabIndex = 1;
            this.checkBoxSearchInQuestion.Text = "Questions";
            this.checkBoxSearchInQuestion.UseVisualStyleBackColor = true;
            // 
            // labelSearchMessage
            // 
            this.labelSearchMessage.ForeColor = System.Drawing.Color.Green;
            this.labelSearchMessage.Location = new System.Drawing.Point(12, 662);
            this.labelSearchMessage.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelSearchMessage.Name = "labelSearchMessage";
            this.labelSearchMessage.Size = new System.Drawing.Size(740, 25);
            this.labelSearchMessage.TabIndex = 0;
            this.labelSearchMessage.Text = "label1";
            this.labelSearchMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // buttonSearchMoveToBox1
            // 
            this.buttonSearchMoveToBox1.Enabled = false;
            this.buttonSearchMoveToBox1.Location = new System.Drawing.Point(268, 604);
            this.buttonSearchMoveToBox1.Margin = new System.Windows.Forms.Padding(6);
            this.buttonSearchMoveToBox1.Name = "buttonSearchMoveToBox1";
            this.buttonSearchMoveToBox1.Size = new System.Drawing.Size(216, 49);
            this.buttonSearchMoveToBox1.TabIndex = 8;
            this.buttonSearchMoveToBox1.Text = "Move to Box1";
            this.buttonSearchMoveToBox1.UseVisualStyleBackColor = true;
            this.buttonSearchMoveToBox1.Click += new System.EventHandler(this.buttonSearchMoveToBox1_Click);
            // 
            // buttonSearchSave
            // 
            this.buttonSearchSave.Enabled = false;
            this.buttonSearchSave.Location = new System.Drawing.Point(22, 604);
            this.buttonSearchSave.Margin = new System.Windows.Forms.Padding(6);
            this.buttonSearchSave.Name = "buttonSearchSave";
            this.buttonSearchSave.Size = new System.Drawing.Size(181, 49);
            this.buttonSearchSave.TabIndex = 7;
            this.buttonSearchSave.Text = "Save this word";
            this.buttonSearchSave.UseVisualStyleBackColor = true;
            this.buttonSearchSave.Click += new System.EventHandler(this.buttonSearchSave_Click);
            // 
            // buttonSearchDelete
            // 
            this.buttonSearchDelete.Enabled = false;
            this.buttonSearchDelete.Location = new System.Drawing.Point(556, 604);
            this.buttonSearchDelete.Margin = new System.Windows.Forms.Padding(6);
            this.buttonSearchDelete.Name = "buttonSearchDelete";
            this.buttonSearchDelete.Size = new System.Drawing.Size(179, 49);
            this.buttonSearchDelete.TabIndex = 9;
            this.buttonSearchDelete.Text = "Delete this word";
            this.buttonSearchDelete.UseVisualStyleBackColor = true;
            this.buttonSearchDelete.Click += new System.EventHandler(this.buttonSearchDelete_Click);
            // 
            // label1Search
            // 
            this.label1Search.AutoSize = true;
            this.label1Search.Location = new System.Drawing.Point(19, 18);
            this.label1Search.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label1Search.Name = "label1Search";
            this.label1Search.Size = new System.Drawing.Size(111, 25);
            this.label1Search.TabIndex = 0;
            this.label1Search.Text = "Search in : ";
            // 
            // listViewSearch
            // 
            this.listViewSearch.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.QuestionColumn,
            this.AnswerColumn,
            this.DateColumn});
            this.listViewSearch.FullRowSelect = true;
            this.listViewSearch.GridLines = true;
            this.listViewSearch.HideSelection = false;
            this.listViewSearch.Location = new System.Drawing.Point(24, 95);
            this.listViewSearch.Margin = new System.Windows.Forms.Padding(6);
            this.listViewSearch.Name = "listViewSearch";
            this.listViewSearch.Size = new System.Drawing.Size(710, 308);
            this.listViewSearch.TabIndex = 4;
            this.listViewSearch.UseCompatibleStateImageBehavior = false;
            this.listViewSearch.View = System.Windows.Forms.View.Details;
            this.listViewSearch.SelectedIndexChanged += new System.EventHandler(this.listViewSearch_SelectedIndexChanged);
            this.listViewSearch.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewSearch_ColumnClick);
            // 
            // QuestionColumn
            // 
            this.QuestionColumn.Text = "Question";
            this.QuestionColumn.Width = 190;
            // 
            // AnswerColumn
            // 
            this.AnswerColumn.Text = "Answer";
            this.AnswerColumn.Width = 246;
            // 
            // DateColumn
            // 
            this.DateColumn.Text = "Date";
            this.DateColumn.Width = 270;
            // 
            // textBoxSearch
            // 
            this.textBoxSearch.Location = new System.Drawing.Point(24, 59);
            this.textBoxSearch.Margin = new System.Windows.Forms.Padding(6);
            this.textBoxSearch.Name = "textBoxSearch";
            this.textBoxSearch.Size = new System.Drawing.Size(710, 30);
            this.textBoxSearch.TabIndex = 3;
            this.textBoxSearch.TextChanged += new System.EventHandler(this.textBoxSearch_TextChanged);
            this.textBoxSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox_KeyDown);
            // 
            // tabPageStatistics
            // 
            this.tabPageStatistics.Controls.Add(this.label10);
            this.tabPageStatistics.Controls.Add(this.labelAllWords);
            this.tabPageStatistics.Controls.Add(this.label20Statistics);
            this.tabPageStatistics.Controls.Add(this.labelStatisticsDate);
            this.tabPageStatistics.Controls.Add(this.label19Statistics);
            this.tabPageStatistics.Controls.Add(this.label18Statistics);
            this.tabPageStatistics.Controls.Add(this.labelStatisticsDataBase);
            this.tabPageStatistics.Controls.Add(this.label16Statistics);
            this.tabPageStatistics.Controls.Add(this.label15Statistics);
            this.tabPageStatistics.Controls.Add(this.labelStatisticsBox5);
            this.tabPageStatistics.Controls.Add(this.label13Statistics);
            this.tabPageStatistics.Controls.Add(this.label12Statistics);
            this.tabPageStatistics.Controls.Add(this.labelStatisticsBox4);
            this.tabPageStatistics.Controls.Add(this.label10Statistics);
            this.tabPageStatistics.Controls.Add(this.label9Statistics);
            this.tabPageStatistics.Controls.Add(this.labelStatisticsBox3);
            this.tabPageStatistics.Controls.Add(this.label7Statistics);
            this.tabPageStatistics.Controls.Add(this.label6Statistics);
            this.tabPageStatistics.Controls.Add(this.labelStatisticsBox2);
            this.tabPageStatistics.Controls.Add(this.label4Statistics);
            this.tabPageStatistics.Controls.Add(this.label3Statistics);
            this.tabPageStatistics.Controls.Add(this.labelStatisticsBox1);
            this.tabPageStatistics.Controls.Add(this.label1Statistics);
            this.tabPageStatistics.Location = new System.Drawing.Point(4, 34);
            this.tabPageStatistics.Margin = new System.Windows.Forms.Padding(6);
            this.tabPageStatistics.Name = "tabPageStatistics";
            this.tabPageStatistics.Padding = new System.Windows.Forms.Padding(6);
            this.tabPageStatistics.Size = new System.Drawing.Size(773, 697);
            this.tabPageStatistics.TabIndex = 3;
            this.tabPageStatistics.Text = "Statistics";
            this.tabPageStatistics.UseVisualStyleBackColor = true;
            this.tabPageStatistics.Enter += new System.EventHandler(this.tabPageStatistics_Enter);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(440, 500);
            this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(78, 25);
            this.label10.TabIndex = 0;
            this.label10.Text = "word(s)";
            // 
            // labelAllWords
            // 
            this.labelAllWords.AutoSize = true;
            this.labelAllWords.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            this.labelAllWords.ForeColor = System.Drawing.Color.Black;
            this.labelAllWords.Location = new System.Drawing.Point(324, 500);
            this.labelAllWords.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelAllWords.Name = "labelAllWords";
            this.labelAllWords.Size = new System.Drawing.Size(45, 25);
            this.labelAllWords.TabIndex = 0;
            this.labelAllWords.Text = "000";
            // 
            // label20Statistics
            // 
            this.label20Statistics.AutoSize = true;
            this.label20Statistics.Location = new System.Drawing.Point(196, 500);
            this.label20Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label20Statistics.Name = "label20Statistics";
            this.label20Statistics.Size = new System.Drawing.Size(102, 25);
            this.label20Statistics.TabIndex = 0;
            this.label20Statistics.Text = "All words :";
            // 
            // labelStatisticsDate
            // 
            this.labelStatisticsDate.AutoSize = true;
            this.labelStatisticsDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(83)))), ((int)(((byte)(153)))));
            this.labelStatisticsDate.Location = new System.Drawing.Point(425, 589);
            this.labelStatisticsDate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelStatisticsDate.Name = "labelStatisticsDate";
            this.labelStatisticsDate.Size = new System.Drawing.Size(110, 25);
            this.labelStatisticsDate.TabIndex = 0;
            this.labelStatisticsDate.Text = "00 / 00 / 00";
            // 
            // label19Statistics
            // 
            this.label19Statistics.AutoSize = true;
            this.label19Statistics.Location = new System.Drawing.Point(91, 589);
            this.label19Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label19Statistics.Name = "label19Statistics";
            this.label19Statistics.Size = new System.Drawing.Size(322, 25);
            this.label19Statistics.TabIndex = 0;
            this.label19Statistics.Text = "This DataBase has been created in ";
            // 
            // label18Statistics
            // 
            this.label18Statistics.AutoSize = true;
            this.label18Statistics.Location = new System.Drawing.Point(440, 424);
            this.label18Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label18Statistics.Name = "label18Statistics";
            this.label18Statistics.Size = new System.Drawing.Size(78, 25);
            this.label18Statistics.TabIndex = 0;
            this.label18Statistics.Text = "word(s)";
            // 
            // labelStatisticsDataBase
            // 
            this.labelStatisticsDataBase.AutoSize = true;
            this.labelStatisticsDataBase.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(83)))), ((int)(((byte)(153)))));
            this.labelStatisticsDataBase.Location = new System.Drawing.Point(324, 424);
            this.labelStatisticsDataBase.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelStatisticsDataBase.Name = "labelStatisticsDataBase";
            this.labelStatisticsDataBase.Size = new System.Drawing.Size(45, 25);
            this.labelStatisticsDataBase.TabIndex = 0;
            this.labelStatisticsDataBase.Text = "000";
            // 
            // label16Statistics
            // 
            this.label16Statistics.AutoSize = true;
            this.label16Statistics.Location = new System.Drawing.Point(179, 424);
            this.label16Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label16Statistics.Name = "label16Statistics";
            this.label16Statistics.Size = new System.Drawing.Size(114, 25);
            this.label16Statistics.TabIndex = 0;
            this.label16Statistics.Text = "Data Base :";
            // 
            // label15Statistics
            // 
            this.label15Statistics.AutoSize = true;
            this.label15Statistics.Location = new System.Drawing.Point(440, 350);
            this.label15Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label15Statistics.Name = "label15Statistics";
            this.label15Statistics.Size = new System.Drawing.Size(78, 25);
            this.label15Statistics.TabIndex = 0;
            this.label15Statistics.Text = "word(s)";
            // 
            // labelStatisticsBox5
            // 
            this.labelStatisticsBox5.AutoSize = true;
            this.labelStatisticsBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
            this.labelStatisticsBox5.Location = new System.Drawing.Point(324, 350);
            this.labelStatisticsBox5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelStatisticsBox5.Name = "labelStatisticsBox5";
            this.labelStatisticsBox5.Size = new System.Drawing.Size(45, 25);
            this.labelStatisticsBox5.TabIndex = 0;
            this.labelStatisticsBox5.Text = "000";
            // 
            // label13Statistics
            // 
            this.label13Statistics.AutoSize = true;
            this.label13Statistics.Location = new System.Drawing.Point(240, 350);
            this.label13Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label13Statistics.Name = "label13Statistics";
            this.label13Statistics.Size = new System.Drawing.Size(73, 25);
            this.label13Statistics.TabIndex = 0;
            this.label13Statistics.Text = "Box5 : ";
            // 
            // label12Statistics
            // 
            this.label12Statistics.AutoSize = true;
            this.label12Statistics.Location = new System.Drawing.Point(440, 272);
            this.label12Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label12Statistics.Name = "label12Statistics";
            this.label12Statistics.Size = new System.Drawing.Size(78, 25);
            this.label12Statistics.TabIndex = 0;
            this.label12Statistics.Text = "word(s)";
            // 
            // labelStatisticsBox4
            // 
            this.labelStatisticsBox4.AutoSize = true;
            this.labelStatisticsBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(197)))), ((int)(((byte)(166)))));
            this.labelStatisticsBox4.Location = new System.Drawing.Point(324, 272);
            this.labelStatisticsBox4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelStatisticsBox4.Name = "labelStatisticsBox4";
            this.labelStatisticsBox4.Size = new System.Drawing.Size(45, 25);
            this.labelStatisticsBox4.TabIndex = 0;
            this.labelStatisticsBox4.Text = "000";
            // 
            // label10Statistics
            // 
            this.label10Statistics.AutoSize = true;
            this.label10Statistics.Location = new System.Drawing.Point(240, 272);
            this.label10Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label10Statistics.Name = "label10Statistics";
            this.label10Statistics.Size = new System.Drawing.Size(73, 25);
            this.label10Statistics.TabIndex = 0;
            this.label10Statistics.Text = "Box4 : ";
            // 
            // label9Statistics
            // 
            this.label9Statistics.AutoSize = true;
            this.label9Statistics.Location = new System.Drawing.Point(440, 198);
            this.label9Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label9Statistics.Name = "label9Statistics";
            this.label9Statistics.Size = new System.Drawing.Size(78, 25);
            this.label9Statistics.TabIndex = 0;
            this.label9Statistics.Text = "word(s)";
            // 
            // labelStatisticsBox3
            // 
            this.labelStatisticsBox3.AutoSize = true;
            this.labelStatisticsBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(200)))), ((int)(((byte)(184)))));
            this.labelStatisticsBox3.Location = new System.Drawing.Point(324, 198);
            this.labelStatisticsBox3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelStatisticsBox3.Name = "labelStatisticsBox3";
            this.labelStatisticsBox3.Size = new System.Drawing.Size(45, 25);
            this.labelStatisticsBox3.TabIndex = 0;
            this.labelStatisticsBox3.Text = "000";
            // 
            // label7Statistics
            // 
            this.label7Statistics.AutoSize = true;
            this.label7Statistics.Location = new System.Drawing.Point(240, 198);
            this.label7Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label7Statistics.Name = "label7Statistics";
            this.label7Statistics.Size = new System.Drawing.Size(73, 25);
            this.label7Statistics.TabIndex = 0;
            this.label7Statistics.Text = "Box3 : ";
            // 
            // label6Statistics
            // 
            this.label6Statistics.AutoSize = true;
            this.label6Statistics.Location = new System.Drawing.Point(440, 124);
            this.label6Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label6Statistics.Name = "label6Statistics";
            this.label6Statistics.Size = new System.Drawing.Size(78, 25);
            this.label6Statistics.TabIndex = 0;
            this.label6Statistics.Text = "word(s)";
            // 
            // labelStatisticsBox2
            // 
            this.labelStatisticsBox2.AutoSize = true;
            this.labelStatisticsBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(210)))));
            this.labelStatisticsBox2.Location = new System.Drawing.Point(324, 124);
            this.labelStatisticsBox2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelStatisticsBox2.Name = "labelStatisticsBox2";
            this.labelStatisticsBox2.Size = new System.Drawing.Size(45, 25);
            this.labelStatisticsBox2.TabIndex = 0;
            this.labelStatisticsBox2.Text = "000";
            // 
            // label4Statistics
            // 
            this.label4Statistics.AutoSize = true;
            this.label4Statistics.Location = new System.Drawing.Point(240, 124);
            this.label4Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label4Statistics.Name = "label4Statistics";
            this.label4Statistics.Size = new System.Drawing.Size(73, 25);
            this.label4Statistics.TabIndex = 0;
            this.label4Statistics.Text = "Box2 : ";
            // 
            // label3Statistics
            // 
            this.label3Statistics.AutoSize = true;
            this.label3Statistics.Location = new System.Drawing.Point(440, 46);
            this.label3Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label3Statistics.Name = "label3Statistics";
            this.label3Statistics.Size = new System.Drawing.Size(78, 25);
            this.label3Statistics.TabIndex = 0;
            this.label3Statistics.Text = "word(s)";
            // 
            // labelStatisticsBox1
            // 
            this.labelStatisticsBox1.AutoSize = true;
            this.labelStatisticsBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
            this.labelStatisticsBox1.Location = new System.Drawing.Point(324, 46);
            this.labelStatisticsBox1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.labelStatisticsBox1.Name = "labelStatisticsBox1";
            this.labelStatisticsBox1.Size = new System.Drawing.Size(45, 25);
            this.labelStatisticsBox1.TabIndex = 0;
            this.labelStatisticsBox1.Text = "000";
            // 
            // label1Statistics
            // 
            this.label1Statistics.AutoSize = true;
            this.label1Statistics.Location = new System.Drawing.Point(240, 46);
            this.label1Statistics.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
            this.label1Statistics.Name = "label1Statistics";
            this.label1Statistics.Size = new System.Drawing.Size(73, 25);
            this.label1Statistics.TabIndex = 0;
            this.label1Statistics.Text = "Box1 : ";
            // 
            // columnHeaderQuestion
            // 
            this.columnHeaderQuestion.Text = "Question";
            this.columnHeaderQuestion.Width = 130;
            // 
            // columnHeaderAnswer
            // 
            this.columnHeaderAnswer.Text = "Answer";
            this.columnHeaderAnswer.Width = 130;
            // 
            // columnHeaderDate
            // 
            this.columnHeaderDate.Text = "Date";
            this.columnHeaderDate.Width = 70;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemDelete,
            this.toolStripSeparator2,
            this.ToolStripMenuItemShiftUp,
            this.toolStripSeparator3,
            this.ToolStripMenuItemMoveTo,
            this.ToolStripMenuItemExport});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(168, 112);
            // 
            // ToolStripMenuItemDelete
            // 
            this.ToolStripMenuItemDelete.Enabled = false;
            this.ToolStripMenuItemDelete.Image = global::Leitner_Box.Properties.Resources.delete;
            this.ToolStripMenuItemDelete.Name = "ToolStripMenuItemDelete";
            this.ToolStripMenuItemDelete.Size = new System.Drawing.Size(167, 24);
            this.ToolStripMenuItemDelete.Text = "Delete ( Del )";
            this.ToolStripMenuItemDelete.Click += new System.EventHandler(this.toolStripMenuItemDelete_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(164, 6);
            // 
            // ToolStripMenuItemShiftUp
            // 
            this.ToolStripMenuItemShiftUp.Enabled = false;
            this.ToolStripMenuItemShiftUp.Image = global::Leitner_Box.Properties.Resources.shift;
            this.ToolStripMenuItemShiftUp.Name = "ToolStripMenuItemShiftUp";
            this.ToolStripMenuItemShiftUp.Size = new System.Drawing.Size(167, 24);
            this.ToolStripMenuItemShiftUp.Text = "Shift up";
            this.ToolStripMenuItemShiftUp.Click += new System.EventHandler(this.toolStripMenuItemShiftUp_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6);
            // 
            // ToolStripMenuItemMoveTo
            // 
            this.ToolStripMenuItemMoveTo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemBox1,
            this.ToolStripMenuItemBox2,
            this.ToolStripMenuItemBox3,
            this.ToolStripMenuItemBox4,
            this.ToolStripMenuItemBox5,
            this.ToolStripMenuItemDataBase});
            this.ToolStripMenuItemMoveTo.Enabled = false;
            this.ToolStripMenuItemMoveTo.Name = "ToolStripMenuItemMoveTo";
            this.ToolStripMenuItemMoveTo.Size = new System.Drawing.Size(167, 24);
            this.ToolStripMenuItemMoveTo.Text = "Move to";
            // 
            // ToolStripMenuItemBox1
            // 
            this.ToolStripMenuItemBox1.Name = "ToolStripMenuItemBox1";
            this.ToolStripMenuItemBox1.Size = new System.Drawing.Size(145, 24);
            this.ToolStripMenuItemBox1.Text = "Box 1";
            this.ToolStripMenuItemBox1.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox2
            // 
            this.ToolStripMenuItemBox2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemBox2Part1,
            this.ToolStripMenuItemBox2Part2});
            this.ToolStripMenuItemBox2.Name = "ToolStripMenuItemBox2";
            this.ToolStripMenuItemBox2.Size = new System.Drawing.Size(145, 24);
            this.ToolStripMenuItemBox2.Text = "Box 2";
            // 
            // ToolStripMenuItemBox2Part1
            // 
            this.ToolStripMenuItemBox2Part1.Name = "ToolStripMenuItemBox2Part1";
            this.ToolStripMenuItemBox2Part1.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox2Part1.Text = "Part 1";
            this.ToolStripMenuItemBox2Part1.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox2Part2
            // 
            this.ToolStripMenuItemBox2Part2.Name = "ToolStripMenuItemBox2Part2";
            this.ToolStripMenuItemBox2Part2.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox2Part2.Text = "Part 2";
            this.ToolStripMenuItemBox2Part2.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox3
            // 
            this.ToolStripMenuItemBox3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemBox3Part1,
            this.ToolStripMenuItemBox3Part2,
            this.ToolStripMenuItemBox3Part3,
            this.ToolStripMenuItemBox3Part4,
            this.ToolStripMenuItemBox3Part5});
            this.ToolStripMenuItemBox3.Name = "ToolStripMenuItemBox3";
            this.ToolStripMenuItemBox3.Size = new System.Drawing.Size(145, 24);
            this.ToolStripMenuItemBox3.Text = "Box 3";
            // 
            // ToolStripMenuItemBox3Part1
            // 
            this.ToolStripMenuItemBox3Part1.Name = "ToolStripMenuItemBox3Part1";
            this.ToolStripMenuItemBox3Part1.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox3Part1.Text = "Part 1";
            this.ToolStripMenuItemBox3Part1.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox3Part2
            // 
            this.ToolStripMenuItemBox3Part2.Name = "ToolStripMenuItemBox3Part2";
            this.ToolStripMenuItemBox3Part2.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox3Part2.Text = "Part 2";
            this.ToolStripMenuItemBox3Part2.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox3Part3
            // 
            this.ToolStripMenuItemBox3Part3.Name = "ToolStripMenuItemBox3Part3";
            this.ToolStripMenuItemBox3Part3.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox3Part3.Text = "Part 3";
            this.ToolStripMenuItemBox3Part3.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox3Part4
            // 
            this.ToolStripMenuItemBox3Part4.Name = "ToolStripMenuItemBox3Part4";
            this.ToolStripMenuItemBox3Part4.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox3Part4.Text = "Part 4";
            this.ToolStripMenuItemBox3Part4.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox3Part5
            // 
            this.ToolStripMenuItemBox3Part5.Name = "ToolStripMenuItemBox3Part5";
            this.ToolStripMenuItemBox3Part5.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox3Part5.Text = "Part 5";
            this.ToolStripMenuItemBox3Part5.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox4
            // 
            this.ToolStripMenuItemBox4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemBox4Part1,
            this.ToolStripMenuItemBox4Part2,
            this.ToolStripMenuItemBox4Part3,
            this.ToolStripMenuItemBox4Part4,
            this.ToolStripMenuItemBox4Part5,
            this.ToolStripMenuItemBox4Part6,
            this.ToolStripMenuItemBox4Part7,
            this.ToolStripMenuItemBox4Part8});
            this.ToolStripMenuItemBox4.Name = "ToolStripMenuItemBox4";
            this.ToolStripMenuItemBox4.Size = new System.Drawing.Size(145, 24);
            this.ToolStripMenuItemBox4.Text = "Box 4";
            // 
            // ToolStripMenuItemBox4Part1
            // 
            this.ToolStripMenuItemBox4Part1.Name = "ToolStripMenuItemBox4Part1";
            this.ToolStripMenuItemBox4Part1.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox4Part1.Text = "Part 1";
            this.ToolStripMenuItemBox4Part1.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox4Part2
            // 
            this.ToolStripMenuItemBox4Part2.Name = "ToolStripMenuItemBox4Part2";
            this.ToolStripMenuItemBox4Part2.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox4Part2.Text = "Part 2";
            this.ToolStripMenuItemBox4Part2.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox4Part3
            // 
            this.ToolStripMenuItemBox4Part3.Name = "ToolStripMenuItemBox4Part3";
            this.ToolStripMenuItemBox4Part3.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox4Part3.Text = "Part 3";
            this.ToolStripMenuItemBox4Part3.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox4Part4
            // 
            this.ToolStripMenuItemBox4Part4.Name = "ToolStripMenuItemBox4Part4";
            this.ToolStripMenuItemBox4Part4.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox4Part4.Text = "Part 4";
            this.ToolStripMenuItemBox4Part4.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox4Part5
            // 
            this.ToolStripMenuItemBox4Part5.Name = "ToolStripMenuItemBox4Part5";
            this.ToolStripMenuItemBox4Part5.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox4Part5.Text = "Part 5";
            this.ToolStripMenuItemBox4Part5.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox4Part6
            // 
            this.ToolStripMenuItemBox4Part6.Name = "ToolStripMenuItemBox4Part6";
            this.ToolStripMenuItemBox4Part6.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox4Part6.Text = "Part 6";
            this.ToolStripMenuItemBox4Part6.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox4Part7
            // 
            this.ToolStripMenuItemBox4Part7.Name = "ToolStripMenuItemBox4Part7";
            this.ToolStripMenuItemBox4Part7.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox4Part7.Text = "Part 7";
            this.ToolStripMenuItemBox4Part7.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox4Part8
            // 
            this.ToolStripMenuItemBox4Part8.Name = "ToolStripMenuItemBox4Part8";
            this.ToolStripMenuItemBox4Part8.Size = new System.Drawing.Size(116, 24);
            this.ToolStripMenuItemBox4Part8.Text = "Part 8";
            this.ToolStripMenuItemBox4Part8.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5
            // 
            this.ToolStripMenuItemBox5.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItemBox5Part1,
            this.ToolStripMenuItemBox5Part2,
            this.ToolStripMenuItemBox5Part3,
            this.ToolStripMenuItemBox5Part4,
            this.ToolStripMenuItemBox5Part5,
            this.ToolStripMenuItemBox5Part6,
            this.ToolStripMenuItemBox5Part7,
            this.ToolStripMenuItemBox5Part8,
            this.ToolStripMenuItemBox5Part9,
            this.ToolStripMenuItemBox5Part10,
            this.ToolStripMenuItemBox5Part11,
            this.ToolStripMenuItemBox5Part12,
            this.ToolStripMenuItemBox5Part13,
            this.ToolStripMenuItemBox5Part14});
            this.ToolStripMenuItemBox5.Name = "ToolStripMenuItemBox5";
            this.ToolStripMenuItemBox5.Size = new System.Drawing.Size(145, 24);
            this.ToolStripMenuItemBox5.Text = "Box 5";
            // 
            // ToolStripMenuItemBox5Part1
            // 
            this.ToolStripMenuItemBox5Part1.Name = "ToolStripMenuItemBox5Part1";
            this.ToolStripMenuItemBox5Part1.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part1.Text = "Part 1";
            this.ToolStripMenuItemBox5Part1.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part2
            // 
            this.ToolStripMenuItemBox5Part2.Name = "ToolStripMenuItemBox5Part2";
            this.ToolStripMenuItemBox5Part2.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part2.Text = "Part 2";
            this.ToolStripMenuItemBox5Part2.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part3
            // 
            this.ToolStripMenuItemBox5Part3.Name = "ToolStripMenuItemBox5Part3";
            this.ToolStripMenuItemBox5Part3.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part3.Text = "Part 3";
            this.ToolStripMenuItemBox5Part3.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part4
            // 
            this.ToolStripMenuItemBox5Part4.Name = "ToolStripMenuItemBox5Part4";
            this.ToolStripMenuItemBox5Part4.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part4.Text = "Part 4";
            this.ToolStripMenuItemBox5Part4.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part5
            // 
            this.ToolStripMenuItemBox5Part5.Name = "ToolStripMenuItemBox5Part5";
            this.ToolStripMenuItemBox5Part5.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part5.Text = "Part 5";
            this.ToolStripMenuItemBox5Part5.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part6
            // 
            this.ToolStripMenuItemBox5Part6.Name = "ToolStripMenuItemBox5Part6";
            this.ToolStripMenuItemBox5Part6.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part6.Text = "Part 6";
            this.ToolStripMenuItemBox5Part6.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part7
            // 
            this.ToolStripMenuItemBox5Part7.Name = "ToolStripMenuItemBox5Part7";
            this.ToolStripMenuItemBox5Part7.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part7.Text = "Part 7";
            this.ToolStripMenuItemBox5Part7.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part8
            // 
            this.ToolStripMenuItemBox5Part8.Name = "ToolStripMenuItemBox5Part8";
            this.ToolStripMenuItemBox5Part8.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part8.Text = "Part 8";
            this.ToolStripMenuItemBox5Part8.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part9
            // 
            this.ToolStripMenuItemBox5Part9.Name = "ToolStripMenuItemBox5Part9";
            this.ToolStripMenuItemBox5Part9.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part9.Text = "Part 9";
            this.ToolStripMenuItemBox5Part9.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part10
            // 
            this.ToolStripMenuItemBox5Part10.Name = "ToolStripMenuItemBox5Part10";
            this.ToolStripMenuItemBox5Part10.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part10.Text = "Part 10";
            this.ToolStripMenuItemBox5Part10.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part11
            // 
            this.ToolStripMenuItemBox5Part11.Name = "ToolStripMenuItemBox5Part11";
            this.ToolStripMenuItemBox5Part11.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part11.Text = "Part 11";
            this.ToolStripMenuItemBox5Part11.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part12
            // 
            this.ToolStripMenuItemBox5Part12.Name = "ToolStripMenuItemBox5Part12";
            this.ToolStripMenuItemBox5Part12.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part12.Text = "Part 12";
            this.ToolStripMenuItemBox5Part12.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part13
            // 
            this.ToolStripMenuItemBox5Part13.Name = "ToolStripMenuItemBox5Part13";
            this.ToolStripMenuItemBox5Part13.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part13.Text = "Part 13";
            this.ToolStripMenuItemBox5Part13.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemBox5Part14
            // 
            this.ToolStripMenuItemBox5Part14.Name = "ToolStripMenuItemBox5Part14";
            this.ToolStripMenuItemBox5Part14.Size = new System.Drawing.Size(124, 24);
            this.ToolStripMenuItemBox5Part14.Text = "Part 14";
            this.ToolStripMenuItemBox5Part14.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemDataBase
            // 
            this.ToolStripMenuItemDataBase.Name = "ToolStripMenuItemDataBase";
            this.ToolStripMenuItemDataBase.Size = new System.Drawing.Size(145, 24);
            this.ToolStripMenuItemDataBase.Text = "Data Base";
            this.ToolStripMenuItemDataBase.Click += new System.EventHandler(this.ToolStripMenuItemMoveTo_Click);
            // 
            // ToolStripMenuItemExport
            // 
            this.ToolStripMenuItemExport.Enabled = false;
            this.ToolStripMenuItemExport.Image = global::Leitner_Box.Properties.Resources.export;
            this.ToolStripMenuItemExport.Name = "ToolStripMenuItemExport";
            this.ToolStripMenuItemExport.Size = new System.Drawing.Size(167, 24);
            this.ToolStripMenuItemExport.Text = "Export";
            this.ToolStripMenuItemExport.Click += new System.EventHandler(this.toolStripMenuItemExport_Click);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.Filter = "Html file|*.htm";
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Question";
            this.columnHeader1.Width = 130;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Answer";
            this.columnHeader2.Width = 130;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Date";
            this.columnHeader3.Width = 130;
            // 
            // rapidSpellAsYouType1
            // 
            this.rapidSpellAsYouType1.AddMenuText = "Add";
            this.rapidSpellAsYouType1.AllowAnyCase = false;
            this.rapidSpellAsYouType1.AllowMixedCase = false;
            this.rapidSpellAsYouType1.CheckAsYouType = true;
            this.rapidSpellAsYouType1.CheckCompoundWords = false;
            this.rapidSpellAsYouType1.ConsiderationRange = 500;
            this.rapidSpellAsYouType1.ContextMenuStripEnabled = true;
            this.rapidSpellAsYouType1.DictFilePath = null;
            this.rapidSpellAsYouType1.FindCapitalizedSuggestions = false;
            this.rapidSpellAsYouType1.GUILanguage = Keyoti.RapidSpell.LanguageType.ENGLISH;
            this.rapidSpellAsYouType1.IgnoreAllMenuText = "Ignore All";
            this.rapidSpellAsYouType1.IgnoreCapitalizedWords = false;
            this.rapidSpellAsYouType1.IgnoreURLsAndEmailAddresses = true;
            this.rapidSpellAsYouType1.IgnoreWordsWithDigits = true;
            this.rapidSpellAsYouType1.IgnoreXML = false;
            this.rapidSpellAsYouType1.IncludeUserDictionaryInSuggestions = false;
            this.rapidSpellAsYouType1.LanguageParser = Keyoti.RapidSpell.LanguageType.ENGLISH;
            this.rapidSpellAsYouType1.LookIntoHyphenatedText = true;
            this.rapidSpellAsYouType1.SeparateHyphenWords = false;
            this.rapidSpellAsYouType1.ShowAddMenuOption = true;
            this.rapidSpellAsYouType1.ShowSuggestionsContextMenu = true;
            this.rapidSpellAsYouType1.ShowSuggestionsWhenTextIsSelected = false;
            this.rapidSpellAsYouType1.SuggestionsMethod = Keyoti.RapidSpell.SuggestionsMethodType.HashingSuggestions;
            this.rapidSpellAsYouType1.SuggestSplitWords = true;
            this.rapidSpellAsYouType1.TextComponent = this.textBoxNewQuestion;
            this.rapidSpellAsYouType1.UnderlineColor = System.Drawing.Color.Red;
            this.rapidSpellAsYouType1.UnderlineStyle = Keyoti.RapidSpell.UnderlineStyle.Wavy;
            this.rapidSpellAsYouType1.UpdateAllTextBoxes = true;
            this.rapidSpellAsYouType1.UserDictionaryFile = null;
            this.rapidSpellAsYouType1.V2Parser = true;
            // 
            // checkBox_MatchWholeWord
            // 
            this.checkBox_MatchWholeWord.AutoSize = true;
            this.checkBox_MatchWholeWord.Location = new System.Drawing.Point(458, 18);
            this.checkBox_MatchWholeWord.Margin = new System.Windows.Forms.Padding(6);
            this.checkBox_MatchWholeWord.Name = "checkBox_MatchWholeWord";
            this.checkBox_MatchWholeWord.Size = new System.Drawing.Size(191, 29);
            this.checkBox_MatchWholeWord.TabIndex = 10;
            this.checkBox_MatchWholeWord.Text = "Match whole word";
            this.checkBox_MatchWholeWord.UseVisualStyleBackColor = true;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.ClientSize = new System.Drawing.Size(1101, 804);
            this.Controls.Add(this.splitContainer1);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.MainMenuStrip = this.menuStrip1;
            this.Margin = new System.Windows.Forms.Padding(6);
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Leitner Box";
            this.Shown += new System.EventHandler(this.Form1_Shown);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPageAddQuestions.ResumeLayout(false);
            this.tabPageAddQuestions.PerformLayout();
            this.tabPageExplorer.ResumeLayout(false);
            this.tabPageExplorer.PerformLayout();
            this.tabPageSearch.ResumeLayout(false);
            this.tabPageSearch.PerformLayout();
            this.tabPageStatistics.ResumeLayout(false);
            this.tabPageStatistics.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

         System.Windows.Forms.ErrorProvider errorProvider1;
         System.Windows.Forms.SplitContainer splitContainer1;
         System.Windows.Forms.TreeView treeView1;
         System.Windows.Forms.ImageList imageList1;
         System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
         System.Windows.Forms.MenuStrip menuStrip1;
         System.Windows.Forms.TabControl tabControl1;
         System.Windows.Forms.TabPage tabPageAddQuestions;
         System.Windows.Forms.TabPage tabPageExplorer;
         System.Windows.Forms.Label label1;
         System.Windows.Forms.Label label2;
         System.Windows.Forms.Label label4;
         System.Windows.Forms.Label label3;
         System.Windows.Forms.Label label5;
         System.Windows.Forms.Button buttonAdd;
         System.Windows.Forms.TabPage tabPageSearch;
         System.Windows.Forms.ToolStripMenuItem settingToolStripMenuItem;
         System.Windows.Forms.Label labelRegDate;
         System.Windows.Forms.Label label7;
         System.Windows.Forms.Label label3Box1;
         System.Windows.Forms.Label label2WordsCount;
         System.Windows.Forms.Label label1Box1;
         System.Windows.Forms.ToolStripMenuItem questionTextboxesToolStripMenuItem;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemRightToLeftQuestion;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemLeftToRightQuestion;
         System.Windows.Forms.ToolStripMenuItem answerTextboxesToolStripMenuItem;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemRightToLeftAnswer;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemLeftToRightAnswer;
         System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
         System.Windows.Forms.ToolStripMenuItem dateToolStripMenuItem;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemChristianDate;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemPersianDate;
         System.Windows.Forms.Label label8;
         System.Windows.Forms.Label label9;
         System.Windows.Forms.TabPage tabPageStatistics;
         System.Windows.Forms.Label labelStatisticsDate;
         System.Windows.Forms.Label label19Statistics;
         System.Windows.Forms.Label label18Statistics;
         System.Windows.Forms.Label labelStatisticsDataBase;
         System.Windows.Forms.Label label16Statistics;
         System.Windows.Forms.Label label15Statistics;
         System.Windows.Forms.Label labelStatisticsBox5;
         System.Windows.Forms.Label label13Statistics;
         System.Windows.Forms.Label label12Statistics;
         System.Windows.Forms.Label labelStatisticsBox4;
         System.Windows.Forms.Label label10Statistics;
         System.Windows.Forms.Label label9Statistics;
         System.Windows.Forms.Label labelStatisticsBox3;
         System.Windows.Forms.Label label7Statistics;
         System.Windows.Forms.Label label6Statistics;
         System.Windows.Forms.Label labelStatisticsBox2;
         System.Windows.Forms.Label label4Statistics;
         System.Windows.Forms.Label label3Statistics;
         System.Windows.Forms.Label labelStatisticsBox1;
         System.Windows.Forms.Label label1Statistics;
         System.Windows.Forms.Button buttonSearchSave;
         System.Windows.Forms.Button buttonSearchDelete;
         System.Windows.Forms.Label label1Search;
         System.Windows.Forms.ListView listViewSearch;
         System.Windows.Forms.ColumnHeader QuestionColumn;
         System.Windows.Forms.ColumnHeader AnswerColumn;
         System.Windows.Forms.ColumnHeader DateColumn;
         System.Windows.Forms.TextBox textBoxSearch;
         System.Windows.Forms.ColumnHeader columnHeaderQuestion;
         System.Windows.Forms.ColumnHeader columnHeaderAnswer;
         System.Windows.Forms.ColumnHeader columnHeaderDate;
         System.Windows.Forms.Button buttonFalse;
         System.Windows.Forms.Button buttonTrue;
         System.Windows.Forms.Button buttonShowAnswer;
         System.Windows.Forms.Label labelAddQuestionMessage;
         System.Windows.Forms.Label labelDateNow;
         System.Windows.Forms.Button buttonDelete1;
         System.Windows.Forms.Button buttonSave1;
         System.Windows.Forms.Label label6;
         System.Windows.Forms.Label labelPartID;
         System.Windows.Forms.Label labelBoxID;
         System.Windows.Forms.Label labelAnswerToQuestionMessage;
         System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
         System.Windows.Forms.ToolStripMenuItem optimizeXmlFileToolStripMenuItem;
         System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
         System.Windows.Forms.Button buttonSearchMoveToBox1;
         System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemDelete;
         System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemShiftUp;
         System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemExport;
         System.Windows.Forms.SaveFileDialog saveFileDialog1;
         System.Windows.Forms.ToolStripMenuItem exportAllWordsToolStripMenuItem;
         System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemAboutMe;
         System.Windows.Forms.ToolStripMenuItem usersToolStripMenuItem;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemCreateNewUser;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemSelectUser;
         System.Windows.Forms.Timer timer1;
         System.Windows.Forms.Label label10;
         System.Windows.Forms.Label labelAllWords;
         System.Windows.Forms.Label label20Statistics;
         System.Windows.Forms.Label labelSearchMessage;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemMoveTo;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox1;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox2;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox2Part1;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox2Part2;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox3;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox3Part1;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox3Part2;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox3Part3;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox3Part4;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox3Part5;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4Part1;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4Part2;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4Part3;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4Part4;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4Part5;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4Part6;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4Part7;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemDataBase;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox4Part8;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part1;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part2;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part3;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part4;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part5;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part6;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part7;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part8;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part9;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part10;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part11;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part12;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part13;
         System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBox5Part14;
         System.Windows.Forms.ColumnHeader columnHeader1;
         System.Windows.Forms.ColumnHeader columnHeader2;
         System.Windows.Forms.ColumnHeader columnHeader3;
         System.Windows.Forms.CheckBox checkBoxSearchInAnswer;
         System.Windows.Forms.CheckBox checkBoxSearchInQuestion;
         System.Windows.Forms.ListBox listBoxAutoComplete;
         Keyoti.RapidSpell.RapidSpellAsYouType rapidSpellAsYouType1;
         Keyoti.RapidSpell.AYTTextBox textBoxNewQuestion;
         Keyoti.RapidSpell.AYTTextBox textBoxNewAnswer;
         System.Windows.Forms.ToolStripMenuItem spellCheckerToolStripMenuItem;
         System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
         System.Windows.Forms.ToolStripMenuItem questionTextBoxesSpellCheckerToolStripMenuItem;
         System.Windows.Forms.ToolStripMenuItem answerTextboxesSpellCheckerToolStripMenuItem;
         Keyoti.RapidSpell.AYTTextBox textBoxQuestion;
         private Keyoti.RapidSpell.AYTTextBox textBoxAnswer;
         private Keyoti.RapidSpell.AYTTextBox textBoxSearchAnswer;
         private Keyoti.RapidSpell.AYTTextBox textBoxSearchQuestion;
         private System.Windows.Forms.CheckBox checkBox_MatchWholeWord;
    }
}

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 General Public License (GPLv3)


Written By
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions