Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabPageStart = new System.Windows.Forms.TabPage();
     this.controlDonePage2 = new DisksDB.UserInterface.ControlDonePage();
     this.tabPageTargetDataBase = new System.Windows.Forms.TabPage();
     this.label2 = new DisksDB.Language.Label();
     this.label1 = new DisksDB.Language.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.propertyGrid = new System.Windows.Forms.PropertyGrid();
     this.tabPageMigtationProgress = new System.Windows.Forms.TabPage();
     this.progressBarTotall = new System.Windows.Forms.ProgressBar();
     this.label3 = new System.Windows.Forms.Label();
     this.textBoxTransferLog = new System.Windows.Forms.TextBox();
     this.labelDisk = new System.Windows.Forms.Label();
     this.progressBarFilesDone = new System.Windows.Forms.ProgressBar();
     this.label4 = new DisksDB.Language.Label();
     this.tabPageDone = new System.Windows.Forms.TabPage();
     this.controlDonePage1 = new DisksDB.UserInterface.ControlDonePage();
     this.tabPageBegin = new System.Windows.Forms.TabPage();
     this.controlDonePage3 = new DisksDB.UserInterface.ControlDonePage();
     this.pagesPanel.SuspendLayout();
     this.tabPageStart.SuspendLayout();
     this.tabPageTargetDataBase.SuspendLayout();
     this.tabPageMigtationProgress.SuspendLayout();
     this.tabPageDone.SuspendLayout();
     this.tabPageBegin.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Name = "pictureBox1";
     //
     // pagesPanel
     //
     this.pagesPanel.Controls.Add(this.tabPageStart);
     this.pagesPanel.Controls.Add(this.tabPageTargetDataBase);
     this.pagesPanel.Controls.Add(this.tabPageBegin);
     this.pagesPanel.Controls.Add(this.tabPageMigtationProgress);
     this.pagesPanel.Controls.Add(this.tabPageDone);
     this.pagesPanel.Name = "pagesPanel";
     //
     // tabPageStart
     //
     this.tabPageStart.Controls.Add(this.controlDonePage2);
     this.tabPageStart.Location = new System.Drawing.Point(4, 6);
     this.tabPageStart.Name = "tabPageStart";
     this.tabPageStart.Size = new System.Drawing.Size(332, 302);
     this.tabPageStart.TabIndex = 0;
     this.tabPageStart.Text = "tabPage1";
     //
     // controlDonePage2
     //
     this.controlDonePage2.BackColor = System.Drawing.Color.White;
     this.controlDonePage2.Comment = "Click Next to begin";
     this.controlDonePage2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.controlDonePage2.FinishText = "This wizzard will help you to copy your data to another database.";
     this.controlDonePage2.Location = new System.Drawing.Point(0, 0);
     this.controlDonePage2.Name = "controlDonePage2";
     this.controlDonePage2.Size = new System.Drawing.Size(332, 302);
     this.controlDonePage2.TabIndex = 0;
     this.controlDonePage2.Title = "Transfer DataBase";
     //
     // tabPageTargetDataBase
     //
     this.tabPageTargetDataBase.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageTargetDataBase.Controls.Add(this.label2);
     this.tabPageTargetDataBase.Controls.Add(this.label1);
     this.tabPageTargetDataBase.Controls.Add(this.comboBox1);
     this.tabPageTargetDataBase.Controls.Add(this.propertyGrid);
     this.tabPageTargetDataBase.Location = new System.Drawing.Point(4, 5);
     this.tabPageTargetDataBase.Name = "tabPageTargetDataBase";
     this.tabPageTargetDataBase.Size = new System.Drawing.Size(332, 303);
     this.tabPageTargetDataBase.TabIndex = 1;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(8, 280);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(312, 16);
     this.label2.TabIndex = 3;
     this.label2.Text = "Click \"Next\" to begin copying.";
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(312, 16);
     this.label1.TabIndex = 2;
     this.label1.Text = "Destination database";
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Location = new System.Drawing.Point(8, 24);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(312, 21);
     this.comboBox1.TabIndex = 1;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.LAyerChanged);
     //
     // propertyGrid
     //
     this.propertyGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid.CommandsBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid.CommandsVisibleIfAvailable = true;
     this.propertyGrid.HelpVisible = false;
     this.propertyGrid.LargeButtons = false;
     this.propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid.Location = new System.Drawing.Point(8, 48);
     this.propertyGrid.Name = "propertyGrid";
     this.propertyGrid.Size = new System.Drawing.Size(312, 224);
     this.propertyGrid.TabIndex = 0;
     this.propertyGrid.Text = "propertyGrid1";
     this.propertyGrid.ToolbarVisible = false;
     this.propertyGrid.ViewBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid.ViewForeColor = System.Drawing.SystemColors.WindowText;
     //
     // tabPageMigtationProgress
     //
     this.tabPageMigtationProgress.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageMigtationProgress.Controls.Add(this.progressBarTotall);
     this.tabPageMigtationProgress.Controls.Add(this.label3);
     this.tabPageMigtationProgress.Controls.Add(this.textBoxTransferLog);
     this.tabPageMigtationProgress.Controls.Add(this.labelDisk);
     this.tabPageMigtationProgress.Controls.Add(this.progressBarFilesDone);
     this.tabPageMigtationProgress.Controls.Add(this.label4);
     this.tabPageMigtationProgress.Location = new System.Drawing.Point(4, 6);
     this.tabPageMigtationProgress.Name = "tabPageMigtationProgress";
     this.tabPageMigtationProgress.Size = new System.Drawing.Size(332, 302);
     this.tabPageMigtationProgress.TabIndex = 2;
     //
     // progressBarTotall
     //
     this.progressBarTotall.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBarTotall.Location = new System.Drawing.Point(8, 80);
     this.progressBarTotall.Name = "progressBarTotall";
     this.progressBarTotall.Size = new System.Drawing.Size(312, 16);
     this.progressBarTotall.TabIndex = 5;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(312, 16);
     this.label3.TabIndex = 4;
     this.label3.Text = "Disk files:";
     //
     // textBoxTransferLog
     //
     this.textBoxTransferLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxTransferLog.Location = new System.Drawing.Point(8, 144);
     this.textBoxTransferLog.Multiline = true;
     this.textBoxTransferLog.Name = "textBoxTransferLog";
     this.textBoxTransferLog.ReadOnly = true;
     this.textBoxTransferLog.Size = new System.Drawing.Size(312, 151);
     this.textBoxTransferLog.TabIndex = 3;
     this.textBoxTransferLog.Text = "";
     //
     // labelDisk
     //
     this.labelDisk.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelDisk.Location = new System.Drawing.Point(8, 32);
     this.labelDisk.Name = "labelDisk";
     this.labelDisk.Size = new System.Drawing.Size(312, 40);
     this.labelDisk.TabIndex = 2;
     //
     // progressBarFilesDone
     //
     this.progressBarFilesDone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBarFilesDone.Location = new System.Drawing.Point(8, 120);
     this.progressBarFilesDone.Name = "progressBarFilesDone";
     this.progressBarFilesDone.Size = new System.Drawing.Size(312, 16);
     this.progressBarFilesDone.TabIndex = 1;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.Location = new System.Drawing.Point(8, 8);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(312, 23);
     this.label4.TabIndex = 0;
     this.label4.Text = "Transferring database";
     //
     // tabPageDone
     //
     this.tabPageDone.Controls.Add(this.controlDonePage1);
     this.tabPageDone.Location = new System.Drawing.Point(4, 6);
     this.tabPageDone.Name = "tabPageDone";
     this.tabPageDone.Size = new System.Drawing.Size(332, 302);
     this.tabPageDone.TabIndex = 3;
     //
     // controlDonePage1
     //
     this.controlDonePage1.BackColor = System.Drawing.Color.White;
     this.controlDonePage1.Comment = "Click Finish to close this wizard";
     this.controlDonePage1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.controlDonePage1.FinishText = "Data Base migration has been successfully completed. You now can switch database " +
         "by using Tools->Options menu.";
     this.controlDonePage1.Location = new System.Drawing.Point(0, 0);
     this.controlDonePage1.Name = "controlDonePage1";
     this.controlDonePage1.Size = new System.Drawing.Size(332, 302);
     this.controlDonePage1.TabIndex = 1;
     this.controlDonePage1.Title = "Migration is completed";
     //
     // tabPageBegin
     //
     this.tabPageBegin.Controls.Add(this.controlDonePage3);
     this.tabPageBegin.Location = new System.Drawing.Point(4, 6);
     this.tabPageBegin.Name = "tabPageBegin";
     this.tabPageBegin.Size = new System.Drawing.Size(332, 302);
     this.tabPageBegin.TabIndex = 4;
     this.tabPageBegin.Text = "tabPageBegin";
     //
     // controlDonePage3
     //
     this.controlDonePage3.BackColor = System.Drawing.Color.White;
     this.controlDonePage3.Comment = "To continue click next";
     this.controlDonePage3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.controlDonePage3.FinishText = "Continuing removes all data on target database and adds new data from source data" +
         "base.";
     this.controlDonePage3.Location = new System.Drawing.Point(0, 0);
     this.controlDonePage3.Name = "controlDonePage3";
     this.controlDonePage3.Size = new System.Drawing.Size(332, 302);
     this.controlDonePage3.TabIndex = 0;
     this.controlDonePage3.Title = "Begin transfer";
     //
     // FormCopyDataBase
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(494, 350);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "FormCopyDataBase";
     this.Text = "Transfer DataBase";
     this.Load += new System.EventHandler(this.FormLoad);
     this.pagesPanel.ResumeLayout(false);
     this.tabPageStart.ResumeLayout(false);
     this.tabPageTargetDataBase.ResumeLayout(false);
     this.tabPageMigtationProgress.ResumeLayout(false);
     this.tabPageDone.ResumeLayout(false);
     this.tabPageBegin.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormFirstRun));
     this.tabPageLanguage = new System.Windows.Forms.TabPage();
     this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
     this.labelUserInterfaceLanguage = new System.Windows.Forms.Label();
     this.tabPageDataBase = new System.Windows.Forms.TabPage();
     this.propertyGrid = new System.Windows.Forms.PropertyGrid();
     this.comboBoxDbLayers = new System.Windows.Forms.ComboBox();
     this.labelDataBase = new System.Windows.Forms.Label();
     this.tabPageTitle = new System.Windows.Forms.TabPage();
     this.labelTitleStep2 = new DisksDB.Language.Label();
     this.labelTitleStep1 = new DisksDB.Language.Label();
     this.labelTitleBottom = new DisksDB.Language.Label();
     this.labelNext = new DisksDB.Language.Label();
     this.labelTitle = new DisksDB.Language.Label();
     this.label5 = new DisksDB.Language.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.controlDonePage1 = new DisksDB.UserInterface.ControlDonePage();
     this.pagesPanel.SuspendLayout();
     this.tabPageLanguage.SuspendLayout();
     this.tabPageDataBase.SuspendLayout();
     this.tabPageTitle.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Name = "pictureBox1";
     //
     // pagesPanel
     //
     this.pagesPanel.Controls.Add(this.tabPageTitle);
     this.pagesPanel.Controls.Add(this.tabPageLanguage);
     this.pagesPanel.Controls.Add(this.tabPageDataBase);
     this.pagesPanel.Controls.Add(this.tabPage4);
     this.pagesPanel.Name = "pagesPanel";
     //
     // tabPageLanguage
     //
     this.tabPageLanguage.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageLanguage.Controls.Add(this.comboBoxLanguage);
     this.tabPageLanguage.Controls.Add(this.labelUserInterfaceLanguage);
     this.tabPageLanguage.Location = new System.Drawing.Point(4, 5);
     this.tabPageLanguage.Name = "tabPageLanguage";
     this.tabPageLanguage.Size = new System.Drawing.Size(332, 303);
     this.tabPageLanguage.TabIndex = 0;
     //
     // comboBoxLanguage
     //
     this.comboBoxLanguage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLanguage.Location = new System.Drawing.Point(8, 32);
     this.comboBoxLanguage.Name = "comboBoxLanguage";
     this.comboBoxLanguage.Size = new System.Drawing.Size(312, 21);
     this.comboBoxLanguage.TabIndex = 1;
     this.comboBoxLanguage.SelectedIndexChanged += new System.EventHandler(this.LanguageIndexChanged);
     //
     // labelUserInterfaceLanguage
     //
     this.labelUserInterfaceLanguage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelUserInterfaceLanguage.Location = new System.Drawing.Point(8, 8);
     this.labelUserInterfaceLanguage.Name = "labelUserInterfaceLanguage";
     this.labelUserInterfaceLanguage.Size = new System.Drawing.Size(312, 24);
     this.labelUserInterfaceLanguage.TabIndex = 0;
     this.labelUserInterfaceLanguage.Text = "User interface language";
     //
     // tabPageDataBase
     //
     this.tabPageDataBase.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageDataBase.Controls.Add(this.propertyGrid);
     this.tabPageDataBase.Controls.Add(this.comboBoxDbLayers);
     this.tabPageDataBase.Location = new System.Drawing.Point(4, 5);
     this.tabPageDataBase.Name = "tabPageDataBase";
     this.tabPageDataBase.Size = new System.Drawing.Size(332, 303);
     this.tabPageDataBase.TabIndex = 1;
     this.tabPageDataBase.Text = "tabPage2";
     //
     // propertyGrid
     //
     this.propertyGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.propertyGrid.CommandsBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid.CommandsVisibleIfAvailable = true;
     this.propertyGrid.HelpVisible = false;
     this.propertyGrid.LargeButtons = false;
     this.propertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid.Location = new System.Drawing.Point(8, 56);
     this.propertyGrid.Name = "propertyGrid";
     this.propertyGrid.Size = new System.Drawing.Size(312, 240);
     this.propertyGrid.TabIndex = 2;
     this.propertyGrid.Text = "propertyGrid1";
     this.propertyGrid.ToolbarVisible = false;
     this.propertyGrid.ViewBackColor = System.Drawing.SystemColors.Window;
     this.propertyGrid.ViewForeColor = System.Drawing.SystemColors.WindowText;
     //
     // comboBoxDbLayers
     //
     this.comboBoxDbLayers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxDbLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDbLayers.Location = new System.Drawing.Point(8, 32);
     this.comboBoxDbLayers.Name = "comboBoxDbLayers";
     this.comboBoxDbLayers.Size = new System.Drawing.Size(312, 21);
     this.comboBoxDbLayers.TabIndex = 1;
     this.comboBoxDbLayers.SelectedIndexChanged += new System.EventHandler(this.LayerChanged);
     //
     // labelDataBase
     //
     this.labelDataBase.Location = new System.Drawing.Point(0, 0);
     this.labelDataBase.Name = "labelDataBase";
     this.labelDataBase.TabIndex = 0;
     //
     // tabPageTitle
     //
     this.tabPageTitle.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageTitle.Controls.Add(this.labelTitleStep2);
     this.tabPageTitle.Controls.Add(this.labelTitleStep1);
     this.tabPageTitle.Controls.Add(this.labelTitleBottom);
     this.tabPageTitle.Controls.Add(this.labelNext);
     this.tabPageTitle.Controls.Add(this.labelTitle);
     this.tabPageTitle.Location = new System.Drawing.Point(4, 5);
     this.tabPageTitle.Name = "tabPageTitle";
     this.tabPageTitle.Size = new System.Drawing.Size(332, 303);
     this.tabPageTitle.TabIndex = 2;
     //
     // labelTitleStep2
     //
     this.labelTitleStep2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTitleStep2.Location = new System.Drawing.Point(8, 120);
     this.labelTitleStep2.Name = "labelTitleStep2";
     this.labelTitleStep2.Size = new System.Drawing.Size(312, 23);
     this.labelTitleStep2.TabIndex = 4;
     this.labelTitleStep2.Text = "● Disks database files location selection";
     //
     // labelTitleStep1
     //
     this.labelTitleStep1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTitleStep1.Location = new System.Drawing.Point(8, 96);
     this.labelTitleStep1.Name = "labelTitleStep1";
     this.labelTitleStep1.Size = new System.Drawing.Size(312, 24);
     this.labelTitleStep1.TabIndex = 3;
     this.labelTitleStep1.Text = "● User interface language selection";
     //
     // labelTitleBottom
     //
     this.labelTitleBottom.Location = new System.Drawing.Point(8, 56);
     this.labelTitleBottom.Name = "labelTitleBottom";
     this.labelTitleBottom.Size = new System.Drawing.Size(312, 40);
     this.labelTitleBottom.TabIndex = 2;
     this.labelTitleBottom.Text = "This setup wizard will help to set your application. It consists of two steps:";
     //
     // labelNext
     //
     this.labelNext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelNext.Location = new System.Drawing.Point(8, 280);
     this.labelNext.Name = "labelNext";
     this.labelNext.Size = new System.Drawing.Size(312, 16);
     this.labelNext.TabIndex = 1;
     this.labelNext.Text = "Click \"Next\" to continue";
     //
     // labelTitle
     //
     this.labelTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTitle.Location = new System.Drawing.Point(8, 16);
     this.labelTitle.Name = "labelTitle";
     this.labelTitle.Size = new System.Drawing.Size(312, 23);
     this.labelTitle.TabIndex = 0;
     this.labelTitle.Text = "This is a great time to setup you application";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(0, 0);
     this.label5.Name = "label5";
     this.label5.TabIndex = 0;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(0, 0);
     this.label4.Name = "label4";
     this.label4.TabIndex = 0;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.controlDonePage1);
     this.tabPage4.Location = new System.Drawing.Point(4, 5);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(332, 303);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "tabPage4";
     //
     // controlDonePage1
     //
     this.controlDonePage1.BackColor = System.Drawing.Color.White;
     this.controlDonePage1.Comment = "Click finish to close this wizzard.";
     this.controlDonePage1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.controlDonePage1.FinishText = "You can further customize you application by choosing Tools->Options menu.";
     this.controlDonePage1.Location = new System.Drawing.Point(0, 0);
     this.controlDonePage1.Name = "controlDonePage1";
     this.controlDonePage1.Size = new System.Drawing.Size(332, 303);
     this.controlDonePage1.TabIndex = 1;
     this.controlDonePage1.Title = "Setup done";
     //
     // FormFirstRun
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(494, 350);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "FormFirstRun";
     this.Text = "DisksDB setup wizzard";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormFirstRunClosing);
     this.Load += new System.EventHandler(this.FormLoaded);
     this.pagesPanel.ResumeLayout(false);
     this.tabPageLanguage.ResumeLayout(false);
     this.tabPageDataBase.ResumeLayout(false);
     this.tabPageTitle.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.ResumeLayout(false);
 }