public TipWindow(ExpandingLabel label)
            {
                this.label = label;
                this.Owner = label.FindForm();

                this.ControlBox      = false;
                this.MaximizeBox     = false;
                this.MinimizeBox     = false;
                this.BackColor       = Color.LightYellow;
                this.FormBorderStyle = FormBorderStyle.None;
                this.StartPosition   = FormStartPosition.Manual;
            }
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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NUnitForm));
            this.statusBar = new NUnit.UiKit.StatusBar();
            this.mainMenu = new System.Windows.Forms.MainMenu(this.components);
            this.fileMenu = new System.Windows.Forms.MenuItem();
            this.newMenuItem = new System.Windows.Forms.MenuItem();
            this.openMenuItem = new System.Windows.Forms.MenuItem();
            this.closeMenuItem = new System.Windows.Forms.MenuItem();
            this.fileMenuSeparator1 = new System.Windows.Forms.MenuItem();
            this.saveMenuItem = new System.Windows.Forms.MenuItem();
            this.saveAsMenuItem = new System.Windows.Forms.MenuItem();
            this.fileMenuSeparator2 = new System.Windows.Forms.MenuItem();
            this.reloadProjectMenuItem = new System.Windows.Forms.MenuItem();
            this.reloadTestsMenuItem = new System.Windows.Forms.MenuItem();
            this.runtimeMenuItem = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.recentProjectsMenu = new System.Windows.Forms.MenuItem();
            this.fileMenuSeparator4 = new System.Windows.Forms.MenuItem();
            this.exitMenuItem = new System.Windows.Forms.MenuItem();
            this.viewMenu = new System.Windows.Forms.MenuItem();
            this.fullGuiMenuItem = new System.Windows.Forms.MenuItem();
            this.miniGuiMenuItem = new System.Windows.Forms.MenuItem();
            this.viewMenuSeparator1 = new System.Windows.Forms.MenuItem();
            this.viewMenuSeparator2 = new System.Windows.Forms.MenuItem();
            this.guiFontMenuItem = new System.Windows.Forms.MenuItem();
            this.increaseFontMenuItem = new System.Windows.Forms.MenuItem();
            this.decreaseFontMenuItem = new System.Windows.Forms.MenuItem();
            this.fontMenuSeparator = new System.Windows.Forms.MenuItem();
            this.fontChangeMenuItem = new System.Windows.Forms.MenuItem();
            this.defaultFontMenuItem = new System.Windows.Forms.MenuItem();
            this.fixedFontMenuItem = new System.Windows.Forms.MenuItem();
            this.increaseFixedFontMenuItem = new System.Windows.Forms.MenuItem();
            this.decreaseFixedFontMenuItem = new System.Windows.Forms.MenuItem();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.restoreFixedFontMenuItem = new System.Windows.Forms.MenuItem();
            this.viewMenuSeparator3 = new System.Windows.Forms.MenuItem();
            this.statusBarMenuItem = new System.Windows.Forms.MenuItem();
            this.projectMenu = new System.Windows.Forms.MenuItem();
            this.configMenuItem = new System.Windows.Forms.MenuItem();
            this.projectMenuSeparator1 = new System.Windows.Forms.MenuItem();
            this.addAssemblyMenuItem = new System.Windows.Forms.MenuItem();
            this.addVSProjectMenuItem = new System.Windows.Forms.MenuItem();
            this.projectMenuSeparator2 = new System.Windows.Forms.MenuItem();
            this.editProjectMenuItem = new System.Windows.Forms.MenuItem();
            this.testMenu = new System.Windows.Forms.MenuItem();
            this.runAllMenuItem = new System.Windows.Forms.MenuItem();
            this.runSelectedMenuItem = new System.Windows.Forms.MenuItem();
            this.runFailedMenuItem = new System.Windows.Forms.MenuItem();
            this.testMenuSeparator = new System.Windows.Forms.MenuItem();
            this.stopRunMenuItem = new System.Windows.Forms.MenuItem();
            this.toolsMenu = new System.Windows.Forms.MenuItem();
            this.assemblyDetailsMenuItem = new System.Windows.Forms.MenuItem();
            this.saveXmlResultsMenuItem = new System.Windows.Forms.MenuItem();
            this.exceptionDetailsMenuItem = new System.Windows.Forms.MenuItem();
            this.openLogDirectoryMenuItem = new System.Windows.Forms.MenuItem();
            this.toolsMenuSeparator1 = new System.Windows.Forms.MenuItem();
            this.settingsMenuItem = new System.Windows.Forms.MenuItem();
            this.toolsMenuSeparator2 = new System.Windows.Forms.MenuItem();
            this.addinInfoMenuItem = new System.Windows.Forms.MenuItem();
            this.helpItem = new System.Windows.Forms.MenuItem();
            this.helpMenuItem = new System.Windows.Forms.MenuItem();
            this.helpMenuSeparator1 = new System.Windows.Forms.MenuItem();
            this.aboutMenuItem = new System.Windows.Forms.MenuItem();
            this.treeSplitter = new System.Windows.Forms.Splitter();
            this.rightPanel = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.suiteName = new CP.Windows.Forms.ExpandingLabel();
            this.runCount = new CP.Windows.Forms.ExpandingLabel();
            this.stopButton = new System.Windows.Forms.Button();
            this.runButton = new System.Windows.Forms.Button();
            this.progressBar = new NUnit.UiKit.TestProgressBar();
            this.resultTabs = new NUnit.UiKit.ResultTabs();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.testTree = new NUnit.UiKit.TestTree();
            this.leftPanel = new System.Windows.Forms.Panel();
            this.rightPanel.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.leftPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // statusBar
            // 
            this.statusBar.DisplayTestProgress = true;
            this.statusBar.Location = new System.Drawing.Point(0, 407);
            this.statusBar.Name = "statusBar";
            this.statusBar.ShowPanels = true;
            this.statusBar.Size = new System.Drawing.Size(744, 24);
            this.statusBar.TabIndex = 0;
            this.statusBar.Text = "Status";
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.fileMenu,
            this.viewMenu,
            this.projectMenu,
            this.testMenu,
            this.toolsMenu,
            this.helpItem});
            // 
            // fileMenu
            // 
            this.fileMenu.Index = 0;
            this.fileMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.newMenuItem,
            this.openMenuItem,
            this.closeMenuItem,
            this.fileMenuSeparator1,
            this.saveMenuItem,
            this.saveAsMenuItem,
            this.fileMenuSeparator2,
            this.reloadProjectMenuItem,
            this.reloadTestsMenuItem,
            this.runtimeMenuItem,
            this.menuItem2,
            this.recentProjectsMenu,
            this.fileMenuSeparator4,
            this.exitMenuItem});
            this.fileMenu.Text = "&File";
            this.fileMenu.Popup += new System.EventHandler(this.fileMenu_Popup);
            // 
            // newMenuItem
            // 
            this.newMenuItem.Index = 0;
            this.newMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
            this.newMenuItem.Text = "&New Project...";
            this.newMenuItem.Click += new System.EventHandler(this.newMenuItem_Click);
            // 
            // openMenuItem
            // 
            this.openMenuItem.Index = 1;
            this.openMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
            this.openMenuItem.Text = "&Open Project...";
            this.openMenuItem.Click += new System.EventHandler(this.openMenuItem_Click);
            // 
            // closeMenuItem
            // 
            this.closeMenuItem.Index = 2;
            this.closeMenuItem.Text = "&Close";
            this.closeMenuItem.Click += new System.EventHandler(this.closeMenuItem_Click);
            // 
            // fileMenuSeparator1
            // 
            this.fileMenuSeparator1.Index = 3;
            this.fileMenuSeparator1.Text = "-";
            // 
            // saveMenuItem
            // 
            this.saveMenuItem.Index = 4;
            this.saveMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
            this.saveMenuItem.Text = "&Save";
            this.saveMenuItem.Click += new System.EventHandler(this.saveMenuItem_Click);
            // 
            // saveAsMenuItem
            // 
            this.saveAsMenuItem.Index = 5;
            this.saveAsMenuItem.Text = "Save &As...";
            this.saveAsMenuItem.Click += new System.EventHandler(this.saveAsMenuItem_Click);
            // 
            // fileMenuSeparator2
            // 
            this.fileMenuSeparator2.Index = 6;
            this.fileMenuSeparator2.Text = "-";
            // 
            // reloadProjectMenuItem
            // 
            this.reloadProjectMenuItem.Index = 7;
            this.reloadProjectMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlL;
            this.reloadProjectMenuItem.Text = "Re&load Project";
            this.reloadProjectMenuItem.Click += new System.EventHandler(this.reloadProjectMenuItem_Click);
            // 
            // reloadTestsMenuItem
            // 
            this.reloadTestsMenuItem.Index = 8;
            this.reloadTestsMenuItem.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
            this.reloadTestsMenuItem.Text = "&Reload Tests";
            this.reloadTestsMenuItem.Click += new System.EventHandler(this.reloadTestsMenuItem_Click);
            // 
            // runtimeMenuItem
            // 
            this.runtimeMenuItem.Index = 9;
            this.runtimeMenuItem.Text = "  Select R&untime";
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 10;
            this.menuItem2.Text = "-";
            // 
            // recentProjectsMenu
            // 
            this.recentProjectsMenu.Index = 11;
            this.recentProjectsMenu.Text = "Recent &Projects";
            // 
            // fileMenuSeparator4
            // 
            this.fileMenuSeparator4.Index = 12;
            this.fileMenuSeparator4.Text = "-";
            // 
            // exitMenuItem
            // 
            this.exitMenuItem.Index = 13;
            this.exitMenuItem.Text = "E&xit";
            this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
            // 
            // viewMenu
            // 
            this.viewMenu.Index = 1;
            this.viewMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.fullGuiMenuItem,
            this.miniGuiMenuItem,
            this.viewMenuSeparator1,
            this.viewMenuSeparator2,
            this.guiFontMenuItem,
            this.fixedFontMenuItem,
            this.viewMenuSeparator3,
            this.statusBarMenuItem});
            this.viewMenu.Text = "&View";
            this.viewMenu.Popup += new System.EventHandler(this.viewMenu_Popup);
            // 
            // fullGuiMenuItem
            // 
            this.fullGuiMenuItem.Checked = true;
            this.fullGuiMenuItem.Index = 0;
            this.fullGuiMenuItem.RadioCheck = true;
            this.fullGuiMenuItem.Text = "&Full GUI";
            this.fullGuiMenuItem.Click += new System.EventHandler(this.fullGuiMenuItem_Click);
            // 
            // miniGuiMenuItem
            // 
            this.miniGuiMenuItem.Index = 1;
            this.miniGuiMenuItem.RadioCheck = true;
            this.miniGuiMenuItem.Text = "&Mini GUI";
            this.miniGuiMenuItem.Click += new System.EventHandler(this.miniGuiMenuItem_Click);
            // 
            // viewMenuSeparator1
            // 
            this.viewMenuSeparator1.Index = 2;
            this.viewMenuSeparator1.Text = "-";
            // 
            // viewMenuSeparator2
            // 
            this.viewMenuSeparator2.Index = 3;
            this.viewMenuSeparator2.Text = "-";
            // 
            // guiFontMenuItem
            // 
            this.guiFontMenuItem.Index = 4;
            this.guiFontMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.increaseFontMenuItem,
            this.decreaseFontMenuItem,
            this.fontMenuSeparator,
            this.fontChangeMenuItem,
            this.defaultFontMenuItem});
            this.guiFontMenuItem.Text = "GUI Fo&nt";
            // 
            // increaseFontMenuItem
            // 
            this.increaseFontMenuItem.Index = 0;
            this.increaseFontMenuItem.Text = "&Increase";
            this.increaseFontMenuItem.Click += new System.EventHandler(this.increaseFontMenuItem_Click);
            // 
            // decreaseFontMenuItem
            // 
            this.decreaseFontMenuItem.Index = 1;
            this.decreaseFontMenuItem.Text = "&Decrease";
            this.decreaseFontMenuItem.Click += new System.EventHandler(this.decreaseFontMenuItem_Click);
            // 
            // fontMenuSeparator
            // 
            this.fontMenuSeparator.Index = 2;
            this.fontMenuSeparator.Text = "-";
            // 
            // fontChangeMenuItem
            // 
            this.fontChangeMenuItem.Index = 3;
            this.fontChangeMenuItem.Text = "&Change...";
            this.fontChangeMenuItem.Click += new System.EventHandler(this.fontChangeMenuItem_Click);
            // 
            // defaultFontMenuItem
            // 
            this.defaultFontMenuItem.Index = 4;
            this.defaultFontMenuItem.Text = "&Restore";
            this.defaultFontMenuItem.Click += new System.EventHandler(this.defaultFontMenuItem_Click);
            // 
            // fixedFontMenuItem
            // 
            this.fixedFontMenuItem.Index = 5;
            this.fixedFontMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.increaseFixedFontMenuItem,
            this.decreaseFixedFontMenuItem,
            this.menuItem1,
            this.restoreFixedFontMenuItem});
            this.fixedFontMenuItem.Text = "Fi&xed Font";
            // 
            // increaseFixedFontMenuItem
            // 
            this.increaseFixedFontMenuItem.Index = 0;
            this.increaseFixedFontMenuItem.Text = "&Increase";
            this.increaseFixedFontMenuItem.Click += new System.EventHandler(this.increaseFixedFontMenuItem_Click);
            // 
            // decreaseFixedFontMenuItem
            // 
            this.decreaseFixedFontMenuItem.Index = 1;
            this.decreaseFixedFontMenuItem.Text = "&Decrease";
            this.decreaseFixedFontMenuItem.Click += new System.EventHandler(this.decreaseFixedFontMenuItem_Click);
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 2;
            this.menuItem1.Text = "-";
            // 
            // restoreFixedFontMenuItem
            // 
            this.restoreFixedFontMenuItem.Index = 3;
            this.restoreFixedFontMenuItem.Text = "&Restore";
            this.restoreFixedFontMenuItem.Click += new System.EventHandler(this.restoreFixedFontMenuItem_Click);
            // 
            // viewMenuSeparator3
            // 
            this.viewMenuSeparator3.Index = 6;
            this.viewMenuSeparator3.Text = "-";
            // 
            // statusBarMenuItem
            // 
            this.statusBarMenuItem.Checked = true;
            this.statusBarMenuItem.Index = 7;
            this.statusBarMenuItem.Text = "&Status Bar";
            this.statusBarMenuItem.Click += new System.EventHandler(this.statusBarMenuItem_Click);
            // 
            // projectMenu
            // 
            this.projectMenu.Index = 2;
            this.projectMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.configMenuItem,
            this.projectMenuSeparator1,
            this.addAssemblyMenuItem,
            this.addVSProjectMenuItem,
            this.projectMenuSeparator2,
            this.editProjectMenuItem});
            this.projectMenu.Text = "&Project";
            this.projectMenu.Visible = false;
            this.projectMenu.Popup += new System.EventHandler(this.projectMenu_Popup);
            // 
            // configMenuItem
            // 
            this.configMenuItem.Index = 0;
            this.configMenuItem.Text = "&Configurations";
            // 
            // projectMenuSeparator1
            // 
            this.projectMenuSeparator1.Index = 1;
            this.projectMenuSeparator1.Text = "-";
            // 
            // addAssemblyMenuItem
            // 
            this.addAssemblyMenuItem.Index = 2;
            this.addAssemblyMenuItem.Text = "Add Assembly...";
            this.addAssemblyMenuItem.Click += new System.EventHandler(this.addAssemblyMenuItem_Click);
            // 
            // addVSProjectMenuItem
            // 
            this.addVSProjectMenuItem.Index = 3;
            this.addVSProjectMenuItem.Text = "Add VS Project...";
            this.addVSProjectMenuItem.Click += new System.EventHandler(this.addVSProjectMenuItem_Click);
            // 
            // projectMenuSeparator2
            // 
            this.projectMenuSeparator2.Index = 4;
            this.projectMenuSeparator2.Text = "-";
            // 
            // editProjectMenuItem
            // 
            this.editProjectMenuItem.Index = 5;
            this.editProjectMenuItem.Text = "Edit...";
            this.editProjectMenuItem.Click += new System.EventHandler(this.editProjectMenuItem_Click);
            // 
            // testMenu
            // 
            this.testMenu.Index = 3;
            this.testMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.runAllMenuItem,
            this.runSelectedMenuItem,
            this.runFailedMenuItem,
            this.testMenuSeparator,
            this.stopRunMenuItem});
            this.testMenu.Text = "&Tests";
            // 
            // runAllMenuItem
            // 
            this.runAllMenuItem.Index = 0;
            this.runAllMenuItem.Shortcut = System.Windows.Forms.Shortcut.F5;
            this.runAllMenuItem.Text = "&Run All";
            this.runAllMenuItem.Click += new System.EventHandler(this.runAllMenuItem_Click);
            // 
            // runSelectedMenuItem
            // 
            this.runSelectedMenuItem.Index = 1;
            this.runSelectedMenuItem.Shortcut = System.Windows.Forms.Shortcut.F6;
            this.runSelectedMenuItem.Text = "Run &Selected";
            this.runSelectedMenuItem.Click += new System.EventHandler(this.runSelectedMenuItem_Click);
            // 
            // runFailedMenuItem
            // 
            this.runFailedMenuItem.Enabled = false;
            this.runFailedMenuItem.Index = 2;
            this.runFailedMenuItem.Shortcut = System.Windows.Forms.Shortcut.F7;
            this.runFailedMenuItem.Text = "Run &Failed";
            this.runFailedMenuItem.Click += new System.EventHandler(this.runFailedMenuItem_Click);
            // 
            // testMenuSeparator
            // 
            this.testMenuSeparator.Index = 3;
            this.testMenuSeparator.Text = "-";
            // 
            // stopRunMenuItem
            // 
            this.stopRunMenuItem.Index = 4;
            this.stopRunMenuItem.Text = "S&top Run";
            this.stopRunMenuItem.Click += new System.EventHandler(this.stopRunMenuItem_Click);
            // 
            // toolsMenu
            // 
            this.toolsMenu.Index = 4;
            this.toolsMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.assemblyDetailsMenuItem,
            this.saveXmlResultsMenuItem,
            this.exceptionDetailsMenuItem,
            this.openLogDirectoryMenuItem,
            this.toolsMenuSeparator1,
            this.settingsMenuItem,
            this.toolsMenuSeparator2,
            this.addinInfoMenuItem});
            this.toolsMenu.Text = "T&ools";
            this.toolsMenu.Popup += new System.EventHandler(this.toolsMenu_Popup);
            // 
            // assemblyDetailsMenuItem
            // 
            this.assemblyDetailsMenuItem.Index = 0;
            this.assemblyDetailsMenuItem.Text = "&Test Assemblies...";
            this.assemblyDetailsMenuItem.Click += new System.EventHandler(this.assemblyDetailsMenuItem_Click);
            // 
            // saveXmlResultsMenuItem
            // 
            this.saveXmlResultsMenuItem.Index = 1;
            this.saveXmlResultsMenuItem.Text = "&Save Results as XML...";
            this.saveXmlResultsMenuItem.Click += new System.EventHandler(this.saveXmlResultsMenuItem_Click);
            // 
            // exceptionDetailsMenuItem
            // 
            this.exceptionDetailsMenuItem.Index = 2;
            this.exceptionDetailsMenuItem.Text = "&Exception Details...";
            this.exceptionDetailsMenuItem.Click += new System.EventHandler(this.exceptionDetailsMenuItem_Click);
            // 
            // openLogDirectoryMenuItem
            // 
            this.openLogDirectoryMenuItem.Index = 3;
            this.openLogDirectoryMenuItem.Text = "Open &Log Directory...";
            this.openLogDirectoryMenuItem.Click += new System.EventHandler(this.openLogDirectoryMenuItem_Click);
            // 
            // toolsMenuSeparator1
            // 
            this.toolsMenuSeparator1.Index = 4;
            this.toolsMenuSeparator1.Text = "-";
            // 
            // settingsMenuItem
            // 
            this.settingsMenuItem.Index = 5;
            this.settingsMenuItem.Text = "&Settings...";
            this.settingsMenuItem.Click += new System.EventHandler(this.settingsMenuItem_Click);
            // 
            // toolsMenuSeparator2
            // 
            this.toolsMenuSeparator2.Index = 6;
            this.toolsMenuSeparator2.Text = "-";
            // 
            // addinInfoMenuItem
            // 
            this.addinInfoMenuItem.Index = 7;
            this.addinInfoMenuItem.Text = "Addins...";
            this.addinInfoMenuItem.Click += new System.EventHandler(this.addinInfoMenuItem_Click);
            // 
            // helpItem
            // 
            this.helpItem.Index = 5;
            this.helpItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.helpMenuItem,
            this.helpMenuSeparator1,
            this.aboutMenuItem});
            this.helpItem.Text = "&Help";
            // 
            // helpMenuItem
            // 
            this.helpMenuItem.Index = 0;
            this.helpMenuItem.Shortcut = System.Windows.Forms.Shortcut.F1;
            this.helpMenuItem.Text = "NUnit &Help...";
            this.helpMenuItem.Click += new System.EventHandler(this.helpMenuItem_Click);
            // 
            // helpMenuSeparator1
            // 
            this.helpMenuSeparator1.Index = 1;
            this.helpMenuSeparator1.Text = "-";
            // 
            // aboutMenuItem
            // 
            this.aboutMenuItem.Index = 2;
            this.aboutMenuItem.Text = "&About NUnit...";
            this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
            // 
            // treeSplitter
            // 
            this.treeSplitter.Location = new System.Drawing.Point(240, 0);
            this.treeSplitter.MinSize = 240;
            this.treeSplitter.Name = "treeSplitter";
            this.treeSplitter.Size = new System.Drawing.Size(6, 407);
            this.treeSplitter.TabIndex = 2;
            this.treeSplitter.TabStop = false;
            // 
            // rightPanel
            // 
            this.rightPanel.BackColor = System.Drawing.SystemColors.Control;
            this.rightPanel.Controls.Add(this.groupBox1);
            this.rightPanel.Controls.Add(this.resultTabs);
            this.rightPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rightPanel.Location = new System.Drawing.Point(246, 0);
            this.rightPanel.Name = "rightPanel";
            this.rightPanel.Size = new System.Drawing.Size(498, 407);
            this.rightPanel.TabIndex = 3;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.suiteName);
            this.groupBox1.Controls.Add(this.runCount);
            this.groupBox1.Controls.Add(this.stopButton);
            this.groupBox1.Controls.Add(this.runButton);
            this.groupBox1.Controls.Add(this.progressBar);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(498, 120);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // suiteName
            // 
            this.suiteName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.suiteName.AutoEllipsis = true;
            this.suiteName.Location = new System.Drawing.Point(145, 21);
            this.suiteName.Name = "suiteName";
            this.suiteName.Size = new System.Drawing.Size(343, 23);
            this.suiteName.TabIndex = 1;
            // 
            // runCount
            // 
            this.runCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.runCount.AutoEllipsis = true;
            this.runCount.Location = new System.Drawing.Point(8, 89);
            this.runCount.Name = "runCount";
            this.runCount.Size = new System.Drawing.Size(480, 21);
            this.runCount.TabIndex = 5;
            // 
            // stopButton
            // 
            this.stopButton.AutoSize = true;
            this.stopButton.Location = new System.Drawing.Point(75, 16);
            this.stopButton.Name = "stopButton";
            this.stopButton.Size = new System.Drawing.Size(64, 31);
            this.stopButton.TabIndex = 4;
            this.stopButton.Text = "&Stop";
            this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
            // 
            // runButton
            // 
            this.runButton.Location = new System.Drawing.Point(8, 16);
            this.runButton.Name = "runButton";
            this.runButton.Size = new System.Drawing.Size(64, 31);
            this.runButton.TabIndex = 3;
            this.runButton.Text = "&Run";
            this.runButton.Click += new System.EventHandler(this.runButton_Click);
            // 
            // progressBar
            // 
            this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.progressBar.BackColor = System.Drawing.SystemColors.Control;
            this.progressBar.CausesValidation = false;
            this.progressBar.Enabled = false;
            this.progressBar.ForeColor = System.Drawing.SystemColors.Highlight;
            this.progressBar.Location = new System.Drawing.Point(8, 54);
            this.progressBar.Maximum = 100;
            this.progressBar.Minimum = 0;
            this.progressBar.Name = "progressBar";
            this.progressBar.Segmented = true;
            this.progressBar.Size = new System.Drawing.Size(480, 28);
            this.progressBar.Step = 1;
            this.progressBar.TabIndex = 0;
            this.progressBar.Value = 0;
            // 
            // resultTabs
            // 
            this.resultTabs.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.resultTabs.Location = new System.Drawing.Point(0, 120);
            this.resultTabs.Name = "resultTabs";
            this.resultTabs.Size = new System.Drawing.Size(498, 284);
            this.resultTabs.TabIndex = 2;
            // 
            // testTree
            // 
            this.testTree.Dock = System.Windows.Forms.DockStyle.Fill;
            this.testTree.Location = new System.Drawing.Point(0, 0);
            this.testTree.Name = "testTree";
            this.testTree.ShowCheckBoxes = false;
            this.testTree.Size = new System.Drawing.Size(240, 407);
            this.testTree.TabIndex = 0;
            this.testTree.SelectedTestsChanged += new NUnit.UiKit.SelectedTestsChangedEventHandler(this.testTree_SelectedTestsChanged);
            // 
            // leftPanel
            // 
            this.leftPanel.Controls.Add(this.testTree);
            this.leftPanel.Dock = System.Windows.Forms.DockStyle.Left;
            this.leftPanel.Location = new System.Drawing.Point(0, 0);
            this.leftPanel.Name = "leftPanel";
            this.leftPanel.Size = new System.Drawing.Size(240, 407);
            this.leftPanel.TabIndex = 4;
            // 
            // NUnitForm
            // 
            this.ClientSize = new System.Drawing.Size(744, 431);
            this.Controls.Add(this.rightPanel);
            this.Controls.Add(this.treeSplitter);
            this.Controls.Add(this.leftPanel);
            this.Controls.Add(this.statusBar);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Menu = this.mainMenu;
            this.MinimumSize = new System.Drawing.Size(160, 32);
            this.Name = "NUnitForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "NUnit";
            this.Load += new System.EventHandler(this.NUnitForm_Load);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.NUnitForm_Closing);
            this.rightPanel.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.leftPanel.ResumeLayout(false);
            this.ResumeLayout(false);

		}
