Exemplo 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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNewDisk));
     this.donePage = new DisksDB.UserInterface.ControlDonePage();
     this.aboutToScan = new DisksDB.UserInterface.ControlDonePage();
     this.tabPageDisk = new System.Windows.Forms.TabPage();
     this.textBoxDescription = new System.Windows.Forms.TextBox();
     this.labelDiskDescription = new System.Windows.Forms.Label();
     this.groupBoxDVDdrive = new System.Windows.Forms.GroupBox();
     this.buttonRefresh = new System.Windows.Forms.Button();
     this.labelDiskSize = new System.Windows.Forms.Label();
     this.labelDiskLabel = new System.Windows.Forms.Label();
     this.labelDiskSizeText = new System.Windows.Forms.Label();
     this.labelDiskLabelText = new System.Windows.Forms.Label();
     this.comboBoxDrive = new System.Windows.Forms.ComboBox();
     this.checkBoxAddFiles = new System.Windows.Forms.CheckBox();
     this.comboBoxDiskType = new System.Windows.Forms.ComboBox();
     this.labelDiskType = new System.Windows.Forms.Label();
     this.textBoxName = new System.Windows.Forms.TextBox();
     this.labelDiskName = new System.Windows.Forms.Label();
     this.tabPageDiskImage = new System.Windows.Forms.TabPage();
     this.controlNewCover1 = new DisksDB.UserInterface.ControlNewCover();
     this.diskImages = new DisksDB.UserInterface.ControlNewCover();
     this.diskImageChooser = new DisksDB.UserInterface.ControlNewCover();
     this.tabPageAboutToAdd = new System.Windows.Forms.TabPage();
     this.tabPageAdding = new System.Windows.Forms.TabPage();
     this.progressBarAdding = new System.Windows.Forms.ProgressBar();
     this.textBoxProgressLog = new System.Windows.Forms.TextBox();
     this.labelScanning = new System.Windows.Forms.Label();
     this.tabPageDone = new System.Windows.Forms.TabPage();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pagesPanel.SuspendLayout();
     this.tabPageDisk.SuspendLayout();
     this.groupBoxDVDdrive.SuspendLayout();
     this.tabPageDiskImage.SuspendLayout();
     this.tabPageAboutToAdd.SuspendLayout();
     this.tabPageAdding.SuspendLayout();
     this.tabPageDone.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     //
     // pagesPanel
     //
     this.pagesPanel.Controls.Add(this.tabPageDisk);
     this.pagesPanel.Controls.Add(this.tabPageDiskImage);
     this.pagesPanel.Controls.Add(this.tabPageAboutToAdd);
     this.pagesPanel.Controls.Add(this.tabPageAdding);
     this.pagesPanel.Controls.Add(this.tabPageDone);
     //
     // donePage
     //
     this.donePage.BackColor = System.Drawing.Color.White;
     this.donePage.Comment = "To close this wizard, click Finish.";
     this.donePage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.donePage.FinishText = "Disk has been successfully added";
     this.donePage.Location = new System.Drawing.Point(0, 0);
     this.donePage.Name = "donePage";
     this.donePage.Size = new System.Drawing.Size(332, 302);
     this.donePage.TabIndex = 17;
     this.donePage.Title = "Disk added";
     //
     // aboutToScan
     //
     this.aboutToScan.BackColor = System.Drawing.Color.White;
     this.aboutToScan.Comment = "Click Next to begin adding disk";
     this.aboutToScan.Dock = System.Windows.Forms.DockStyle.Fill;
     this.aboutToScan.FinishText = "Disk info has been collected an disk is about to be added";
     this.aboutToScan.Location = new System.Drawing.Point(0, 0);
     this.aboutToScan.Name = "aboutToScan";
     this.aboutToScan.Size = new System.Drawing.Size(332, 303);
     this.aboutToScan.TabIndex = 20;
     this.aboutToScan.Title = "About To Add Disk";
     //
     // tabPageDisk
     //
     this.tabPageDisk.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageDisk.Controls.Add(this.textBoxDescription);
     this.tabPageDisk.Controls.Add(this.labelDiskDescription);
     this.tabPageDisk.Controls.Add(this.groupBoxDVDdrive);
     this.tabPageDisk.Controls.Add(this.checkBoxAddFiles);
     this.tabPageDisk.Controls.Add(this.comboBoxDiskType);
     this.tabPageDisk.Controls.Add(this.labelDiskType);
     this.tabPageDisk.Controls.Add(this.textBoxName);
     this.tabPageDisk.Controls.Add(this.labelDiskName);
     this.tabPageDisk.Location = new System.Drawing.Point(4, 6);
     this.tabPageDisk.Name = "tabPageDisk";
     this.tabPageDisk.Size = new System.Drawing.Size(332, 302);
     this.tabPageDisk.TabIndex = 0;
     this.tabPageDisk.Text = "tabPage1";
     //
     // textBoxDescription
     //
     this.textBoxDescription.Location = new System.Drawing.Point(8, 192);
     this.textBoxDescription.Multiline = true;
     this.textBoxDescription.Name = "textBoxDescription";
     this.textBoxDescription.Size = new System.Drawing.Size(312, 80);
     this.textBoxDescription.TabIndex = 7;
     //
     // labelDiskDescription
     //
     this.labelDiskDescription.Location = new System.Drawing.Point(8, 176);
     this.labelDiskDescription.Name = "labelDiskDescription";
     this.labelDiskDescription.Size = new System.Drawing.Size(312, 16);
     this.labelDiskDescription.TabIndex = 6;
     this.labelDiskDescription.Text = "Description";
     //
     // groupBoxDVDdrive
     //
     this.groupBoxDVDdrive.Controls.Add(this.buttonRefresh);
     this.groupBoxDVDdrive.Controls.Add(this.labelDiskSize);
     this.groupBoxDVDdrive.Controls.Add(this.labelDiskLabel);
     this.groupBoxDVDdrive.Controls.Add(this.labelDiskSizeText);
     this.groupBoxDVDdrive.Controls.Add(this.labelDiskLabelText);
     this.groupBoxDVDdrive.Controls.Add(this.comboBoxDrive);
     this.groupBoxDVDdrive.Location = new System.Drawing.Point(8, 88);
     this.groupBoxDVDdrive.Name = "groupBoxDVDdrive";
     this.groupBoxDVDdrive.Size = new System.Drawing.Size(312, 80);
     this.groupBoxDVDdrive.TabIndex = 5;
     this.groupBoxDVDdrive.TabStop = false;
     this.groupBoxDVDdrive.Text = "CD/DVD-ROM";
     //
     // buttonRefresh
     //
     this.buttonRefresh.BackColor = System.Drawing.SystemColors.Control;
     this.buttonRefresh.Location = new System.Drawing.Point(232, 48);
     this.buttonRefresh.Name = "buttonRefresh";
     this.buttonRefresh.Size = new System.Drawing.Size(75, 23);
     this.buttonRefresh.TabIndex = 5;
     this.buttonRefresh.Text = "Refresh";
     this.buttonRefresh.UseVisualStyleBackColor = false;
     this.buttonRefresh.Click += new System.EventHandler(this.RefreshDiskDrives);
     //
     // labelDiskSize
     //
     this.labelDiskSize.Location = new System.Drawing.Point(112, 56);
     this.labelDiskSize.Name = "labelDiskSize";
     this.labelDiskSize.Size = new System.Drawing.Size(120, 16);
     this.labelDiskSize.TabIndex = 4;
     this.labelDiskSize.Text = "xx MB";
     //
     // labelDiskLabel
     //
     this.labelDiskLabel.Location = new System.Drawing.Point(112, 40);
     this.labelDiskLabel.Name = "labelDiskLabel";
     this.labelDiskLabel.Size = new System.Drawing.Size(120, 16);
     this.labelDiskLabel.TabIndex = 3;
     this.labelDiskLabel.Text = "Unnamed";
     //
     // labelDiskSizeText
     //
     this.labelDiskSizeText.Location = new System.Drawing.Point(8, 56);
     this.labelDiskSizeText.Name = "labelDiskSizeText";
     this.labelDiskSizeText.Size = new System.Drawing.Size(104, 16);
     this.labelDiskSizeText.TabIndex = 2;
     this.labelDiskSizeText.Text = "Disk size";
     //
     // labelDiskLabelText
     //
     this.labelDiskLabelText.Location = new System.Drawing.Point(8, 40);
     this.labelDiskLabelText.Name = "labelDiskLabelText";
     this.labelDiskLabelText.Size = new System.Drawing.Size(100, 16);
     this.labelDiskLabelText.TabIndex = 1;
     this.labelDiskLabelText.Text = "Disk label";
     //
     // comboBoxDrive
     //
     this.comboBoxDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDrive.Location = new System.Drawing.Point(8, 16);
     this.comboBoxDrive.Name = "comboBoxDrive";
     this.comboBoxDrive.Size = new System.Drawing.Size(296, 21);
     this.comboBoxDrive.TabIndex = 0;
     this.comboBoxDrive.SelectedIndexChanged += new System.EventHandler(this.DiskDriveChanged);
     //
     // checkBoxAddFiles
     //
     this.checkBoxAddFiles.Checked = true;
     this.checkBoxAddFiles.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAddFiles.Location = new System.Drawing.Point(8, 280);
     this.checkBoxAddFiles.Name = "checkBoxAddFiles";
     this.checkBoxAddFiles.Size = new System.Drawing.Size(312, 16);
     this.checkBoxAddFiles.TabIndex = 4;
     this.checkBoxAddFiles.Text = "Add files";
     //
     // comboBoxDiskType
     //
     this.comboBoxDiskType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDiskType.Location = new System.Drawing.Point(8, 64);
     this.comboBoxDiskType.Name = "comboBoxDiskType";
     this.comboBoxDiskType.Size = new System.Drawing.Size(312, 21);
     this.comboBoxDiskType.TabIndex = 3;
     this.comboBoxDiskType.SelectedIndexChanged += new System.EventHandler(this.DiskTypeSelectedIndexChanged);
     //
     // labelDiskType
     //
     this.labelDiskType.Location = new System.Drawing.Point(8, 48);
     this.labelDiskType.Name = "labelDiskType";
     this.labelDiskType.Size = new System.Drawing.Size(312, 16);
     this.labelDiskType.TabIndex = 2;
     this.labelDiskType.Text = "Disk Type";
     //
     // textBoxName
     //
     this.textBoxName.Location = new System.Drawing.Point(8, 24);
     this.textBoxName.Name = "textBoxName";
     this.textBoxName.Size = new System.Drawing.Size(312, 20);
     this.textBoxName.TabIndex = 1;
     //
     // labelDiskName
     //
     this.labelDiskName.Location = new System.Drawing.Point(8, 8);
     this.labelDiskName.Name = "labelDiskName";
     this.labelDiskName.Size = new System.Drawing.Size(312, 16);
     this.labelDiskName.TabIndex = 0;
     this.labelDiskName.Text = "Disk name";
     //
     // tabPageDiskImage
     //
     this.tabPageDiskImage.Controls.Add(this.controlNewCover1);
     this.tabPageDiskImage.Location = new System.Drawing.Point(4, 5);
     this.tabPageDiskImage.Name = "tabPageDiskImage";
     this.tabPageDiskImage.Size = new System.Drawing.Size(332, 303);
     this.tabPageDiskImage.TabIndex = 1;
     this.tabPageDiskImage.Text = "tabPage1";
     //
     // controlNewCover1
     //
     this.controlNewCover1.BackColor = System.Drawing.Color.White;
     this.controlNewCover1.Location = new System.Drawing.Point(0, 0);
     this.controlNewCover1.Name = "controlNewCover1";
     this.controlNewCover1.Size = new System.Drawing.Size(328, 304);
     this.controlNewCover1.TabIndex = 0;
     this.controlNewCover1.Title = "Disk Image";
     //
     // diskImages
     //
     this.diskImages.BackColor = System.Drawing.Color.White;
     this.diskImages.Location = new System.Drawing.Point(0, 0);
     this.diskImages.Name = "diskImages";
     this.diskImages.Size = new System.Drawing.Size(168, 176);
     this.diskImages.TabIndex = 0;
     this.diskImages.Title = "";
     //
     // diskImageChooser
     //
     this.diskImageChooser.BackColor = System.Drawing.Color.White;
     this.diskImageChooser.Location = new System.Drawing.Point(0, 0);
     this.diskImageChooser.Name = "diskImageChooser";
     this.diskImageChooser.Size = new System.Drawing.Size(168, 176);
     this.diskImageChooser.TabIndex = 0;
     this.diskImageChooser.Title = "";
     //
     // tabPageAboutToAdd
     //
     this.tabPageAboutToAdd.Controls.Add(this.aboutToScan);
     this.tabPageAboutToAdd.Location = new System.Drawing.Point(4, 5);
     this.tabPageAboutToAdd.Name = "tabPageAboutToAdd";
     this.tabPageAboutToAdd.Size = new System.Drawing.Size(332, 303);
     this.tabPageAboutToAdd.TabIndex = 2;
     this.tabPageAboutToAdd.Text = "tabPage1";
     //
     // tabPageAdding
     //
     this.tabPageAdding.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageAdding.Controls.Add(this.progressBarAdding);
     this.tabPageAdding.Controls.Add(this.textBoxProgressLog);
     this.tabPageAdding.Controls.Add(this.labelScanning);
     this.tabPageAdding.Location = new System.Drawing.Point(4, 5);
     this.tabPageAdding.Name = "tabPageAdding";
     this.tabPageAdding.Size = new System.Drawing.Size(332, 303);
     this.tabPageAdding.TabIndex = 3;
     //
     // progressBarAdding
     //
     this.progressBarAdding.Location = new System.Drawing.Point(6, 279);
     this.progressBarAdding.Name = "progressBarAdding";
     this.progressBarAdding.Size = new System.Drawing.Size(314, 16);
     this.progressBarAdding.TabIndex = 7;
     //
     // textBoxProgressLog
     //
     this.textBoxProgressLog.Enabled = false;
     this.textBoxProgressLog.Location = new System.Drawing.Point(6, 40);
     this.textBoxProgressLog.Multiline = true;
     this.textBoxProgressLog.Name = "textBoxProgressLog";
     this.textBoxProgressLog.Size = new System.Drawing.Size(312, 232);
     this.textBoxProgressLog.TabIndex = 6;
     //
     // labelScanning
     //
     this.labelScanning.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelScanning.Location = new System.Drawing.Point(6, 7);
     this.labelScanning.Name = "labelScanning";
     this.labelScanning.Size = new System.Drawing.Size(314, 23);
     this.labelScanning.TabIndex = 5;
     this.labelScanning.Text = "Scan files";
     //
     // tabPageDone
     //
     this.tabPageDone.Controls.Add(this.donePage);
     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 = 4;
     //
     // FormNewDisk
     //
     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 = "FormNewDisk";
     this.Text = "New CD disk";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pagesPanel.ResumeLayout(false);
     this.tabPageDisk.ResumeLayout(false);
     this.tabPageDisk.PerformLayout();
     this.groupBoxDVDdrive.ResumeLayout(false);
     this.tabPageDiskImage.ResumeLayout(false);
     this.tabPageAboutToAdd.ResumeLayout(false);
     this.tabPageAdding.ResumeLayout(false);
     this.tabPageAdding.PerformLayout();
     this.tabPageDone.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo 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.frontPage = new DisksDB.UserInterface.ControlNewCover();
     this.inlayPage = new DisksDB.UserInterface.ControlNewCover();
     this.backPage = new DisksDB.UserInterface.ControlNewCover();
     this.donePage = new DisksDB.UserInterface.ControlDonePage();
     this.tabPageGeneralInfo = new System.Windows.Forms.TabPage();
     this.comboBoxTyp = new System.Windows.Forms.ComboBox();
     this.textBoxDesc = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.textBoxName = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tabPageFrontCover = new System.Windows.Forms.TabPage();
     this.tabPageBackCover = new System.Windows.Forms.TabPage();
     this.tabPageInlayCover = new System.Windows.Forms.TabPage();
     this.tabPageDone = new System.Windows.Forms.TabPage();
     this.pagesPanel.SuspendLayout();
     this.tabPageGeneralInfo.SuspendLayout();
     this.tabPageFrontCover.SuspendLayout();
     this.tabPageBackCover.SuspendLayout();
     this.tabPageInlayCover.SuspendLayout();
     this.tabPageDone.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Name = "pictureBox1";
     //
     // pagesPanel
     //
     this.pagesPanel.Controls.Add(this.tabPageGeneralInfo);
     this.pagesPanel.Controls.Add(this.tabPageFrontCover);
     this.pagesPanel.Controls.Add(this.tabPageBackCover);
     this.pagesPanel.Controls.Add(this.tabPageInlayCover);
     this.pagesPanel.Controls.Add(this.tabPageDone);
     this.pagesPanel.Name = "pagesPanel";
     //
     // frontPage
     //
     this.frontPage.BackColor = System.Drawing.Color.White;
     this.frontPage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.frontPage.Location = new System.Drawing.Point(0, 0);
     this.frontPage.Name = "frontPage";
     this.frontPage.Size = new System.Drawing.Size(332, 303);
     this.frontPage.TabIndex = 3;
     this.frontPage.Title = "CD Box front cover";
     //
     // inlayPage
     //
     this.inlayPage.BackColor = System.Drawing.Color.White;
     this.inlayPage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.inlayPage.Location = new System.Drawing.Point(0, 0);
     this.inlayPage.Name = "inlayPage";
     this.inlayPage.Size = new System.Drawing.Size(332, 303);
     this.inlayPage.TabIndex = 4;
     this.inlayPage.Title = "CD box inlay";
     //
     // backPage
     //
     this.backPage.BackColor = System.Drawing.Color.White;
     this.backPage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.backPage.Location = new System.Drawing.Point(0, 0);
     this.backPage.Name = "backPage";
     this.backPage.Size = new System.Drawing.Size(332, 303);
     this.backPage.TabIndex = 5;
     this.backPage.Title = "CD Box back cover";
     //
     // donePage
     //
     this.donePage.BackColor = System.Drawing.Color.White;
     this.donePage.Comment = "Click finish to close this wizzard";
     this.donePage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.donePage.FinishText = "CD box successfully added";
     this.donePage.Location = new System.Drawing.Point(0, 0);
     this.donePage.Name = "donePage";
     this.donePage.Size = new System.Drawing.Size(332, 302);
     this.donePage.TabIndex = 7;
     this.donePage.Title = "Finished";
     //
     // tabPageGeneralInfo
     //
     this.tabPageGeneralInfo.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageGeneralInfo.Controls.Add(this.comboBoxTyp);
     this.tabPageGeneralInfo.Controls.Add(this.textBoxDesc);
     this.tabPageGeneralInfo.Controls.Add(this.label3);
     this.tabPageGeneralInfo.Controls.Add(this.label2);
     this.tabPageGeneralInfo.Controls.Add(this.textBoxName);
     this.tabPageGeneralInfo.Controls.Add(this.label1);
     this.tabPageGeneralInfo.Location = new System.Drawing.Point(4, 6);
     this.tabPageGeneralInfo.Name = "tabPageGeneralInfo";
     this.tabPageGeneralInfo.Size = new System.Drawing.Size(332, 302);
     this.tabPageGeneralInfo.TabIndex = 0;
     this.tabPageGeneralInfo.Text = "tabPage1";
     //
     // comboBoxTyp
     //
     this.comboBoxTyp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTyp.Location = new System.Drawing.Point(8, 272);
     this.comboBoxTyp.Name = "comboBoxTyp";
     this.comboBoxTyp.Size = new System.Drawing.Size(312, 21);
     this.comboBoxTyp.TabIndex = 2;
     //
     // textBoxDesc
     //
     this.textBoxDesc.Location = new System.Drawing.Point(8, 64);
     this.textBoxDesc.Multiline = true;
     this.textBoxDesc.Name = "textBoxDesc";
     this.textBoxDesc.Size = new System.Drawing.Size(312, 184);
     this.textBoxDesc.TabIndex = 1;
     this.textBoxDesc.Text = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 256);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(312, 16);
     this.label3.TabIndex = 11;
     this.label3.Text = "Type";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 48);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(312, 16);
     this.label2.TabIndex = 9;
     this.label2.Text = "Description";
     //
     // textBoxName
     //
     this.textBoxName.Location = new System.Drawing.Point(8, 24);
     this.textBoxName.Name = "textBoxName";
     this.textBoxName.Size = new System.Drawing.Size(312, 20);
     this.textBoxName.TabIndex = 0;
     this.textBoxName.Text = "";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(320, 16);
     this.label1.TabIndex = 7;
     this.label1.Text = "Box Name";
     //
     // tabPageFrontCover
     //
     this.tabPageFrontCover.Controls.Add(this.frontPage);
     this.tabPageFrontCover.Location = new System.Drawing.Point(4, 5);
     this.tabPageFrontCover.Name = "tabPageFrontCover";
     this.tabPageFrontCover.Size = new System.Drawing.Size(332, 303);
     this.tabPageFrontCover.TabIndex = 1;
     this.tabPageFrontCover.Text = "tabPage2";
     //
     // tabPageBackCover
     //
     this.tabPageBackCover.Controls.Add(this.backPage);
     this.tabPageBackCover.Location = new System.Drawing.Point(4, 5);
     this.tabPageBackCover.Name = "tabPageBackCover";
     this.tabPageBackCover.Size = new System.Drawing.Size(332, 303);
     this.tabPageBackCover.TabIndex = 2;
     this.tabPageBackCover.Text = "tabPage3";
     //
     // tabPageInlayCover
     //
     this.tabPageInlayCover.Controls.Add(this.inlayPage);
     this.tabPageInlayCover.Location = new System.Drawing.Point(4, 5);
     this.tabPageInlayCover.Name = "tabPageInlayCover";
     this.tabPageInlayCover.Size = new System.Drawing.Size(332, 303);
     this.tabPageInlayCover.TabIndex = 3;
     this.tabPageInlayCover.Text = "tabPage4";
     //
     // tabPageDone
     //
     this.tabPageDone.Controls.Add(this.donePage);
     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 = 4;
     this.tabPageDone.Text = "tabPage5";
     //
     // FormNewCDBox
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(496, 352);
     this.Name = "FormNewCDBox";
     this.Text = "New CD Box";
     this.Load += new System.EventHandler(this.FormNewCDBox_Load);
     this.pagesPanel.ResumeLayout(false);
     this.tabPageGeneralInfo.ResumeLayout(false);
     this.tabPageFrontCover.ResumeLayout(false);
     this.tabPageBackCover.ResumeLayout(false);
     this.tabPageInlayCover.ResumeLayout(false);
     this.tabPageDone.ResumeLayout(false);
     this.ResumeLayout(false);
 }