// Copyright (c) 2007 Omer Rauchwerger (a.k.a rauchy) (omer@rauchy.net)
// All rights reserved.
//
// This file is part of Regionerate.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 3 of the License,
// or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
using Rauchy.Regionerate.Shared.Components;
namespace Rauchy.Regionerate.Presentation.Components
{
partial class SettingsForm
{
#region Fields (35)
private System.Windows.Forms.CheckBox alwaysShowCodeLayoutBrowser;
private System.Windows.Forms.CheckBox autoCollapseRegions;
private System.Windows.Forms.Button browse;
private System.Windows.Forms.Button cancel;
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.LinkLabel contact;
private System.Windows.Forms.TextBox customCodeLayoutPath;
private System.Windows.Forms.LinkLabel donate;
private System.Windows.Forms.Button edit;
private System.Windows.Forms.LinkLabel forums;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.ComboBox keyboardShortcutButton;
private System.Windows.Forms.TextBox keyboardShortcutKey;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button refresh;
private System.Windows.Forms.Button save;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.RadioButton useCustomCodeLayout;
private System.Windows.Forms.RadioButton useDefaultCodeLayout;
private System.Windows.Forms.Label version;
private System.Windows.Forms.LinkLabel website;
#endregion Fields
#region Methods (1)
// Protected Methods (1)
// [rgn] Protected Methods (1)
///
/// 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);
}
#endregion Methods
#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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.alwaysShowCodeLayoutBrowser = new System.Windows.Forms.CheckBox();
this.label10 = new System.Windows.Forms.Label();
this.keyboardShortcutKey = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.keyboardShortcutButton = new System.Windows.Forms.ComboBox();
this.edit = new System.Windows.Forms.Button();
this.refresh = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.browse = new System.Windows.Forms.Button();
this.customCodeLayoutPath = new System.Windows.Forms.TextBox();
this.useCustomCodeLayout = new System.Windows.Forms.RadioButton();
this.useDefaultCodeLayout = new System.Windows.Forms.RadioButton();
this.autoCollapseRegions = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.donate = new System.Windows.Forms.LinkLabel();
this.label8 = new System.Windows.Forms.Label();
this.version = new System.Windows.Forms.Label();
this.contact = new System.Windows.Forms.LinkLabel();
this.label6 = new System.Windows.Forms.Label();
this.forums = new System.Windows.Forms.LinkLabel();
this.label5 = new System.Windows.Forms.Label();
this.website = new System.Windows.Forms.LinkLabel();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.cancel = new System.Windows.Forms.Button();
this.save = new System.Windows.Forms.Button();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.holyWarPreventionSwitch = new Rauchy.Regionerate.Presentation.Components.HolyWarPreventionSwitch();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.alwaysShowCodeLayoutBrowser);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.keyboardShortcutKey);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.keyboardShortcutButton);
this.groupBox2.Controls.Add(this.edit);
this.groupBox2.Controls.Add(this.refresh);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.browse);
this.groupBox2.Controls.Add(this.customCodeLayoutPath);
this.groupBox2.Controls.Add(this.useCustomCodeLayout);
this.groupBox2.Controls.Add(this.useDefaultCodeLayout);
this.groupBox2.Controls.Add(this.autoCollapseRegions);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(580, 291);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = " Settings ";
//
// label13
//
this.label13.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label13.Location = new System.Drawing.Point(12, 258);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(561, 29);
this.label13.TabIndex = 15;
this.label13.Text = "The primary code layout you choose will be applied whenever you run Regionerate. " +
"Also, it will appear as the first item on the code layout browser under the name" +
" \"Primary Code Layout\".";
//
// label12
//
this.label12.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label12.Location = new System.Drawing.Point(12, 99);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(561, 53);
this.label12.TabIndex = 14;
this.label12.Text = resources.GetString("label12.Text");
//
// label11
//
this.label11.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label11.Location = new System.Drawing.Point(12, 40);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(561, 29);
this.label11.TabIndex = 13;
this.label11.Text = resources.GetString("label11.Text");
//
// alwaysShowCodeLayoutBrowser
//
this.alwaysShowCodeLayoutBrowser.AutoSize = true;
this.alwaysShowCodeLayoutBrowser.Checked = true;
this.alwaysShowCodeLayoutBrowser.CheckState = System.Windows.Forms.CheckState.Checked;
this.alwaysShowCodeLayoutBrowser.Location = new System.Drawing.Point(15, 20);
this.alwaysShowCodeLayoutBrowser.Name = "alwaysShowCodeLayoutBrowser";
this.alwaysShowCodeLayoutBrowser.Size = new System.Drawing.Size(212, 17);
this.alwaysShowCodeLayoutBrowser.TabIndex = 12;
this.alwaysShowCodeLayoutBrowser.Text = "Always show the code layout browser.";
this.alwaysShowCodeLayoutBrowser.UseVisualStyleBackColor = true;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(475, 78);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(15, 13);
this.label10.TabIndex = 11;
this.label10.Text = "+";
//
// keyboardShortcutKey
//
this.keyboardShortcutKey.Location = new System.Drawing.Point(496, 75);
this.keyboardShortcutKey.MaxLength = 1;
this.keyboardShortcutKey.Name = "keyboardShortcutKey";
this.keyboardShortcutKey.Size = new System.Drawing.Size(34, 21);
this.keyboardShortcutKey.TabIndex = 10;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(12, 78);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(316, 13);
this.label9.TabIndex = 9;
this.label9.Text = "Use this keyboard shortcut to Regionerate the active document:";
//
// keyboardShortcutButton
//
this.keyboardShortcutButton.FormattingEnabled = true;
this.keyboardShortcutButton.Items.AddRange(new object[] {
"Alt",
"Shift",
"Shift+Alt",
"Ctrl",
"Ctrl+Alt",
"Ctrl+Shift+Alt"});
this.keyboardShortcutButton.Location = new System.Drawing.Point(334, 75);
this.keyboardShortcutButton.Name = "keyboardShortcutButton";
this.keyboardShortcutButton.Size = new System.Drawing.Size(135, 21);
this.keyboardShortcutButton.TabIndex = 8;
//
// edit
//
this.edit.Enabled = false;
this.edit.Location = new System.Drawing.Point(337, 232);
this.edit.Name = "edit";
this.edit.Size = new System.Drawing.Size(75, 23);
this.edit.TabIndex = 7;
this.edit.Text = "&Edit";
this.toolTip.SetToolTip(this.edit, "Edits the custom Code Layout in the IDE. Note that you will have to refresh the C" +
"ode Layout after you are done editing it.");
this.edit.UseVisualStyleBackColor = true;
this.edit.Click += new System.EventHandler(this.edit_Click);
//
// refresh
//
this.refresh.Enabled = false;
this.refresh.Location = new System.Drawing.Point(499, 232);
this.refresh.Name = "refresh";
this.refresh.Size = new System.Drawing.Size(75, 23);
this.refresh.TabIndex = 6;
this.refresh.Text = "&Refresh";
this.toolTip.SetToolTip(this.refresh, "Reloads the currently selected Code Layout file");
this.refresh.UseVisualStyleBackColor = true;
this.refresh.Click += new System.EventHandler(this.refresh_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
this.label7.Location = new System.Drawing.Point(12, 184);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(107, 13);
this.label7.TabIndex = 5;
this.label7.Text = "Primary Code Layout";
//
// browse
//
this.browse.Enabled = false;
this.browse.Location = new System.Drawing.Point(418, 232);
this.browse.Name = "browse";
this.browse.Size = new System.Drawing.Size(75, 23);
this.browse.TabIndex = 4;
this.browse.Text = "&Browse";
this.toolTip.SetToolTip(this.browse, "Browse for your own custom Code Layout xml file.");
this.browse.UseVisualStyleBackColor = true;
this.browse.Click += new System.EventHandler(this.browse_Click);
//
// customCodeLayoutPath
//
this.customCodeLayoutPath.Enabled = false;
this.customCodeLayoutPath.Location = new System.Drawing.Point(105, 232);
this.customCodeLayoutPath.Name = "customCodeLayoutPath";
this.customCodeLayoutPath.Size = new System.Drawing.Size(226, 21);
this.customCodeLayoutPath.TabIndex = 3;
//
// useCustomCodeLayout
//
this.useCustomCodeLayout.AutoSize = true;
this.useCustomCodeLayout.Location = new System.Drawing.Point(15, 232);
this.useCustomCodeLayout.Name = "useCustomCodeLayout";
this.useCustomCodeLayout.Size = new System.Drawing.Size(84, 17);
this.useCustomCodeLayout.TabIndex = 2;
this.useCustomCodeLayout.TabStop = true;
this.useCustomCodeLayout.Text = "Use custom:";
this.useCustomCodeLayout.UseVisualStyleBackColor = true;
this.useCustomCodeLayout.CheckedChanged += new System.EventHandler(this.useCustomCodeLayout_CheckedChanged);
//
// useDefaultCodeLayout
//
this.useDefaultCodeLayout.AutoSize = true;
this.useDefaultCodeLayout.Checked = true;
this.useDefaultCodeLayout.Location = new System.Drawing.Point(15, 209);
this.useDefaultCodeLayout.Name = "useDefaultCodeLayout";
this.useDefaultCodeLayout.Size = new System.Drawing.Size(304, 17);
this.useDefaultCodeLayout.TabIndex = 1;
this.useDefaultCodeLayout.TabStop = true;
this.useDefaultCodeLayout.Text = "Use the default code layout which ships with Regionerate.";
this.useDefaultCodeLayout.UseVisualStyleBackColor = true;
//
// autoCollapseRegions
//
this.autoCollapseRegions.AutoSize = true;
this.autoCollapseRegions.Checked = true;
this.autoCollapseRegions.CheckState = System.Windows.Forms.CheckState.Checked;
this.autoCollapseRegions.Location = new System.Drawing.Point(15, 155);
this.autoCollapseRegions.Name = "autoCollapseRegions";
this.autoCollapseRegions.Size = new System.Drawing.Size(270, 17);
this.autoCollapseRegions.TabIndex = 0;
this.autoCollapseRegions.Text = "Automatically collapse regions after Regionerating.";
this.autoCollapseRegions.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.donate);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.version);
this.groupBox3.Controls.Add(this.contact);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.forums);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.website);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.pictureBox1);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Location = new System.Drawing.Point(12, 497);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(580, 146);
this.groupBox3.TabIndex = 5;
this.groupBox3.TabStop = false;
this.groupBox3.Text = " About ";
//
// donate
//
this.donate.AutoSize = true;
this.donate.Location = new System.Drawing.Point(129, 124);
this.donate.Name = "donate";
this.donate.Size = new System.Drawing.Size(109, 13);
this.donate.TabIndex = 18;
this.donate.TabStop = true;
this.donate.Text = "Let me enjoy a pizza!";
this.donate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.donate_LinkClicked);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(8, 124);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(115, 13);
this.label8.TabIndex = 17;
this.label8.Text = "Enjoying Regionerate?";
//
// version
//
this.version.AutoSize = true;
this.version.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.version.ForeColor = System.Drawing.SystemColors.ControlDark;
this.version.Location = new System.Drawing.Point(163, 27);
this.version.Name = "version";
this.version.Size = new System.Drawing.Size(75, 23);
this.version.TabIndex = 16;
this.version.Text = "version";
//
// contact
//
this.contact.AutoSize = true;
this.contact.Location = new System.Drawing.Point(314, 107);
this.contact.Name = "contact";
this.contact.Size = new System.Drawing.Size(94, 13);
this.contact.TabIndex = 15;
this.contact.TabStop = true;
this.contact.Text = "omer@rauchy.net";
this.contact.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.contact_LinkClicked);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(193, 107);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(124, 13);
this.label6.TabIndex = 14;
this.label6.Text = "or contact me directly at";
//
// forums
//
this.forums.AutoSize = true;
this.forums.Location = new System.Drawing.Point(85, 107);
this.forums.Name = "forums";
this.forums.Size = new System.Drawing.Size(111, 13);
this.forums.TabIndex = 13;
this.forums.TabStop = true;
this.forums.Text = "Regionerate\'s Forums";
this.forums.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.forums_LinkClicked);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 107);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 13);
this.label5.TabIndex = 12;
this.label5.Text = "Get support at";
//
// website
//
this.website.AutoSize = true;
this.website.Location = new System.Drawing.Point(164, 90);
this.website.Name = "website";
this.website.Size = new System.Drawing.Size(156, 13);
this.website.TabIndex = 11;
this.website.TabStop = true;
this.website.Text = "wwww.rauchy.net/regionerate";
this.website.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.website_LinkClicked);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 90);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(163, 13);
this.label4.TabIndex = 10;
this.label4.Text = "Visit the Regionerate website at ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
this.label3.Location = new System.Drawing.Point(8, 73);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(235, 13);
this.label3.TabIndex = 9;
this.label3.Text = "Omer Rauchwerger (rauchy), 2007-2008";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(354, 13);
this.label2.TabIndex = 8;
this.label2.Text = "An automatic layout enforcement tool for the C# programming language";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(11, 30);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(16, 16);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 7;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(33, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(118, 23);
this.label1.TabIndex = 6;
this.label1.Text = "Regionerate";
//
// cancel
//
this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancel.Location = new System.Drawing.Point(510, 649);
this.cancel.Name = "cancel";
this.cancel.Size = new System.Drawing.Size(75, 23);
this.cancel.TabIndex = 9;
this.cancel.Text = "&Cancel";
this.cancel.UseVisualStyleBackColor = true;
this.cancel.Click += new System.EventHandler(this.cancel_Click);
//
// save
//
this.save.Location = new System.Drawing.Point(430, 649);
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(75, 23);
this.save.TabIndex = 8;
this.save.Text = "&Save";
this.save.UseVisualStyleBackColor = true;
this.save.Click += new System.EventHandler(this.save_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.holyWarPreventionSwitch);
this.groupBox1.Location = new System.Drawing.Point(12, 310);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(580, 181);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " Holy War Prevention Switch ";
//
// holyWarPreventionSwitch
//
this.holyWarPreventionSwitch.Font = new System.Drawing.Font("Tahoma", 8.25F);
this.holyWarPreventionSwitch.Location = new System.Drawing.Point(7, 21);
this.holyWarPreventionSwitch.Name = "holyWarPreventionSwitch";
this.holyWarPreventionSwitch.Selection = HolyWarPreventionMode.NoOverride;
this.holyWarPreventionSwitch.Size = new System.Drawing.Size(560, 153);
this.holyWarPreventionSwitch.TabIndex = 0;
//
// SettingsForm
//
this.AcceptButton = this.save;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancel;
this.ClientSize = new System.Drawing.Size(604, 681);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.cancel);
this.Controls.Add(this.save);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SettingsForm";
this.Text = "Regionerate Settings";
this.Shown += new System.EventHandler(this.Settings_Shown);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private HolyWarPreventionSwitch holyWarPreventionSwitch;
}
}