コード例 #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(SetupPackageForm));
            this.Wizard                   = new Gui.Wizard.Wizard();
            this.wizardPage1              = new Gui.Wizard.WizardPage();
            this.infoPage1                = new Gui.Wizard.InfoPage();
            this.wizardPage4              = new Gui.Wizard.WizardPage();
            this.header3                  = new Gui.Wizard.Header();
            this.radioButton3             = new System.Windows.Forms.RadioButton();
            this.radioButton4             = new System.Windows.Forms.RadioButton();
            this.wizardPage3              = new Gui.Wizard.WizardPage();
            this.label1                   = new System.Windows.Forms.Label();
            this.radioButton1             = new System.Windows.Forms.RadioButton();
            this.radioButton2             = new System.Windows.Forms.RadioButton();
            this.header2                  = new Gui.Wizard.Header();
            this.wizardPage2              = new Gui.Wizard.WizardPage();
            this.PackageMultiRadioButton  = new System.Windows.Forms.RadioButton();
            this.PackageSimpleRadioButton = new System.Windows.Forms.RadioButton();
            this.header1                  = new Gui.Wizard.Header();
            this.Wizard.SuspendLayout();
            this.wizardPage1.SuspendLayout();
            this.wizardPage4.SuspendLayout();
            this.wizardPage3.SuspendLayout();
            this.wizardPage2.SuspendLayout();
            this.SuspendLayout();
            //
            // Wizard
            //
            this.Wizard.Controls.Add(this.wizardPage4);
            this.Wizard.Controls.Add(this.wizardPage3);
            this.Wizard.Controls.Add(this.wizardPage2);
            this.Wizard.Controls.Add(this.wizardPage1);
            this.Wizard.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.Wizard.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Wizard.Location = new System.Drawing.Point(0, 0);
            this.Wizard.Name     = "Wizard";
            this.Wizard.Pages.AddRange(new Gui.Wizard.WizardPage[] {
                this.wizardPage1,
                this.wizardPage2,
                this.wizardPage3,
                this.wizardPage4
            });
            this.Wizard.PushPop  = false;
            this.Wizard.Size     = new System.Drawing.Size(400, 351);
            this.Wizard.TabIndex = 0;
