예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.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.label8                   = new System.Windows.Forms.Label();
     this.projectBaseTextBox       = new System.Windows.Forms.TextBox();
     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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.editConfigsButton.Location = new System.Drawing.Point(424, 92);
     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.ItemHeight = 16;
     this.configComboBox.Location   = new System.Drawing.Point(125, 92);
     this.configComboBox.Name       = "configComboBox";
     this.helpProvider1.SetShowHelp(this.configComboBox, true);
     this.configComboBox.Size                  = new System.Drawing.Size(288, 24);
     this.configComboBox.TabIndex              = 3;
     this.configComboBox.SelectedIndexChanged += new System.EventHandler(this.configComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location = new System.Drawing.Point(23, 92);
     this.label1.Name     = "label1";
     this.helpProvider1.SetShowHelp(this.label1, false);
     this.label1.Size     = new System.Drawing.Size(102, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Configuration:";
     //
     // 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(16, 129);
     this.projectTabControl.Name          = "projectTabControl";
     this.projectTabControl.SelectedIndex = 0;
     this.helpProvider1.SetShowHelp(this.projectTabControl, false);
     this.projectTabControl.Size     = new System.Drawing.Size(512, 266);
     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, 22);
     this.generalTabPage.Name     = "generalTabPage";
     this.helpProvider1.SetShowHelp(this.generalTabPage, false);
     this.generalTabPage.Size     = new System.Drawing.Size(504, 240);
     this.generalTabPage.TabIndex = 0;
     this.generalTabPage.Text     = "General";
     //
     // label7
     //
     this.label7.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location = new System.Drawing.Point(56, 160);
     this.label7.Name     = "label7";
     this.helpProvider1.SetShowHelp(this.label7, false);
     this.label7.Size     = new System.Drawing.Size(40, 17);
     this.label7.TabIndex = 11;
     this.label7.Text     = "Value:";
     //
     // autoBinPathRadioButton
     //
     this.autoBinPathRadioButton.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     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            = "Generated automatically from assembly locations";
     this.autoBinPathRadioButton.CheckedChanged += new System.EventHandler(this.autoBinPathRadioButton_CheckedChanged);
     //
     // manualBinPathRadioButton
     //
     this.manualBinPathRadioButton.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.manualBinPathRadioButton.Location = new System.Drawing.Point(32, 128);
     this.manualBinPathRadioButton.Name     = "manualBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.manualBinPathRadioButton, false);
     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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.noBinPathRadioButton.Location = new System.Drawing.Point(32, 192);
     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);
     //
     // 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.browseBasePathButton.Location = new System.Drawing.Point(387, 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(300, 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     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(192, 40);
     this.configFileTextBox.Name     = "configFileTextBox";
     this.helpProvider1.SetShowHelp(this.configFileTextBox, true);
     this.configFileTextBox.Size        = new System.Drawing.Size(212, 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     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(152, 8);
     this.applicationBaseTextBox.Name     = "applicationBaseTextBox";
     this.helpProvider1.SetShowHelp(this.applicationBaseTextBox, true);
     this.applicationBaseTextBox.Size        = new System.Drawing.Size(228, 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     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.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, 22);
     this.assemblyTabPage.Name     = "assemblyTabPage";
     this.helpProvider1.SetShowHelp(this.assemblyTabPage, false);
     this.assemblyTabPage.Size     = new System.Drawing.Size(504, 240);
     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, 157);
     this.assemblyListBox.TabIndex              = 6;
     this.assemblyListBox.SelectedIndexChanged += new System.EventHandler(this.assemblyListBox_SelectedIndexChanged);
     //
     // 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.addVSProjectButton.Location = new System.Drawing.Point(369, 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.editAssemblyButton.Location = new System.Drawing.Point(369, 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.addAssemblyButton.Location = new System.Drawing.Point(369, 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.deleteAssemblyButton.Location = new System.Drawing.Point(369, 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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location = new System.Drawing.Point(16, 8);
     this.label2.Name     = "label2";
     this.helpProvider1.SetShowHelp(this.label2, false);
     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.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.closeButton.Location     = new System.Drawing.Point(424, 406);
     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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     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.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     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(392, 16);
     this.projectPathLabel.TabIndex = 1;
     //
     // label8
     //
     this.label8.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     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(393, 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);
     //
     // ProjectEditor
     //
     this.AcceptButton      = this.closeButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.closeButton;
     this.ClientSize        = new System.Drawing.Size(537, 433);
     this.Controls.Add(this.projectBaseTextBox);
     this.Controls.Add(this.label8);
     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.ImeMode         = System.Windows.Forms.ImeMode.NoControl;
     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.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.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.label8 = new System.Windows.Forms.Label();
     this.projectBaseTextBox = new System.Windows.Forms.TextBox();
     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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.editConfigsButton.Location = new System.Drawing.Point(424, 92);
     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.ItemHeight = 16;
     this.configComboBox.Location = new System.Drawing.Point(125, 92);
     this.configComboBox.Name = "configComboBox";
     this.helpProvider1.SetShowHelp(this.configComboBox, true);
     this.configComboBox.Size = new System.Drawing.Size(288, 24);
     this.configComboBox.TabIndex = 3;
     this.configComboBox.SelectedIndexChanged += new System.EventHandler(this.configComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location = new System.Drawing.Point(23, 92);
     this.label1.Name = "label1";
     this.helpProvider1.SetShowHelp(this.label1, false);
     this.label1.Size = new System.Drawing.Size(102, 16);
     this.label1.TabIndex = 2;
     this.label1.Text = "Configuration:";
     //
     // 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(16, 129);
     this.projectTabControl.Name = "projectTabControl";
     this.projectTabControl.SelectedIndex = 0;
     this.helpProvider1.SetShowHelp(this.projectTabControl, false);
     this.projectTabControl.Size = new System.Drawing.Size(512, 266);
     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, 22);
     this.generalTabPage.Name = "generalTabPage";
     this.helpProvider1.SetShowHelp(this.generalTabPage, false);
     this.generalTabPage.Size = new System.Drawing.Size(504, 240);
     this.generalTabPage.TabIndex = 0;
     this.generalTabPage.Text = "General";
     //
     // label7
     //
     this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location = new System.Drawing.Point(56, 160);
     this.label7.Name = "label7";
     this.helpProvider1.SetShowHelp(this.label7, false);
     this.label7.Size = new System.Drawing.Size(40, 17);
     this.label7.TabIndex = 11;
     this.label7.Text = "Value:";
     //
     // autoBinPathRadioButton
     //
     this.autoBinPathRadioButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     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 = "Generated automatically from assembly locations";
     this.autoBinPathRadioButton.CheckedChanged += new System.EventHandler(this.autoBinPathRadioButton_CheckedChanged);
     //
     // manualBinPathRadioButton
     //
     this.manualBinPathRadioButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.manualBinPathRadioButton.Location = new System.Drawing.Point(32, 128);
     this.manualBinPathRadioButton.Name = "manualBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.manualBinPathRadioButton, false);
     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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.noBinPathRadioButton.Location = new System.Drawing.Point(32, 192);
     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);
     //
     // 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.browseBasePathButton.Location = new System.Drawing.Point(387, 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(300, 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     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(192, 40);
     this.configFileTextBox.Name = "configFileTextBox";
     this.helpProvider1.SetShowHelp(this.configFileTextBox, true);
     this.configFileTextBox.Size = new System.Drawing.Size(212, 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     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(152, 8);
     this.applicationBaseTextBox.Name = "applicationBaseTextBox";
     this.helpProvider1.SetShowHelp(this.applicationBaseTextBox, true);
     this.applicationBaseTextBox.Size = new System.Drawing.Size(228, 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     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.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, 22);
     this.assemblyTabPage.Name = "assemblyTabPage";
     this.helpProvider1.SetShowHelp(this.assemblyTabPage, false);
     this.assemblyTabPage.Size = new System.Drawing.Size(504, 240);
     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, 157);
     this.assemblyListBox.TabIndex = 6;
     this.assemblyListBox.SelectedIndexChanged += new System.EventHandler(this.assemblyListBox_SelectedIndexChanged);
     //
     // 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.addVSProjectButton.Location = new System.Drawing.Point(369, 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.editAssemblyButton.Location = new System.Drawing.Point(369, 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.addAssemblyButton.Location = new System.Drawing.Point(369, 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.deleteAssemblyButton.Location = new System.Drawing.Point(369, 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location = new System.Drawing.Point(16, 8);
     this.label2.Name = "label2";
     this.helpProvider1.SetShowHelp(this.label2, false);
     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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.closeButton.Location = new System.Drawing.Point(424, 406);
     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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     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(392, 16);
     this.projectPathLabel.TabIndex = 1;
     //
     // label8
     //
     this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     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(393, 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);
     //
     // ProjectEditor
     //
     this.AcceptButton = this.closeButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton = this.closeButton;
     this.ClientSize = new System.Drawing.Size(537, 433);
     this.Controls.Add(this.projectBaseTextBox);
     this.Controls.Add(this.label8);
     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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     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.ResumeLayout(false);
 }