Exemplo 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(ProjectEditor));
     this.fileNameHeader = new System.Windows.Forms.ColumnHeader();
     this.fullPathHeader = new System.Windows.Forms.ColumnHeader();
     this.closeButton = new System.Windows.Forms.Button();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.label5 = new System.Windows.Forms.Label();
     this.projectPathLabel = new CP.Windows.Forms.ExpandingLabel();
     this.label8 = new System.Windows.Forms.Label();
     this.projectBaseTextBox = new System.Windows.Forms.TextBox();
     this.projectTabControl = new System.Windows.Forms.TabControl();
     this.generalTabPage = new System.Windows.Forms.TabPage();
     this.autoBinPathRadioButton = new System.Windows.Forms.RadioButton();
     this.manualBinPathRadioButton = new System.Windows.Forms.RadioButton();
     this.noBinPathRadioButton = new System.Windows.Forms.RadioButton();
     this.configBaseBrowseButton = new System.Windows.Forms.Button();
     this.privateBinPathTextBox = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.configFileTextBox = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.applicationBaseTextBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.assemblyTabPage = new System.Windows.Forms.TabPage();
     this.assemblyPathTextBox = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.assemblyListBox = new System.Windows.Forms.ListBox();
     this.addAssemblyButton = new System.Windows.Forms.Button();
     this.removeAssemblyButton = new System.Windows.Forms.Button();
     this.editConfigsButton = new System.Windows.Forms.Button();
     this.configComboBox = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.projectBaseBrowseButton = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.assemblyPathBrowseButton = new System.Windows.Forms.Button();
     this.projectTabControl.SuspendLayout();
     this.generalTabPage.SuspendLayout();
     this.assemblyTabPage.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // fileNameHeader
     //
     this.fileNameHeader.Text = "File Name";
     this.fileNameHeader.Width = 100;
     //
     // fullPathHeader
     //
     this.fullPathHeader.Text = "Full Path";
     this.fullPathHeader.Width = 256;
     //
     // closeButton
     //
     this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.closeButton.Location = new System.Drawing.Point(408, 415);
     this.closeButton.Name = "closeButton";
     this.helpProvider1.SetShowHelp(this.closeButton, false);
     this.closeButton.Size = new System.Drawing.Size(104, 23);
     this.closeButton.TabIndex = 6;
     this.closeButton.Text = "Close";
     this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(24, 8);
     this.label5.Name = "label5";
     this.helpProvider1.SetShowHelp(this.label5, false);
     this.label5.Size = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 0;
     this.label5.Text = "Project Path:";
     //
     // projectPathLabel
     //
     this.projectPathLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.projectPathLabel.Location = new System.Drawing.Point(128, 8);
     this.projectPathLabel.Name = "projectPathLabel";
     this.helpProvider1.SetShowHelp(this.projectPathLabel, false);
     this.projectPathLabel.Size = new System.Drawing.Size(394, 16);
     this.projectPathLabel.TabIndex = 1;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(24, 37);
     this.label8.Name = "label8";
     this.helpProvider1.SetShowHelp(this.label8, false);
     this.label8.Size = new System.Drawing.Size(120, 16);
     this.label8.TabIndex = 7;
     this.label8.Text = "Project Base:";
     //
     // projectBaseTextBox
     //
     this.helpProvider1.SetHelpString(this.projectBaseTextBox, "The ApplicationBase for the project. Defaults to the location of the project file" +
         ".");
     this.projectBaseTextBox.Location = new System.Drawing.Point(125, 37);
     this.projectBaseTextBox.Name = "projectBaseTextBox";
     this.helpProvider1.SetShowHelp(this.projectBaseTextBox, true);
     this.projectBaseTextBox.Size = new System.Drawing.Size(339, 22);
     this.projectBaseTextBox.TabIndex = 8;
     this.projectBaseTextBox.Text = "";
     this.projectBaseTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.projectBaseTextBox_Validating);
     this.projectBaseTextBox.Validated += new System.EventHandler(this.projectBaseTextBox_Validated);
     //
     // projectTabControl
     //
     this.projectTabControl.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.projectTabControl.Controls.Add(this.generalTabPage);
     this.projectTabControl.Controls.Add(this.assemblyTabPage);
     this.projectTabControl.ItemSize = new System.Drawing.Size(49, 18);
     this.projectTabControl.Location = new System.Drawing.Point(8, 64);
     this.projectTabControl.Name = "projectTabControl";
     this.projectTabControl.SelectedIndex = 0;
     this.helpProvider1.SetShowHelp(this.projectTabControl, false);
     this.projectTabControl.Size = new System.Drawing.Size(488, 264);
     this.projectTabControl.TabIndex = 9;
     //
     // generalTabPage
     //
     this.generalTabPage.Controls.Add(this.autoBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.manualBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.noBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.configBaseBrowseButton);
     this.generalTabPage.Controls.Add(this.privateBinPathTextBox);
     this.generalTabPage.Controls.Add(this.label6);
     this.generalTabPage.Controls.Add(this.configFileTextBox);
     this.generalTabPage.Controls.Add(this.label4);
     this.generalTabPage.Controls.Add(this.applicationBaseTextBox);
     this.generalTabPage.Controls.Add(this.label3);
     this.generalTabPage.Location = new System.Drawing.Point(4, 22);
     this.generalTabPage.Name = "generalTabPage";
     this.helpProvider1.SetShowHelp(this.generalTabPage, false);
     this.generalTabPage.Size = new System.Drawing.Size(480, 238);
     this.generalTabPage.TabIndex = 0;
     this.generalTabPage.Text = "General";
     //
     // autoBinPathRadioButton
     //
     this.autoBinPathRadioButton.Location = new System.Drawing.Point(32, 96);
     this.autoBinPathRadioButton.Name = "autoBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.autoBinPathRadioButton, false);
     this.autoBinPathRadioButton.Size = new System.Drawing.Size(328, 24);
     this.autoBinPathRadioButton.TabIndex = 10;
     this.autoBinPathRadioButton.Text = "Use automatically generated path";
     this.autoBinPathRadioButton.CheckedChanged += new System.EventHandler(this.autoBinPathRadioButton_CheckedChanged);
     //
     // manualBinPathRadioButton
     //
     this.manualBinPathRadioButton.Location = new System.Drawing.Point(32, 128);
     this.manualBinPathRadioButton.Name = "manualBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.manualBinPathRadioButton, false);
     this.manualBinPathRadioButton.TabIndex = 9;
     this.manualBinPathRadioButton.Text = "Use this path:";
     this.manualBinPathRadioButton.CheckedChanged += new System.EventHandler(this.manualBinPathRadioButton_CheckedChanged);
     //
     // noBinPathRadioButton
     //
     this.noBinPathRadioButton.Location = new System.Drawing.Point(32, 160);
     this.noBinPathRadioButton.Name = "noBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.noBinPathRadioButton, false);
     this.noBinPathRadioButton.Size = new System.Drawing.Size(424, 24);
     this.noBinPathRadioButton.TabIndex = 8;
     this.noBinPathRadioButton.Text = "None - or specified in Configuration File";
     this.noBinPathRadioButton.CheckedChanged += new System.EventHandler(this.noBinPathRadioButton_CheckedChanged);
     //
     // configBaseBrowseButton
     //
     this.configBaseBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.configBaseBrowseButton, "Browse to locate ApplicationBase directory.");
     this.configBaseBrowseButton.Image = ((System.Drawing.Image)(resources.GetObject("configBaseBrowseButton.Image")));
     this.configBaseBrowseButton.Location = new System.Drawing.Point(448, 8);
     this.configBaseBrowseButton.Name = "configBaseBrowseButton";
     this.helpProvider1.SetShowHelp(this.configBaseBrowseButton, true);
     this.configBaseBrowseButton.Size = new System.Drawing.Size(24, 24);
     this.configBaseBrowseButton.TabIndex = 7;
     this.configBaseBrowseButton.Click += new System.EventHandler(this.configBaseBrowseButton_Click);
     //
     // privateBinPathTextBox
     //
     this.privateBinPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.privateBinPathTextBox, "Path searched when probing for private asemblies. Directories must be descendants" +
         " of the ApplicationBase.");
     this.privateBinPathTextBox.Location = new System.Drawing.Point(136, 128);
     this.privateBinPathTextBox.Name = "privateBinPathTextBox";
     this.helpProvider1.SetShowHelp(this.privateBinPathTextBox, true);
     this.privateBinPathTextBox.Size = new System.Drawing.Size(336, 22);
     this.privateBinPathTextBox.TabIndex = 5;
     this.privateBinPathTextBox.Text = "";
     this.privateBinPathTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.privateBinPathTextBox_Validating);
     this.privateBinPathTextBox.Validated += new System.EventHandler(this.privateBinPathTextBox_Validated);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(16, 72);
     this.label6.Name = "label6";
     this.helpProvider1.SetShowHelp(this.label6, false);
     this.label6.Size = new System.Drawing.Size(97, 18);
     this.label6.TabIndex = 4;
     this.label6.Text = "PrivateBinPath:";
     //
     // configFileTextBox
     //
     this.configFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.configFileTextBox, "Configuration file to use when loading assemblies if it exists. Defaults to <proj" +
         "ectname>.config. Must be located in the ApplicationBase directory.");
     this.configFileTextBox.Location = new System.Drawing.Point(176, 40);
     this.configFileTextBox.Name = "configFileTextBox";
     this.helpProvider1.SetShowHelp(this.configFileTextBox, true);
     this.configFileTextBox.Size = new System.Drawing.Size(296, 22);
     this.configFileTextBox.TabIndex = 3;
     this.configFileTextBox.Text = "";
     this.configFileTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.configFileTextBox_Validating);
     this.configFileTextBox.Validated += new System.EventHandler(this.configFileTextBox_Validated);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(16, 40);
     this.label4.Name = "label4";
     this.helpProvider1.SetShowHelp(this.label4, false);
     this.label4.Size = new System.Drawing.Size(153, 18);
     this.label4.TabIndex = 2;
     this.label4.Text = "Configuration File Name:";
     //
     // applicationBaseTextBox
     //
     this.applicationBaseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.applicationBaseTextBox, "The ApplicationBase for this configuration. May be absolute or relative to the pr" +
         "oject base. Defaults to the project base if not set.");
     this.applicationBaseTextBox.Location = new System.Drawing.Point(128, 8);
     this.applicationBaseTextBox.Name = "applicationBaseTextBox";
     this.helpProvider1.SetShowHelp(this.applicationBaseTextBox, true);
     this.applicationBaseTextBox.Size = new System.Drawing.Size(304, 22);
     this.applicationBaseTextBox.TabIndex = 1;
     this.applicationBaseTextBox.Text = "";
     this.applicationBaseTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.applicationBaseTextBox_Validating);
     this.applicationBaseTextBox.Validated += new System.EventHandler(this.applicationBaseTextBox_Validated);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(16, 8);
     this.label3.Name = "label3";
     this.helpProvider1.SetShowHelp(this.label3, false);
     this.label3.Size = new System.Drawing.Size(105, 18);
     this.label3.TabIndex = 0;
     this.label3.Text = "ApplicationBase:";
     //
     // assemblyTabPage
     //
     this.assemblyTabPage.Controls.Add(this.assemblyPathBrowseButton);
     this.assemblyTabPage.Controls.Add(this.assemblyPathTextBox);
     this.assemblyTabPage.Controls.Add(this.label2);
     this.assemblyTabPage.Controls.Add(this.assemblyListBox);
     this.assemblyTabPage.Controls.Add(this.addAssemblyButton);
     this.assemblyTabPage.Controls.Add(this.removeAssemblyButton);
     this.assemblyTabPage.Location = new System.Drawing.Point(4, 22);
     this.assemblyTabPage.Name = "assemblyTabPage";
     this.helpProvider1.SetShowHelp(this.assemblyTabPage, false);
     this.assemblyTabPage.Size = new System.Drawing.Size(480, 238);
     this.assemblyTabPage.TabIndex = 1;
     this.assemblyTabPage.Text = "Assemblies";
     this.assemblyTabPage.Visible = false;
     //
     // assemblyPathTextBox
     //
     this.assemblyPathTextBox.Location = new System.Drawing.Point(16, 168);
     this.assemblyPathTextBox.Name = "assemblyPathTextBox";
     this.assemblyPathTextBox.Size = new System.Drawing.Size(416, 22);
     this.assemblyPathTextBox.TabIndex = 8;
     this.assemblyPathTextBox.Text = "";
     this.assemblyPathTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.assemblyPathTextBox_Validating);
     this.assemblyPathTextBox.Validated += new System.EventHandler(this.assemblyPathTextBox_Validated);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 144);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(128, 16);
     this.label2.TabIndex = 7;
     this.label2.Text = "Assembly Path:";
     //
     // assemblyListBox
     //
     this.helpProvider1.SetHelpString(this.assemblyListBox, "Checked assemblies will have tests loaded in the UI. Tests (if any) in unchecked " +
         "assemblies will not be loaded. All listed assemblies are watched for changes and" +
         " used in determining the PrivateBinPath.");
     this.assemblyListBox.ItemHeight = 16;
     this.assemblyListBox.Location = new System.Drawing.Point(16, 16);
     this.assemblyListBox.Name = "assemblyListBox";
     this.helpProvider1.SetShowHelp(this.assemblyListBox, true);
     this.assemblyListBox.Size = new System.Drawing.Size(368, 116);
     this.assemblyListBox.TabIndex = 6;
     this.assemblyListBox.SelectedIndexChanged += new System.EventHandler(this.assemblyListBox_SelectedIndexChanged);
     //
     // addAssemblyButton
     //
     this.addAssemblyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.addAssemblyButton, "Add an assembly to this configuration.");
     this.addAssemblyButton.Location = new System.Drawing.Point(392, 24);
     this.addAssemblyButton.Name = "addAssemblyButton";
     this.helpProvider1.SetShowHelp(this.addAssemblyButton, true);
     this.addAssemblyButton.Size = new System.Drawing.Size(80, 23);
     this.addAssemblyButton.TabIndex = 2;
     this.addAssemblyButton.Text = "&Add...";
     this.addAssemblyButton.Click += new System.EventHandler(this.addAssemblyButton_Click);
     //
     // removeAssemblyButton
     //
     this.removeAssemblyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.removeAssemblyButton, "Remove the selected assembly from the configuration.");
     this.removeAssemblyButton.Location = new System.Drawing.Point(392, 56);
     this.removeAssemblyButton.Name = "removeAssemblyButton";
     this.helpProvider1.SetShowHelp(this.removeAssemblyButton, true);
     this.removeAssemblyButton.Size = new System.Drawing.Size(80, 23);
     this.removeAssemblyButton.TabIndex = 5;
     this.removeAssemblyButton.Text = "&Remove";
     this.removeAssemblyButton.Click += new System.EventHandler(this.removeAssemblyButton_Click);
     //
     // editConfigsButton
     //
     this.editConfigsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.editConfigsButton, "Add, remove or rename configurations.");
     this.editConfigsButton.Location = new System.Drawing.Point(385, 24);
     this.editConfigsButton.Name = "editConfigsButton";
     this.helpProvider1.SetShowHelp(this.editConfigsButton, true);
     this.editConfigsButton.Size = new System.Drawing.Size(104, 23);
     this.editConfigsButton.TabIndex = 8;
     this.editConfigsButton.Text = "&Edit Configs...";
     this.editConfigsButton.Click += new System.EventHandler(this.editConfigsButton_Click);
     //
     // configComboBox
     //
     this.configComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.configComboBox, "Select the configuration to edit");
     this.configComboBox.ItemHeight = 16;
     this.configComboBox.Location = new System.Drawing.Point(120, 24);
     this.configComboBox.Name = "configComboBox";
     this.helpProvider1.SetShowHelp(this.configComboBox, true);
     this.configComboBox.Size = new System.Drawing.Size(256, 24);
     this.configComboBox.TabIndex = 7;
     this.configComboBox.SelectedIndexChanged += new System.EventHandler(this.configComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 32);
     this.label1.Name = "label1";
     this.helpProvider1.SetShowHelp(this.label1, false);
     this.label1.Size = new System.Drawing.Size(88, 16);
     this.label1.TabIndex = 6;
     this.label1.Text = "Configuration:";
     //
     // projectBaseBrowseButton
     //
     this.projectBaseBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.projectBaseBrowseButton, "Browse to locate ApplicationBase directory.");
     this.projectBaseBrowseButton.Image = ((System.Drawing.Image)(resources.GetObject("projectBaseBrowseButton.Image")));
     this.projectBaseBrowseButton.Location = new System.Drawing.Point(472, 40);
     this.projectBaseBrowseButton.Name = "projectBaseBrowseButton";
     this.helpProvider1.SetShowHelp(this.projectBaseBrowseButton, true);
     this.projectBaseBrowseButton.Size = new System.Drawing.Size(24, 24);
     this.projectBaseBrowseButton.TabIndex = 10;
     this.projectBaseBrowseButton.Click += new System.EventHandler(this.projectBaseBrowseButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox1.Controls.Add(this.projectTabControl);
     this.groupBox1.Controls.Add(this.editConfigsButton);
     this.groupBox1.Controls.Add(this.configComboBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(16, 72);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(505, 336);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Configuration Properties";
     //
     // assemblyPathBrowseButton
     //
     this.assemblyPathBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.assemblyPathBrowseButton, "Browse to locate ApplicationBase directory.");
     this.assemblyPathBrowseButton.Image = ((System.Drawing.Image)(resources.GetObject("assemblyPathBrowseButton.Image")));
     this.assemblyPathBrowseButton.Location = new System.Drawing.Point(448, 168);
     this.assemblyPathBrowseButton.Name = "assemblyPathBrowseButton";
     this.helpProvider1.SetShowHelp(this.assemblyPathBrowseButton, true);
     this.assemblyPathBrowseButton.Size = new System.Drawing.Size(24, 24);
     this.assemblyPathBrowseButton.TabIndex = 11;
     this.assemblyPathBrowseButton.Click += new System.EventHandler(this.assemblyPathBrowseButton_Click);
     //
     // ProjectEditor
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(537, 442);
     this.Controls.Add(this.projectBaseBrowseButton);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.projectBaseTextBox);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.projectPathLabel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.closeButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(376, 400);
     this.Name = "ProjectEditor";
     this.helpProvider1.SetShowHelp(this, false);
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "NUnit Test Project Editor";
     this.TransparencyKey = System.Drawing.Color.Green;
     this.Load += new System.EventHandler(this.ProjectEditor_Load);
     this.projectTabControl.ResumeLayout(false);
     this.generalTabPage.ResumeLayout(false);
     this.assemblyTabPage.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 4
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(ProjectEditor));
     this.fileNameHeader           = new System.Windows.Forms.ColumnHeader();
     this.fullPathHeader           = new System.Windows.Forms.ColumnHeader();
     this.closeButton              = new System.Windows.Forms.Button();
     this.helpProvider1            = new System.Windows.Forms.HelpProvider();
     this.label5                   = new System.Windows.Forms.Label();
     this.projectPathLabel         = new CP.Windows.Forms.ExpandingLabel();
     this.label8                   = new System.Windows.Forms.Label();
     this.projectBaseTextBox       = new System.Windows.Forms.TextBox();
     this.projectTabControl        = new System.Windows.Forms.TabControl();
     this.generalTabPage           = new System.Windows.Forms.TabPage();
     this.autoBinPathRadioButton   = new System.Windows.Forms.RadioButton();
     this.manualBinPathRadioButton = new System.Windows.Forms.RadioButton();
     this.noBinPathRadioButton     = new System.Windows.Forms.RadioButton();
     this.configBaseBrowseButton   = new System.Windows.Forms.Button();
     this.privateBinPathTextBox    = new System.Windows.Forms.TextBox();
     this.label6                   = new System.Windows.Forms.Label();
     this.configFileTextBox        = new System.Windows.Forms.TextBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.applicationBaseTextBox   = new System.Windows.Forms.TextBox();
     this.label3                   = new System.Windows.Forms.Label();
     this.assemblyTabPage          = new System.Windows.Forms.TabPage();
     this.assemblyPathTextBox      = new System.Windows.Forms.TextBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.assemblyListBox          = new System.Windows.Forms.ListBox();
     this.addAssemblyButton        = new System.Windows.Forms.Button();
     this.removeAssemblyButton     = new System.Windows.Forms.Button();
     this.editConfigsButton        = new System.Windows.Forms.Button();
     this.configComboBox           = new System.Windows.Forms.ComboBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.projectBaseBrowseButton  = new System.Windows.Forms.Button();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.assemblyPathBrowseButton = new System.Windows.Forms.Button();
     this.projectTabControl.SuspendLayout();
     this.generalTabPage.SuspendLayout();
     this.assemblyTabPage.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // fileNameHeader
     //
     this.fileNameHeader.Text  = "File Name";
     this.fileNameHeader.Width = 100;
     //
     // fullPathHeader
     //
     this.fullPathHeader.Text  = "Full Path";
     this.fullPathHeader.Width = 256;
     //
     // closeButton
     //
     this.closeButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.closeButton.Location     = new System.Drawing.Point(408, 415);
     this.closeButton.Name         = "closeButton";
     this.helpProvider1.SetShowHelp(this.closeButton, false);
     this.closeButton.Size     = new System.Drawing.Size(104, 23);
     this.closeButton.TabIndex = 6;
     this.closeButton.Text     = "Close";
     this.closeButton.Click   += new System.EventHandler(this.closeButton_Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(24, 8);
     this.label5.Name     = "label5";
     this.helpProvider1.SetShowHelp(this.label5, false);
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Project Path:";
     //
     // projectPathLabel
     //
     this.projectPathLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.projectPathLabel.Location = new System.Drawing.Point(128, 8);
     this.projectPathLabel.Name     = "projectPathLabel";
     this.helpProvider1.SetShowHelp(this.projectPathLabel, false);
     this.projectPathLabel.Size     = new System.Drawing.Size(394, 16);
     this.projectPathLabel.TabIndex = 1;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(24, 37);
     this.label8.Name     = "label8";
     this.helpProvider1.SetShowHelp(this.label8, false);
     this.label8.Size     = new System.Drawing.Size(120, 16);
     this.label8.TabIndex = 7;
     this.label8.Text     = "Project Base:";
     //
     // projectBaseTextBox
     //
     this.helpProvider1.SetHelpString(this.projectBaseTextBox, "The ApplicationBase for the project. Defaults to the location of the project file" +
                                      ".");
     this.projectBaseTextBox.Location = new System.Drawing.Point(125, 37);
     this.projectBaseTextBox.Name     = "projectBaseTextBox";
     this.helpProvider1.SetShowHelp(this.projectBaseTextBox, true);
     this.projectBaseTextBox.Size        = new System.Drawing.Size(339, 22);
     this.projectBaseTextBox.TabIndex    = 8;
     this.projectBaseTextBox.Text        = "";
     this.projectBaseTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.projectBaseTextBox_Validating);
     this.projectBaseTextBox.Validated  += new System.EventHandler(this.projectBaseTextBox_Validated);
     //
     // projectTabControl
     //
     this.projectTabControl.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.projectTabControl.Controls.Add(this.generalTabPage);
     this.projectTabControl.Controls.Add(this.assemblyTabPage);
     this.projectTabControl.ItemSize      = new System.Drawing.Size(49, 18);
     this.projectTabControl.Location      = new System.Drawing.Point(8, 64);
     this.projectTabControl.Name          = "projectTabControl";
     this.projectTabControl.SelectedIndex = 0;
     this.helpProvider1.SetShowHelp(this.projectTabControl, false);
     this.projectTabControl.Size     = new System.Drawing.Size(488, 264);
     this.projectTabControl.TabIndex = 9;
     //
     // generalTabPage
     //
     this.generalTabPage.Controls.Add(this.autoBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.manualBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.noBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.configBaseBrowseButton);
     this.generalTabPage.Controls.Add(this.privateBinPathTextBox);
     this.generalTabPage.Controls.Add(this.label6);
     this.generalTabPage.Controls.Add(this.configFileTextBox);
     this.generalTabPage.Controls.Add(this.label4);
     this.generalTabPage.Controls.Add(this.applicationBaseTextBox);
     this.generalTabPage.Controls.Add(this.label3);
     this.generalTabPage.Location = new System.Drawing.Point(4, 22);
     this.generalTabPage.Name     = "generalTabPage";
     this.helpProvider1.SetShowHelp(this.generalTabPage, false);
     this.generalTabPage.Size     = new System.Drawing.Size(480, 238);
     this.generalTabPage.TabIndex = 0;
     this.generalTabPage.Text     = "General";
     //
     // autoBinPathRadioButton
     //
     this.autoBinPathRadioButton.Location = new System.Drawing.Point(32, 96);
     this.autoBinPathRadioButton.Name     = "autoBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.autoBinPathRadioButton, false);
     this.autoBinPathRadioButton.Size            = new System.Drawing.Size(328, 24);
     this.autoBinPathRadioButton.TabIndex        = 10;
     this.autoBinPathRadioButton.Text            = "Use automatically generated path";
     this.autoBinPathRadioButton.CheckedChanged += new System.EventHandler(this.autoBinPathRadioButton_CheckedChanged);
     //
     // manualBinPathRadioButton
     //
     this.manualBinPathRadioButton.Location = new System.Drawing.Point(32, 128);
     this.manualBinPathRadioButton.Name     = "manualBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.manualBinPathRadioButton, false);
     this.manualBinPathRadioButton.TabIndex        = 9;
     this.manualBinPathRadioButton.Text            = "Use this path:";
     this.manualBinPathRadioButton.CheckedChanged += new System.EventHandler(this.manualBinPathRadioButton_CheckedChanged);
     //
     // noBinPathRadioButton
     //
     this.noBinPathRadioButton.Location = new System.Drawing.Point(32, 160);
     this.noBinPathRadioButton.Name     = "noBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.noBinPathRadioButton, false);
     this.noBinPathRadioButton.Size            = new System.Drawing.Size(424, 24);
     this.noBinPathRadioButton.TabIndex        = 8;
     this.noBinPathRadioButton.Text            = "None - or specified in Configuration File";
     this.noBinPathRadioButton.CheckedChanged += new System.EventHandler(this.noBinPathRadioButton_CheckedChanged);
     //
     // configBaseBrowseButton
     //
     this.configBaseBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.configBaseBrowseButton, "Browse to locate ApplicationBase directory.");
     this.configBaseBrowseButton.Image    = ((System.Drawing.Image)(resources.GetObject("configBaseBrowseButton.Image")));
     this.configBaseBrowseButton.Location = new System.Drawing.Point(448, 8);
     this.configBaseBrowseButton.Name     = "configBaseBrowseButton";
     this.helpProvider1.SetShowHelp(this.configBaseBrowseButton, true);
     this.configBaseBrowseButton.Size     = new System.Drawing.Size(24, 24);
     this.configBaseBrowseButton.TabIndex = 7;
     this.configBaseBrowseButton.Click   += new System.EventHandler(this.configBaseBrowseButton_Click);
     //
     // privateBinPathTextBox
     //
     this.privateBinPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.privateBinPathTextBox, "Path searched when probing for private asemblies. Directories must be descendants" +
                                      " of the ApplicationBase.");
     this.privateBinPathTextBox.Location = new System.Drawing.Point(136, 128);
     this.privateBinPathTextBox.Name     = "privateBinPathTextBox";
     this.helpProvider1.SetShowHelp(this.privateBinPathTextBox, true);
     this.privateBinPathTextBox.Size        = new System.Drawing.Size(336, 22);
     this.privateBinPathTextBox.TabIndex    = 5;
     this.privateBinPathTextBox.Text        = "";
     this.privateBinPathTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.privateBinPathTextBox_Validating);
     this.privateBinPathTextBox.Validated  += new System.EventHandler(this.privateBinPathTextBox_Validated);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(16, 72);
     this.label6.Name     = "label6";
     this.helpProvider1.SetShowHelp(this.label6, false);
     this.label6.Size     = new System.Drawing.Size(97, 18);
     this.label6.TabIndex = 4;
     this.label6.Text     = "PrivateBinPath:";
     //
     // configFileTextBox
     //
     this.configFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.configFileTextBox, "Configuration file to use when loading assemblies if it exists. Defaults to <proj" +
                                      "ectname>.config. Must be located in the ApplicationBase directory.");
     this.configFileTextBox.Location = new System.Drawing.Point(176, 40);
     this.configFileTextBox.Name     = "configFileTextBox";
     this.helpProvider1.SetShowHelp(this.configFileTextBox, true);
     this.configFileTextBox.Size        = new System.Drawing.Size(296, 22);
     this.configFileTextBox.TabIndex    = 3;
     this.configFileTextBox.Text        = "";
     this.configFileTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.configFileTextBox_Validating);
     this.configFileTextBox.Validated  += new System.EventHandler(this.configFileTextBox_Validated);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(16, 40);
     this.label4.Name     = "label4";
     this.helpProvider1.SetShowHelp(this.label4, false);
     this.label4.Size     = new System.Drawing.Size(153, 18);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Configuration File Name:";
     //
     // applicationBaseTextBox
     //
     this.applicationBaseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.applicationBaseTextBox, "The ApplicationBase for this configuration. May be absolute or relative to the pr" +
                                      "oject base. Defaults to the project base if not set.");
     this.applicationBaseTextBox.Location = new System.Drawing.Point(128, 8);
     this.applicationBaseTextBox.Name     = "applicationBaseTextBox";
     this.helpProvider1.SetShowHelp(this.applicationBaseTextBox, true);
     this.applicationBaseTextBox.Size        = new System.Drawing.Size(304, 22);
     this.applicationBaseTextBox.TabIndex    = 1;
     this.applicationBaseTextBox.Text        = "";
     this.applicationBaseTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.applicationBaseTextBox_Validating);
     this.applicationBaseTextBox.Validated  += new System.EventHandler(this.applicationBaseTextBox_Validated);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(16, 8);
     this.label3.Name     = "label3";
     this.helpProvider1.SetShowHelp(this.label3, false);
     this.label3.Size     = new System.Drawing.Size(105, 18);
     this.label3.TabIndex = 0;
     this.label3.Text     = "ApplicationBase:";
     //
     // assemblyTabPage
     //
     this.assemblyTabPage.Controls.Add(this.assemblyPathBrowseButton);
     this.assemblyTabPage.Controls.Add(this.assemblyPathTextBox);
     this.assemblyTabPage.Controls.Add(this.label2);
     this.assemblyTabPage.Controls.Add(this.assemblyListBox);
     this.assemblyTabPage.Controls.Add(this.addAssemblyButton);
     this.assemblyTabPage.Controls.Add(this.removeAssemblyButton);
     this.assemblyTabPage.Location = new System.Drawing.Point(4, 22);
     this.assemblyTabPage.Name     = "assemblyTabPage";
     this.helpProvider1.SetShowHelp(this.assemblyTabPage, false);
     this.assemblyTabPage.Size     = new System.Drawing.Size(480, 238);
     this.assemblyTabPage.TabIndex = 1;
     this.assemblyTabPage.Text     = "Assemblies";
     this.assemblyTabPage.Visible  = false;
     //
     // assemblyPathTextBox
     //
     this.assemblyPathTextBox.Location    = new System.Drawing.Point(16, 168);
     this.assemblyPathTextBox.Name        = "assemblyPathTextBox";
     this.assemblyPathTextBox.Size        = new System.Drawing.Size(416, 22);
     this.assemblyPathTextBox.TabIndex    = 8;
     this.assemblyPathTextBox.Text        = "";
     this.assemblyPathTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.assemblyPathTextBox_Validating);
     this.assemblyPathTextBox.Validated  += new System.EventHandler(this.assemblyPathTextBox_Validated);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 144);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(128, 16);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Assembly Path:";
     //
     // assemblyListBox
     //
     this.helpProvider1.SetHelpString(this.assemblyListBox, "Checked assemblies will have tests loaded in the UI. Tests (if any) in unchecked " +
                                      "assemblies will not be loaded. All listed assemblies are watched for changes and" +
                                      " used in determining the PrivateBinPath.");
     this.assemblyListBox.ItemHeight = 16;
     this.assemblyListBox.Location   = new System.Drawing.Point(16, 16);
     this.assemblyListBox.Name       = "assemblyListBox";
     this.helpProvider1.SetShowHelp(this.assemblyListBox, true);
     this.assemblyListBox.Size                  = new System.Drawing.Size(368, 116);
     this.assemblyListBox.TabIndex              = 6;
     this.assemblyListBox.SelectedIndexChanged += new System.EventHandler(this.assemblyListBox_SelectedIndexChanged);
     //
     // addAssemblyButton
     //
     this.addAssemblyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.addAssemblyButton, "Add an assembly to this configuration.");
     this.addAssemblyButton.Location = new System.Drawing.Point(392, 24);
     this.addAssemblyButton.Name     = "addAssemblyButton";
     this.helpProvider1.SetShowHelp(this.addAssemblyButton, true);
     this.addAssemblyButton.Size     = new System.Drawing.Size(80, 23);
     this.addAssemblyButton.TabIndex = 2;
     this.addAssemblyButton.Text     = "&Add...";
     this.addAssemblyButton.Click   += new System.EventHandler(this.addAssemblyButton_Click);
     //
     // removeAssemblyButton
     //
     this.removeAssemblyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.removeAssemblyButton, "Remove the selected assembly from the configuration.");
     this.removeAssemblyButton.Location = new System.Drawing.Point(392, 56);
     this.removeAssemblyButton.Name     = "removeAssemblyButton";
     this.helpProvider1.SetShowHelp(this.removeAssemblyButton, true);
     this.removeAssemblyButton.Size     = new System.Drawing.Size(80, 23);
     this.removeAssemblyButton.TabIndex = 5;
     this.removeAssemblyButton.Text     = "&Remove";
     this.removeAssemblyButton.Click   += new System.EventHandler(this.removeAssemblyButton_Click);
     //
     // editConfigsButton
     //
     this.editConfigsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.editConfigsButton, "Add, remove or rename configurations.");
     this.editConfigsButton.Location = new System.Drawing.Point(385, 24);
     this.editConfigsButton.Name     = "editConfigsButton";
     this.helpProvider1.SetShowHelp(this.editConfigsButton, true);
     this.editConfigsButton.Size     = new System.Drawing.Size(104, 23);
     this.editConfigsButton.TabIndex = 8;
     this.editConfigsButton.Text     = "&Edit Configs...";
     this.editConfigsButton.Click   += new System.EventHandler(this.editConfigsButton_Click);
     //
     // configComboBox
     //
     this.configComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.configComboBox, "Select the configuration to edit");
     this.configComboBox.ItemHeight = 16;
     this.configComboBox.Location   = new System.Drawing.Point(120, 24);
     this.configComboBox.Name       = "configComboBox";
     this.helpProvider1.SetShowHelp(this.configComboBox, true);
     this.configComboBox.Size                  = new System.Drawing.Size(256, 24);
     this.configComboBox.TabIndex              = 7;
     this.configComboBox.SelectedIndexChanged += new System.EventHandler(this.configComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 32);
     this.label1.Name     = "label1";
     this.helpProvider1.SetShowHelp(this.label1, false);
     this.label1.Size     = new System.Drawing.Size(88, 16);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Configuration:";
     //
     // projectBaseBrowseButton
     //
     this.projectBaseBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.projectBaseBrowseButton, "Browse to locate ApplicationBase directory.");
     this.projectBaseBrowseButton.Image    = ((System.Drawing.Image)(resources.GetObject("projectBaseBrowseButton.Image")));
     this.projectBaseBrowseButton.Location = new System.Drawing.Point(472, 40);
     this.projectBaseBrowseButton.Name     = "projectBaseBrowseButton";
     this.helpProvider1.SetShowHelp(this.projectBaseBrowseButton, true);
     this.projectBaseBrowseButton.Size     = new System.Drawing.Size(24, 24);
     this.projectBaseBrowseButton.TabIndex = 10;
     this.projectBaseBrowseButton.Click   += new System.EventHandler(this.projectBaseBrowseButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox1.Controls.Add(this.projectTabControl);
     this.groupBox1.Controls.Add(this.editConfigsButton);
     this.groupBox1.Controls.Add(this.configComboBox);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(16, 72);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(505, 336);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Configuration Properties";
     //
     // assemblyPathBrowseButton
     //
     this.assemblyPathBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.assemblyPathBrowseButton, "Browse to locate ApplicationBase directory.");
     this.assemblyPathBrowseButton.Image    = ((System.Drawing.Image)(resources.GetObject("assemblyPathBrowseButton.Image")));
     this.assemblyPathBrowseButton.Location = new System.Drawing.Point(448, 168);
     this.assemblyPathBrowseButton.Name     = "assemblyPathBrowseButton";
     this.helpProvider1.SetShowHelp(this.assemblyPathBrowseButton, true);
     this.assemblyPathBrowseButton.Size     = new System.Drawing.Size(24, 24);
     this.assemblyPathBrowseButton.TabIndex = 11;
     this.assemblyPathBrowseButton.Click   += new System.EventHandler(this.assemblyPathBrowseButton_Click);
     //
     // ProjectEditor
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(537, 442);
     this.Controls.Add(this.projectBaseBrowseButton);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.projectBaseTextBox);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.projectPathLabel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.closeButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(376, 400);
     this.Name            = "ProjectEditor";
     this.helpProvider1.SetShowHelp(this, false);
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "NUnit Test Project Editor";
     this.TransparencyKey = System.Drawing.Color.Green;
     this.Load           += new System.EventHandler(this.ProjectEditor_Load);
     this.projectTabControl.ResumeLayout(false);
     this.generalTabPage.ResumeLayout(false);
     this.assemblyTabPage.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.testTab       = new System.Windows.Forms.TabPage();
     this.description   = new CP.Windows.Forms.ExpandingLabel();
     this.label6        = new System.Windows.Forms.Label();
     this.testCaseCount = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     this.ignoreReason  = new CP.Windows.Forms.ExpandingLabel();
     this.shouldRun     = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.fullName      = new CP.Windows.Forms.ExpandingLabel();
     this.label1        = new System.Windows.Forms.Label();
     this.resultsTab    = new System.Windows.Forms.TabPage();
     this.assertCount   = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.testResult    = new System.Windows.Forms.Label();
     this.stackTrace    = new CP.Windows.Forms.ExpandingLabel();
     this.label12       = new System.Windows.Forms.Label();
     this.elapsedTime   = new System.Windows.Forms.Label();
     this.message       = new CP.Windows.Forms.ExpandingLabel();
     this.pinButton     = new System.Windows.Forms.CheckBox();
     this.tabControl1.SuspendLayout();
     this.testTab.SuspendLayout();
     this.resultsTab.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.Controls.Add(this.testTab);
     this.tabControl1.Controls.Add(this.resultsTab);
     this.tabControl1.Location      = new System.Drawing.Point(7, 7);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(346, 142);
     this.tabControl1.TabIndex      = 13;
     //
     // testTab
     //
     this.testTab.Controls.Add(this.description);
     this.testTab.Controls.Add(this.label6);
     this.testTab.Controls.Add(this.testCaseCount);
     this.testTab.Controls.Add(this.label5);
     this.testTab.Controls.Add(this.label4);
     this.testTab.Controls.Add(this.ignoreReason);
     this.testTab.Controls.Add(this.shouldRun);
     this.testTab.Controls.Add(this.label2);
     this.testTab.Controls.Add(this.fullName);
     this.testTab.Controls.Add(this.label1);
     this.testTab.Location = new System.Drawing.Point(4, 22);
     this.testTab.Name     = "testTab";
     this.testTab.Size     = new System.Drawing.Size(338, 116);
     this.testTab.TabIndex = 0;
     this.testTab.Text     = "Test";
     //
     // description
     //
     this.description.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.description.CopySupported = true;
     this.description.Location      = new System.Drawing.Point(87, 43);
     this.description.Name          = "description";
     this.description.Size          = new System.Drawing.Size(244, 14);
     this.description.TabIndex      = 29;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(13, 42);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(67, 14);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "Description:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // testCaseCount
     //
     this.testCaseCount.Location = new System.Drawing.Point(87, 70);
     this.testCaseCount.Name     = "testCaseCount";
     this.testCaseCount.Size     = new System.Drawing.Size(40, 13);
     this.testCaseCount.TabIndex = 27;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(13, 96);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(67, 14);
     this.label5.TabIndex  = 26;
     this.label5.Text      = "Reason:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(13, 70);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(67, 14);
     this.label4.TabIndex  = 25;
     this.label4.Text      = "Test Count:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // ignoreReason
     //
     this.ignoreReason.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.ignoreReason.CopySupported = true;
     this.ignoreReason.Location      = new System.Drawing.Point(87, 95);
     this.ignoreReason.Name          = "ignoreReason";
     this.ignoreReason.Size          = new System.Drawing.Size(244, 14);
     this.ignoreReason.TabIndex      = 24;
     //
     // shouldRun
     //
     this.shouldRun.Location = new System.Drawing.Point(273, 70);
     this.shouldRun.Name     = "shouldRun";
     this.shouldRun.Size     = new System.Drawing.Size(27, 13);
     this.shouldRun.TabIndex = 23;
     this.shouldRun.Text     = "Yes";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(167, 70);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(86, 13);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "Runnable?";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // fullName
     //
     this.fullName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.fullName.CopySupported = true;
     this.fullName.Location      = new System.Drawing.Point(87, 14);
     this.fullName.Name          = "fullName";
     this.fullName.Size          = new System.Drawing.Size(244, 14);
     this.fullName.TabIndex      = 21;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(13, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(67, 14);
     this.label1.TabIndex  = 20;
     this.label1.Text      = "Full Name:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // resultsTab
     //
     this.resultsTab.Controls.Add(this.assertCount);
     this.resultsTab.Controls.Add(this.label3);
     this.resultsTab.Controls.Add(this.testResult);
     this.resultsTab.Controls.Add(this.stackTrace);
     this.resultsTab.Controls.Add(this.label12);
     this.resultsTab.Controls.Add(this.elapsedTime);
     this.resultsTab.Controls.Add(this.message);
     this.resultsTab.Location = new System.Drawing.Point(4, 22);
     this.resultsTab.Name     = "resultsTab";
     this.resultsTab.Size     = new System.Drawing.Size(338, 116);
     this.resultsTab.TabIndex = 1;
     this.resultsTab.Text     = "Result";
     //
     // assertCount
     //
     this.assertCount.Location = new System.Drawing.Point(193, 13);
     this.assertCount.Name     = "assertCount";
     this.assertCount.Size     = new System.Drawing.Size(118, 14);
     this.assertCount.TabIndex = 37;
     this.assertCount.Text     = "Asserts:";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(20, 42);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 13);
     this.label3.TabIndex  = 36;
     this.label3.Text      = "Message:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // testResult
     //
     this.testResult.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.testResult.Location = new System.Drawing.Point(20, 14);
     this.testResult.Name     = "testResult";
     this.testResult.Size     = new System.Drawing.Size(60, 14);
     this.testResult.TabIndex = 35;
     this.testResult.Text     = "Failure";
     //
     // stackTrace
     //
     this.stackTrace.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.stackTrace.CopySupported = true;
     this.stackTrace.Expansion     = CP.Windows.Forms.TipWindow.ExpansionStyle.Both;
     this.stackTrace.Location      = new System.Drawing.Point(87, 69);
     this.stackTrace.Name          = "stackTrace";
     this.stackTrace.Size          = new System.Drawing.Size(244, 39);
     this.stackTrace.TabIndex      = 29;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(13, 69);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(60, 14);
     this.label12.TabIndex  = 28;
     this.label12.Text      = "Stack:";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // elapsedTime
     //
     this.elapsedTime.Location = new System.Drawing.Point(87, 14);
     this.elapsedTime.Name     = "elapsedTime";
     this.elapsedTime.Size     = new System.Drawing.Size(86, 14);
     this.elapsedTime.TabIndex = 27;
     this.elapsedTime.Text     = "Time:";
     //
     // message
     //
     this.message.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.message.CopySupported = true;
     this.message.Expansion     = CP.Windows.Forms.TipWindow.ExpansionStyle.Both;
     this.message.Location      = new System.Drawing.Point(87, 42);
     this.message.Name          = "message";
     this.message.Size          = new System.Drawing.Size(238, 13);
     this.message.TabIndex      = 25;
     //
     // pinButton
     //
     this.pinButton.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pinButton.Appearance      = System.Windows.Forms.Appearance.Button;
     this.pinButton.Location        = new System.Drawing.Point(337, 7);
     this.pinButton.Name            = "pinButton";
     this.pinButton.Size            = new System.Drawing.Size(16, 17);
     this.pinButton.TabIndex        = 14;
     this.pinButton.Click          += new System.EventHandler(this.pinButton_Click);
     this.pinButton.CheckedChanged += new System.EventHandler(this.pinButton_CheckedChanged);
     //
     // TestPropertiesDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(361, 150);
     this.Controls.Add(this.pinButton);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TestPropertiesDialog";
     this.ShowInTaskbar   = false;
     this.Text            = "Test Properties";
     this.Load           += new System.EventHandler(this.TestPropertiesDialog_Load);
     this.tabControl1.ResumeLayout(false);
     this.testTab.ResumeLayout(false);
     this.resultsTab.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProjectEditor));
     this.editConfigsButton        = new System.Windows.Forms.Button();
     this.configComboBox           = new System.Windows.Forms.ComboBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.projectTabControl        = new System.Windows.Forms.TabControl();
     this.generalTabPage           = new System.Windows.Forms.TabPage();
     this.label7                   = new System.Windows.Forms.Label();
     this.autoBinPathRadioButton   = new System.Windows.Forms.RadioButton();
     this.manualBinPathRadioButton = new System.Windows.Forms.RadioButton();
     this.noBinPathRadioButton     = new System.Windows.Forms.RadioButton();
     this.browseBasePathButton     = new System.Windows.Forms.Button();
     this.privateBinPathTextBox    = new System.Windows.Forms.TextBox();
     this.label6                   = new System.Windows.Forms.Label();
     this.configFileTextBox        = new System.Windows.Forms.TextBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.applicationBaseTextBox   = new System.Windows.Forms.TextBox();
     this.label3                   = new System.Windows.Forms.Label();
     this.assemblyTabPage          = new System.Windows.Forms.TabPage();
     this.assemblyListBox          = new NUnit.UiKit.AssemblyListBox();
     this.addVSProjectButton       = new System.Windows.Forms.Button();
     this.editAssemblyButton       = new System.Windows.Forms.Button();
     this.addAssemblyButton        = new System.Windows.Forms.Button();
     this.deleteAssemblyButton     = new System.Windows.Forms.Button();
     this.label2                   = new System.Windows.Forms.Label();
     this.fileNameHeader           = new System.Windows.Forms.ColumnHeader();
     this.fullPathHeader           = new System.Windows.Forms.ColumnHeader();
     this.closeButton              = new System.Windows.Forms.Button();
     this.helpProvider1            = new System.Windows.Forms.HelpProvider();
     this.label5                   = new System.Windows.Forms.Label();
     this.projectPathLabel         = new CP.Windows.Forms.ExpandingLabel();
     this.projectTabControl.SuspendLayout();
     this.generalTabPage.SuspendLayout();
     this.assemblyTabPage.SuspendLayout();
     this.SuspendLayout();
     //
     // editConfigsButton
     //
     this.editConfigsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.editConfigsButton, "Add, remove or rename configurations.");
     this.editConfigsButton.Location = new System.Drawing.Point(424, 32);
     this.editConfigsButton.Name     = "editConfigsButton";
     this.helpProvider1.SetShowHelp(this.editConfigsButton, true);
     this.editConfigsButton.Size     = new System.Drawing.Size(104, 23);
     this.editConfigsButton.TabIndex = 4;
     this.editConfigsButton.Text     = "&Edit Configs...";
     this.editConfigsButton.Click   += new System.EventHandler(this.editConfigsButton_Click);
     //
     // configComboBox
     //
     this.configComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.configComboBox, "Select the configuration to edit");
     this.configComboBox.Location = new System.Drawing.Point(120, 32);
     this.configComboBox.Name     = "configComboBox";
     this.helpProvider1.SetShowHelp(this.configComboBox, true);
     this.configComboBox.Size                  = new System.Drawing.Size(296, 24);
     this.configComboBox.TabIndex              = 3;
     this.configComboBox.SelectedIndexChanged += new System.EventHandler(this.configComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(23, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Select Config:";
     //
     // projectTabControl
     //
     this.projectTabControl.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.projectTabControl.Controls.Add(this.generalTabPage);
     this.projectTabControl.Controls.Add(this.assemblyTabPage);
     this.projectTabControl.Location      = new System.Drawing.Point(16, 64);
     this.projectTabControl.Name          = "projectTabControl";
     this.projectTabControl.SelectedIndex = 0;
     this.projectTabControl.Size          = new System.Drawing.Size(512, 256);
     this.projectTabControl.TabIndex      = 5;
     //
     // generalTabPage
     //
     this.generalTabPage.Controls.Add(this.label7);
     this.generalTabPage.Controls.Add(this.autoBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.manualBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.noBinPathRadioButton);
     this.generalTabPage.Controls.Add(this.browseBasePathButton);
     this.generalTabPage.Controls.Add(this.privateBinPathTextBox);
     this.generalTabPage.Controls.Add(this.label6);
     this.generalTabPage.Controls.Add(this.configFileTextBox);
     this.generalTabPage.Controls.Add(this.label4);
     this.generalTabPage.Controls.Add(this.applicationBaseTextBox);
     this.generalTabPage.Controls.Add(this.label3);
     this.generalTabPage.Location = new System.Drawing.Point(4, 25);
     this.generalTabPage.Name     = "generalTabPage";
     this.generalTabPage.Size     = new System.Drawing.Size(504, 227);
     this.generalTabPage.TabIndex = 0;
     this.generalTabPage.Text     = "General";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(56, 160);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(40, 16);
     this.label7.TabIndex = 11;
     this.label7.Text     = "Value:";
     //
     // autoBinPathRadioButton
     //
     this.autoBinPathRadioButton.Location        = new System.Drawing.Point(32, 96);
     this.autoBinPathRadioButton.Name            = "autoBinPathRadioButton";
     this.autoBinPathRadioButton.Size            = new System.Drawing.Size(328, 24);
     this.autoBinPathRadioButton.TabIndex        = 10;
     this.autoBinPathRadioButton.Text            = "Generated automatically from assembly locations";
     this.autoBinPathRadioButton.CheckedChanged += new System.EventHandler(this.autoBinPathRadioButton_CheckedChanged);
     //
     // manualBinPathRadioButton
     //
     this.manualBinPathRadioButton.Location        = new System.Drawing.Point(32, 128);
     this.manualBinPathRadioButton.Name            = "manualBinPathRadioButton";
     this.manualBinPathRadioButton.Size            = new System.Drawing.Size(424, 24);
     this.manualBinPathRadioButton.TabIndex        = 9;
     this.manualBinPathRadioButton.Text            = "Specified manually";
     this.manualBinPathRadioButton.CheckedChanged += new System.EventHandler(this.manualBinPathRadioButton_CheckedChanged);
     //
     // noBinPathRadioButton
     //
     this.noBinPathRadioButton.Location        = new System.Drawing.Point(32, 192);
     this.noBinPathRadioButton.Name            = "noBinPathRadioButton";
     this.noBinPathRadioButton.Size            = new System.Drawing.Size(424, 24);
     this.noBinPathRadioButton.TabIndex        = 8;
     this.noBinPathRadioButton.Text            = "None - or specified in Configuration File";
     this.noBinPathRadioButton.CheckedChanged += new System.EventHandler(this.noBinPathRadioButton_CheckedChanged);
     //
     // browseBasePathButton
     //
     this.browseBasePathButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.browseBasePathButton, "Browse to locate ApplicationBase directory.");
     this.browseBasePathButton.Image    = ((System.Drawing.Image)(resources.GetObject("browseBasePathButton.Image")));
     this.browseBasePathButton.Location = new System.Drawing.Point(472, 8);
     this.browseBasePathButton.Name     = "browseBasePathButton";
     this.helpProvider1.SetShowHelp(this.browseBasePathButton, true);
     this.browseBasePathButton.Size     = new System.Drawing.Size(24, 24);
     this.browseBasePathButton.TabIndex = 7;
     this.browseBasePathButton.Click   += new System.EventHandler(this.browseBasePathButton_Click);
     //
     // privateBinPathTextBox
     //
     this.privateBinPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.privateBinPathTextBox, "Path searched when probing for private asemblies. Directories must be descendants" +
                                      " of the ApplicationBase.");
     this.privateBinPathTextBox.Location = new System.Drawing.Point(104, 160);
     this.privateBinPathTextBox.Name     = "privateBinPathTextBox";
     this.helpProvider1.SetShowHelp(this.privateBinPathTextBox, true);
     this.privateBinPathTextBox.Size        = new System.Drawing.Size(384, 22);
     this.privateBinPathTextBox.TabIndex    = 5;
     this.privateBinPathTextBox.Text        = "";
     this.privateBinPathTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.privateBinPathTextBox_Validating);
     this.privateBinPathTextBox.Validated  += new System.EventHandler(this.privateBinPathTextBox_Validated);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(16, 72);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(97, 18);
     this.label6.TabIndex = 4;
     this.label6.Text     = "PrivateBinPath:";
     //
     // configFileTextBox
     //
     this.configFileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.configFileTextBox, "Configuration file to use when loading assemblies if it exists. Defaults to <proj" +
                                      "ectname>.config. Must be located in the ApplicationBase directory.");
     this.configFileTextBox.Location = new System.Drawing.Point(192, 40);
     this.configFileTextBox.Name     = "configFileTextBox";
     this.helpProvider1.SetShowHelp(this.configFileTextBox, true);
     this.configFileTextBox.Size        = new System.Drawing.Size(296, 22);
     this.configFileTextBox.TabIndex    = 3;
     this.configFileTextBox.Text        = "";
     this.configFileTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.configFileTextBox_Validating);
     this.configFileTextBox.Validated  += new System.EventHandler(this.configFileTextBox_Validated);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(16, 40);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(153, 18);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Configuration File Name:";
     //
     // applicationBaseTextBox
     //
     this.applicationBaseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.applicationBaseTextBox, "The ApplicationBase for locating assemblies. Must be equal to or under the projec" +
                                      "t directory. Defaults to the project directory if not set. Used as current direc" +
                                      "tory when running tests.");
     this.applicationBaseTextBox.Location = new System.Drawing.Point(152, 8);
     this.applicationBaseTextBox.Name     = "applicationBaseTextBox";
     this.helpProvider1.SetShowHelp(this.applicationBaseTextBox, true);
     this.applicationBaseTextBox.Size        = new System.Drawing.Size(312, 22);
     this.applicationBaseTextBox.TabIndex    = 1;
     this.applicationBaseTextBox.Text        = "";
     this.applicationBaseTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.applicationBaseTextBox_Validating);
     this.applicationBaseTextBox.Validated  += new System.EventHandler(this.applicationBaseTextBox_Validated);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(16, 8);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(105, 18);
     this.label3.TabIndex = 0;
     this.label3.Text     = "ApplicationBase:";
     //
     // assemblyTabPage
     //
     this.assemblyTabPage.Controls.Add(this.assemblyListBox);
     this.assemblyTabPage.Controls.Add(this.addVSProjectButton);
     this.assemblyTabPage.Controls.Add(this.editAssemblyButton);
     this.assemblyTabPage.Controls.Add(this.addAssemblyButton);
     this.assemblyTabPage.Controls.Add(this.deleteAssemblyButton);
     this.assemblyTabPage.Controls.Add(this.label2);
     this.assemblyTabPage.Location = new System.Drawing.Point(4, 25);
     this.assemblyTabPage.Name     = "assemblyTabPage";
     this.assemblyTabPage.Size     = new System.Drawing.Size(504, 227);
     this.assemblyTabPage.TabIndex = 1;
     this.assemblyTabPage.Text     = "Assemblies";
     //
     // assemblyListBox
     //
     this.helpProvider1.SetHelpString(this.assemblyListBox, "Checked assemblies will have tests loaded in the UI. Tests (if any) in unchecked " +
                                      "assemblies will not be loaded. All listed assemblies are watched for changes and" +
                                      " used in determining the PrivateBinPath.");
     this.assemblyListBox.Location = new System.Drawing.Point(24, 32);
     this.assemblyListBox.Name     = "assemblyListBox";
     this.helpProvider1.SetShowHelp(this.assemblyListBox, true);
     this.assemblyListBox.Size                  = new System.Drawing.Size(328, 174);
     this.assemblyListBox.TabIndex              = 6;
     this.assemblyListBox.ThreeDCheckBoxes      = true;
     this.assemblyListBox.SelectedIndexChanged += new System.EventHandler(this.assemblyListBox_SelectedIndexChanged);
     this.assemblyListBox.ItemCheck            += new System.Windows.Forms.ItemCheckEventHandler(this.assemblyListBox_ItemCheck);
     //
     // addVSProjectButton
     //
     this.addVSProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.addVSProjectButton, "Add the output assembly from a VS project to this project. Assembly will be added" +
                                      " to each configuration that exists in the VS project.");
     this.addVSProjectButton.Location = new System.Drawing.Point(368, 72);
     this.addVSProjectButton.Name     = "addVSProjectButton";
     this.helpProvider1.SetShowHelp(this.addVSProjectButton, true);
     this.addVSProjectButton.Size     = new System.Drawing.Size(128, 23);
     this.addVSProjectButton.TabIndex = 3;
     this.addVSProjectButton.Text     = "Add &VS Project...";
     this.addVSProjectButton.Click   += new System.EventHandler(this.addVSProjectButton_Click);
     //
     // editAssemblyButton
     //
     this.editAssemblyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.editAssemblyButton, "Modify the path to the selected assembly.");
     this.editAssemblyButton.Location = new System.Drawing.Point(368, 104);
     this.editAssemblyButton.Name     = "editAssemblyButton";
     this.helpProvider1.SetShowHelp(this.editAssemblyButton, true);
     this.editAssemblyButton.Size     = new System.Drawing.Size(128, 23);
     this.editAssemblyButton.TabIndex = 4;
     this.editAssemblyButton.Text     = "&Edit Path...";
     this.editAssemblyButton.Click   += new System.EventHandler(this.editAssemblyButton_Click);
     //
     // addAssemblyButton
     //
     this.addAssemblyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.addAssemblyButton, "Add an assembly to this configuration.");
     this.addAssemblyButton.Location = new System.Drawing.Point(368, 40);
     this.addAssemblyButton.Name     = "addAssemblyButton";
     this.helpProvider1.SetShowHelp(this.addAssemblyButton, true);
     this.addAssemblyButton.Size     = new System.Drawing.Size(128, 23);
     this.addAssemblyButton.TabIndex = 2;
     this.addAssemblyButton.Text     = "&Add Assembly...";
     this.addAssemblyButton.Click   += new System.EventHandler(this.addAssemblyButton_Click);
     //
     // deleteAssemblyButton
     //
     this.deleteAssemblyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.deleteAssemblyButton, "Remove the selected assembly from the configuration.");
     this.deleteAssemblyButton.Location = new System.Drawing.Point(368, 136);
     this.deleteAssemblyButton.Name     = "deleteAssemblyButton";
     this.helpProvider1.SetShowHelp(this.deleteAssemblyButton, true);
     this.deleteAssemblyButton.Size     = new System.Drawing.Size(128, 23);
     this.deleteAssemblyButton.TabIndex = 5;
     this.deleteAssemblyButton.Text     = "&Remove Assembly";
     this.deleteAssemblyButton.Click   += new System.EventHandler(this.deleteAssemblyButton_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(464, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Indicate assemblies with tests by checking the box.";
     //
     // fileNameHeader
     //
     this.fileNameHeader.Text  = "File Name";
     this.fileNameHeader.Width = 100;
     //
     // fullPathHeader
     //
     this.fullPathHeader.Text  = "Full Path";
     this.fullPathHeader.Width = 256;
     //
     // closeButton
     //
     this.closeButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.closeButton.Location     = new System.Drawing.Point(424, 328);
     this.closeButton.Name         = "closeButton";
     this.closeButton.Size         = new System.Drawing.Size(104, 23);
     this.closeButton.TabIndex     = 6;
     this.closeButton.Text         = "Close";
     this.closeButton.Click       += new System.EventHandler(this.closeButton_Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(24, 8);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Project Path:";
     //
     // projectPathLabel
     //
     this.projectPathLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.projectPathLabel.Location = new System.Drawing.Point(128, 8);
     this.projectPathLabel.Name     = "projectPathLabel";
     this.projectPathLabel.Size     = new System.Drawing.Size(392, 16);
     this.projectPathLabel.TabIndex = 1;
     //
     // ProjectEditor
     //
     this.AcceptButton      = this.closeButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.closeButton;
     this.ClientSize        = new System.Drawing.Size(538, 374);
     this.Controls.Add(this.projectPathLabel);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.projectTabControl);
     this.Controls.Add(this.editConfigsButton);
     this.Controls.Add(this.configComboBox);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.closeButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(376, 400);
     this.Name            = "ProjectEditor";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "NUnit Test Project Editor";
     this.TransparencyKey = System.Drawing.Color.Green;
     this.Load           += new System.EventHandler(this.ProjectEditor_Load);
     this.projectTabControl.ResumeLayout(false);
     this.generalTabPage.ResumeLayout(false);
     this.assemblyTabPage.ResumeLayout(false);
     this.ResumeLayout(false);
 }