Ejemplo n.º 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.panelBack = new System.Windows.Forms.Panel();
     this.tabControl1 = new DisksDB.UserInterface.ControlMyTab();
     this.tabPageCategory = new System.Windows.Forms.TabPage();
     this.panelCategoryIcon = new DisksDB.UserInterface.PanelIcon();
     this.labelCategoryName = new System.Windows.Forms.Label();
     this.tabPageBox = new System.Windows.Forms.TabPage();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tabPageFolder = new System.Windows.Forms.TabPage();
     this.panelFolderIcon = new DisksDB.UserInterface.PanelIcon();
     this.labelFolderDate = new DisksDB.Language.Label();
     this.label6 = new DisksDB.Language.Label();
     this.labelFolderName = new System.Windows.Forms.Label();
     this.tabPageImage = new System.Windows.Forms.TabPage();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBoxImage = new System.Windows.Forms.PictureBox();
     this.tabPageDisk = new System.Windows.Forms.TabPage();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.labelCategoryDescription = new System.Windows.Forms.Label();
     this.panelBack.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageCategory.SuspendLayout();
     this.tabPageBox.SuspendLayout();
     this.tabPageFolder.SuspendLayout();
     this.tabPageImage.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabPageDisk.SuspendLayout();
     this.SuspendLayout();
     //
     // panelBack
     //
     this.panelBack.BackColor = System.Drawing.SystemColors.Window;
     this.panelBack.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelBack.Controls.Add(this.tabControl1);
     this.panelBack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelBack.Location = new System.Drawing.Point(0, 0);
     this.panelBack.Name = "panelBack";
     this.panelBack.Size = new System.Drawing.Size(856, 421);
     this.panelBack.TabIndex = 0;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.BackBrushColor = System.Drawing.Color.White;
     this.tabControl1.Controls.Add(this.tabPageCategory);
     this.tabControl1.Controls.Add(this.tabPageBox);
     this.tabControl1.Controls.Add(this.tabPageFolder);
     this.tabControl1.Controls.Add(this.tabPageImage);
     this.tabControl1.Controls.Add(this.tabPageDisk);
     this.tabControl1.Location = new System.Drawing.Point(0, -20);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(852, 436);
     this.tabControl1.TabIndex = 0;
     //
     // tabPageCategory
     //
     this.tabPageCategory.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageCategory.Controls.Add(this.labelCategoryDescription);
     this.tabPageCategory.Controls.Add(this.panelCategoryIcon);
     this.tabPageCategory.Controls.Add(this.labelCategoryName);
     this.tabPageCategory.Location = new System.Drawing.Point(4, 25);
     this.tabPageCategory.Name = "tabPageCategory";
     this.tabPageCategory.Size = new System.Drawing.Size(844, 407);
     this.tabPageCategory.TabIndex = 0;
     this.tabPageCategory.Text = "Category";
     //
     // panelCategoryIcon
     //
     this.panelCategoryIcon.BackIcon = null;
     this.panelCategoryIcon.Location = new System.Drawing.Point(8, 8);
     this.panelCategoryIcon.Name = "panelCategoryIcon";
     this.panelCategoryIcon.Size = new System.Drawing.Size(32, 32);
     this.panelCategoryIcon.TabIndex = 11;
     //
     // labelCategoryName
     //
     this.labelCategoryName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelCategoryName.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelCategoryName.Location = new System.Drawing.Point(48, 16);
     this.labelCategoryName.Name = "labelCategoryName";
     this.labelCategoryName.Size = new System.Drawing.Size(784, 23);
     this.labelCategoryName.TabIndex = 8;
     //
     // tabPageBox
     //
     this.tabPageBox.AutoScroll = true;
     this.tabPageBox.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageBox.Controls.Add(this.pictureBox4);
     this.tabPageBox.Controls.Add(this.pictureBox3);
     this.tabPageBox.Controls.Add(this.pictureBox2);
     this.tabPageBox.Controls.Add(this.label4);
     this.tabPageBox.Controls.Add(this.label3);
     this.tabPageBox.Location = new System.Drawing.Point(4, 25);
     this.tabPageBox.Name = "tabPageBox";
     this.tabPageBox.Size = new System.Drawing.Size(844, 407);
     this.tabPageBox.TabIndex = 1;
     this.tabPageBox.Text = "Box";
     //
     // pictureBox4
     //
     this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox4.Location = new System.Drawing.Point(490, 488);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(264, 240);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox4.TabIndex = 4;
     this.pictureBox4.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox3.Location = new System.Drawing.Point(490, 264);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(264, 216);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 3;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox2.Location = new System.Drawing.Point(490, 16);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(264, 240);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 2;
     this.pictureBox2.TabStop = false;
     //
     // 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, 32);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(474, 336);
     this.label4.TabIndex = 1;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(474, 23);
     this.label3.TabIndex = 0;
     //
     // tabPageFolder
     //
     this.tabPageFolder.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageFolder.Controls.Add(this.panelFolderIcon);
     this.tabPageFolder.Controls.Add(this.labelFolderDate);
     this.tabPageFolder.Controls.Add(this.label6);
     this.tabPageFolder.Controls.Add(this.labelFolderName);
     this.tabPageFolder.Location = new System.Drawing.Point(4, 25);
     this.tabPageFolder.Name = "tabPageFolder";
     this.tabPageFolder.Size = new System.Drawing.Size(844, 407);
     this.tabPageFolder.TabIndex = 3;
     this.tabPageFolder.Text = "Folder";
     //
     // panelFolderIcon
     //
     this.panelFolderIcon.BackIcon = null;
     this.panelFolderIcon.Location = new System.Drawing.Point(8, 8);
     this.panelFolderIcon.Name = "panelFolderIcon";
     this.panelFolderIcon.Size = new System.Drawing.Size(32, 32);
     this.panelFolderIcon.TabIndex = 7;
     //
     // labelFolderDate
     //
     this.labelFolderDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelFolderDate.Location = new System.Drawing.Point(112, 48);
     this.labelFolderDate.Name = "labelFolderDate";
     this.labelFolderDate.Size = new System.Drawing.Size(720, 23);
     this.labelFolderDate.TabIndex = 3;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 48);
     this.label6.Name = "label6";
     this.label6.TabIndex = 2;
     this.label6.Text = "Creation date:";
     //
     // labelFolderName
     //
     this.labelFolderName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelFolderName.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelFolderName.Location = new System.Drawing.Point(48, 16);
     this.labelFolderName.Name = "labelFolderName";
     this.labelFolderName.Size = new System.Drawing.Size(784, 23);
     this.labelFolderName.TabIndex = 1;
     //
     // tabPageImage
     //
     this.tabPageImage.Controls.Add(this.panel1);
     this.tabPageImage.Location = new System.Drawing.Point(4, 25);
     this.tabPageImage.Name = "tabPageImage";
     this.tabPageImage.Size = new System.Drawing.Size(844, 407);
     this.tabPageImage.TabIndex = 5;
     this.tabPageImage.Text = "Image";
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor = System.Drawing.SystemColors.Window;
     this.panel1.Controls.Add(this.pictureBoxImage);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(844, 407);
     this.panel1.TabIndex = 0;
     //
     // pictureBoxImage
     //
     this.pictureBoxImage.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxImage.Name = "pictureBoxImage";
     this.pictureBoxImage.Size = new System.Drawing.Size(448, 296);
     this.pictureBoxImage.TabIndex = 0;
     this.pictureBoxImage.TabStop = false;
     //
     // tabPageDisk
     //
     this.tabPageDisk.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageDisk.Controls.Add(this.pictureBox1);
     this.tabPageDisk.Controls.Add(this.label2);
     this.tabPageDisk.Controls.Add(this.label1);
     this.tabPageDisk.Location = new System.Drawing.Point(4, 25);
     this.tabPageDisk.Name = "tabPageDisk";
     this.tabPageDisk.Size = new System.Drawing.Size(844, 407);
     this.tabPageDisk.TabIndex = 2;
     this.tabPageDisk.Text = "Disk";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Location = new System.Drawing.Point(488, 16);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(352, 352);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop = false;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(8, 40);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(464, 328);
     this.label2.TabIndex = 1;
     //
     // 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.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(464, 23);
     this.label1.TabIndex = 0;
     //
     // labelCategoryDescription
     //
     this.labelCategoryDescription.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.labelCategoryDescription.Location = new System.Drawing.Point(8, 48);
     this.labelCategoryDescription.Name = "labelCategoryDescription";
     this.labelCategoryDescription.Size = new System.Drawing.Size(824, 352);
     this.labelCategoryDescription.TabIndex = 12;
     //
     // FormSummary
     //
     this.AllowRedocking = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(856, 421);
     this.Controls.Add(this.panelBack);
     this.DockableAreas = WeifenLuo.WinFormsUI.DockAreas.Document;
     this.Name = "FormSummary";
     this.TabText = "Summary";
     this.Text = "Summary";
     this.panelBack.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPageCategory.ResumeLayout(false);
     this.tabPageBox.ResumeLayout(false);
     this.tabPageFolder.ResumeLayout(false);
     this.tabPageImage.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabPageDisk.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
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);
 }
Ejemplo n.º 3
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);
 }