/// <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(BrowseWorkspaceDirectory));
     this.MogControl_LocalBranchTreeView = new MOG_ControlsLibrary.Common.MogControl_LocalBranchTreeView.MogControl_LocalBranchTreeView();
     this.BrowseOkButton      = new System.Windows.Forms.Button();
     this.BrowseCancelButton  = new System.Windows.Forms.Button();
     this.BrowseTargetTextBox = new System.Windows.Forms.TextBox();
     this.SuspendLayout();
     //
     // MogControl_LocalBranchTreeView
     //
     this.MogControl_LocalBranchTreeView.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.MogControl_LocalBranchTreeView.Location = new System.Drawing.Point(5, 32);
     this.MogControl_LocalBranchTreeView.MOGAllowDirectoryOpperations = true;
     this.MogControl_LocalBranchTreeView.MOGShowFiles          = false;
     this.MogControl_LocalBranchTreeView.MOGSorted             = true;
     this.MogControl_LocalBranchTreeView.Name                  = "MogControl_LocalBranchTreeView";
     this.MogControl_LocalBranchTreeView.Size                  = new System.Drawing.Size(280, 192);
     this.MogControl_LocalBranchTreeView.TabIndex              = 0;
     this.MogControl_LocalBranchTreeView.MOGAfterTargetSelect += new MOG_ControlsLibrary.Common.MogControl_LocalBranchTreeView.MogControl_LocalBranchTreeView.TreeViewEvent(this.MogControl_LocalBranchTreeView_MOGAfterTargetSelect);
     //
     // BrowseOkButton
     //
     this.BrowseOkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.BrowseOkButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.BrowseOkButton.Location     = new System.Drawing.Point(208, 240);
     this.BrowseOkButton.Name         = "BrowseOkButton";
     this.BrowseOkButton.TabIndex     = 1;
     this.BrowseOkButton.Text         = "Ok";
     //
     // BrowseCancelButton
     //
     this.BrowseCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BrowseCancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.BrowseCancelButton.Location     = new System.Drawing.Point(128, 240);
     this.BrowseCancelButton.Name         = "BrowseCancelButton";
     this.BrowseCancelButton.TabIndex     = 2;
     this.BrowseCancelButton.Text         = "Cancel";
     //
     // BrowseTargetTextBox
     //
     this.BrowseTargetTextBox.Location     = new System.Drawing.Point(5, 8);
     this.BrowseTargetTextBox.Name         = "BrowseTargetTextBox";
     this.BrowseTargetTextBox.Size         = new System.Drawing.Size(281, 20);
     this.BrowseTargetTextBox.TabIndex     = 3;
     this.BrowseTargetTextBox.Text         = "";
     this.BrowseTargetTextBox.TextChanged += new System.EventHandler(this.BrowseTargetTextBox_TextChanged);
     //
     // BrowseWorkspaceDirectory
     //
     this.AcceptButton      = this.BrowseOkButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.BrowseCancelButton;
     this.ClientSize        = new System.Drawing.Size(292, 269);
     this.Controls.Add(this.BrowseTargetTextBox);
     this.Controls.Add(this.BrowseCancelButton);
     this.Controls.Add(this.BrowseOkButton);
     this.Controls.Add(this.MogControl_LocalBranchTreeView);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.Name            = "BrowseWorkspaceDirectory";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Browse Workspace Directory";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.BrowseWorkspaceDirectory_KeyDown);
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.BrowseWorkspaceDirectory_Closing);
     this.ResumeLayout(false);
 }
 /// <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(CreateNewLocalBranchForm));
     this.NewLocalPlaformComboBox = new System.Windows.Forms.ComboBox();
     this.NewLocalOkButton        = new System.Windows.Forms.Button();
     this.NewLocalCancelButton    = new System.Windows.Forms.Button();
     this.NewLocalBranchComboBox  = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.NewLocalTargetTextBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.NewLocalMogControl_LocalBranchTreeView = new MOG_ControlsLibrary.Common.MogControl_LocalBranchTreeView.MogControl_LocalBranchTreeView();
     this.SuspendLayout();
     //
     // NewLocalPlaformComboBox
     //
     this.NewLocalPlaformComboBox.Location     = new System.Drawing.Point(8, 62);
     this.NewLocalPlaformComboBox.Name         = "NewLocalPlaformComboBox";
     this.NewLocalPlaformComboBox.Size         = new System.Drawing.Size(121, 21);
     this.NewLocalPlaformComboBox.TabIndex     = 1;
     this.NewLocalPlaformComboBox.Text         = "Select platform";
     this.NewLocalPlaformComboBox.TextChanged += new System.EventHandler(this.NewLocalPlaformComboBox_TextChanged);
     //
     // NewLocalOkButton
     //
     this.NewLocalOkButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.NewLocalOkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.NewLocalOkButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.NewLocalOkButton.Location     = new System.Drawing.Point(158, 298);
     this.NewLocalOkButton.Name         = "NewLocalOkButton";
     this.NewLocalOkButton.Size         = new System.Drawing.Size(75, 23);
     this.NewLocalOkButton.TabIndex     = 3;
     this.NewLocalOkButton.Text         = "OK";
     //
     // NewLocalCancelButton
     //
     this.NewLocalCancelButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.NewLocalCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.NewLocalCancelButton.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.NewLocalCancelButton.Location     = new System.Drawing.Point(78, 298);
     this.NewLocalCancelButton.Name         = "NewLocalCancelButton";
     this.NewLocalCancelButton.Size         = new System.Drawing.Size(75, 23);
     this.NewLocalCancelButton.TabIndex     = 4;
     this.NewLocalCancelButton.Text         = "Cancel";
     //
     // NewLocalBranchComboBox
     //
     this.NewLocalBranchComboBox.Location     = new System.Drawing.Point(8, 16);
     this.NewLocalBranchComboBox.Name         = "NewLocalBranchComboBox";
     this.NewLocalBranchComboBox.Size         = new System.Drawing.Size(121, 21);
     this.NewLocalBranchComboBox.TabIndex     = 5;
     this.NewLocalBranchComboBox.Text         = "Branch";
     this.NewLocalBranchComboBox.TextChanged += new System.EventHandler(this.NewLocalBranchComboBox_TextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(192, 16);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Select current branch";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 46);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(192, 16);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Select current platform";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 144);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(192, 16);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Select target directory for update";
     //
     // NewLocalTargetTextBox
     //
     this.NewLocalTargetTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.NewLocalTargetTextBox.Location     = new System.Drawing.Point(8, 112);
     this.NewLocalTargetTextBox.Name         = "NewLocalTargetTextBox";
     this.NewLocalTargetTextBox.Size         = new System.Drawing.Size(224, 20);
     this.NewLocalTargetTextBox.TabIndex     = 10;
     this.NewLocalTargetTextBox.TextChanged += new System.EventHandler(this.NewLocalTargetTextBox_TextChanged);
     this.NewLocalTargetTextBox.Validated   += new System.EventHandler(this.NewLocalTargetTextBox_Validated);
     this.NewLocalTargetTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.CreateNewLocalBranchForm_KeyDown);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 96);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(192, 16);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Current Target Workspace";
     //
     // NewLocalMogControl_LocalBranchTreeView
     //
     this.NewLocalMogControl_LocalBranchTreeView.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.NewLocalMogControl_LocalBranchTreeView.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NewLocalMogControl_LocalBranchTreeView.Location = new System.Drawing.Point(8, 160);
     this.NewLocalMogControl_LocalBranchTreeView.MOGAllowDirectoryOpperations = true;
     this.NewLocalMogControl_LocalBranchTreeView.MOGShowFiles          = false;
     this.NewLocalMogControl_LocalBranchTreeView.MOGSorted             = false;
     this.NewLocalMogControl_LocalBranchTreeView.Name                  = "NewLocalMogControl_LocalBranchTreeView";
     this.NewLocalMogControl_LocalBranchTreeView.Size                  = new System.Drawing.Size(230, 136);
     this.NewLocalMogControl_LocalBranchTreeView.TabIndex              = 6;
     this.NewLocalMogControl_LocalBranchTreeView.MOGAfterTargetSelect += new MOG_ControlsLibrary.Common.MogControl_LocalBranchTreeView.MogControl_LocalBranchTreeView.TreeViewEvent(this.NewLocalMogControl_LocalBranchTreeView_MOGAfterTargetSelect);
     //
     // CreateNewLocalBranchForm
     //
     this.AcceptButton      = this.NewLocalOkButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.NewLocalCancelButton;
     this.ClientSize        = new System.Drawing.Size(248, 329);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.NewLocalTargetTextBox);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.NewLocalMogControl_LocalBranchTreeView);
     this.Controls.Add(this.NewLocalBranchComboBox);
     this.Controls.Add(this.NewLocalCancelButton);
     this.Controls.Add(this.NewLocalOkButton);
     this.Controls.Add(this.NewLocalPlaformComboBox);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Name          = "CreateNewLocalBranchForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Create new Workspace";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.CreateNewLocalBranchForm_Closing);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.CreateNewLocalBranchForm_KeyDown);
     this.ResumeLayout(false);
     this.PerformLayout();
 }