/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.pinButton = new System.Windows.Forms.CheckBox();
			this.testResult = new System.Windows.Forms.Label();
			this.testName = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.categories = new System.Windows.Forms.ListBox();
			this.properties = new System.Windows.Forms.ListBox();
			this.label11 = new System.Windows.Forms.Label();
			this.ignoreReason = new CP.Windows.Forms.ExpandingLabel();
			this.label5 = new System.Windows.Forms.Label();
			this.testType = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.description = new CP.Windows.Forms.ExpandingLabel();
			this.label6 = new System.Windows.Forms.Label();
			this.testCaseCount = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			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.label3 = new System.Windows.Forms.Label();
			this.stackTrace = new CP.Windows.Forms.ExpandingLabel();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.assertCount = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.elapsedTime = new System.Windows.Forms.Label();
			this.message = new CP.Windows.Forms.ExpandingLabel();
			this.label12 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.pinButton.Location = new System.Drawing.Point(440, 8);
			this.pinButton.Name = "pinButton";
			this.pinButton.Size = new System.Drawing.Size(20, 20);
			this.pinButton.TabIndex = 14;
			this.pinButton.Click += new System.EventHandler(this.pinButton_Click);
			this.pinButton.CheckedChanged += new System.EventHandler(this.pinButton_CheckedChanged);
			// 
			// testResult
			// 
			this.testResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
			this.testResult.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.testResult.Location = new System.Drawing.Point(16, 16);
			this.testResult.Name = "testResult";
			this.testResult.Size = new System.Drawing.Size(120, 16);
			this.testResult.TabIndex = 46;
			this.testResult.Text = "Failure";
			this.testResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// testName
			// 
			this.testName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.testName.Location = new System.Drawing.Point(144, 16);
			this.testName.Name = "testName";
			this.testName.Size = new System.Drawing.Size(280, 16);
			this.testName.TabIndex = 49;
			this.testName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Controls.Add(this.categories);
			this.groupBox1.Controls.Add(this.properties);
			this.groupBox1.Controls.Add(this.label11);
			this.groupBox1.Controls.Add(this.ignoreReason);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.testType);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.description);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.testCaseCount);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.shouldRun);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.fullName);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Location = new System.Drawing.Point(16, 48);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(440, 376);
			this.groupBox1.TabIndex = 50;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Test Details";
			// 
			// categories
			// 
			this.categories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.categories.ItemHeight = 16;
			this.categories.Location = new System.Drawing.Point(104, 152);
			this.categories.Name = "categories";
			this.categories.Size = new System.Drawing.Size(320, 52);
			this.categories.TabIndex = 58;
			// 
			// properties
			// 
			this.properties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.properties.ItemHeight = 16;
			this.properties.Location = new System.Drawing.Point(104, 304);
			this.properties.Name = "properties";
			this.properties.Size = new System.Drawing.Size(320, 52);
			this.properties.TabIndex = 57;
			// 
			// label11
			// 
			this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label11.Location = new System.Drawing.Point(24, 312);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(80, 16);
			this.label11.TabIndex = 56;
			this.label11.Text = "Properties:";
			// 
			// ignoreReason
			// 
			this.ignoreReason.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.ignoreReason.CopySupported = true;
			this.ignoreReason.Expansion = CP.Windows.Forms.TipWindow.ExpansionStyle.Vertical;
			this.ignoreReason.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ignoreReason.Location = new System.Drawing.Point(112, 248);
			this.ignoreReason.Name = "ignoreReason";
			this.ignoreReason.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ignoreReason.Size = new System.Drawing.Size(312, 48);
			this.ignoreReason.TabIndex = 42;
			// 
			// label5
			// 
			this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label5.Location = new System.Drawing.Point(24, 248);
			this.label5.Name = "label5";
			this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.label5.Size = new System.Drawing.Size(80, 16);
			this.label5.TabIndex = 43;
			this.label5.Text = "Reason:";
			// 
			// testType
			// 
			this.testType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.testType.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.testType.Location = new System.Drawing.Point(112, 32);
			this.testType.Name = "testType";
			this.testType.Size = new System.Drawing.Size(312, 16);
			this.testType.TabIndex = 55;
			// 
			// label8
			// 
			this.label8.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label8.Location = new System.Drawing.Point(24, 32);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(80, 16);
			this.label8.TabIndex = 54;
			this.label8.Text = "Test Type:";
			// 
			// label7
			// 
			this.label7.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label7.Location = new System.Drawing.Point(24, 152);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(80, 16);
			this.label7.TabIndex = 52;
			this.label7.Text = "Categories:";
			// 
			// 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.Expansion = CP.Windows.Forms.TipWindow.ExpansionStyle.Both;
			this.description.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.description.Location = new System.Drawing.Point(112, 96);
			this.description.Name = "description";
			this.description.Size = new System.Drawing.Size(312, 48);
			this.description.TabIndex = 51;
			// 
			// label6
			// 
			this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label6.Location = new System.Drawing.Point(24, 96);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(80, 17);
			this.label6.TabIndex = 50;
			this.label6.Text = "Description:";
			// 
			// testCaseCount
			// 
			this.testCaseCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.testCaseCount.Location = new System.Drawing.Point(112, 216);
			this.testCaseCount.Name = "testCaseCount";
			this.testCaseCount.Size = new System.Drawing.Size(48, 15);
			this.testCaseCount.TabIndex = 49;
			// 
			// label4
			// 
			this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label4.Location = new System.Drawing.Point(24, 216);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(80, 15);
			this.label4.TabIndex = 48;
			this.label4.Text = "Test Count:";
			// 
			// shouldRun
			// 
			this.shouldRun.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.shouldRun.Location = new System.Drawing.Point(304, 216);
			this.shouldRun.Name = "shouldRun";
			this.shouldRun.Size = new System.Drawing.Size(88, 15);
			this.shouldRun.TabIndex = 47;
			this.shouldRun.Text = "Yes";
			// 
			// label2
			// 
			this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label2.Location = new System.Drawing.Point(188, 216);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(84, 15);
			this.label2.TabIndex = 46;
			this.label2.Text = "Should Run?";
			// 
			// 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.fullName.Location = new System.Drawing.Point(112, 63);
			this.fullName.Name = "fullName";
			this.fullName.Size = new System.Drawing.Size(312, 17);
			this.fullName.TabIndex = 45;
			// 
			// label1
			// 
			this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label1.Location = new System.Drawing.Point(24, 63);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(80, 17);
			this.label1.TabIndex = 44;
			this.label1.Text = "Full Name:";
			// 
			// label3
			// 
			this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label3.Location = new System.Drawing.Point(16, 392);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64, 15);
			this.label3.TabIndex = 47;
			this.label3.Text = "Message:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.stackTrace.Location = new System.Drawing.Point(112, 128);
			this.stackTrace.Name = "stackTrace";
			this.stackTrace.Size = new System.Drawing.Size(312, 49);
			this.stackTrace.TabIndex = 45;
			// 
			// groupBox2
			// 
			this.groupBox2.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.groupBox2.Controls.Add(this.assertCount);
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.elapsedTime);
			this.groupBox2.Controls.Add(this.message);
			this.groupBox2.Controls.Add(this.stackTrace);
			this.groupBox2.Controls.Add(this.label12);
			this.groupBox2.Location = new System.Drawing.Point(16, 432);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(440, 192);
			this.groupBox2.TabIndex = 51;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Result";
			// 
			// assertCount
			// 
			this.assertCount.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.assertCount.Location = new System.Drawing.Point(240, 32);
			this.assertCount.Name = "assertCount";
			this.assertCount.Size = new System.Drawing.Size(176, 16);
			this.assertCount.TabIndex = 61;
			this.assertCount.Text = "Assert Count:";
			// 
			// label10
			// 
			this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label10.Location = new System.Drawing.Point(24, 63);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(80, 17);
			this.label10.TabIndex = 60;
			this.label10.Text = "Message:";
			// 
			// elapsedTime
			// 
			this.elapsedTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.elapsedTime.Location = new System.Drawing.Point(24, 32);
			this.elapsedTime.Name = "elapsedTime";
			this.elapsedTime.Size = new System.Drawing.Size(192, 16);
			this.elapsedTime.TabIndex = 58;
			this.elapsedTime.Text = "Execution 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.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.message.Location = new System.Drawing.Point(112, 63);
			this.message.Name = "message";
			this.message.Size = new System.Drawing.Size(312, 49);
			this.message.TabIndex = 57;
			// 
			// label12
			// 
			this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.label12.Location = new System.Drawing.Point(24, 128);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(80, 16);
			this.label12.TabIndex = 56;
			this.label12.Text = "Stack:";
			// 
			// TestPropertiesDialog
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
			this.ClientSize = new System.Drawing.Size(472, 634);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.testName);
			this.Controls.Add(this.testResult);
			this.Controls.Add(this.pinButton);
			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.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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.runtimeVersionComboBox = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.runtimeComboBox = new System.Windows.Forms.ComboBox();
     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.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.assemblyPathBrowseButton = new System.Windows.Forms.Button();
     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.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.processModelComboBox = new System.Windows.Forms.ComboBox();
     this.domainUsageComboBox = new System.Windows.Forms.ComboBox();
     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(383, 496);
     this.closeButton.Name = "closeButton";
     this.helpProvider1.SetShowHelp(this.closeButton, false);
     this.closeButton.Size = new System.Drawing.Size(87, 24);
     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(20, 7);
     this.label5.Name = "label5";
     this.helpProvider1.SetShowHelp(this.label5, false);
     this.label5.Size = new System.Drawing.Size(84, 14);
     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(112, 7);
     this.projectPathLabel.Name = "projectPathLabel";
     this.helpProvider1.SetShowHelp(this.projectPathLabel, false);
     this.projectPathLabel.Size = new System.Drawing.Size(352, 14);
     this.projectPathLabel.TabIndex = 1;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(20, 45);
     this.label8.Name = "label8";
     this.helpProvider1.SetShowHelp(this.label8, false);
     this.label8.Size = new System.Drawing.Size(100, 14);
     this.label8.TabIndex = 7;
     this.label8.Text = "Project Base:";
     //
     // projectBaseTextBox
     //
     this.projectBaseTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     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(112, 44);
     this.projectBaseTextBox.Name = "projectBaseTextBox";
     this.helpProvider1.SetShowHelp(this.projectBaseTextBox, true);
     this.projectBaseTextBox.Size = new System.Drawing.Size(320, 22);
     this.projectBaseTextBox.TabIndex = 8;
     this.projectBaseTextBox.Validated += new System.EventHandler(this.projectBaseTextBox_Validated);
     this.projectBaseTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.projectBaseTextBox_Validating);
     //
     // 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(7, 82);
     this.projectTabControl.Name = "projectTabControl";
     this.projectTabControl.SelectedIndex = 0;
     this.helpProvider1.SetShowHelp(this.projectTabControl, false);
     this.projectTabControl.Size = new System.Drawing.Size(446, 278);
     this.projectTabControl.TabIndex = 9;
     //
     // generalTabPage
     //
     this.generalTabPage.Controls.Add(this.runtimeVersionComboBox);
     this.generalTabPage.Controls.Add(this.label11);
     this.generalTabPage.Controls.Add(this.runtimeComboBox);
     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.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(438, 252);
     this.generalTabPage.TabIndex = 0;
     this.generalTabPage.Text = "General";
     //
     // runtimeVersionComboBox
     //
     this.runtimeVersionComboBox.Items.AddRange(new object[] {
     "Default",
     "1.0",
     "1.1",
     "2.0",
     "4.0"});
     this.runtimeVersionComboBox.Location = new System.Drawing.Point(320, 16);
     this.runtimeVersionComboBox.Name = "runtimeVersionComboBox";
     this.runtimeVersionComboBox.Size = new System.Drawing.Size(101, 24);
     this.runtimeVersionComboBox.TabIndex = 14;
     this.runtimeVersionComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.runtimeVersionComboBox_Validating);
     this.runtimeVersionComboBox.Validated += new System.EventHandler(this.runtimeVersionComboBox_Validated);
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(192, 16);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(122, 16);
     this.label11.TabIndex = 13;
     this.label11.Text = "Runtime Version";
     //
     // runtimeComboBox
     //
     this.runtimeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.runtimeComboBox.Items.AddRange(new object[] {
     "Any",
     "Net",
     "Mono"});
     this.runtimeComboBox.Location = new System.Drawing.Point(87, 16);
     this.runtimeComboBox.Name = "runtimeComboBox";
     this.runtimeComboBox.Size = new System.Drawing.Size(81, 24);
     this.runtimeComboBox.TabIndex = 12;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(13, 16);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(60, 16);
     this.label7.TabIndex = 11;
     this.label7.Text = "Runtime:";
     //
     // autoBinPathRadioButton
     //
     this.autoBinPathRadioButton.Location = new System.Drawing.Point(24, 154);
     this.autoBinPathRadioButton.Name = "autoBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.autoBinPathRadioButton, false);
     this.autoBinPathRadioButton.Size = new System.Drawing.Size(273, 21);
     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(24, 186);
     this.manualBinPathRadioButton.Name = "manualBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.manualBinPathRadioButton, false);
     this.manualBinPathRadioButton.Size = new System.Drawing.Size(101, 20);
     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(24, 218);
     this.noBinPathRadioButton.Name = "noBinPathRadioButton";
     this.helpProvider1.SetShowHelp(this.noBinPathRadioButton, false);
     this.noBinPathRadioButton.Size = new System.Drawing.Size(353, 21);
     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(401, 56);
     this.configBaseBrowseButton.Name = "configBaseBrowseButton";
     this.helpProvider1.SetShowHelp(this.configBaseBrowseButton, true);
     this.configBaseBrowseButton.Size = new System.Drawing.Size(20, 20);
     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(144, 186);
     this.privateBinPathTextBox.Name = "privateBinPathTextBox";
     this.helpProvider1.SetShowHelp(this.privateBinPathTextBox, true);
     this.privateBinPathTextBox.Size = new System.Drawing.Size(280, 22);
     this.privateBinPathTextBox.TabIndex = 5;
     this.privateBinPathTextBox.Validated += new System.EventHandler(this.privateBinPathTextBox_Validated);
     this.privateBinPathTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.privateBinPathTextBox_Validating);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(8, 130);
     this.label6.Name = "label6";
     this.helpProvider1.SetShowHelp(this.label6, false);
     this.label6.Size = new System.Drawing.Size(105, 17);
     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(168, 96);
     this.configFileTextBox.Name = "configFileTextBox";
     this.helpProvider1.SetShowHelp(this.configFileTextBox, true);
     this.configFileTextBox.Size = new System.Drawing.Size(256, 22);
     this.configFileTextBox.TabIndex = 3;
     this.configFileTextBox.Validated += new System.EventHandler(this.configFileTextBox_Validated);
     this.configFileTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.configFileTextBox_Validating);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 98);
     this.label4.Name = "label4";
     this.helpProvider1.SetShowHelp(this.label4, false);
     this.label4.Size = new System.Drawing.Size(163, 17);
     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, 56);
     this.applicationBaseTextBox.Name = "applicationBaseTextBox";
     this.helpProvider1.SetShowHelp(this.applicationBaseTextBox, true);
     this.applicationBaseTextBox.Size = new System.Drawing.Size(264, 22);
     this.applicationBaseTextBox.TabIndex = 1;
     this.applicationBaseTextBox.Validated += new System.EventHandler(this.applicationBaseTextBox_Validated);
     this.applicationBaseTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.applicationBaseTextBox_Validating);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 57);
     this.label3.Name = "label3";
     this.helpProvider1.SetShowHelp(this.label3, false);
     this.label3.Size = new System.Drawing.Size(113, 17);
     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(438, 252);
     this.assemblyTabPage.TabIndex = 1;
     this.assemblyTabPage.Text = "Assemblies";
     this.assemblyTabPage.Visible = false;
     //
     // 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(413, 192);
     this.assemblyPathBrowseButton.Name = "assemblyPathBrowseButton";
     this.helpProvider1.SetShowHelp(this.assemblyPathBrowseButton, true);
     this.assemblyPathBrowseButton.Size = new System.Drawing.Size(20, 20);
     this.assemblyPathBrowseButton.TabIndex = 11;
     this.assemblyPathBrowseButton.Click += new System.EventHandler(this.assemblyPathBrowseButton_Click);
     //
     // assemblyPathTextBox
     //
     this.assemblyPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.assemblyPathTextBox.Location = new System.Drawing.Point(13, 192);
     this.assemblyPathTextBox.Name = "assemblyPathTextBox";
     this.assemblyPathTextBox.Size = new System.Drawing.Size(387, 22);
     this.assemblyPathTextBox.TabIndex = 8;
     this.assemblyPathTextBox.Validated += new System.EventHandler(this.assemblyPathTextBox_Validated);
     this.assemblyPathTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.assemblyPathTextBox_Validating);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(13, 176);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(107, 14);
     this.label2.TabIndex = 7;
     this.label2.Text = "Assembly Path:";
     //
     // assemblyListBox
     //
     this.assemblyListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.helpProvider1.SetHelpString(this.assemblyListBox, resources.GetString("assemblyListBox.HelpString"));
     this.assemblyListBox.ItemHeight = 16;
     this.assemblyListBox.Location = new System.Drawing.Point(13, 24);
     this.assemblyListBox.Name = "assemblyListBox";
     this.helpProvider1.SetShowHelp(this.assemblyListBox, true);
     this.assemblyListBox.Size = new System.Drawing.Size(339, 132);
     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(367, 21);
     this.addAssemblyButton.Name = "addAssemblyButton";
     this.helpProvider1.SetShowHelp(this.addAssemblyButton, true);
     this.addAssemblyButton.Size = new System.Drawing.Size(66, 20);
     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(367, 49);
     this.removeAssemblyButton.Name = "removeAssemblyButton";
     this.helpProvider1.SetShowHelp(this.removeAssemblyButton, true);
     this.removeAssemblyButton.Size = new System.Drawing.Size(66, 19);
     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(352, 33);
     this.editConfigsButton.Name = "editConfigsButton";
     this.helpProvider1.SetShowHelp(this.editConfigsButton, true);
     this.editConfigsButton.Size = new System.Drawing.Size(95, 26);
     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(112, 34);
     this.configComboBox.Name = "configComboBox";
     this.helpProvider1.SetShowHelp(this.configComboBox, true);
     this.configComboBox.Size = new System.Drawing.Size(232, 24);
     this.configComboBox.TabIndex = 7;
     this.configComboBox.SelectedIndexChanged += new System.EventHandler(this.configComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13, 35);
     this.label1.Name = "label1";
     this.helpProvider1.SetShowHelp(this.label1, false);
     this.label1.Size = new System.Drawing.Size(102, 24);
     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(448, 45);
     this.projectBaseBrowseButton.Name = "projectBaseBrowseButton";
     this.helpProvider1.SetShowHelp(this.projectBaseBrowseButton, true);
     this.projectBaseBrowseButton.Size = new System.Drawing.Size(24, 20);
     this.projectBaseBrowseButton.TabIndex = 10;
     this.projectBaseBrowseButton.Click += new System.EventHandler(this.projectBaseBrowseButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.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.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(17, 124);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(461, 366);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Configuration Properties";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(20, 87);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(110, 16);
     this.label9.TabIndex = 11;
     this.label9.Text = "Process Model:";
     //
     // label10
     //
     this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label10.Location = new System.Drawing.Point(248, 87);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(112, 16);
     this.label10.TabIndex = 12;
     this.label10.Text = "Domain Usage:";
     //
     // processModelComboBox
     //
     this.processModelComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.processModelComboBox.Items.AddRange(new object[] {
     "Default",
     "Single",
     "Separate",
     "Multiple"});
     this.processModelComboBox.Location = new System.Drawing.Point(136, 82);
     this.processModelComboBox.Name = "processModelComboBox";
     this.processModelComboBox.Size = new System.Drawing.Size(104, 24);
     this.processModelComboBox.TabIndex = 13;
     //
     // domainUsageComboBox
     //
     this.domainUsageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.domainUsageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.domainUsageComboBox.Items.AddRange(new object[] {
     "Default",
     "None",
     "Single",
     "Multiple"});
     this.domainUsageComboBox.Location = new System.Drawing.Point(360, 82);
     this.domainUsageComboBox.Name = "domainUsageComboBox";
     this.domainUsageComboBox.Size = new System.Drawing.Size(112, 24);
     this.domainUsageComboBox.TabIndex = 14;
     //
     // ProjectEditor
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(490, 523);
     this.Controls.Add(this.domainUsageComboBox);
     this.Controls.Add(this.processModelComboBox);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     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.generalTabPage.PerformLayout();
     this.assemblyTabPage.ResumeLayout(false);
     this.assemblyTabPage.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pinButton     = new System.Windows.Forms.CheckBox();
     this.testResult    = new System.Windows.Forms.Label();
     this.testName      = new System.Windows.Forms.Label();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.categories    = new System.Windows.Forms.ListBox();
     this.properties    = new System.Windows.Forms.ListBox();
     this.label11       = new System.Windows.Forms.Label();
     this.ignoreReason  = new CP.Windows.Forms.ExpandingLabel();
     this.label5        = new System.Windows.Forms.Label();
     this.testType      = new System.Windows.Forms.Label();
     this.label8        = new System.Windows.Forms.Label();
     this.label7        = new System.Windows.Forms.Label();
     this.description   = new CP.Windows.Forms.ExpandingLabel();
     this.label6        = new System.Windows.Forms.Label();
     this.testCaseCount = new System.Windows.Forms.Label();
     this.label4        = new System.Windows.Forms.Label();
     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.label3        = new System.Windows.Forms.Label();
     this.stackTrace    = new CP.Windows.Forms.ExpandingLabel();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.assertCount   = new System.Windows.Forms.Label();
     this.label10       = new System.Windows.Forms.Label();
     this.elapsedTime   = new System.Windows.Forms.Label();
     this.message       = new CP.Windows.Forms.ExpandingLabel();
     this.label12       = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // 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(440, 8);
     this.pinButton.Name            = "pinButton";
     this.pinButton.Size            = new System.Drawing.Size(20, 20);
     this.pinButton.TabIndex        = 14;
     this.pinButton.Click          += new System.EventHandler(this.pinButton_Click);
     this.pinButton.CheckedChanged += new System.EventHandler(this.pinButton_CheckedChanged);
     //
     // testResult
     //
     this.testResult.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
     this.testResult.Location  = new System.Drawing.Point(16, 16);
     this.testResult.Name      = "testResult";
     this.testResult.Size      = new System.Drawing.Size(120, 16);
     this.testResult.TabIndex  = 46;
     this.testResult.Text      = "Failure";
     this.testResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // testName
     //
     this.testName.Location  = new System.Drawing.Point(144, 16);
     this.testName.Name      = "testName";
     this.testName.Size      = new System.Drawing.Size(280, 16);
     this.testName.TabIndex  = 49;
     this.testName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.categories);
     this.groupBox1.Controls.Add(this.properties);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.ignoreReason);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.testType);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.description);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.testCaseCount);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.shouldRun);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.fullName);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(16, 48);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(440, 376);
     this.groupBox1.TabIndex = 50;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Test Details";
     //
     // categories
     //
     this.categories.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.categories.ItemHeight = 16;
     this.categories.Location   = new System.Drawing.Point(104, 152);
     this.categories.Name       = "categories";
     this.categories.Size       = new System.Drawing.Size(320, 52);
     this.categories.TabIndex   = 58;
     //
     // properties
     //
     this.properties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.properties.ItemHeight = 16;
     this.properties.Location   = new System.Drawing.Point(104, 304);
     this.properties.Name       = "properties";
     this.properties.Size       = new System.Drawing.Size(320, 52);
     this.properties.TabIndex   = 57;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(24, 312);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(80, 16);
     this.label11.TabIndex = 56;
     this.label11.Text     = "Properties:";
     //
     // ignoreReason
     //
     this.ignoreReason.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.ignoreReason.CopySupported = true;
     this.ignoreReason.Expansion     = CP.Windows.Forms.TipWindow.ExpansionStyle.Vertical;
     this.ignoreReason.Location      = new System.Drawing.Point(112, 248);
     this.ignoreReason.Name          = "ignoreReason";
     this.ignoreReason.RightToLeft   = System.Windows.Forms.RightToLeft.No;
     this.ignoreReason.Size          = new System.Drawing.Size(312, 48);
     this.ignoreReason.TabIndex      = 42;
     //
     // label5
     //
     this.label5.Location    = new System.Drawing.Point(24, 248);
     this.label5.Name        = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label5.Size        = new System.Drawing.Size(80, 16);
     this.label5.TabIndex    = 43;
     this.label5.Text        = "Reason:";
     //
     // testType
     //
     this.testType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.testType.Location = new System.Drawing.Point(112, 32);
     this.testType.Name     = "testType";
     this.testType.Size     = new System.Drawing.Size(312, 16);
     this.testType.TabIndex = 55;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(24, 32);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(80, 16);
     this.label8.TabIndex = 54;
     this.label8.Text     = "Test Type:";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(24, 152);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(80, 16);
     this.label7.TabIndex = 52;
     this.label7.Text     = "Categories:";
     //
     // 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.Expansion     = CP.Windows.Forms.TipWindow.ExpansionStyle.Both;
     this.description.Location      = new System.Drawing.Point(112, 96);
     this.description.Name          = "description";
     this.description.Size          = new System.Drawing.Size(312, 48);
     this.description.TabIndex      = 51;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(24, 96);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(80, 17);
     this.label6.TabIndex = 50;
     this.label6.Text     = "Description:";
     //
     // testCaseCount
     //
     this.testCaseCount.Location = new System.Drawing.Point(112, 216);
     this.testCaseCount.Name     = "testCaseCount";
     this.testCaseCount.Size     = new System.Drawing.Size(48, 15);
     this.testCaseCount.TabIndex = 49;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(24, 216);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(80, 15);
     this.label4.TabIndex = 48;
     this.label4.Text     = "Test Count:";
     //
     // shouldRun
     //
     this.shouldRun.Location = new System.Drawing.Point(304, 216);
     this.shouldRun.Name     = "shouldRun";
     this.shouldRun.Size     = new System.Drawing.Size(88, 15);
     this.shouldRun.TabIndex = 47;
     this.shouldRun.Text     = "Yes";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(188, 216);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 15);
     this.label2.TabIndex = 46;
     this.label2.Text     = "Should Run?";
     //
     // 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(112, 63);
     this.fullName.Name          = "fullName";
     this.fullName.Size          = new System.Drawing.Size(312, 17);
     this.fullName.TabIndex      = 45;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 63);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 17);
     this.label1.TabIndex = 44;
     this.label1.Text     = "Full Name:";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(16, 392);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 15);
     this.label3.TabIndex  = 47;
     this.label3.Text      = "Message:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // 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(112, 128);
     this.stackTrace.Name          = "stackTrace";
     this.stackTrace.Size          = new System.Drawing.Size(312, 49);
     this.stackTrace.TabIndex      = 45;
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.assertCount);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.elapsedTime);
     this.groupBox2.Controls.Add(this.message);
     this.groupBox2.Controls.Add(this.stackTrace);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Location = new System.Drawing.Point(16, 432);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(440, 192);
     this.groupBox2.TabIndex = 51;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Result";
     //
     // assertCount
     //
     this.assertCount.Location = new System.Drawing.Point(240, 32);
     this.assertCount.Name     = "assertCount";
     this.assertCount.Size     = new System.Drawing.Size(176, 16);
     this.assertCount.TabIndex = 61;
     this.assertCount.Text     = "Assert Count:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(24, 63);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(80, 17);
     this.label10.TabIndex = 60;
     this.label10.Text     = "Message:";
     //
     // elapsedTime
     //
     this.elapsedTime.Location = new System.Drawing.Point(24, 32);
     this.elapsedTime.Name     = "elapsedTime";
     this.elapsedTime.Size     = new System.Drawing.Size(192, 16);
     this.elapsedTime.TabIndex = 58;
     this.elapsedTime.Text     = "Execution 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(112, 63);
     this.message.Name          = "message";
     this.message.Size          = new System.Drawing.Size(312, 49);
     this.message.TabIndex      = 57;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(24, 128);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(80, 16);
     this.label12.TabIndex = 56;
     this.label12.Text     = "Stack:";
     //
     // TestPropertiesDialog
     //
     this.ClientSize = new System.Drawing.Size(472, 634);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.testName);
     this.Controls.Add(this.testResult);
     this.Controls.Add(this.pinButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TestPropertiesDialog";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.Text            = "Test Properties";
     this.Load           += new System.EventHandler(this.TestPropertiesDialog_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }