Click here to Skip to main content
15,886,578 members
Articles / Desktop Programming / WPF

The Time Machine

Rate me:
Please Sign up or sign in to vote.
4.91/5 (13 votes)
9 May 2012CPOL6 min read 34.1K   1.2K   32  
Long time strategy of software design and development
namespace DataWarehouse.Forms
{
    partial class FormDatabase
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

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

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDatabase));
            this.menuStripMain = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMain = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonCreateDir = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDeleteFolder = new System.Windows.Forms.ToolStripButton();
            this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
            this.panelTop = new System.Windows.Forms.Panel();
            this.labelFileName = new System.Windows.Forms.Label();
            this.labelFn = new System.Windows.Forms.Label();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.panelLeft = new System.Windows.Forms.Panel();
            this.panelLabelTreeLeft = new System.Windows.Forms.Panel();
            this.panelRight = new System.Windows.Forms.Panel();
            this.panelCenter = new System.Windows.Forms.Panel();
            this.splitContainerMain = new System.Windows.Forms.SplitContainer();
            this.treeViewDir = new System.Windows.Forms.TreeView();
            this.imageListTree = new System.Windows.Forms.ImageList(this.components);
            this.panelTreeBottom = new System.Windows.Forms.Panel();
            this.panelTreeBottomBottomCenter = new System.Windows.Forms.Panel();
            this.textBoxDirDescr = new System.Windows.Forms.TextBox();
            this.panelTreeDescrTop = new System.Windows.Forms.Panel();
            this.labelDirectoryDescr = new System.Windows.Forms.Label();
            this.panelLDirBottom = new System.Windows.Forms.Panel();
            this.panelLDirRight = new System.Windows.Forms.Panel();
            this.panelLDirLeft = new System.Windows.Forms.Panel();
            this.panelDD = new System.Windows.Forms.Panel();
            this.labelDD = new System.Windows.Forms.Label();
            this.panelTreeDescrBottom = new System.Windows.Forms.Panel();
            this.panelTreeBottomLeft = new System.Windows.Forms.Panel();
            this.panelTreeBottomRight = new System.Windows.Forms.Panel();
            this.panelTreeTopBottom = new System.Windows.Forms.Panel();
            this.buttonChangeNodeDescr = new System.Windows.Forms.Button();
            this.buttonRefresh = new System.Windows.Forms.Button();
            this.buttonDirDelete = new System.Windows.Forms.Button();
            this.buttonCreateDir = new System.Windows.Forms.Button();
            this.panelTreeBottomTop = new System.Windows.Forms.Panel();
            this.panelTreeBottomCenter = new System.Windows.Forms.Panel();
            this.textBoxDirName = new System.Windows.Forms.TextBox();
            this.panelTreeBottomTopLeft = new System.Windows.Forms.Panel();
            this.panelTreeBottomTopRight = new System.Windows.Forms.Panel();
            this.panelTreeBottomTopTop = new System.Windows.Forms.Panel();
            this.labelDirN = new System.Windows.Forms.Label();
            this.panelLabelTreeRight = new System.Windows.Forms.Panel();
            this.panelTreeTop = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.listViewDoc = new System.Windows.Forms.ListView();
            this.columnHeaderName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeaderExt = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.panelDescrBottom = new System.Windows.Forms.Panel();
            this.panelDescrBottomBottomCenter = new System.Windows.Forms.Panel();
            this.textBoxDescription = new System.Windows.Forms.TextBox();
            this.panelDescrDescrTop = new System.Windows.Forms.Panel();
            this.labelDescr = new System.Windows.Forms.Label();
            this.panelDocBootom = new System.Windows.Forms.Panel();
            this.panelDocRight = new System.Windows.Forms.Panel();
            this.panelDocLeft = new System.Windows.Forms.Panel();
            this.panelLDD = new System.Windows.Forms.Panel();
            this.labelDL = new System.Windows.Forms.Label();
            this.panelDescrDescrBottom = new System.Windows.Forms.Panel();
            this.panelDescrBottomLeft = new System.Windows.Forms.Panel();
            this.paneDescrBottomRight = new System.Windows.Forms.Panel();
            this.panelDescrTopBottom = new System.Windows.Forms.Panel();
            this.buttonConvertAll = new System.Windows.Forms.Button();
            this.buttonReplace = new System.Windows.Forms.Button();
            this.buttonChangeDescription = new System.Windows.Forms.Button();
            this.buttonRelated = new System.Windows.Forms.Button();
            this.buttonSaveDoc = new System.Windows.Forms.Button();
            this.buttonDelete = new System.Windows.Forms.Button();
            this.buttonLoad = new System.Windows.Forms.Button();
            this.panelDescrBottomTop = new System.Windows.Forms.Panel();
            this.paneDescrBottomCenter = new System.Windows.Forms.Panel();
            this.textBoxName = new System.Windows.Forms.TextBox();
            this.panelDescrBottomTopLeft = new System.Windows.Forms.Panel();
            this.panelDescrBottomTopRight = new System.Windows.Forms.Panel();
            this.panelDescrBottomTopTop = new System.Windows.Forms.Panel();
            this.labelDn = new System.Windows.Forms.Label();
            this.panelItemsRight = new System.Windows.Forms.Panel();
            this.panelItemsTop = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.openFileDialogData = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialogData = new System.Windows.Forms.SaveFileDialog();
            this.menuStripMain.SuspendLayout();
            this.toolStripMain.SuspendLayout();
            this.panelTop.SuspendLayout();
            this.panelLeft.SuspendLayout();
            this.panelCenter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
            this.splitContainerMain.Panel1.SuspendLayout();
            this.splitContainerMain.Panel2.SuspendLayout();
            this.splitContainerMain.SuspendLayout();
            this.panelTreeBottom.SuspendLayout();
            this.panelTreeBottomBottomCenter.SuspendLayout();
            this.panelTreeDescrTop.SuspendLayout();
            this.panelDD.SuspendLayout();
            this.panelTreeTopBottom.SuspendLayout();
            this.panelTreeBottomTop.SuspendLayout();
            this.panelTreeBottomTopTop.SuspendLayout();
            this.panelTreeTop.SuspendLayout();
            this.panelDescrBottom.SuspendLayout();
            this.panelDescrBottomBottomCenter.SuspendLayout();
            this.panelDescrDescrTop.SuspendLayout();
            this.panelLDD.SuspendLayout();
            this.panelDescrTopBottom.SuspendLayout();
            this.panelDescrBottomTop.SuspendLayout();
            this.paneDescrBottomCenter.SuspendLayout();
            this.panelDescrBottomTopTop.SuspendLayout();
            this.panelItemsTop.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStripMain
            // 
            this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
            this.menuStripMain.Location = new System.Drawing.Point(0, 0);
            this.menuStripMain.Name = "menuStripMain";
            this.menuStripMain.Size = new System.Drawing.Size(1028, 24);
            this.menuStripMain.TabIndex = 0;
            this.menuStripMain.Text = "menuStripMain";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.toolStripSeparator1,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.openToolStripMenuItem.Text = "Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.saveToolStripMenuItem.Text = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(100, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // toolStripMain
            // 
            this.toolStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonCreateDir,
            this.toolStripButtonDeleteFolder,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.toolStripButtonDelete});
            this.toolStripMain.Location = new System.Drawing.Point(0, 24);
            this.toolStripMain.Name = "toolStripMain";
            this.toolStripMain.Size = new System.Drawing.Size(1028, 25);
            this.toolStripMain.TabIndex = 1;
            this.toolStripMain.Text = "toolStripMain";
            // 
            // toolStripButtonCreateDir
            // 
            this.toolStripButtonCreateDir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonCreateDir.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCreateDir.Image")));
            this.toolStripButtonCreateDir.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonCreateDir.Name = "toolStripButtonCreateDir";
            this.toolStripButtonCreateDir.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonCreateDir.Text = "Create directory";
            this.toolStripButtonCreateDir.Click += new System.EventHandler(this.toolStripButtonCreateDir_Click);
            // 
            // toolStripButtonDeleteFolder
            // 
            this.toolStripButtonDeleteFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDeleteFolder.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteFolder.Image")));
            this.toolStripButtonDeleteFolder.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDeleteFolder.Name = "toolStripButtonDeleteFolder";
            this.toolStripButtonDeleteFolder.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDeleteFolder.Text = "Delete";
            this.toolStripButtonDeleteFolder.Click += new System.EventHandler(this.toolStripButtonDeleteFolder_Click);
            // 
            // openToolStripButton
            // 
            this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
            this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.openToolStripButton.Name = "openToolStripButton";
            this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.openToolStripButton.Text = "Open";
            this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
            // 
            // saveToolStripButton
            // 
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Black;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveToolStripButton.Text = "Save";
            this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
            // 
            // toolStripButtonDelete
            // 
            this.toolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
            this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDelete.Name = "toolStripButtonDelete";
            this.toolStripButtonDelete.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonDelete.Text = "Delete";
            this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
            // 
            // panelTop
            // 
            this.panelTop.Controls.Add(this.labelFileName);
            this.panelTop.Controls.Add(this.labelFn);
            this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTop.Location = new System.Drawing.Point(0, 49);
            this.panelTop.Name = "panelTop";
            this.panelTop.Size = new System.Drawing.Size(1028, 36);
            this.panelTop.TabIndex = 2;
            // 
            // labelFileName
            // 
            this.labelFileName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelFileName.Location = new System.Drawing.Point(126, 10);
            this.labelFileName.Name = "labelFileName";
            this.labelFileName.Size = new System.Drawing.Size(906, 23);
            this.labelFileName.TabIndex = 13;
            // 
            // labelFn
            // 
            this.labelFn.Location = new System.Drawing.Point(19, 13);
            this.labelFn.Name = "labelFn";
            this.labelFn.Size = new System.Drawing.Size(100, 23);
            this.labelFn.TabIndex = 12;
            this.labelFn.Text = "File name";
            // 
            // panelBottom
            // 
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(0, 599);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(1028, 10);
            this.panelBottom.TabIndex = 3;
            // 
            // panelLeft
            // 
            this.panelLeft.Controls.Add(this.panelLabelTreeLeft);
            this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLeft.Location = new System.Drawing.Point(0, 85);
            this.panelLeft.Name = "panelLeft";
            this.panelLeft.Size = new System.Drawing.Size(10, 514);
            this.panelLeft.TabIndex = 4;
            // 
            // panelLabelTreeLeft
            // 
            this.panelLabelTreeLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLabelTreeLeft.Location = new System.Drawing.Point(0, 0);
            this.panelLabelTreeLeft.Name = "panelLabelTreeLeft";
            this.panelLabelTreeLeft.Size = new System.Drawing.Size(10, 514);
            this.panelLabelTreeLeft.TabIndex = 1;
            // 
            // panelRight
            // 
            this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRight.Location = new System.Drawing.Point(1018, 85);
            this.panelRight.Name = "panelRight";
            this.panelRight.Size = new System.Drawing.Size(10, 514);
            this.panelRight.TabIndex = 5;
            // 
            // panelCenter
            // 
            this.panelCenter.Controls.Add(this.splitContainerMain);
            this.panelCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelCenter.Location = new System.Drawing.Point(10, 85);
            this.panelCenter.Name = "panelCenter";
            this.panelCenter.Size = new System.Drawing.Size(1008, 514);
            this.panelCenter.TabIndex = 6;
            // 
            // splitContainerMain
            // 
            this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
            this.splitContainerMain.Name = "splitContainerMain";
            // 
            // splitContainerMain.Panel1
            // 
            this.splitContainerMain.Panel1.Controls.Add(this.treeViewDir);
            this.splitContainerMain.Panel1.Controls.Add(this.panelTreeBottom);
            this.splitContainerMain.Panel1.Controls.Add(this.panelLabelTreeRight);
            this.splitContainerMain.Panel1.Controls.Add(this.panelTreeTop);
            // 
            // splitContainerMain.Panel2
            // 
            this.splitContainerMain.Panel2.Controls.Add(this.listViewDoc);
            this.splitContainerMain.Panel2.Controls.Add(this.panelDescrBottom);
            this.splitContainerMain.Panel2.Controls.Add(this.panelItemsRight);
            this.splitContainerMain.Panel2.Controls.Add(this.panelItemsTop);
            this.splitContainerMain.Size = new System.Drawing.Size(1008, 514);
            this.splitContainerMain.SplitterDistance = 351;
            this.splitContainerMain.TabIndex = 0;
            this.splitContainerMain.Text = "splitContainer1";
            // 
            // treeViewDir
            // 
            this.treeViewDir.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeViewDir.HideSelection = false;
            this.treeViewDir.ImageIndex = 0;
            this.treeViewDir.ImageList = this.imageListTree;
            this.treeViewDir.LabelEdit = true;
            this.treeViewDir.Location = new System.Drawing.Point(0, 42);
            this.treeViewDir.Name = "treeViewDir";
            this.treeViewDir.SelectedImageIndex = 1;
            this.treeViewDir.Size = new System.Drawing.Size(341, 150);
            this.treeViewDir.TabIndex = 7;
            this.treeViewDir.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeViewDir_AfterLabelEdit);
            this.treeViewDir.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewDir_AfterSelect);
            // 
            // imageListTree
            // 
            this.imageListTree.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTree.ImageStream")));
            this.imageListTree.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListTree.Images.SetKeyName(0, "");
            this.imageListTree.Images.SetKeyName(1, "");
            // 
            // panelTreeBottom
            // 
            this.panelTreeBottom.Controls.Add(this.panelTreeBottomBottomCenter);
            this.panelTreeBottom.Controls.Add(this.panelTreeBottomLeft);
            this.panelTreeBottom.Controls.Add(this.panelTreeBottomRight);
            this.panelTreeBottom.Controls.Add(this.panelTreeTopBottom);
            this.panelTreeBottom.Controls.Add(this.panelTreeBottomTop);
            this.panelTreeBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelTreeBottom.Location = new System.Drawing.Point(0, 192);
            this.panelTreeBottom.Name = "panelTreeBottom";
            this.panelTreeBottom.Size = new System.Drawing.Size(341, 322);
            this.panelTreeBottom.TabIndex = 2;
            // 
            // panelTreeBottomBottomCenter
            // 
            this.panelTreeBottomBottomCenter.Controls.Add(this.textBoxDirDescr);
            this.panelTreeBottomBottomCenter.Controls.Add(this.panelTreeDescrTop);
            this.panelTreeBottomBottomCenter.Controls.Add(this.panelTreeDescrBottom);
            this.panelTreeBottomBottomCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTreeBottomBottomCenter.Location = new System.Drawing.Point(3, 52);
            this.panelTreeBottomBottomCenter.Name = "panelTreeBottomBottomCenter";
            this.panelTreeBottomBottomCenter.Size = new System.Drawing.Size(335, 219);
            this.panelTreeBottomBottomCenter.TabIndex = 4;
            // 
            // textBoxDirDescr
            // 
            this.textBoxDirDescr.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBoxDirDescr.Location = new System.Drawing.Point(0, 105);
            this.textBoxDirDescr.MaxLength = 300;
            this.textBoxDirDescr.Multiline = true;
            this.textBoxDirDescr.Name = "textBoxDirDescr";
            this.textBoxDirDescr.Size = new System.Drawing.Size(335, 104);
            this.textBoxDirDescr.TabIndex = 14;
            this.textBoxDirDescr.Text = "Catalog description";
            // 
            // panelTreeDescrTop
            // 
            this.panelTreeDescrTop.Controls.Add(this.labelDirectoryDescr);
            this.panelTreeDescrTop.Controls.Add(this.panelLDirBottom);
            this.panelTreeDescrTop.Controls.Add(this.panelLDirRight);
            this.panelTreeDescrTop.Controls.Add(this.panelLDirLeft);
            this.panelTreeDescrTop.Controls.Add(this.panelDD);
            this.panelTreeDescrTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTreeDescrTop.Location = new System.Drawing.Point(0, 0);
            this.panelTreeDescrTop.Name = "panelTreeDescrTop";
            this.panelTreeDescrTop.Size = new System.Drawing.Size(335, 105);
            this.panelTreeDescrTop.TabIndex = 1;
            // 
            // labelDirectoryDescr
            // 
            this.labelDirectoryDescr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelDirectoryDescr.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelDirectoryDescr.Location = new System.Drawing.Point(1, 25);
            this.labelDirectoryDescr.Name = "labelDirectoryDescr";
            this.labelDirectoryDescr.Size = new System.Drawing.Size(333, 70);
            this.labelDirectoryDescr.TabIndex = 13;
            // 
            // panelLDirBottom
            // 
            this.panelLDirBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelLDirBottom.Location = new System.Drawing.Point(1, 95);
            this.panelLDirBottom.Name = "panelLDirBottom";
            this.panelLDirBottom.Size = new System.Drawing.Size(333, 10);
            this.panelLDirBottom.TabIndex = 3;
            // 
            // panelLDirRight
            // 
            this.panelLDirRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelLDirRight.Location = new System.Drawing.Point(334, 25);
            this.panelLDirRight.Name = "panelLDirRight";
            this.panelLDirRight.Size = new System.Drawing.Size(1, 80);
            this.panelLDirRight.TabIndex = 2;
            // 
            // panelLDirLeft
            // 
            this.panelLDirLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelLDirLeft.Location = new System.Drawing.Point(0, 25);
            this.panelLDirLeft.Name = "panelLDirLeft";
            this.panelLDirLeft.Size = new System.Drawing.Size(1, 80);
            this.panelLDirLeft.TabIndex = 1;
            // 
            // panelDD
            // 
            this.panelDD.Controls.Add(this.labelDD);
            this.panelDD.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelDD.Location = new System.Drawing.Point(0, 0);
            this.panelDD.Name = "panelDD";
            this.panelDD.Size = new System.Drawing.Size(335, 25);
            this.panelDD.TabIndex = 0;
            // 
            // labelDD
            // 
            this.labelDD.Location = new System.Drawing.Point(3, 3);
            this.labelDD.Name = "labelDD";
            this.labelDD.Size = new System.Drawing.Size(152, 24);
            this.labelDD.TabIndex = 16;
            this.labelDD.Text = "Directory description";
            // 
            // panelTreeDescrBottom
            // 
            this.panelTreeDescrBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelTreeDescrBottom.Location = new System.Drawing.Point(0, 209);
            this.panelTreeDescrBottom.Name = "panelTreeDescrBottom";
            this.panelTreeDescrBottom.Size = new System.Drawing.Size(335, 10);
            this.panelTreeDescrBottom.TabIndex = 0;
            // 
            // panelTreeBottomLeft
            // 
            this.panelTreeBottomLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelTreeBottomLeft.Location = new System.Drawing.Point(0, 52);
            this.panelTreeBottomLeft.Name = "panelTreeBottomLeft";
            this.panelTreeBottomLeft.Size = new System.Drawing.Size(3, 219);
            this.panelTreeBottomLeft.TabIndex = 3;
            // 
            // panelTreeBottomRight
            // 
            this.panelTreeBottomRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelTreeBottomRight.Location = new System.Drawing.Point(338, 52);
            this.panelTreeBottomRight.Name = "panelTreeBottomRight";
            this.panelTreeBottomRight.Size = new System.Drawing.Size(3, 219);
            this.panelTreeBottomRight.TabIndex = 2;
            // 
            // panelTreeTopBottom
            // 
            this.panelTreeTopBottom.Controls.Add(this.buttonChangeNodeDescr);
            this.panelTreeTopBottom.Controls.Add(this.buttonRefresh);
            this.panelTreeTopBottom.Controls.Add(this.buttonDirDelete);
            this.panelTreeTopBottom.Controls.Add(this.buttonCreateDir);
            this.panelTreeTopBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelTreeTopBottom.Location = new System.Drawing.Point(0, 271);
            this.panelTreeTopBottom.Name = "panelTreeTopBottom";
            this.panelTreeTopBottom.Size = new System.Drawing.Size(341, 51);
            this.panelTreeTopBottom.TabIndex = 1;
            // 
            // buttonChangeNodeDescr
            // 
            this.buttonChangeNodeDescr.Location = new System.Drawing.Point(172, 14);
            this.buttonChangeNodeDescr.Name = "buttonChangeNodeDescr";
            this.buttonChangeNodeDescr.Size = new System.Drawing.Size(75, 23);
            this.buttonChangeNodeDescr.TabIndex = 28;
            this.buttonChangeNodeDescr.Text = "Change";
            this.buttonChangeNodeDescr.Click += new System.EventHandler(this.buttonChangeNodeDescr_Click);
            // 
            // buttonRefresh
            // 
            this.buttonRefresh.Location = new System.Drawing.Point(253, 14);
            this.buttonRefresh.Name = "buttonRefresh";
            this.buttonRefresh.Size = new System.Drawing.Size(75, 23);
            this.buttonRefresh.TabIndex = 27;
            this.buttonRefresh.Text = "Refresh";
            this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
            // 
            // buttonDirDelete
            // 
            this.buttonDirDelete.Location = new System.Drawing.Point(91, 14);
            this.buttonDirDelete.Name = "buttonDirDelete";
            this.buttonDirDelete.Size = new System.Drawing.Size(75, 23);
            this.buttonDirDelete.TabIndex = 26;
            this.buttonDirDelete.Text = "Delete";
            this.buttonDirDelete.Click += new System.EventHandler(this.buttonDirDelete_Click);
            // 
            // buttonCreateDir
            // 
            this.buttonCreateDir.Location = new System.Drawing.Point(10, 14);
            this.buttonCreateDir.Name = "buttonCreateDir";
            this.buttonCreateDir.Size = new System.Drawing.Size(75, 23);
            this.buttonCreateDir.TabIndex = 25;
            this.buttonCreateDir.Text = "Create";
            this.buttonCreateDir.Click += new System.EventHandler(this.buttonCreateDir_Click);
            // 
            // panelTreeBottomTop
            // 
            this.panelTreeBottomTop.Controls.Add(this.panelTreeBottomCenter);
            this.panelTreeBottomTop.Controls.Add(this.textBoxDirName);
            this.panelTreeBottomTop.Controls.Add(this.panelTreeBottomTopLeft);
            this.panelTreeBottomTop.Controls.Add(this.panelTreeBottomTopRight);
            this.panelTreeBottomTop.Controls.Add(this.panelTreeBottomTopTop);
            this.panelTreeBottomTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTreeBottomTop.Location = new System.Drawing.Point(0, 0);
            this.panelTreeBottomTop.Name = "panelTreeBottomTop";
            this.panelTreeBottomTop.Size = new System.Drawing.Size(341, 52);
            this.panelTreeBottomTop.TabIndex = 0;
            // 
            // panelTreeBottomCenter
            // 
            this.panelTreeBottomCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTreeBottomCenter.Location = new System.Drawing.Point(2, 30);
            this.panelTreeBottomCenter.Name = "panelTreeBottomCenter";
            this.panelTreeBottomCenter.Size = new System.Drawing.Size(337, 2);
            this.panelTreeBottomCenter.TabIndex = 20;
            // 
            // textBoxDirName
            // 
            this.textBoxDirName.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.textBoxDirName.Location = new System.Drawing.Point(2, 32);
            this.textBoxDirName.MaxLength = 50;
            this.textBoxDirName.Name = "textBoxDirName";
            this.textBoxDirName.Size = new System.Drawing.Size(337, 20);
            this.textBoxDirName.TabIndex = 19;
            this.textBoxDirName.Text = "New catalog";
            // 
            // panelTreeBottomTopLeft
            // 
            this.panelTreeBottomTopLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelTreeBottomTopLeft.Location = new System.Drawing.Point(0, 30);
            this.panelTreeBottomTopLeft.Name = "panelTreeBottomTopLeft";
            this.panelTreeBottomTopLeft.Size = new System.Drawing.Size(2, 22);
            this.panelTreeBottomTopLeft.TabIndex = 3;
            // 
            // panelTreeBottomTopRight
            // 
            this.panelTreeBottomTopRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelTreeBottomTopRight.Location = new System.Drawing.Point(339, 30);
            this.panelTreeBottomTopRight.Name = "panelTreeBottomTopRight";
            this.panelTreeBottomTopRight.Size = new System.Drawing.Size(2, 22);
            this.panelTreeBottomTopRight.TabIndex = 2;
            // 
            // panelTreeBottomTopTop
            // 
            this.panelTreeBottomTopTop.Controls.Add(this.labelDirN);
            this.panelTreeBottomTopTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTreeBottomTopTop.Location = new System.Drawing.Point(0, 0);
            this.panelTreeBottomTopTop.Name = "panelTreeBottomTopTop";
            this.panelTreeBottomTopTop.Size = new System.Drawing.Size(341, 30);
            this.panelTreeBottomTopTop.TabIndex = 1;
            // 
            // labelDirN
            // 
            this.labelDirN.Location = new System.Drawing.Point(3, 7);
            this.labelDirN.Name = "labelDirN";
            this.labelDirN.Size = new System.Drawing.Size(100, 20);
            this.labelDirN.TabIndex = 17;
            this.labelDirN.Text = "Directory name";
            // 
            // panelLabelTreeRight
            // 
            this.panelLabelTreeRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelLabelTreeRight.Location = new System.Drawing.Point(341, 42);
            this.panelLabelTreeRight.Name = "panelLabelTreeRight";
            this.panelLabelTreeRight.Size = new System.Drawing.Size(10, 472);
            this.panelLabelTreeRight.TabIndex = 1;
            // 
            // panelTreeTop
            // 
            this.panelTreeTop.Controls.Add(this.label1);
            this.panelTreeTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTreeTop.Location = new System.Drawing.Point(0, 0);
            this.panelTreeTop.Name = "panelTreeTop";
            this.panelTreeTop.Size = new System.Drawing.Size(351, 42);
            this.panelTreeTop.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(57, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Directories";
            // 
            // listViewDoc
            // 
            this.listViewDoc.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeaderName,
            this.columnHeaderExt});
            this.listViewDoc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewDoc.HideSelection = false;
            this.listViewDoc.LabelEdit = true;
            this.listViewDoc.Location = new System.Drawing.Point(0, 42);
            this.listViewDoc.MultiSelect = false;
            this.listViewDoc.Name = "listViewDoc";
            this.listViewDoc.Size = new System.Drawing.Size(643, 150);
            this.listViewDoc.TabIndex = 24;
            this.listViewDoc.UseCompatibleStateImageBehavior = false;
            this.listViewDoc.View = System.Windows.Forms.View.Details;
            this.listViewDoc.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewDoc_AfterLabelEdit);
            this.listViewDoc.BeforeLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listViewDoc_BeforeLabelEdit);
            this.listViewDoc.Click += new System.EventHandler(this.listViewDoc_Click);
            // 
            // columnHeaderName
            // 
            this.columnHeaderName.Text = "Name";
            this.columnHeaderName.Width = 417;
            // 
            // columnHeaderExt
            // 
            this.columnHeaderExt.Text = "Extention";
            this.columnHeaderExt.Width = 71;
            // 
            // panelDescrBottom
            // 
            this.panelDescrBottom.Controls.Add(this.panelDescrBottomBottomCenter);
            this.panelDescrBottom.Controls.Add(this.panelDescrBottomLeft);
            this.panelDescrBottom.Controls.Add(this.paneDescrBottomRight);
            this.panelDescrBottom.Controls.Add(this.panelDescrTopBottom);
            this.panelDescrBottom.Controls.Add(this.panelDescrBottomTop);
            this.panelDescrBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelDescrBottom.Location = new System.Drawing.Point(0, 192);
            this.panelDescrBottom.Name = "panelDescrBottom";
            this.panelDescrBottom.Size = new System.Drawing.Size(643, 322);
            this.panelDescrBottom.TabIndex = 4;
            // 
            // panelDescrBottomBottomCenter
            // 
            this.panelDescrBottomBottomCenter.Controls.Add(this.textBoxDescription);
            this.panelDescrBottomBottomCenter.Controls.Add(this.panelDescrDescrTop);
            this.panelDescrBottomBottomCenter.Controls.Add(this.panelDescrDescrBottom);
            this.panelDescrBottomBottomCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelDescrBottomBottomCenter.Location = new System.Drawing.Point(10, 57);
            this.panelDescrBottomBottomCenter.Name = "panelDescrBottomBottomCenter";
            this.panelDescrBottomBottomCenter.Size = new System.Drawing.Size(623, 214);
            this.panelDescrBottomBottomCenter.TabIndex = 4;
            // 
            // textBoxDescription
            // 
            this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBoxDescription.Location = new System.Drawing.Point(0, 100);
            this.textBoxDescription.MaxLength = 300;
            this.textBoxDescription.Multiline = true;
            this.textBoxDescription.Name = "textBoxDescription";
            this.textBoxDescription.Size = new System.Drawing.Size(623, 104);
            this.textBoxDescription.TabIndex = 6;
            this.textBoxDescription.Text = "Document description";
            // 
            // panelDescrDescrTop
            // 
            this.panelDescrDescrTop.Controls.Add(this.labelDescr);
            this.panelDescrDescrTop.Controls.Add(this.panelDocBootom);
            this.panelDescrDescrTop.Controls.Add(this.panelDocRight);
            this.panelDescrDescrTop.Controls.Add(this.panelDocLeft);
            this.panelDescrDescrTop.Controls.Add(this.panelLDD);
            this.panelDescrDescrTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelDescrDescrTop.Location = new System.Drawing.Point(0, 0);
            this.panelDescrDescrTop.Name = "panelDescrDescrTop";
            this.panelDescrDescrTop.Size = new System.Drawing.Size(623, 100);
            this.panelDescrDescrTop.TabIndex = 1;
            // 
            // labelDescr
            // 
            this.labelDescr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.labelDescr.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelDescr.Location = new System.Drawing.Point(1, 22);
            this.labelDescr.Name = "labelDescr";
            this.labelDescr.Size = new System.Drawing.Size(621, 68);
            this.labelDescr.TabIndex = 10;
            // 
            // panelDocBootom
            // 
            this.panelDocBootom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelDocBootom.Location = new System.Drawing.Point(1, 90);
            this.panelDocBootom.Name = "panelDocBootom";
            this.panelDocBootom.Size = new System.Drawing.Size(621, 10);
            this.panelDocBootom.TabIndex = 9;
            // 
            // panelDocRight
            // 
            this.panelDocRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelDocRight.Location = new System.Drawing.Point(622, 22);
            this.panelDocRight.Name = "panelDocRight";
            this.panelDocRight.Size = new System.Drawing.Size(1, 78);
            this.panelDocRight.TabIndex = 8;
            // 
            // panelDocLeft
            // 
            this.panelDocLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelDocLeft.Location = new System.Drawing.Point(0, 22);
            this.panelDocLeft.Name = "panelDocLeft";
            this.panelDocLeft.Size = new System.Drawing.Size(1, 78);
            this.panelDocLeft.TabIndex = 7;
            // 
            // panelLDD
            // 
            this.panelLDD.Controls.Add(this.labelDL);
            this.panelLDD.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelLDD.Location = new System.Drawing.Point(0, 0);
            this.panelLDD.Name = "panelLDD";
            this.panelLDD.Size = new System.Drawing.Size(623, 22);
            this.panelLDD.TabIndex = 6;
            // 
            // labelDL
            // 
            this.labelDL.Location = new System.Drawing.Point(3, 0);
            this.labelDL.Name = "labelDL";
            this.labelDL.Size = new System.Drawing.Size(136, 23);
            this.labelDL.TabIndex = 6;
            this.labelDL.Text = "Document description";
            // 
            // panelDescrDescrBottom
            // 
            this.panelDescrDescrBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelDescrDescrBottom.Location = new System.Drawing.Point(0, 204);
            this.panelDescrDescrBottom.Name = "panelDescrDescrBottom";
            this.panelDescrDescrBottom.Size = new System.Drawing.Size(623, 10);
            this.panelDescrDescrBottom.TabIndex = 0;
            // 
            // panelDescrBottomLeft
            // 
            this.panelDescrBottomLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelDescrBottomLeft.Location = new System.Drawing.Point(0, 57);
            this.panelDescrBottomLeft.Name = "panelDescrBottomLeft";
            this.panelDescrBottomLeft.Size = new System.Drawing.Size(10, 214);
            this.panelDescrBottomLeft.TabIndex = 3;
            // 
            // paneDescrBottomRight
            // 
            this.paneDescrBottomRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.paneDescrBottomRight.Location = new System.Drawing.Point(633, 57);
            this.paneDescrBottomRight.Name = "paneDescrBottomRight";
            this.paneDescrBottomRight.Size = new System.Drawing.Size(10, 214);
            this.paneDescrBottomRight.TabIndex = 2;
            // 
            // panelDescrTopBottom
            // 
            this.panelDescrTopBottom.Controls.Add(this.buttonConvertAll);
            this.panelDescrTopBottom.Controls.Add(this.buttonReplace);
            this.panelDescrTopBottom.Controls.Add(this.buttonChangeDescription);
            this.panelDescrTopBottom.Controls.Add(this.buttonRelated);
            this.panelDescrTopBottom.Controls.Add(this.buttonSaveDoc);
            this.panelDescrTopBottom.Controls.Add(this.buttonDelete);
            this.panelDescrTopBottom.Controls.Add(this.buttonLoad);
            this.panelDescrTopBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelDescrTopBottom.Location = new System.Drawing.Point(0, 271);
            this.panelDescrTopBottom.Name = "panelDescrTopBottom";
            this.panelDescrTopBottom.Size = new System.Drawing.Size(643, 51);
            this.panelDescrTopBottom.TabIndex = 1;
            // 
            // buttonConvertAll
            // 
            this.buttonConvertAll.Location = new System.Drawing.Point(9, 14);
            this.buttonConvertAll.Name = "buttonConvertAll";
            this.buttonConvertAll.Size = new System.Drawing.Size(75, 23);
            this.buttonConvertAll.TabIndex = 32;
            this.buttonConvertAll.Text = "Convert all";
            this.buttonConvertAll.Visible = false;
            // 
            // buttonReplace
            // 
            this.buttonReplace.Location = new System.Drawing.Point(90, 14);
            this.buttonReplace.Name = "buttonReplace";
            this.buttonReplace.Size = new System.Drawing.Size(75, 23);
            this.buttonReplace.TabIndex = 31;
            this.buttonReplace.Text = "Replace";
            this.buttonReplace.Click += new System.EventHandler(this.buttonReplace_Click);
            // 
            // buttonChangeDescription
            // 
            this.buttonChangeDescription.Location = new System.Drawing.Point(539, 14);
            this.buttonChangeDescription.Name = "buttonChangeDescription";
            this.buttonChangeDescription.Size = new System.Drawing.Size(104, 23);
            this.buttonChangeDescription.TabIndex = 30;
            this.buttonChangeDescription.Text = "Change";
            this.buttonChangeDescription.Click += new System.EventHandler(this.buttonChangeDescription_Click);
            // 
            // buttonRelated
            // 
            this.buttonRelated.Location = new System.Drawing.Point(363, 14);
            this.buttonRelated.Name = "buttonRelated";
            this.buttonRelated.Size = new System.Drawing.Size(144, 23);
            this.buttonRelated.TabIndex = 29;
            this.buttonRelated.Text = "Related documents";
            // 
            // buttonSaveDoc
            // 
            this.buttonSaveDoc.Location = new System.Drawing.Point(179, 14);
            this.buttonSaveDoc.Name = "buttonSaveDoc";
            this.buttonSaveDoc.Size = new System.Drawing.Size(75, 23);
            this.buttonSaveDoc.TabIndex = 28;
            this.buttonSaveDoc.Text = "Save";
            this.buttonSaveDoc.Click += new System.EventHandler(this.buttonSaveDoc_Click);
            // 
            // buttonDelete
            // 
            this.buttonDelete.Location = new System.Drawing.Point(275, 14);
            this.buttonDelete.Name = "buttonDelete";
            this.buttonDelete.Size = new System.Drawing.Size(80, 23);
            this.buttonDelete.TabIndex = 27;
            this.buttonDelete.Text = "Delete";
            this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click);
            // 
            // buttonLoad
            // 
            this.buttonLoad.Location = new System.Drawing.Point(171, 14);
            this.buttonLoad.Name = "buttonLoad";
            this.buttonLoad.Size = new System.Drawing.Size(80, 23);
            this.buttonLoad.TabIndex = 26;
            this.buttonLoad.Text = "Load";
            this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click);
            // 
            // panelDescrBottomTop
            // 
            this.panelDescrBottomTop.Controls.Add(this.paneDescrBottomCenter);
            this.panelDescrBottomTop.Controls.Add(this.panelDescrBottomTopLeft);
            this.panelDescrBottomTop.Controls.Add(this.panelDescrBottomTopRight);
            this.panelDescrBottomTop.Controls.Add(this.panelDescrBottomTopTop);
            this.panelDescrBottomTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelDescrBottomTop.Location = new System.Drawing.Point(0, 0);
            this.panelDescrBottomTop.Name = "panelDescrBottomTop";
            this.panelDescrBottomTop.Size = new System.Drawing.Size(643, 57);
            this.panelDescrBottomTop.TabIndex = 0;
            // 
            // paneDescrBottomCenter
            // 
            this.paneDescrBottomCenter.Controls.Add(this.textBoxName);
            this.paneDescrBottomCenter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.paneDescrBottomCenter.Location = new System.Drawing.Point(10, 30);
            this.paneDescrBottomCenter.Name = "paneDescrBottomCenter";
            this.paneDescrBottomCenter.Size = new System.Drawing.Size(623, 27);
            this.paneDescrBottomCenter.TabIndex = 20;
            // 
            // textBoxName
            // 
            this.textBoxName.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBoxName.Location = new System.Drawing.Point(0, 0);
            this.textBoxName.MaxLength = 50;
            this.textBoxName.Name = "textBoxName";
            this.textBoxName.Size = new System.Drawing.Size(623, 20);
            this.textBoxName.TabIndex = 9;
            this.textBoxName.Text = "New document";
            // 
            // panelDescrBottomTopLeft
            // 
            this.panelDescrBottomTopLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelDescrBottomTopLeft.Location = new System.Drawing.Point(0, 30);
            this.panelDescrBottomTopLeft.Name = "panelDescrBottomTopLeft";
            this.panelDescrBottomTopLeft.Size = new System.Drawing.Size(10, 27);
            this.panelDescrBottomTopLeft.TabIndex = 3;
            // 
            // panelDescrBottomTopRight
            // 
            this.panelDescrBottomTopRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelDescrBottomTopRight.Location = new System.Drawing.Point(633, 30);
            this.panelDescrBottomTopRight.Name = "panelDescrBottomTopRight";
            this.panelDescrBottomTopRight.Size = new System.Drawing.Size(10, 27);
            this.panelDescrBottomTopRight.TabIndex = 2;
            // 
            // panelDescrBottomTopTop
            // 
            this.panelDescrBottomTopTop.Controls.Add(this.labelDn);
            this.panelDescrBottomTopTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelDescrBottomTopTop.Location = new System.Drawing.Point(0, 0);
            this.panelDescrBottomTopTop.Name = "panelDescrBottomTopTop";
            this.panelDescrBottomTopTop.Size = new System.Drawing.Size(643, 30);
            this.panelDescrBottomTopTop.TabIndex = 1;
            // 
            // labelDn
            // 
            this.labelDn.Location = new System.Drawing.Point(14, 4);
            this.labelDn.Name = "labelDn";
            this.labelDn.Size = new System.Drawing.Size(100, 23);
            this.labelDn.TabIndex = 8;
            this.labelDn.Text = "Document name";
            // 
            // panelItemsRight
            // 
            this.panelItemsRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelItemsRight.Location = new System.Drawing.Point(643, 42);
            this.panelItemsRight.Name = "panelItemsRight";
            this.panelItemsRight.Size = new System.Drawing.Size(10, 472);
            this.panelItemsRight.TabIndex = 1;
            // 
            // panelItemsTop
            // 
            this.panelItemsTop.Controls.Add(this.label2);
            this.panelItemsTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelItemsTop.Location = new System.Drawing.Point(0, 0);
            this.panelItemsTop.Name = "panelItemsTop";
            this.panelItemsTop.Size = new System.Drawing.Size(653, 42);
            this.panelItemsTop.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(20, 7);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(61, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Documents";
            // 
            // FormDatabase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 609);
            this.Controls.Add(this.panelCenter);
            this.Controls.Add(this.panelRight);
            this.Controls.Add(this.panelLeft);
            this.Controls.Add(this.panelBottom);
            this.Controls.Add(this.panelTop);
            this.Controls.Add(this.toolStripMain);
            this.Controls.Add(this.menuStripMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStripMain;
            this.Name = "FormDatabase";
            this.Text = "Database documents";
            this.menuStripMain.ResumeLayout(false);
            this.menuStripMain.PerformLayout();
            this.toolStripMain.ResumeLayout(false);
            this.toolStripMain.PerformLayout();
            this.panelTop.ResumeLayout(false);
            this.panelLeft.ResumeLayout(false);
            this.panelCenter.ResumeLayout(false);
            this.splitContainerMain.Panel1.ResumeLayout(false);
            this.splitContainerMain.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
            this.splitContainerMain.ResumeLayout(false);
            this.panelTreeBottom.ResumeLayout(false);
            this.panelTreeBottomBottomCenter.ResumeLayout(false);
            this.panelTreeBottomBottomCenter.PerformLayout();
            this.panelTreeDescrTop.ResumeLayout(false);
            this.panelDD.ResumeLayout(false);
            this.panelTreeTopBottom.ResumeLayout(false);
            this.panelTreeBottomTop.ResumeLayout(false);
            this.panelTreeBottomTop.PerformLayout();
            this.panelTreeBottomTopTop.ResumeLayout(false);
            this.panelTreeTop.ResumeLayout(false);
            this.panelTreeTop.PerformLayout();
            this.panelDescrBottom.ResumeLayout(false);
            this.panelDescrBottomBottomCenter.ResumeLayout(false);
            this.panelDescrBottomBottomCenter.PerformLayout();
            this.panelDescrDescrTop.ResumeLayout(false);
            this.panelLDD.ResumeLayout(false);
            this.panelDescrTopBottom.ResumeLayout(false);
            this.panelDescrBottomTop.ResumeLayout(false);
            this.paneDescrBottomCenter.ResumeLayout(false);
            this.paneDescrBottomCenter.PerformLayout();
            this.panelDescrBottomTopTop.ResumeLayout(false);
            this.panelItemsTop.ResumeLayout(false);
            this.panelItemsTop.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStripMain;
        private System.Windows.Forms.ToolStrip toolStripMain;
        private System.Windows.Forms.Panel panelTop;
        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.Panel panelLeft;
        private System.Windows.Forms.Panel panelRight;
        private System.Windows.Forms.Panel panelCenter;
        private System.Windows.Forms.SplitContainer splitContainerMain;
        private System.Windows.Forms.Panel panelTreeTop;
        private System.Windows.Forms.Label labelFileName;
        private System.Windows.Forms.Label labelFn;
        private System.Windows.Forms.Panel panelLabelTreeLeft;
        private System.Windows.Forms.Panel panelLabelTreeRight;
        private System.Windows.Forms.Panel panelTreeBottom;
        private System.Windows.Forms.ImageList imageListTree;
        private System.Windows.Forms.Panel panelTreeBottomTop;
        private System.Windows.Forms.Panel panelTreeBottomTopRight;
        private System.Windows.Forms.Panel panelTreeBottomTopTop;
        private System.Windows.Forms.Label labelDirN;
        private System.Windows.Forms.Panel panelTreeBottomTopLeft;
        private System.Windows.Forms.Panel panelTreeBottomCenter;
        private System.Windows.Forms.TextBox textBoxDirName;
        private System.Windows.Forms.Panel panelTreeTopBottom;
        private System.Windows.Forms.Panel panelTreeBottomRight;
        private System.Windows.Forms.Button buttonChangeNodeDescr;
        private System.Windows.Forms.Button buttonRefresh;
        private System.Windows.Forms.Button buttonDirDelete;
        private System.Windows.Forms.Button buttonCreateDir;
        private System.Windows.Forms.Panel panelTreeBottomLeft;
        private System.Windows.Forms.Panel panelTreeBottomBottomCenter;
        private System.Windows.Forms.Panel panelTreeDescrBottom;
        private System.Windows.Forms.Panel panelTreeDescrTop;
        private System.Windows.Forms.TextBox textBoxDirDescr;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TreeView treeViewDir;
        private System.Windows.Forms.Panel panelItemsTop;
        private System.Windows.Forms.Panel panelItemsRight;
        private System.Windows.Forms.Panel panelDescrBottom;
        private System.Windows.Forms.Panel panelDescrBottomBottomCenter;
        private System.Windows.Forms.Panel panelDescrDescrTop;
        private System.Windows.Forms.Panel panelDescrDescrBottom;
        private System.Windows.Forms.Panel panelDescrBottomLeft;
        private System.Windows.Forms.Panel paneDescrBottomRight;
        private System.Windows.Forms.Panel panelDescrTopBottom;
        private System.Windows.Forms.Panel panelDescrBottomTop;
        private System.Windows.Forms.Panel paneDescrBottomCenter;
        private System.Windows.Forms.Panel panelDescrBottomTopLeft;
        private System.Windows.Forms.Panel panelDescrBottomTopRight;
        private System.Windows.Forms.Panel panelDescrBottomTopTop;
        private System.Windows.Forms.Label labelDn;
        private System.Windows.Forms.ListView listViewDoc;
        private System.Windows.Forms.ColumnHeader columnHeaderName;
        private System.Windows.Forms.ColumnHeader columnHeaderExt;
        private System.Windows.Forms.TextBox textBoxName;
        private System.Windows.Forms.TextBox textBoxDescription;
        private System.Windows.Forms.Button buttonConvertAll;
        private System.Windows.Forms.Button buttonReplace;
        private System.Windows.Forms.Button buttonChangeDescription;
        private System.Windows.Forms.Button buttonRelated;
        private System.Windows.Forms.Button buttonSaveDoc;
        private System.Windows.Forms.Button buttonDelete;
        private System.Windows.Forms.Button buttonLoad;
        private System.Windows.Forms.Panel panelDD;
        private System.Windows.Forms.Label labelDD;
        private System.Windows.Forms.Panel panelLDD;
        private System.Windows.Forms.Label labelDL;
        private System.Windows.Forms.Panel panelLDirLeft;
        private System.Windows.Forms.Panel panelLDirRight;
        private System.Windows.Forms.Panel panelLDirBottom;
        private System.Windows.Forms.Panel panelDocLeft;
        private System.Windows.Forms.Panel panelDocRight;
        private System.Windows.Forms.Panel panelDocBootom;
        private System.Windows.Forms.Label labelDirectoryDescr;
        private System.Windows.Forms.Label labelDescr;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripButtonCreateDir;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton toolStripButtonDeleteFolder;
        private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton toolStripButtonDelete;
        private System.Windows.Forms.OpenFileDialog openFileDialogData;
        private System.Windows.Forms.SaveFileDialog saveFileDialogData;
        private System.Windows.Forms.ToolStripButton openToolStripButton;
        private System.Windows.Forms.ToolStripButton saveToolStripButton;
    }
}

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 Code Project Open License (CPOL)


Written By
Architect
Russian Federation Russian Federation
Ph. D. Petr Ivankov worked as scientific researcher at Russian Mission Control Centre since 1978 up to 2000. Now he is engaged by Aviation training simulators http://dinamika-avia.com/ . His additional interests are:

1) Noncommutative geometry

http://front.math.ucdavis.edu/author/P.Ivankov

2) Literary work (Russian only)

http://zhurnal.lib.ru/editors/3/3d_m/

3) Scientific articles
http://arxiv.org/find/all/1/au:+Ivankov_Petr/0/1/0/all/0/1

Comments and Discussions