/*
* Copyright (c) 2009 Craig Sutherland
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*/
namespace FastForward.Monitor
{
partial class SettingsForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Button okButton;
System.Windows.Forms.Button cancelButton;
System.Windows.Forms.TabControl settingsTabs;
System.Windows.Forms.TabPage serversPage;
System.Windows.Forms.SplitContainer splitContainer1;
System.Windows.Forms.ImageList imageList1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
System.Windows.Forms.Button projectsButton;
System.Windows.Forms.Button configureButton;
System.Windows.Forms.Button removeButton;
System.Windows.Forms.Button addButton;
System.Windows.Forms.TabPage settingsPage;
System.Windows.Forms.Label label1;
System.Windows.Forms.GroupBox groupBox1;
System.Windows.Forms.TabPage tabsPage;
System.Windows.Forms.SplitContainer splitContainer4;
System.Windows.Forms.ColumnHeader columnHeader7;
System.Windows.Forms.ColumnHeader columnHeader8;
System.Windows.Forms.Button moveDownButton;
System.Windows.Forms.Button moveUpButton;
System.Windows.Forms.Button removeTabButton;
System.Windows.Forms.Button addTabButton;
System.Windows.Forms.TabPage templatesPage;
System.Windows.Forms.SplitContainer splitContainer2;
System.Windows.Forms.Button removeTemplateButton;
System.Windows.Forms.Button addTemplateButton;
System.Windows.Forms.SplitContainer splitContainer3;
System.Windows.Forms.ColumnHeader columnHeader6;
System.Windows.Forms.ColumnHeader columnHeader5;
System.Windows.Forms.Button configurePluginButton;
System.Windows.Forms.Button removePluginButton;
System.Windows.Forms.Button addPluginButton;
this.serversList = new System.Windows.Forms.ListView();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.advancedSettings = new System.Windows.Forms.CheckBox();
this.advancedSettingsPanel = new System.Windows.Forms.GroupBox();
this.findPluginLocation = new System.Windows.Forms.Button();
this.pluginLocation = new System.Windows.Forms.TextBox();
this.allProjectsDoubleClickAction = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.showInTaskBar = new System.Windows.Forms.CheckBox();
this.startAutomatically = new System.Windows.Forms.CheckBox();
this.alwaysOnTop = new System.Windows.Forms.CheckBox();
this.tabsList = new System.Windows.Forms.ListView();
this.templateList = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.pluginsPage = new System.Windows.Forms.TabPage();
this.pluginsList = new System.Windows.Forms.ListView();
okButton = new System.Windows.Forms.Button();
cancelButton = new System.Windows.Forms.Button();
settingsTabs = new System.Windows.Forms.TabControl();
serversPage = new System.Windows.Forms.TabPage();
splitContainer1 = new System.Windows.Forms.SplitContainer();
imageList1 = new System.Windows.Forms.ImageList(this.components);
projectsButton = new System.Windows.Forms.Button();
configureButton = new System.Windows.Forms.Button();
removeButton = new System.Windows.Forms.Button();
addButton = new System.Windows.Forms.Button();
settingsPage = new System.Windows.Forms.TabPage();
label1 = new System.Windows.Forms.Label();
groupBox1 = new System.Windows.Forms.GroupBox();
tabsPage = new System.Windows.Forms.TabPage();
splitContainer4 = new System.Windows.Forms.SplitContainer();
columnHeader7 = new System.Windows.Forms.ColumnHeader();
columnHeader8 = new System.Windows.Forms.ColumnHeader();
moveDownButton = new System.Windows.Forms.Button();
moveUpButton = new System.Windows.Forms.Button();
removeTabButton = new System.Windows.Forms.Button();
addTabButton = new System.Windows.Forms.Button();
templatesPage = new System.Windows.Forms.TabPage();
splitContainer2 = new System.Windows.Forms.SplitContainer();
removeTemplateButton = new System.Windows.Forms.Button();
addTemplateButton = new System.Windows.Forms.Button();
splitContainer3 = new System.Windows.Forms.SplitContainer();
columnHeader6 = new System.Windows.Forms.ColumnHeader();
columnHeader5 = new System.Windows.Forms.ColumnHeader();
configurePluginButton = new System.Windows.Forms.Button();
removePluginButton = new System.Windows.Forms.Button();
addPluginButton = new System.Windows.Forms.Button();
settingsTabs.SuspendLayout();
serversPage.SuspendLayout();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
settingsPage.SuspendLayout();
this.advancedSettingsPanel.SuspendLayout();
groupBox1.SuspendLayout();
tabsPage.SuspendLayout();
splitContainer4.Panel1.SuspendLayout();
splitContainer4.Panel2.SuspendLayout();
splitContainer4.SuspendLayout();
templatesPage.SuspendLayout();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
this.pluginsPage.SuspendLayout();
splitContainer3.Panel1.SuspendLayout();
splitContainer3.Panel2.SuspendLayout();
splitContainer3.SuspendLayout();
this.SuspendLayout();
//
// okButton
//
okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
okButton.Location = new System.Drawing.Point(356, 302);
okButton.Name = "okButton";
okButton.Size = new System.Drawing.Size(75, 23);
okButton.TabIndex = 1;
okButton.Text = "&Ok";
okButton.UseVisualStyleBackColor = true;
okButton.Click += new System.EventHandler(this.okButton_Click);
//
// cancelButton
//
cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
cancelButton.Location = new System.Drawing.Point(437, 302);
cancelButton.Name = "cancelButton";
cancelButton.Size = new System.Drawing.Size(75, 23);
cancelButton.TabIndex = 2;
cancelButton.Text = "&Cancel";
cancelButton.UseVisualStyleBackColor = true;
//
// settingsTabs
//
settingsTabs.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)));
settingsTabs.Controls.Add(serversPage);
settingsTabs.Controls.Add(settingsPage);
settingsTabs.Controls.Add(tabsPage);
settingsTabs.Controls.Add(templatesPage);
settingsTabs.Controls.Add(this.pluginsPage);
settingsTabs.ImageList = imageList1;
settingsTabs.Location = new System.Drawing.Point(12, 12);
settingsTabs.Name = "settingsTabs";
settingsTabs.SelectedIndex = 0;
settingsTabs.Size = new System.Drawing.Size(500, 284);
settingsTabs.TabIndex = 0;
//
// serversPage
//
serversPage.Controls.Add(splitContainer1);
serversPage.ImageKey = "Server";
serversPage.Location = new System.Drawing.Point(4, 23);
serversPage.Name = "serversPage";
serversPage.Padding = new System.Windows.Forms.Padding(3);
serversPage.Size = new System.Drawing.Size(492, 257);
serversPage.TabIndex = 0;
serversPage.Text = "Servers";
serversPage.UseVisualStyleBackColor = true;
//
// splitContainer1
//
splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
splitContainer1.IsSplitterFixed = true;
splitContainer1.Location = new System.Drawing.Point(3, 3);
splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(this.serversList);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.Controls.Add(projectsButton);
splitContainer1.Panel2.Controls.Add(configureButton);
splitContainer1.Panel2.Controls.Add(removeButton);
splitContainer1.Panel2.Controls.Add(addButton);
splitContainer1.Size = new System.Drawing.Size(486, 251);
splitContainer1.SplitterDistance = 400;
splitContainer1.TabIndex = 0;
//
// serversList
//
this.serversList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2,
this.columnHeader3});
this.serversList.Dock = System.Windows.Forms.DockStyle.Fill;
this.serversList.FullRowSelect = true;
this.serversList.LargeImageList = imageList1;
this.serversList.Location = new System.Drawing.Point(0, 0);
this.serversList.MultiSelect = false;
this.serversList.Name = "serversList";
this.serversList.Size = new System.Drawing.Size(400, 251);
this.serversList.SmallImageList = imageList1;
this.serversList.TabIndex = 0;
this.serversList.UseCompatibleStateImageBehavior = false;
this.serversList.View = System.Windows.Forms.View.Details;
this.serversList.DoubleClick += new System.EventHandler(this.serversList_DoubleClick);
//
// columnHeader2
//
this.columnHeader2.Text = "Address";
this.columnHeader2.Width = 288;
//
// columnHeader3
//
this.columnHeader3.Text = "Transport";
this.columnHeader3.Width = 79;
//
// imageList1
//
imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
imageList1.TransparentColor = System.Drawing.Color.Transparent;
imageList1.Images.SetKeyName(0, "Server");
imageList1.Images.SetKeyName(1, "Settings");
imageList1.Images.SetKeyName(2, "Icons");
imageList1.Images.SetKeyName(3, "CustomTransport");
imageList1.Images.SetKeyName(4, "HttpTransport");
imageList1.Images.SetKeyName(5, "RemotingTransport");
imageList1.Images.SetKeyName(6, "DefaultTransport");
imageList1.Images.SetKeyName(7, "FastForward");
imageList1.Images.SetKeyName(8, "Template");
imageList1.Images.SetKeyName(9, "Plugin");
imageList1.Images.SetKeyName(10, "Advanced");
imageList1.Images.SetKeyName(11, "Tabs");
imageList1.Images.SetKeyName(12, "Error");
//
// projectsButton
//
projectsButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
projectsButton.Location = new System.Drawing.Point(2, 225);
projectsButton.Name = "projectsButton";
projectsButton.Size = new System.Drawing.Size(77, 23);
projectsButton.TabIndex = 3;
projectsButton.Text = "&Projects";
projectsButton.UseVisualStyleBackColor = true;
projectsButton.Click += new System.EventHandler(this.projectsButton_Click);
//
// configureButton
//
configureButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
configureButton.Location = new System.Drawing.Point(2, 61);
configureButton.Name = "configureButton";
configureButton.Size = new System.Drawing.Size(77, 23);
configureButton.TabIndex = 2;
configureButton.Text = "&Configure";
configureButton.UseVisualStyleBackColor = true;
configureButton.Click += new System.EventHandler(this.configureButton_Click);
//
// removeButton
//
removeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
removeButton.Location = new System.Drawing.Point(2, 32);
removeButton.Name = "removeButton";
removeButton.Size = new System.Drawing.Size(77, 23);
removeButton.TabIndex = 1;
removeButton.Text = "&Remove";
removeButton.UseVisualStyleBackColor = true;
removeButton.Click += new System.EventHandler(this.removeButton_Click);
//
// addButton
//
addButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
addButton.Location = new System.Drawing.Point(3, 3);
addButton.Name = "addButton";
addButton.Size = new System.Drawing.Size(77, 23);
addButton.TabIndex = 0;
addButton.Text = "&Add";
addButton.UseVisualStyleBackColor = true;
addButton.Click += new System.EventHandler(this.addButton_Click);
//
// settingsPage
//
settingsPage.Controls.Add(this.advancedSettings);
settingsPage.Controls.Add(this.advancedSettingsPanel);
settingsPage.Controls.Add(groupBox1);
settingsPage.ImageKey = "Settings";
settingsPage.Location = new System.Drawing.Point(4, 23);
settingsPage.Name = "settingsPage";
settingsPage.Padding = new System.Windows.Forms.Padding(3);
settingsPage.Size = new System.Drawing.Size(492, 257);
settingsPage.TabIndex = 1;
settingsPage.Text = "Settings";
settingsPage.UseVisualStyleBackColor = true;
//
// advancedSettings
//
this.advancedSettings.AutoSize = true;
this.advancedSettings.Location = new System.Drawing.Point(12, 82);
this.advancedSettings.Name = "advancedSettings";
this.advancedSettings.Size = new System.Drawing.Size(116, 17);
this.advancedSettings.TabIndex = 5;
this.advancedSettings.Text = "Advanced Settings";
this.advancedSettings.UseVisualStyleBackColor = true;
this.advancedSettings.CheckedChanged += new System.EventHandler(this.advancedSettings_CheckedChanged);
//
// advancedSettingsPanel
//
this.advancedSettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.advancedSettingsPanel.Controls.Add(this.findPluginLocation);
this.advancedSettingsPanel.Controls.Add(this.pluginLocation);
this.advancedSettingsPanel.Controls.Add(label1);
this.advancedSettingsPanel.Location = new System.Drawing.Point(6, 85);
this.advancedSettingsPanel.Name = "advancedSettingsPanel";
this.advancedSettingsPanel.Size = new System.Drawing.Size(480, 55);
this.advancedSettingsPanel.TabIndex = 4;
this.advancedSettingsPanel.TabStop = false;
this.advancedSettingsPanel.Visible = false;
//
// findPluginLocation
//
this.findPluginLocation.Location = new System.Drawing.Point(451, 17);
this.findPluginLocation.Name = "findPluginLocation";
this.findPluginLocation.Size = new System.Drawing.Size(23, 23);
this.findPluginLocation.TabIndex = 2;
this.findPluginLocation.Text = "…";
this.findPluginLocation.UseVisualStyleBackColor = true;
this.findPluginLocation.Click += new System.EventHandler(this.findPluginLocation_Click);
//
// pluginLocation
//
this.pluginLocation.Location = new System.Drawing.Point(98, 19);
this.pluginLocation.Name = "pluginLocation";
this.pluginLocation.Size = new System.Drawing.Size(347, 20);
this.pluginLocation.TabIndex = 1;
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(6, 22);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(86, 13);
label1.TabIndex = 0;
label1.Text = "Plug-in Location:";
//
// groupBox1
//
groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
groupBox1.Controls.Add(this.allProjectsDoubleClickAction);
groupBox1.Controls.Add(this.label2);
groupBox1.Controls.Add(this.showInTaskBar);
groupBox1.Controls.Add(this.startAutomatically);
groupBox1.Controls.Add(this.alwaysOnTop);
groupBox1.Location = new System.Drawing.Point(6, 6);
groupBox1.Name = "groupBox1";
groupBox1.Size = new System.Drawing.Size(480, 70);
groupBox1.TabIndex = 3;
groupBox1.TabStop = false;
groupBox1.Text = "Basic Settings";
//
// allProjectsDoubleClickAction
//
this.allProjectsDoubleClickAction.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.allProjectsDoubleClickAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.allProjectsDoubleClickAction.FormattingEnabled = true;
this.allProjectsDoubleClickAction.Location = new System.Drawing.Point(167, 42);
this.allProjectsDoubleClickAction.Name = "allProjectsDoubleClickAction";
this.allProjectsDoubleClickAction.Size = new System.Drawing.Size(306, 21);
this.allProjectsDoubleClickAction.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(158, 13);
this.label2.TabIndex = 3;
this.label2.Text = "All Projects Double Click Action:";
//
// showInTaskBar
//
this.showInTaskBar.AutoSize = true;
this.showInTaskBar.Location = new System.Drawing.Point(6, 19);
this.showInTaskBar.Name = "showInTaskBar";
this.showInTaskBar.Size = new System.Drawing.Size(110, 17);
this.showInTaskBar.TabIndex = 0;
this.showInTaskBar.Text = "Show in &Task Bar";
this.showInTaskBar.UseVisualStyleBackColor = true;
//
// startAutomatically
//
this.startAutomatically.AutoSize = true;
this.startAutomatically.Location = new System.Drawing.Point(360, 19);
this.startAutomatically.Name = "startAutomatically";
this.startAutomatically.Size = new System.Drawing.Size(113, 17);
this.startAutomatically.TabIndex = 2;
this.startAutomatically.Text = "&Start Automatically";
this.startAutomatically.UseVisualStyleBackColor = true;
//
// alwaysOnTop
//
this.alwaysOnTop.AutoSize = true;
this.alwaysOnTop.Location = new System.Drawing.Point(190, 19);
this.alwaysOnTop.Name = "alwaysOnTop";
this.alwaysOnTop.Size = new System.Drawing.Size(96, 17);
this.alwaysOnTop.TabIndex = 1;
this.alwaysOnTop.Text = "&Always on Top";
this.alwaysOnTop.UseVisualStyleBackColor = true;
//
// tabsPage
//
tabsPage.Controls.Add(splitContainer4);
tabsPage.ImageKey = "Tabs";
tabsPage.Location = new System.Drawing.Point(4, 23);
tabsPage.Name = "tabsPage";
tabsPage.Padding = new System.Windows.Forms.Padding(3);
tabsPage.Size = new System.Drawing.Size(492, 257);
tabsPage.TabIndex = 4;
tabsPage.Text = "Tabs";
tabsPage.UseVisualStyleBackColor = true;
//
// splitContainer4
//
splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
splitContainer4.IsSplitterFixed = true;
splitContainer4.Location = new System.Drawing.Point(3, 3);
splitContainer4.Name = "splitContainer4";
//
// splitContainer4.Panel1
//
splitContainer4.Panel1.Controls.Add(this.tabsList);
//
// splitContainer4.Panel2
//
splitContainer4.Panel2.Controls.Add(moveDownButton);
splitContainer4.Panel2.Controls.Add(moveUpButton);
splitContainer4.Panel2.Controls.Add(removeTabButton);
splitContainer4.Panel2.Controls.Add(addTabButton);
splitContainer4.Size = new System.Drawing.Size(486, 251);
splitContainer4.SplitterDistance = 400;
splitContainer4.TabIndex = 2;
//
// tabsList
//
this.tabsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
columnHeader7,
columnHeader8});
this.tabsList.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabsList.FullRowSelect = true;
this.tabsList.HideSelection = false;
this.tabsList.LargeImageList = imageList1;
this.tabsList.Location = new System.Drawing.Point(0, 0);
this.tabsList.MultiSelect = false;
this.tabsList.Name = "tabsList";
this.tabsList.Size = new System.Drawing.Size(400, 251);
this.tabsList.SmallImageList = imageList1;
this.tabsList.TabIndex = 0;
this.tabsList.UseCompatibleStateImageBehavior = false;
this.tabsList.View = System.Windows.Forms.View.Details;
//
// columnHeader7
//
columnHeader7.Text = "Name";
columnHeader7.Width = 218;
//
// columnHeader8
//
columnHeader8.Text = "Type";
columnHeader8.Width = 153;
//
// moveDownButton
//
moveDownButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
moveDownButton.Location = new System.Drawing.Point(3, 32);
moveDownButton.Name = "moveDownButton";
moveDownButton.Size = new System.Drawing.Size(76, 23);
moveDownButton.TabIndex = 3;
moveDownButton.Text = "Move &Down";
moveDownButton.UseVisualStyleBackColor = true;
moveDownButton.Click += new System.EventHandler(this.moveDownButton_Click);
//
// moveUpButton
//
moveUpButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
moveUpButton.Location = new System.Drawing.Point(3, 3);
moveUpButton.Name = "moveUpButton";
moveUpButton.Size = new System.Drawing.Size(76, 23);
moveUpButton.TabIndex = 2;
moveUpButton.Text = "Move &Up";
moveUpButton.UseVisualStyleBackColor = true;
moveUpButton.Click += new System.EventHandler(this.moveUpButton_Click);
//
// removeTabButton
//
removeTabButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
removeTabButton.Location = new System.Drawing.Point(3, 90);
removeTabButton.Name = "removeTabButton";
removeTabButton.Size = new System.Drawing.Size(76, 23);
removeTabButton.TabIndex = 1;
removeTabButton.Text = "&Remove";
removeTabButton.UseVisualStyleBackColor = true;
removeTabButton.Visible = false;
removeTabButton.Click += new System.EventHandler(this.removeTabButton_Click);
//
// addTabButton
//
addTabButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
addTabButton.Location = new System.Drawing.Point(3, 61);
addTabButton.Name = "addTabButton";
addTabButton.Size = new System.Drawing.Size(76, 23);
addTabButton.TabIndex = 0;
addTabButton.Text = "&Add";
addTabButton.UseVisualStyleBackColor = true;
addTabButton.Visible = false;
addTabButton.Click += new System.EventHandler(this.addTabButton_Click);
//
// templatesPage
//
templatesPage.Controls.Add(splitContainer2);
templatesPage.ImageKey = "Template";
templatesPage.Location = new System.Drawing.Point(4, 23);
templatesPage.Name = "templatesPage";
templatesPage.Padding = new System.Windows.Forms.Padding(3);
templatesPage.Size = new System.Drawing.Size(492, 257);
templatesPage.TabIndex = 2;
templatesPage.Text = "Templates";
templatesPage.UseVisualStyleBackColor = true;
//
// splitContainer2
//
splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
splitContainer2.IsSplitterFixed = true;
splitContainer2.Location = new System.Drawing.Point(3, 3);
splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
splitContainer2.Panel1.Controls.Add(this.templateList);
//
// splitContainer2.Panel2
//
splitContainer2.Panel2.Controls.Add(removeTemplateButton);
splitContainer2.Panel2.Controls.Add(addTemplateButton);
splitContainer2.Size = new System.Drawing.Size(486, 251);
splitContainer2.SplitterDistance = 400;
splitContainer2.TabIndex = 1;
//
// templateList
//
this.templateList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader4});
this.templateList.Dock = System.Windows.Forms.DockStyle.Fill;
this.templateList.FullRowSelect = true;
this.templateList.LargeImageList = imageList1;
this.templateList.Location = new System.Drawing.Point(0, 0);
this.templateList.MultiSelect = false;
this.templateList.Name = "templateList";
this.templateList.Size = new System.Drawing.Size(400, 251);
this.templateList.SmallImageList = imageList1;
this.templateList.TabIndex = 0;
this.templateList.UseCompatibleStateImageBehavior = false;
this.templateList.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Name";
this.columnHeader1.Width = 111;
//
// columnHeader4
//
this.columnHeader4.Text = "Location";
this.columnHeader4.Width = 257;
//
// removeTemplateButton
//
removeTemplateButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
removeTemplateButton.Location = new System.Drawing.Point(2, 32);
removeTemplateButton.Name = "removeTemplateButton";
removeTemplateButton.Size = new System.Drawing.Size(76, 23);
removeTemplateButton.TabIndex = 1;
removeTemplateButton.Text = "&Remove";
removeTemplateButton.UseVisualStyleBackColor = true;
removeTemplateButton.Click += new System.EventHandler(this.removeTemplateButton_Click);
//
// addTemplateButton
//
addTemplateButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
addTemplateButton.Location = new System.Drawing.Point(3, 3);
addTemplateButton.Name = "addTemplateButton";
addTemplateButton.Size = new System.Drawing.Size(76, 23);
addTemplateButton.TabIndex = 0;
addTemplateButton.Text = "&Add";
addTemplateButton.UseVisualStyleBackColor = true;
addTemplateButton.Click += new System.EventHandler(this.addTemplateButton_Click);
//
// pluginsPage
//
this.pluginsPage.Controls.Add(splitContainer3);
this.pluginsPage.ImageKey = "Plugin";
this.pluginsPage.Location = new System.Drawing.Point(4, 23);
this.pluginsPage.Name = "pluginsPage";
this.pluginsPage.Padding = new System.Windows.Forms.Padding(3);
this.pluginsPage.Size = new System.Drawing.Size(492, 257);
this.pluginsPage.TabIndex = 3;
this.pluginsPage.Text = "Plug-ins";
this.pluginsPage.UseVisualStyleBackColor = true;
//
// splitContainer3
//
splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
splitContainer3.IsSplitterFixed = true;
splitContainer3.Location = new System.Drawing.Point(3, 3);
splitContainer3.Name = "splitContainer3";
//
// splitContainer3.Panel1
//
splitContainer3.Panel1.Controls.Add(this.pluginsList);
//
// splitContainer3.Panel2
//
splitContainer3.Panel2.Controls.Add(configurePluginButton);
splitContainer3.Panel2.Controls.Add(removePluginButton);
splitContainer3.Panel2.Controls.Add(addPluginButton);
splitContainer3.Size = new System.Drawing.Size(486, 251);
splitContainer3.SplitterDistance = 400;
splitContainer3.TabIndex = 1;
//
// pluginsList
//
this.pluginsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
columnHeader6,
columnHeader5});
this.pluginsList.Dock = System.Windows.Forms.DockStyle.Fill;
this.pluginsList.FullRowSelect = true;
this.pluginsList.LargeImageList = imageList1;
this.pluginsList.Location = new System.Drawing.Point(0, 0);
this.pluginsList.MultiSelect = false;
this.pluginsList.Name = "pluginsList";
this.pluginsList.Size = new System.Drawing.Size(400, 251);
this.pluginsList.SmallImageList = imageList1;
this.pluginsList.TabIndex = 0;
this.pluginsList.UseCompatibleStateImageBehavior = false;
this.pluginsList.View = System.Windows.Forms.View.Details;
this.pluginsList.DoubleClick += new System.EventHandler(this.configurePluginButton_Click);
//
// columnHeader6
//
columnHeader6.Text = "Name";
columnHeader6.Width = 121;
//
// columnHeader5
//
columnHeader5.Text = "Description";
columnHeader5.Width = 247;
//
// configurePluginButton
//
configurePluginButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
configurePluginButton.Location = new System.Drawing.Point(2, 61);
configurePluginButton.Name = "configurePluginButton";
configurePluginButton.Size = new System.Drawing.Size(76, 23);
configurePluginButton.TabIndex = 2;
configurePluginButton.Text = "&Configure";
configurePluginButton.UseVisualStyleBackColor = true;
configurePluginButton.Click += new System.EventHandler(this.configurePluginButton_Click);
//
// removePluginButton
//
removePluginButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
removePluginButton.Location = new System.Drawing.Point(2, 32);
removePluginButton.Name = "removePluginButton";
removePluginButton.Size = new System.Drawing.Size(76, 23);
removePluginButton.TabIndex = 1;
removePluginButton.Text = "&Remove";
removePluginButton.UseVisualStyleBackColor = true;
removePluginButton.Click += new System.EventHandler(this.removePluginButton_Click);
//
// addPluginButton
//
addPluginButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
addPluginButton.Location = new System.Drawing.Point(3, 3);
addPluginButton.Name = "addPluginButton";
addPluginButton.Size = new System.Drawing.Size(76, 23);
addPluginButton.TabIndex = 0;
addPluginButton.Text = "&Add";
addPluginButton.UseVisualStyleBackColor = true;
addPluginButton.Click += new System.EventHandler(this.addPluginButton_Click);
//
// SettingsForm
//
this.AcceptButton = okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = cancelButton;
this.ClientSize = new System.Drawing.Size(524, 337);
this.Controls.Add(settingsTabs);
this.Controls.Add(cancelButton);
this.Controls.Add(okButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SettingsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Settings";
settingsTabs.ResumeLayout(false);
serversPage.ResumeLayout(false);
splitContainer1.Panel1.ResumeLayout(false);
splitContainer1.Panel2.ResumeLayout(false);
splitContainer1.ResumeLayout(false);
settingsPage.ResumeLayout(false);
settingsPage.PerformLayout();
this.advancedSettingsPanel.ResumeLayout(false);
this.advancedSettingsPanel.PerformLayout();
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
tabsPage.ResumeLayout(false);
splitContainer4.Panel1.ResumeLayout(false);
splitContainer4.Panel2.ResumeLayout(false);
splitContainer4.ResumeLayout(false);
templatesPage.ResumeLayout(false);
splitContainer2.Panel1.ResumeLayout(false);
splitContainer2.Panel2.ResumeLayout(false);
splitContainer2.ResumeLayout(false);
this.pluginsPage.ResumeLayout(false);
splitContainer3.Panel1.ResumeLayout(false);
splitContainer3.Panel2.ResumeLayout(false);
splitContainer3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView serversList;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.CheckBox alwaysOnTop;
private System.Windows.Forms.CheckBox showInTaskBar;
private System.Windows.Forms.CheckBox startAutomatically;
private System.Windows.Forms.ListView templateList;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.TabPage pluginsPage;
private System.Windows.Forms.ListView pluginsList;
private System.Windows.Forms.CheckBox advancedSettings;
private System.Windows.Forms.GroupBox advancedSettingsPanel;
private System.Windows.Forms.Button findPluginLocation;
private System.Windows.Forms.TextBox pluginLocation;
private System.Windows.Forms.ListView tabsList;
private System.Windows.Forms.ComboBox allProjectsDoubleClickAction;
private System.Windows.Forms.Label label2;
}
}