//            this.Wizard.Load += new System.EventHandler(this.Wizard_Load);
            //
            // wizardPage1
            //
            this.wizardPage1.Controls.Add(this.infoPage1);
            this.wizardPage1.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.wizardPage1.IsFinishPage = false;
            this.wizardPage1.Location     = new System.Drawing.Point(0, 0);
            this.wizardPage1.Name         = "wizardPage1";
            this.wizardPage1.Size         = new System.Drawing.Size(400, 303);
            this.wizardPage1.TabIndex     = 1;
            //
            // infoPage1
            //
            this.infoPage1.BackColor = System.Drawing.Color.White;
            this.infoPage1.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.infoPage1.Image     = ((System.Drawing.Image)(resources.GetObject("infoPage1.Image")));
            this.infoPage1.Location  = new System.Drawing.Point(0, 0);
            this.infoPage1.Name      = "infoPage1";
            this.infoPage1.PageText  = "This wizard enables setup all the package properties for this package to be able " +
                                       "to add and remove assets";
            this.infoPage1.PageTitle = "Welcome to the Package Setup Wizard";
            this.infoPage1.Size      = new System.Drawing.Size(400, 303);
            this.infoPage1.TabIndex  = 0;
            //
            // wizardPage4
            //
            this.wizardPage4.Controls.Add(this.header3);
            this.wizardPage4.Controls.Add(this.radioButton3);
            this.wizardPage4.Controls.Add(this.radioButton4);
            this.wizardPage4.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.wizardPage4.IsFinishPage = false;
            this.wizardPage4.Location     = new System.Drawing.Point(0, 0);
            this.wizardPage4.Name         = "wizardPage4";
            this.wizardPage4.Size         = new System.Drawing.Size(400, 303);
            this.wizardPage4.TabIndex     = 4;
            //
            // header3
            //
            this.header3.BackColor        = System.Drawing.SystemColors.Control;
            this.header3.CausesValidation = false;
            this.header3.Description      = "Do you want MOG to remove the files in the temp directory after the merge has com" +
                                            "pleted?";
            this.header3.Dock     = System.Windows.Forms.DockStyle.Top;
            this.header3.Image    = ((System.Drawing.Image)(resources.GetObject("header3.Image")));
            this.header3.Location = new System.Drawing.Point(0, 0);
            this.header3.Name     = "header3";
            this.header3.Size     = new System.Drawing.Size(400, 64);
            this.header3.TabIndex = 9;
            this.header3.Title    = "Cleanup Temporary Directory";
            //
            // radioButton3
            //
            this.radioButton3.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.radioButton3.Location  = new System.Drawing.Point(16, 104);
            this.radioButton3.Name      = "radioButton3";
            this.radioButton3.Size      = new System.Drawing.Size(104, 24);
            this.radioButton3.TabIndex  = 7;
            this.radioButton3.Text      = "No";
            //
            // radioButton4
            //
            this.radioButton4.Checked   = true;
            this.radioButton4.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.radioButton4.Location  = new System.Drawing.Point(16, 80);
            this.radioButton4.Name      = "radioButton4";
            this.radioButton4.Size      = new System.Drawing.Size(104, 24);
            this.radioButton4.TabIndex  = 6;
            this.radioButton4.TabStop   = true;
            this.radioButton4.Text      = "Yes";
            //
            // wizardPage3
            //
            this.wizardPage3.Controls.Add(this.label1);
            this.wizardPage3.Controls.Add(this.radioButton1);
            this.wizardPage3.Controls.Add(this.radioButton2);
            this.wizardPage3.Controls.Add(this.header2);
            this.wizardPage3.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.wizardPage3.IsFinishPage = false;
            this.wizardPage3.Location     = new System.Drawing.Point(0, 0);
            this.wizardPage3.Name         = "wizardPage3";
            this.wizardPage3.Size         = new System.Drawing.Size(400, 303);
            this.wizardPage3.TabIndex     = 3;
            //
            // label1
            //
            this.label1.Location = new System.Drawing.Point(8, 72);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(360, 32);
            this.label1.TabIndex = 5;
            this.label1.Text     = "This is helpfull if you need working files required by the merge to stick around " +
                                   "till subsequent merges.";
            //
            // radioButton1
            //
            this.radioButton1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.radioButton1.Location  = new System.Drawing.Point(16, 136);
            this.radioButton1.Name      = "radioButton1";
            this.radioButton1.Size      = new System.Drawing.Size(104, 24);
            this.radioButton1.TabIndex  = 4;
            this.radioButton1.Text      = "No";
            //
            // radioButton2
            //
            this.radioButton2.Checked   = true;
            this.radioButton2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.radioButton2.Location  = new System.Drawing.Point(16, 112);
            this.radioButton2.Name      = "radioButton2";
            this.radioButton2.Size      = new System.Drawing.Size(104, 24);
            this.radioButton2.TabIndex  = 3;
            this.radioButton2.TabStop   = true;
            this.radioButton2.Text      = "Yes";
            //
            // header2
            //
            this.header2.BackColor        = System.Drawing.SystemColors.Control;
            this.header2.CausesValidation = false;
            this.header2.Description      = "Would you like MOG to create a Temporary directory for package merging?";
            this.header2.Dock             = System.Windows.Forms.DockStyle.Top;
            this.header2.Image            = ((System.Drawing.Image)(resources.GetObject("header2.Image")));
            this.header2.Location         = new System.Drawing.Point(0, 0);
            this.header2.Name             = "header2";
            this.header2.Size             = new System.Drawing.Size(400, 64);
            this.header2.TabIndex         = 0;
            this.header2.Title            = "Temporary Packaging Folder";
            //
            // wizardPage2
            //
            this.wizardPage2.Controls.Add(this.PackageMultiRadioButton);
            this.wizardPage2.Controls.Add(this.PackageSimpleRadioButton);
            this.wizardPage2.Controls.Add(this.header1);
            this.wizardPage2.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.wizardPage2.IsFinishPage = false;
            this.wizardPage2.Location     = new System.Drawing.Point(0, 0);
            this.wizardPage2.Name         = "wizardPage2";
            this.wizardPage2.Size         = new System.Drawing.Size(400, 303);
            this.wizardPage2.TabIndex     = 2;
            //
            // PackageMultiRadioButton
            //
            this.PackageMultiRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.PackageMultiRadioButton.Location  = new System.Drawing.Point(16, 104);
            this.PackageMultiRadioButton.Name      = "PackageMultiRadioButton";
            this.PackageMultiRadioButton.Size      = new System.Drawing.Size(104, 24);
            this.PackageMultiRadioButton.TabIndex  = 2;
            this.PackageMultiRadioButton.Text      = "No";
            //
            // PackageSimpleRadioButton
            //
            this.PackageSimpleRadioButton.Checked   = true;
            this.PackageSimpleRadioButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.PackageSimpleRadioButton.Location  = new System.Drawing.Point(16, 80);
            this.PackageSimpleRadioButton.Name      = "PackageSimpleRadioButton";
            this.PackageSimpleRadioButton.Size      = new System.Drawing.Size(104, 24);
            this.PackageSimpleRadioButton.TabIndex  = 1;
            this.PackageSimpleRadioButton.TabStop   = true;
            this.PackageSimpleRadioButton.Text      = "Yes";
            //
            // header1
            //
            this.header1.BackColor        = System.Drawing.SystemColors.Control;
            this.header1.CausesValidation = false;
            this.header1.Description      = "Does this asset add files to it one at a time via commandline arguments?";
            this.header1.Dock             = System.Windows.Forms.DockStyle.Top;
            this.header1.Image            = ((System.Drawing.Image)(resources.GetObject("header1.Image")));
            this.header1.Location         = new System.Drawing.Point(0, 0);
            this.header1.Name             = "header1";
            this.header1.Size             = new System.Drawing.Size(400, 64);
            this.header1.TabIndex         = 0;
            this.header1.Title            = "Packaging type";
            //
            // SetupPackageForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(400, 351);
            this.Controls.Add(this.Wizard);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name            = "SetupPackageForm";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text            = "Setup package properties wizard";
            this.Wizard.ResumeLayout(false);
            this.wizardPage1.ResumeLayout(false);
            this.wizardPage4.ResumeLayout(false);
            this.wizardPage3.ResumeLayout(false);
            this.wizardPage2.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateNewWorkspaceWizard));
     this.NewWorkspaceWizard            = new Gui.Wizard.Wizard();
     this.wizardPage3                   = new Gui.Wizard.WizardPage();
     this.label2                        = new System.Windows.Forms.Label();
     this.NewWorkspacePlatformsComboBox = new System.Windows.Forms.ComboBox();
     this.NewWorkspacePlatformHeader    = new Gui.Wizard.Header();
     this.wizardPage4                   = new Gui.Wizard.WizardPage();
     this.label3                        = new System.Windows.Forms.Label();
     this.NewWorkspaceBranchComboBox    = new System.Windows.Forms.ComboBox();
     this.header1                       = new Gui.Wizard.Header();
     this.wizardPage1                   = new Gui.Wizard.WizardPage();
     this.NewWorkspaceInfoPage          = new Gui.Wizard.InfoPage();
     this.wizardPage5                   = new Gui.Wizard.WizardPage();
     this.infoContainer1                = new Gui.Wizard.InfoContainer();
     this.NewWorkspaceMergeCheckBox     = new System.Windows.Forms.CheckBox();
     this.NewWorkspacePlatformLabel     = new System.Windows.Forms.Label();
     this.NewWorkspaceBranchLabel       = new System.Windows.Forms.Label();
     this.label5                        = new System.Windows.Forms.Label();
     this.label4                        = new System.Windows.Forms.Label();
     this.NewWorkspaceDirectoryLabel    = new System.Windows.Forms.Label();
     this.wizardPage2                   = new Gui.Wizard.WizardPage();
     this.NewWorkspaceBrowseButton      = new System.Windows.Forms.Button();
     this.NewWorkspaceDirectoryTextBox  = new System.Windows.Forms.TextBox();
     this.NewWorkspaceHeader            = new Gui.Wizard.Header();
     this.label1                        = new System.Windows.Forms.Label();
     this.NewWorkspaceWizard.SuspendLayout();
     this.wizardPage3.SuspendLayout();
     this.wizardPage4.SuspendLayout();
     this.wizardPage1.SuspendLayout();
     this.wizardPage5.SuspendLayout();
     this.infoContainer1.SuspendLayout();
     this.wizardPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // NewWorkspaceWizard
     //
     this.NewWorkspaceWizard.Controls.Add(this.wizardPage2);
     this.NewWorkspaceWizard.Controls.Add(this.wizardPage3);
     this.NewWorkspaceWizard.Controls.Add(this.wizardPage4);
     this.NewWorkspaceWizard.Controls.Add(this.wizardPage1);
     this.NewWorkspaceWizard.Controls.Add(this.wizardPage5);
     this.NewWorkspaceWizard.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.NewWorkspaceWizard.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NewWorkspaceWizard.Location = new System.Drawing.Point(0, 0);
     this.NewWorkspaceWizard.Name     = "NewWorkspaceWizard";
     this.NewWorkspaceWizard.Pages.AddRange(new Gui.Wizard.WizardPage[] {
         this.wizardPage1,
         this.wizardPage4,
         this.wizardPage3,
         this.wizardPage2,
         this.wizardPage5
     });
     this.NewWorkspaceWizard.PushPop  = false;
     this.NewWorkspaceWizard.Size     = new System.Drawing.Size(489, 353);
     this.NewWorkspaceWizard.TabIndex = 0;
     //
     // wizardPage3
     //
     this.wizardPage3.Controls.Add(this.label2);
     this.wizardPage3.Controls.Add(this.NewWorkspacePlatformsComboBox);
     this.wizardPage3.Controls.Add(this.NewWorkspacePlatformHeader);
     this.wizardPage3.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.wizardPage3.IsFinishPage  = false;
     this.wizardPage3.Location      = new System.Drawing.Point(0, 0);
     this.wizardPage3.Name          = "wizardPage3";
     this.wizardPage3.Size          = new System.Drawing.Size(489, 305);
     this.wizardPage3.TabIndex      = 3;
     this.wizardPage3.ShowFromNext += new System.EventHandler(this.wizardPage3_ShowFromNext);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 120);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(384, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Select platform for your local workspace:";
     //
     // NewWorkspacePlatformsComboBox
     //
     this.NewWorkspacePlatformsComboBox.Location              = new System.Drawing.Point(16, 136);
     this.NewWorkspacePlatformsComboBox.Name                  = "NewWorkspacePlatformsComboBox";
     this.NewWorkspacePlatformsComboBox.Size                  = new System.Drawing.Size(461, 21);
     this.NewWorkspacePlatformsComboBox.TabIndex              = 1;
     this.NewWorkspacePlatformsComboBox.SelectedIndexChanged += new System.EventHandler(this.NewWorkspacePlatformsComboBox_SelectedIndexChanged);
     this.NewWorkspacePlatformsComboBox.TextChanged          += new System.EventHandler(this.NewWorkspacePlatformsComboBox_TextChanged);
     //
     // NewWorkspacePlatformHeader
     //
     this.NewWorkspacePlatformHeader.BackColor        = System.Drawing.SystemColors.Control;
     this.NewWorkspacePlatformHeader.CausesValidation = false;
     this.NewWorkspacePlatformHeader.Description      = "Each workspace needs a targeted platform.  MOG uses this information to insure th" +
                                                        "at it delivers the appropriate platform specific data to youe workspace.";
     this.NewWorkspacePlatformHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.NewWorkspacePlatformHeader.Image    = ((System.Drawing.Image)(resources.GetObject("NewWorkspacePlatformHeader.Image")));
     this.NewWorkspacePlatformHeader.Location = new System.Drawing.Point(0, 0);
     this.NewWorkspacePlatformHeader.Name     = "NewWorkspacePlatformHeader";
     this.NewWorkspacePlatformHeader.Size     = new System.Drawing.Size(489, 64);
     this.NewWorkspacePlatformHeader.TabIndex = 0;
     this.NewWorkspacePlatformHeader.Title    = "Select desired platform";
     //
     // wizardPage4
     //
     this.wizardPage4.Controls.Add(this.label3);
     this.wizardPage4.Controls.Add(this.NewWorkspaceBranchComboBox);
     this.wizardPage4.Controls.Add(this.header1);
     this.wizardPage4.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.wizardPage4.IsFinishPage  = false;
     this.wizardPage4.Location      = new System.Drawing.Point(0, 0);
     this.wizardPage4.Name          = "wizardPage4";
     this.wizardPage4.Size          = new System.Drawing.Size(489, 305);
     this.wizardPage4.TabIndex      = 4;
     this.wizardPage4.ShowFromNext += new System.EventHandler(this.wizardPage4_ShowFromNext);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 120);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(384, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Select branch for your local workspace:";
     //
     // NewWorkspaceBranchComboBox
     //
     this.NewWorkspaceBranchComboBox.Location              = new System.Drawing.Point(16, 136);
     this.NewWorkspaceBranchComboBox.Name                  = "NewWorkspaceBranchComboBox";
     this.NewWorkspaceBranchComboBox.Size                  = new System.Drawing.Size(461, 21);
     this.NewWorkspaceBranchComboBox.TabIndex              = 3;
     this.NewWorkspaceBranchComboBox.SelectedIndexChanged += new System.EventHandler(this.NewWorkspaceBranchComboBox_SelectedIndexChanged);
     this.NewWorkspaceBranchComboBox.TextChanged          += new System.EventHandler(this.NewWorkspaceBranchComboBox_TextChanged);
     //
     // header1
     //
     this.header1.BackColor        = System.Drawing.SystemColors.Control;
     this.header1.CausesValidation = false;
     this.header1.Description      = "In addition to a target platform, MOG also needs a target branch for this workspa" +
                                     "ce.";
     this.header1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.header1.Image    = ((System.Drawing.Image)(resources.GetObject("header1.Image")));
     this.header1.Location = new System.Drawing.Point(0, 0);
     this.header1.Name     = "header1";
     this.header1.Size     = new System.Drawing.Size(489, 64);
     this.header1.TabIndex = 0;
     this.header1.Title    = "Workspace Branch";
     //
     // wizardPage1
     //
     this.wizardPage1.Controls.Add(this.NewWorkspaceInfoPage);
     this.wizardPage1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.wizardPage1.IsFinishPage = false;
     this.wizardPage1.Location     = new System.Drawing.Point(0, 0);
     this.wizardPage1.Name         = "wizardPage1";
     this.wizardPage1.Size         = new System.Drawing.Size(489, 305);
     this.wizardPage1.TabIndex     = 1;
     //
     // NewWorkspaceInfoPage
     //
     this.NewWorkspaceInfoPage.BackColor = System.Drawing.Color.White;
     this.NewWorkspaceInfoPage.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.NewWorkspaceInfoPage.Image     = ((System.Drawing.Image)(resources.GetObject("NewWorkspaceInfoPage.Image")));
     this.NewWorkspaceInfoPage.Location  = new System.Drawing.Point(0, 0);
     this.NewWorkspaceInfoPage.Name      = "NewWorkspaceInfoPage";
     this.NewWorkspaceInfoPage.PageText  = "This wizard walks you through the steps of creating a local workpace for your new" +
                                           "ly logged in project.";
     this.NewWorkspaceInfoPage.PageTitle = "Welcome to the new local workspace wizard";
     this.NewWorkspaceInfoPage.Size      = new System.Drawing.Size(489, 305);
     this.NewWorkspaceInfoPage.TabIndex  = 0;
     //
     // wizardPage5
     //
     this.wizardPage5.Controls.Add(this.infoContainer1);
     this.wizardPage5.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.wizardPage5.IsFinishPage  = true;
     this.wizardPage5.Location      = new System.Drawing.Point(0, 0);
     this.wizardPage5.Name          = "wizardPage5";
     this.wizardPage5.Size          = new System.Drawing.Size(489, 305);
     this.wizardPage5.TabIndex      = 5;
     this.wizardPage5.ShowFromNext += new System.EventHandler(this.wizardPage5_ShowFromNext);
     //
     // infoContainer1
     //
     this.infoContainer1.BackColor = System.Drawing.Color.White;
     this.infoContainer1.Controls.Add(this.NewWorkspaceMergeCheckBox);
     this.infoContainer1.Controls.Add(this.NewWorkspacePlatformLabel);
     this.infoContainer1.Controls.Add(this.NewWorkspaceBranchLabel);
     this.infoContainer1.Controls.Add(this.label5);
     this.infoContainer1.Controls.Add(this.label4);
     this.infoContainer1.Controls.Add(this.NewWorkspaceDirectoryLabel);
     this.infoContainer1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.infoContainer1.Image     = ((System.Drawing.Image)(resources.GetObject("infoContainer1.Image")));
     this.infoContainer1.Location  = new System.Drawing.Point(0, 0);
     this.infoContainer1.Name      = "infoContainer1";
     this.infoContainer1.PageTitle = "Your new local workspace is now complete!";
     this.infoContainer1.Size      = new System.Drawing.Size(489, 305);
     this.infoContainer1.TabIndex  = 0;
     //
     // NewWorkspaceMergeCheckBox
     //
     this.NewWorkspaceMergeCheckBox.AutoSize   = true;
     this.NewWorkspaceMergeCheckBox.Checked    = true;
     this.NewWorkspaceMergeCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.NewWorkspaceMergeCheckBox.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.NewWorkspaceMergeCheckBox.Location   = new System.Drawing.Point(249, 189);
     this.NewWorkspaceMergeCheckBox.Name       = "NewWorkspaceMergeCheckBox";
     this.NewWorkspaceMergeCheckBox.Size       = new System.Drawing.Size(243, 18);
     this.NewWorkspaceMergeCheckBox.TabIndex   = 13;
     this.NewWorkspaceMergeCheckBox.Text       = "Update this local workspace with latest build";
     this.NewWorkspaceMergeCheckBox.UseVisualStyleBackColor = true;
     //
     // NewWorkspacePlatformLabel
     //
     this.NewWorkspacePlatformLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.NewWorkspacePlatformLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.NewWorkspacePlatformLabel.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NewWorkspacePlatformLabel.Location    = new System.Drawing.Point(248, 152);
     this.NewWorkspacePlatformLabel.Name        = "NewWorkspacePlatformLabel";
     this.NewWorkspacePlatformLabel.Size        = new System.Drawing.Size(233, 16);
     this.NewWorkspacePlatformLabel.TabIndex    = 12;
     this.NewWorkspacePlatformLabel.Text        = "c:\\bla";
     this.NewWorkspacePlatformLabel.BackColor   = Color.PaleGreen;
     //
     // NewWorkspaceBranchLabel
     //
     this.NewWorkspaceBranchLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.NewWorkspaceBranchLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.NewWorkspaceBranchLabel.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NewWorkspaceBranchLabel.Location    = new System.Drawing.Point(248, 136);
     this.NewWorkspaceBranchLabel.Name        = "NewWorkspaceBranchLabel";
     this.NewWorkspaceBranchLabel.Size        = new System.Drawing.Size(233, 16);
     this.NewWorkspaceBranchLabel.TabIndex    = 11;
     this.NewWorkspaceBranchLabel.Text        = "c:\\bla";
     this.NewWorkspaceBranchLabel.BackColor   = Color.PaleGreen;
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(176, 96);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(248, 24);
     this.label5.TabIndex = 10;
     this.label5.Text     = "New local workspace";
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(176, 122);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 48);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Target: Branch: Platform:";
     //
     // NewWorkspaceDirectoryLabel
     //
     this.NewWorkspaceDirectoryLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.NewWorkspaceDirectoryLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.NewWorkspaceDirectoryLabel.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NewWorkspaceDirectoryLabel.Location    = new System.Drawing.Point(248, 120);
     this.NewWorkspaceDirectoryLabel.Name        = "NewWorkspaceDirectoryLabel";
     this.NewWorkspaceDirectoryLabel.Size        = new System.Drawing.Size(233, 16);
     this.NewWorkspaceDirectoryLabel.TabIndex    = 8;
     this.NewWorkspaceDirectoryLabel.Text        = "c:\\bla";
     this.NewWorkspaceDirectoryLabel.BackColor   = Color.PaleGreen;
     //
     // wizardPage2
     //
     this.wizardPage2.Controls.Add(this.NewWorkspaceBrowseButton);
     this.wizardPage2.Controls.Add(this.NewWorkspaceDirectoryTextBox);
     this.wizardPage2.Controls.Add(this.NewWorkspaceHeader);
     this.wizardPage2.Controls.Add(this.label1);
     this.wizardPage2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.wizardPage2.IsFinishPage  = false;
     this.wizardPage2.Location      = new System.Drawing.Point(0, 0);
     this.wizardPage2.Name          = "wizardPage2";
     this.wizardPage2.Size          = new System.Drawing.Size(489, 305);
     this.wizardPage2.TabIndex      = 2;
     this.wizardPage2.ShowFromNext += new System.EventHandler(this.wizardPage2_ShowFromNext);
     //
     // NewWorkspaceBrowseButton
     //
     this.NewWorkspaceBrowseButton.Location = new System.Drawing.Point(453, 136);
     this.NewWorkspaceBrowseButton.Name     = "NewWorkspaceBrowseButton";
     this.NewWorkspaceBrowseButton.Size     = new System.Drawing.Size(24, 21);
     this.NewWorkspaceBrowseButton.TabIndex = 2;
     this.NewWorkspaceBrowseButton.Text     = "...";
     this.NewWorkspaceBrowseButton.Click   += new System.EventHandler(this.NewWorkspaceBrowseButton_Click);
     //
     // NewWorkspaceDirectoryTextBox
     //
     this.NewWorkspaceDirectoryTextBox.Location     = new System.Drawing.Point(16, 136);
     this.NewWorkspaceDirectoryTextBox.Name         = "NewWorkspaceDirectoryTextBox";
     this.NewWorkspaceDirectoryTextBox.Size         = new System.Drawing.Size(431, 21);
     this.NewWorkspaceDirectoryTextBox.TabIndex     = 1;
     this.NewWorkspaceDirectoryTextBox.TextChanged += new System.EventHandler(this.NewWorkspaceDirectoryTextBox_TextChanged);
     //
     // NewWorkspaceHeader
     //
     this.NewWorkspaceHeader.BackColor        = System.Drawing.SystemColors.Control;
     this.NewWorkspaceHeader.CausesValidation = false;
     this.NewWorkspaceHeader.Description      = "Enter directory for MOG to save all synced data for this new project.";
     this.NewWorkspaceHeader.Dock             = System.Windows.Forms.DockStyle.Top;
     this.NewWorkspaceHeader.Image            = ((System.Drawing.Image)(resources.GetObject("NewWorkspaceHeader.Image")));
     this.NewWorkspaceHeader.Location         = new System.Drawing.Point(0, 0);
     this.NewWorkspaceHeader.Name             = "NewWorkspaceHeader";
     this.NewWorkspaceHeader.Size             = new System.Drawing.Size(489, 64);
     this.NewWorkspaceHeader.TabIndex         = 0;
     this.NewWorkspaceHeader.Title            = "Select target directory";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 120);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(392, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Enter or browse to a directory to become your new local workspace:";
     //
     // CreateNewWorkspaceWizard
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(489, 353);
     this.Controls.Add(this.NewWorkspaceWizard);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "CreateNewWorkspaceWizard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Create New Workspace Wizard";
     this.NewWorkspaceWizard.ResumeLayout(false);
     this.wizardPage3.ResumeLayout(false);
     this.wizardPage4.ResumeLayout(false);
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage5.ResumeLayout(false);
     this.infoContainer1.ResumeLayout(false);
     this.infoContainer1.PerformLayout();
     this.wizardPage2.ResumeLayout(false);
     this.wizardPage2.PerformLayout();
     this.ResumeLayout(false);
 }