/* * 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.VisualStudio { 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 cancelButton; System.Windows.Forms.Button okButton; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage tabPage1; 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 tabPage2; this.serversList = new System.Windows.Forms.ListView(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); cancelButton = new System.Windows.Forms.Button(); okButton = new System.Windows.Forms.Button(); tabControl1 = new System.Windows.Forms.TabControl(); tabPage1 = 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(); tabPage2 = new System.Windows.Forms.TabPage(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); this.SuspendLayout(); // // 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(419, 320); cancelButton.Name = "cancelButton"; cancelButton.Size = new System.Drawing.Size(75, 23); cancelButton.TabIndex = 4; cancelButton.Text = "&Cancel"; cancelButton.UseVisualStyleBackColor = true; // // okButton // okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); okButton.Location = new System.Drawing.Point(338, 320); okButton.Name = "okButton"; okButton.Size = new System.Drawing.Size(75, 23); okButton.TabIndex = 3; okButton.Text = "&Ok"; okButton.UseVisualStyleBackColor = true; okButton.Click += new System.EventHandler(this.okButton_Click); // // tabControl1 // tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.ImageList = imageList1; tabControl1.Location = new System.Drawing.Point(12, 12); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(482, 302); tabControl1.TabIndex = 5; // // tabPage1 // tabPage1.Controls.Add(splitContainer1); tabPage1.ImageKey = "Server"; tabPage1.Location = new System.Drawing.Point(4, 23); tabPage1.Name = "tabPage1"; tabPage1.Padding = new System.Windows.Forms.Padding(3); tabPage1.Size = new System.Drawing.Size(474, 275); tabPage1.TabIndex = 0; tabPage1.Text = "Servers"; tabPage1.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(468, 269); splitContainer1.SplitterDistance = 375; splitContainer1.TabIndex = 1; // // 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(375, 269); 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 = 247; // // columnHeader3 // this.columnHeader3.Text = "Transport"; this.columnHeader3.Width = 94; // // 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, "CustomTransport"); imageList1.Images.SetKeyName(3, "HttpTransport"); imageList1.Images.SetKeyName(4, "RemotingTransport"); imageList1.Images.SetKeyName(5, "DefaultTransport"); imageList1.Images.SetKeyName(6, "FastForward"); // // 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, 244); projectsButton.Name = "projectsButton"; projectsButton.Size = new System.Drawing.Size(83, 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(83, 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(83, 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(83, 23); addButton.TabIndex = 0; addButton.Text = "&Add"; addButton.UseVisualStyleBackColor = true; addButton.Click += new System.EventHandler(this.addButton_Click); // // tabPage2 // tabPage2.ImageKey = "Settings"; tabPage2.Location = new System.Drawing.Point(4, 23); tabPage2.Name = "tabPage2"; tabPage2.Size = new System.Drawing.Size(474, 275); tabPage2.TabIndex = 1; tabPage2.Text = "Settings"; tabPage2.UseVisualStyleBackColor = true; // // 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(506, 355); this.Controls.Add(tabControl1); 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.Text = "FastForward.NET: Settings"; tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView serversList; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; } }