in Nodejs/Product/Nodejs/Project/NodejsGeneralPropertyPageControl.Designer.cs [29:549]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.TableLayoutPanel startActionTableLayoutPanel;
System.Windows.Forms.TableLayoutPanel nodeHeaderTableLayoutPanel;
this.startActionHeaderLabelLine = new System.Windows.Forms.Label();
this._startActionHeaderLabel = new System.Windows.Forms.Label();
this.nodeHeaderLabelLine = new System.Windows.Forms.Label();
this._nodeHeaderLabel = new System.Windows.Forms.Label();
this._nodeArgumentsLabel = new System.Windows.Forms.Label();
this._scriptLabel = new System.Windows.Forms.Label();
this._scriptArgsLabel = new System.Windows.Forms.Label();
this._workingDirLabel = new System.Windows.Forms.Label();
this._launchUrlLabel = new System.Windows.Forms.Label();
this._nodePortLabel = new System.Windows.Forms.Label();
this._debuggerPortLabel = new System.Windows.Forms.Label();
this._envVarsLabel = new System.Windows.Forms.Label();
this.overallPanel = new System.Windows.Forms.TableLayoutPanel();
this._scriptFile = new System.Windows.Forms.TextBox();
this._scriptArguments = new System.Windows.Forms.TextBox();
this._workingDir = new System.Windows.Forms.TextBox();
this._browseDirectory = new System.Windows.Forms.Button();
this._launchUrl = new System.Windows.Forms.TextBox();
this._nodejsPort = new System.Windows.Forms.TextBox();
this._envVars = new System.Windows.Forms.TextBox();
this._startBrowserCheckBox = new System.Windows.Forms.CheckBox();
this._saveInProjectFileCheckBox = new System.Windows.Forms.CheckBox();
this._nodeExePathLabel = new System.Windows.Forms.Label();
this._nodeExePath = new System.Windows.Forms.TextBox();
this._browsePath = new System.Windows.Forms.Button();
this._nodeExeArguments = new System.Windows.Forms.TextBox();
this._debuggerPort = new System.Windows.Forms.TextBox();
this.testHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this._TestHeaderLabel = new System.Windows.Forms.Label();
this.testHeaderLabelLine = new System.Windows.Forms.Label();
this._testRootLabel = new System.Windows.Forms.Label();
this._testRoot = new System.Windows.Forms.TextBox();
this._browseTestroot = new System.Windows.Forms.Button();
this._testFrameworkLabel = new System.Windows.Forms.Label();
this._frameworkSelector = new System.Windows.Forms.ComboBox();
this._tooltip = new System.Windows.Forms.ToolTip(this.components);
startActionTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
nodeHeaderTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
startActionTableLayoutPanel.SuspendLayout();
nodeHeaderTableLayoutPanel.SuspendLayout();
this.overallPanel.SuspendLayout();
this.testHeaderTableLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// startActionTableLayoutPanel
//
startActionTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
startActionTableLayoutPanel.AutoSize = true;
startActionTableLayoutPanel.ColumnCount = 2;
this.overallPanel.SetColumnSpan(startActionTableLayoutPanel, 3);
startActionTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
startActionTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
startActionTableLayoutPanel.Controls.Add(this.startActionHeaderLabelLine, 1, 0);
startActionTableLayoutPanel.Controls.Add(this._startActionHeaderLabel, 0, 0);
startActionTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
startActionTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 6);
startActionTableLayoutPanel.Name = "startActionTableLayoutPanel";
startActionTableLayoutPanel.RowCount = 1;
startActionTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
startActionTableLayoutPanel.Size = new System.Drawing.Size(493, 13);
startActionTableLayoutPanel.TabIndex = 0;
//
// startActionHeaderLabelLine
//
this.startActionHeaderLabelLine.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator;
this.startActionHeaderLabelLine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.startActionHeaderLabelLine.BackColor = System.Drawing.SystemColors.ControlDark;
this.startActionHeaderLabelLine.Location = new System.Drawing.Point(130, 6);
this.startActionHeaderLabelLine.Name = "startActionHeaderLabelLine";
this.startActionHeaderLabelLine.Size = new System.Drawing.Size(360, 1);
this.startActionHeaderLabelLine.TabIndex = 1;
//
// _startActionHeaderLabel
//
this._startActionHeaderLabel.AutoSize = true;
this._startActionHeaderLabel.Location = new System.Drawing.Point(0, 0);
this._startActionHeaderLabel.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this._startActionHeaderLabel.Name = "_startActionHeaderLabel";
this._startActionHeaderLabel.Size = new System.Drawing.Size(124, 13);
this._startActionHeaderLabel.TabIndex = 0;
this._startActionHeaderLabel.Text = "_startActionHeaderLabel";
//
// nodeHeaderTableLayoutPanel
//
nodeHeaderTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
nodeHeaderTableLayoutPanel.AutoSize = true;
nodeHeaderTableLayoutPanel.ColumnCount = 2;
this.overallPanel.SetColumnSpan(nodeHeaderTableLayoutPanel, 3);
nodeHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
nodeHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
nodeHeaderTableLayoutPanel.Controls.Add(this.nodeHeaderLabelLine, 1, 0);
nodeHeaderTableLayoutPanel.Controls.Add(this._nodeHeaderLabel, 0, 0);
nodeHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 274);
nodeHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0, 9, 0, 6);
nodeHeaderTableLayoutPanel.Name = "nodeHeaderTableLayoutPanel";
nodeHeaderTableLayoutPanel.RowCount = 1;
nodeHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
nodeHeaderTableLayoutPanel.Size = new System.Drawing.Size(493, 13);
nodeHeaderTableLayoutPanel.TabIndex = 0;
//
// nodeHeaderLabelLine
//
this.nodeHeaderLabelLine.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator;
this.nodeHeaderLabelLine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.nodeHeaderLabelLine.BackColor = System.Drawing.SystemColors.ControlDark;
this.nodeHeaderLabelLine.Location = new System.Drawing.Point(104, 6);
this.nodeHeaderLabelLine.Name = "nodeHeaderLabelLine";
this.nodeHeaderLabelLine.Size = new System.Drawing.Size(386, 1);
this.nodeHeaderLabelLine.TabIndex = 16;
//
// _nodeHeaderLabel
//
this._nodeHeaderLabel.AutoSize = true;
this._nodeHeaderLabel.Location = new System.Drawing.Point(0, 0);
this._nodeHeaderLabel.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this._nodeHeaderLabel.Name = "_nodeHeaderLabel";
this._nodeHeaderLabel.Size = new System.Drawing.Size(98, 13);
this._nodeHeaderLabel.TabIndex = 16;
this._nodeHeaderLabel.Text = "_nodeHeaderLabel";
//
// _nodeArgumentsLabel
//
this._nodeArgumentsLabel.AutoSize = true;
this._nodeArgumentsLabel.Location = new System.Drawing.Point(3, 348);
this._nodeArgumentsLabel.Margin = new System.Windows.Forms.Padding(3);
this._nodeArgumentsLabel.Name = "_nodeArgumentsLabel";
this._nodeArgumentsLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._nodeArgumentsLabel.Size = new System.Drawing.Size(97, 13);
this._nodeArgumentsLabel.TabIndex = 19;
this._nodeArgumentsLabel.Text = "_nodeArguments";
//
// _scriptLabel
//
this._scriptLabel.AutoSize = true;
this._scriptLabel.Location = new System.Drawing.Point(3, 22);
this._scriptLabel.Margin = new System.Windows.Forms.Padding(3);
this._scriptLabel.Name = "_scriptLabel";
this._scriptLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._scriptLabel.Size = new System.Drawing.Size(74, 13);
this._scriptLabel.TabIndex = 2;
this._scriptLabel.Text = "_scriptLabel";
//
// _scriptArgsLabel
//
this._scriptArgsLabel.AutoSize = true;
this._scriptArgsLabel.Location = new System.Drawing.Point(3, 48);
this._scriptArgsLabel.Margin = new System.Windows.Forms.Padding(3);
this._scriptArgsLabel.Name = "_scriptArgsLabel";
this._scriptArgsLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._scriptArgsLabel.Size = new System.Drawing.Size(95, 13);
this._scriptArgsLabel.TabIndex = 4;
this._scriptArgsLabel.Text = "_scriptArgsLabel";
//
// _workingDirLabel
//
this._workingDirLabel.AutoSize = true;
this._workingDirLabel.Location = new System.Drawing.Point(3, 74);
this._workingDirLabel.Margin = new System.Windows.Forms.Padding(3);
this._workingDirLabel.Name = "_workingDirLabel";
this._workingDirLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._workingDirLabel.Size = new System.Drawing.Size(99, 13);
this._workingDirLabel.TabIndex = 6;
this._workingDirLabel.Text = "_workingDirLabel";
//
// _launchUrlLabel
//
this._launchUrlLabel.AutoSize = true;
this._launchUrlLabel.Location = new System.Drawing.Point(3, 103);
this._launchUrlLabel.Margin = new System.Windows.Forms.Padding(3);
this._launchUrlLabel.Name = "_launchUrlLabel";
this._launchUrlLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._launchUrlLabel.Size = new System.Drawing.Size(94, 13);
this._launchUrlLabel.TabIndex = 9;
this._launchUrlLabel.Text = "_launchUrlLabel";
//
// _nodePortLabel
//
this._nodePortLabel.AutoSize = true;
this._nodePortLabel.Location = new System.Drawing.Point(3, 129);
this._nodePortLabel.Margin = new System.Windows.Forms.Padding(3);
this._nodePortLabel.Name = "_nodePortLabel";
this._nodePortLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._nodePortLabel.Size = new System.Drawing.Size(92, 13);
this._nodePortLabel.TabIndex = 11;
this._nodePortLabel.Text = "_nodePortLabel";
//
// _debuggerPortLabel
//
this._debuggerPortLabel.AutoSize = true;
this._debuggerPortLabel.Location = new System.Drawing.Point(3, 374);
this._debuggerPortLabel.Margin = new System.Windows.Forms.Padding(3);
this._debuggerPortLabel.Name = "_debuggerPortLabel";
this._debuggerPortLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._debuggerPortLabel.Size = new System.Drawing.Size(113, 13);
this._debuggerPortLabel.TabIndex = 20;
this._debuggerPortLabel.Text = "_debuggerPortLabel";
//
// _envVarsLabel
//
this._envVarsLabel.AutoSize = true;
this._envVarsLabel.Location = new System.Drawing.Point(3, 155);
this._envVarsLabel.Margin = new System.Windows.Forms.Padding(3);
this._envVarsLabel.Name = "_envVarsLabel";
this._envVarsLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._envVarsLabel.Size = new System.Drawing.Size(88, 13);
this._envVarsLabel.TabIndex = 13;
this._envVarsLabel.Text = "_envVarsLabel";
//
// overallPanel
//
this.overallPanel.AutoSize = true;
this.overallPanel.ColumnCount = 3;
this.overallPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.overallPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.overallPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.overallPanel.Controls.Add(startActionTableLayoutPanel, 0, 0);
this.overallPanel.Controls.Add(this._scriptLabel, 0, 1);
this.overallPanel.Controls.Add(this._scriptFile, 1, 1);
this.overallPanel.Controls.Add(this._scriptArgsLabel, 0, 2);
this.overallPanel.Controls.Add(this._scriptArguments, 1, 2);
this.overallPanel.Controls.Add(this._workingDirLabel, 0, 3);
this.overallPanel.Controls.Add(this._workingDir, 1, 3);
this.overallPanel.Controls.Add(this._browseDirectory, 2, 3);
this.overallPanel.Controls.Add(this._launchUrlLabel, 0, 4);
this.overallPanel.Controls.Add(this._launchUrl, 1, 4);
this.overallPanel.Controls.Add(this._nodePortLabel, 0, 5);
this.overallPanel.Controls.Add(this._nodejsPort, 1, 5);
this.overallPanel.Controls.Add(this._envVarsLabel, 0, 6);
this.overallPanel.Controls.Add(this._envVars, 1, 6);
this.overallPanel.Controls.Add(this._startBrowserCheckBox, 0, 7);
this.overallPanel.Controls.Add(nodeHeaderTableLayoutPanel, 0, 8);
this.overallPanel.Controls.Add(this._saveInProjectFileCheckBox, 0, 9);
this.overallPanel.Controls.Add(this._nodeExePathLabel, 0, 10);
this.overallPanel.Controls.Add(this._nodeExePath, 1, 10);
this.overallPanel.Controls.Add(this._browsePath, 2, 10);
this.overallPanel.Controls.Add(this._nodeArgumentsLabel, 0, 11);
this.overallPanel.Controls.Add(this._nodeExeArguments, 1, 11);
this.overallPanel.Controls.Add(this._debuggerPortLabel, 0, 12);
this.overallPanel.Controls.Add(this._debuggerPort, 1, 12);
this.overallPanel.Controls.Add(this.testHeaderTableLayoutPanel, 0, 13);
this.overallPanel.Controls.Add(this._testFrameworkLabel, 0, 14);
this.overallPanel.Controls.Add(this._frameworkSelector, 1, 14);
this.overallPanel.Controls.Add(this._testRootLabel, 0, 15);
this.overallPanel.Controls.Add(this._testRoot, 1, 15);
this.overallPanel.Controls.Add(this._browseTestroot, 2, 15);
this.overallPanel.Location = new System.Drawing.Point(0, 0);
this.overallPanel.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
this.overallPanel.Name = "overallPanel";
this.overallPanel.RowCount = 17;
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.overallPanel.Size = new System.Drawing.Size(493, 481);
this.overallPanel.TabIndex = 0;
//
// _scriptFile
//
this._scriptFile.Location = new System.Drawing.Point(181, 22);
this._scriptFile.Name = "_scriptFile";
this._scriptFile.Size = new System.Drawing.Size(228, 20);
this._scriptFile.TabIndex = 3;
this._scriptFile.TextChanged += new System.EventHandler(this.Changed);
//
// _scriptArguments
//
this._scriptArguments.Location = new System.Drawing.Point(181, 48);
this._scriptArguments.Name = "_scriptArguments";
this._scriptArguments.Size = new System.Drawing.Size(228, 20);
this._scriptArguments.TabIndex = 5;
this._scriptArguments.TextChanged += new System.EventHandler(this.Changed);
//
// _workingDir
//
this._workingDir.Location = new System.Drawing.Point(181, 74);
this._workingDir.Name = "_workingDir";
this._workingDir.Size = new System.Drawing.Size(228, 20);
this._workingDir.TabIndex = 7;
this._workingDir.TextChanged += new System.EventHandler(this.Changed);
this._workingDir.LostFocus += new System.EventHandler(this.WorkingDirChanged);
//
// _browseDirectory
//
this._browseDirectory.AutoSize = true;
this._browseDirectory.Location = new System.Drawing.Point(415, 74);
this._browseDirectory.Name = "_browseDirectory";
this._browseDirectory.Size = new System.Drawing.Size(26, 23);
this._browseDirectory.TabIndex = 8;
this._browseDirectory.Text = "...";
this._browseDirectory.UseVisualStyleBackColor = true;
this._browseDirectory.Click += new System.EventHandler(this.BrowseDirectoryClick);
//
// _launchUrl
//
this._launchUrl.Location = new System.Drawing.Point(181, 103);
this._launchUrl.Name = "_launchUrl";
this._launchUrl.Size = new System.Drawing.Size(228, 20);
this._launchUrl.TabIndex = 10;
this._launchUrl.TextChanged += new System.EventHandler(this.Changed);
//
// _nodejsPort
//
this._nodejsPort.Location = new System.Drawing.Point(181, 129);
this._nodejsPort.Name = "_nodejsPort";
this._nodejsPort.Size = new System.Drawing.Size(105, 20);
this._nodejsPort.TabIndex = 12;
this._nodejsPort.TextChanged += new System.EventHandler(this.Changed);
this._nodejsPort.LostFocus += new System.EventHandler(this.PortChanged);
//
// _envVars
//
this._envVars.Location = new System.Drawing.Point(181, 155);
this._envVars.Multiline = true;
this._envVars.Name = "_envVars";
this._envVars.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this._envVars.Size = new System.Drawing.Size(228, 84);
this._envVars.TabIndex = 14;
this._envVars.TextChanged += new System.EventHandler(this.Changed);
//
// _startBrowserCheckBox
//
this._startBrowserCheckBox.AutoSize = true;
this.overallPanel.SetColumnSpan(this._startBrowserCheckBox, 3);
this._startBrowserCheckBox.Location = new System.Drawing.Point(3, 245);
this._startBrowserCheckBox.Name = "_startBrowserCheckBox";
this._startBrowserCheckBox.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._startBrowserCheckBox.Size = new System.Drawing.Size(149, 17);
this._startBrowserCheckBox.TabIndex = 15;
this._startBrowserCheckBox.Text = "_startBrowserCheckBox";
this._startBrowserCheckBox.UseVisualStyleBackColor = true;
this._startBrowserCheckBox.CheckedChanged += new System.EventHandler(this.Changed);
//
// _saveInProjectFileCheckBox
//
this._saveInProjectFileCheckBox.AutoSize = true;
this._saveInProjectFileCheckBox.Location = new System.Drawing.Point(3, 296);
this._saveInProjectFileCheckBox.Name = "_saveInProjectFileCheckBox";
this._saveInProjectFileCheckBox.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._saveInProjectFileCheckBox.Size = new System.Drawing.Size(172, 17);
this._saveInProjectFileCheckBox.TabIndex = 16;
this._saveInProjectFileCheckBox.Text = "_saveInProjectFileCheckBox";
this._saveInProjectFileCheckBox.UseVisualStyleBackColor = true;
this._saveInProjectFileCheckBox.CheckedChanged += new System.EventHandler(this.Changed);
//
// _nodeExePathLabel
//
this._nodeExePathLabel.AutoSize = true;
this._nodeExePathLabel.Location = new System.Drawing.Point(3, 319);
this._nodeExePathLabel.Margin = new System.Windows.Forms.Padding(3);
this._nodeExePathLabel.Name = "_nodeExePathLabel";
this._nodeExePathLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._nodeExePathLabel.Size = new System.Drawing.Size(113, 13);
this._nodeExePathLabel.TabIndex = 17;
this._nodeExePathLabel.Text = "_nodeExePathLabel";
//
// _nodeExePath
//
this._nodeExePath.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this._nodeExePath.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
this._nodeExePath.Location = new System.Drawing.Point(181, 319);
this._nodeExePath.Name = "_nodeExePath";
this._nodeExePath.Size = new System.Drawing.Size(228, 20);
this._nodeExePath.TabIndex = 17;
this._nodeExePath.TextChanged += new System.EventHandler(this.Changed);
this._nodeExePath.LostFocus += new System.EventHandler(this.NodeExePathChanged);
//
// _browsePath
//
this._browsePath.AutoSize = true;
this._browsePath.Location = new System.Drawing.Point(415, 319);
this._browsePath.Name = "_browsePath";
this._browsePath.Size = new System.Drawing.Size(26, 23);
this._browsePath.TabIndex = 18;
this._browsePath.Text = "...";
this._browsePath.UseVisualStyleBackColor = true;
this._browsePath.Click += new System.EventHandler(this.BrowsePathClick);
//
// _nodeExeArguments
//
this._nodeExeArguments.Location = new System.Drawing.Point(181, 348);
this._nodeExeArguments.Name = "_nodeExeArguments";
this._nodeExeArguments.Size = new System.Drawing.Size(228, 20);
this._nodeExeArguments.TabIndex = 19;
this._nodeExeArguments.TextChanged += new System.EventHandler(this.Changed);
//
// _debuggerPort
//
this._debuggerPort.Location = new System.Drawing.Point(181, 374);
this._debuggerPort.Name = "_debuggerPort";
this._debuggerPort.Size = new System.Drawing.Size(105, 20);
this._debuggerPort.TabIndex = 21;
this._debuggerPort.TextChanged += new System.EventHandler(this.Changed);
this._debuggerPort.LostFocus += new System.EventHandler(this.PortChanged);
//
// testHeaderTableLayoutPanel
//
this.testHeaderTableLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.testHeaderTableLayoutPanel.AutoSize = true;
this.testHeaderTableLayoutPanel.ColumnCount = 2;
this.overallPanel.SetColumnSpan(this.testHeaderTableLayoutPanel, 3);
this.testHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.testHeaderTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.testHeaderTableLayoutPanel.Controls.Add(this._TestHeaderLabel, 0, 0);
this.testHeaderTableLayoutPanel.Controls.Add(this.testHeaderLabelLine, 1, 0);
this.testHeaderTableLayoutPanel.Location = new System.Drawing.Point(0, 406);
this.testHeaderTableLayoutPanel.Margin = new System.Windows.Forms.Padding(0, 9, 0, 6);
this.testHeaderTableLayoutPanel.Name = "testHeaderTableLayoutPanel";
this.testHeaderTableLayoutPanel.RowCount = 1;
this.testHeaderTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.testHeaderTableLayoutPanel.Size = new System.Drawing.Size(493, 13);
this.testHeaderTableLayoutPanel.TabIndex = 22;
//
// _TestHeaderLabel
//
this._TestHeaderLabel.AutoSize = true;
this._TestHeaderLabel.Location = new System.Drawing.Point(3, 0);
this._TestHeaderLabel.Name = "_TestHeaderLabel";
this._TestHeaderLabel.Size = new System.Drawing.Size(95, 13);
this._TestHeaderLabel.TabIndex = 0;
this._TestHeaderLabel.Text = "_TestHeaderLabel";
//
// testHeaderLabelLine
//
this.testHeaderLabelLine.AccessibleRole = System.Windows.Forms.AccessibleRole.Separator;
this.testHeaderLabelLine.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.testHeaderLabelLine.BackColor = System.Drawing.SystemColors.ControlDark;
this.testHeaderLabelLine.Location = new System.Drawing.Point(104, 6);
this.testHeaderLabelLine.Name = "testHeaderLabelLine";
this.testHeaderLabelLine.Size = new System.Drawing.Size(386, 1);
this.testHeaderLabelLine.TabIndex = 1;
//
// _testFrameworkLabel
//
this._testFrameworkLabel.AutoSize = true;
this._testFrameworkLabel.Location = new System.Drawing.Point(3, 398);
this._testFrameworkLabel.Margin = new System.Windows.Forms.Padding(3);
this._testFrameworkLabel.Name = "_testFrameworkLabel";
this._testFrameworkLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._testFrameworkLabel.Size = new System.Drawing.Size(118, 13);
this._testFrameworkLabel.TabIndex = 23;
this._testFrameworkLabel.Text = "_testFrameworkLabel";
//
// _frameworkSelector
//
this._frameworkSelector.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this._frameworkSelector.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this._frameworkSelector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this._frameworkSelector.FormattingEnabled = true;
this._frameworkSelector.Location = new System.Drawing.Point(181, 398);
this._frameworkSelector.Name = "_frameworkSelector";
this._frameworkSelector.Size = new System.Drawing.Size(196, 21);
this._frameworkSelector.Sorted = true;
this._frameworkSelector.TabIndex = 24;
this._frameworkSelector.SelectedIndexChanged += new System.EventHandler(this.Changed);
//
// _testRootLabel
//
this._testRootLabel.AutoSize = true;
this._testRootLabel.Location = new System.Drawing.Point(3, 428);
this._testRootLabel.Margin = new System.Windows.Forms.Padding(3);
this._testRootLabel.Name = "_testRootLabel";
this._testRootLabel.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
this._testRootLabel.Size = new System.Drawing.Size(89, 13);
this._testRootLabel.TabIndex = 26;
this._testRootLabel.Text = "_testRootLabel";
//
// _testRoot
//
this._testRoot.Location = new System.Drawing.Point(181, 428);
this._testRoot.Name = "_testRoot";
this._testRoot.Size = new System.Drawing.Size(228, 20);
this._testRoot.TabIndex = 27;
this._testRoot.TextChanged += new System.EventHandler(this.Changed);
//
// _browseTestroot
//
this._browseTestroot.AutoSize = true;
this._browseTestroot.Location = new System.Drawing.Point(415, 428);
this._browseTestroot.Name = "_browseTestroot";
this._browseTestroot.Size = new System.Drawing.Size(26, 23);
this._browseTestroot.TabIndex = 28;
this._browseTestroot.Text = "...";
this._browseTestroot.UseVisualStyleBackColor = true;
this._browseTestroot.Click += new System.EventHandler(this.BrowseTestRootClick);
//
// NodejsGeneralPropertyPageControl
//
this.AutoSize = true;
this.Controls.Add(this.overallPanel);
this.Name = "NodejsGeneralPropertyPageControl";
this.Size = new System.Drawing.Size(493, 481);
startActionTableLayoutPanel.ResumeLayout(false);
startActionTableLayoutPanel.PerformLayout();
nodeHeaderTableLayoutPanel.ResumeLayout(false);
nodeHeaderTableLayoutPanel.PerformLayout();
this.overallPanel.ResumeLayout(false);
this.overallPanel.PerformLayout();
this.testHeaderTableLayoutPanel.ResumeLayout(false);
this.testHeaderTableLayoutPanel.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}