namespace Crypto_Notepad
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
this.lblEditorFontColor = new System.Windows.Forms.Label();
this.colorDialog = new System.Windows.Forms.ColorDialog();
this.settingsTabControl = new System.Windows.Forms.TabControl();
this.editorTabPage = new System.Windows.Forms.TabPage();
this.cbxOpenLinks = new System.Windows.Forms.ComboBox();
this.lblOpenLinks = new System.Windows.Forms.Label();
this.btnFont = new System.Windows.Forms.Button();
this.txtPaddingLeft = new System.Windows.Forms.TextBox();
this.lblPaddingLeft = new System.Windows.Forms.Label();
this.cbxInsKey = new System.Windows.Forms.ComboBox();
this.lblEditorBackColor = new System.Windows.Forms.Label();
this.lblInsKey = new System.Windows.Forms.Label();
this.pnlEditorBackColor = new System.Windows.Forms.Panel();
this.pnlEditorFontColor = new System.Windows.Forms.Panel();
this.applicationTabPage = new System.Windows.Forms.TabPage();
this.chkCloseToTray = new System.Windows.Forms.CheckBox();
this.chkMinimizeToTray = new System.Windows.Forms.CheckBox();
this.chkMainMenu = new System.Windows.Forms.CheckBox();
this.chkMenuIcons = new System.Windows.Forms.CheckBox();
this.chkUpdates = new System.Windows.Forms.CheckBox();
this.chkAutoLock = new System.Windows.Forms.CheckBox();
this.integrationTabPage = new System.Windows.Forms.TabPage();
this.chkIntegrate = new System.Windows.Forms.CheckBox();
this.chkAssociate = new System.Windows.Forms.CheckBox();
this.chkSendTo = new System.Windows.Forms.CheckBox();
this.encryptionTabPage = new System.Windows.Forms.TabPage();
this.txtPwdIterations = new System.Windows.Forms.TextBox();
this.cboHash = new System.Windows.Forms.ComboBox();
this.lblPwdIterations = new System.Windows.Forms.Label();
this.lblKeySize = new System.Windows.Forms.Label();
this.lblHash = new System.Windows.Forms.Label();
this.cboKeySize = new System.Windows.Forms.ComboBox();
this.lineNumbersTabPage = new System.Windows.Forms.TabPage();
this.MLGroupBox = new System.Windows.Forms.GroupBox();
this.MLStyleComboBox = new System.Windows.Forms.ComboBox();
this.MLStyleLabel = new System.Windows.Forms.Label();
this.MLSideComboBox = new System.Windows.Forms.ComboBox();
this.MLColor = new System.Windows.Forms.Panel();
this.MLSideLabel = new System.Windows.Forms.Label();
this.MLColorLabel = new System.Windows.Forms.Label();
this.MLVisibleComboBox = new System.Windows.Forms.ComboBox();
this.MLShowLabel = new System.Windows.Forms.Label();
this.GLGroupBox = new System.Windows.Forms.GroupBox();
this.GLShowComboBox = new System.Windows.Forms.ComboBox();
this.GLStyleComboBox = new System.Windows.Forms.ComboBox();
this.GLColor = new System.Windows.Forms.Panel();
this.GLShowLabel = new System.Windows.Forms.Label();
this.GLStyleLabel = new System.Windows.Forms.Label();
this.GLColorLabel = new System.Windows.Forms.Label();
this.BLGroupBox = new System.Windows.Forms.GroupBox();
this.BLShowСomboBox = new System.Windows.Forms.ComboBox();
this.BLStyleComboBox = new System.Windows.Forms.ComboBox();
this.BLColorLabel = new System.Windows.Forms.Label();
this.BLStyleLabel = new System.Windows.Forms.Label();
this.BLShowLabel = new System.Windows.Forms.Label();
this.BLColor = new System.Windows.Forms.Panel();
this.LNGroupBox = new System.Windows.Forms.GroupBox();
this.LNVisibleComboBox = new System.Windows.Forms.ComboBox();
this.LNBackColor = new System.Windows.Forms.Panel();
this.LNVisibleLabel = new System.Windows.Forms.Label();
this.LNFontColor = new System.Windows.Forms.Panel();
this.LNFontColorLabel = new System.Windows.Forms.Label();
this.LNBackgroundColor = new System.Windows.Forms.Label();
this.statusPanelTabPage = new System.Windows.Forms.TabPage();
this.statusPanelVisible = new System.Windows.Forms.CheckBox();
this.statusBackColor = new System.Windows.Forms.Panel();
this.statusFontColor = new System.Windows.Forms.Panel();
this.statusFontColorLabel = new System.Windows.Forms.Label();
this.statusBackColorLabel = new System.Windows.Forms.Label();
this.toolbarTabPage = new System.Windows.Forms.TabPage();
this.toolbarOldIcons = new System.Windows.Forms.CheckBox();
this.toolbarBorder = new System.Windows.Forms.CheckBox();
this.toolbarBackColor = new System.Windows.Forms.Panel();
this.toolbarBackColorLabel = new System.Windows.Forms.Label();
this.toolbarVisible = new System.Windows.Forms.CheckBox();
this.searchPanelTabPage = new System.Windows.Forms.TabPage();
this.searchFontColor = new System.Windows.Forms.Panel();
this.searchBackColor = new System.Windows.Forms.Panel();
this.searchFontColorLabel = new System.Windows.Forms.Label();
this.searchBackColorLabel = new System.Windows.Forms.Label();
this.lstSettingsNav = new System.Windows.Forms.ListBox();
this.fontDialog = new System.Windows.Forms.FontDialog();
this.settingsTabControl.SuspendLayout();
this.editorTabPage.SuspendLayout();
this.applicationTabPage.SuspendLayout();
this.integrationTabPage.SuspendLayout();
this.encryptionTabPage.SuspendLayout();
this.lineNumbersTabPage.SuspendLayout();
this.MLGroupBox.SuspendLayout();
this.GLGroupBox.SuspendLayout();
this.BLGroupBox.SuspendLayout();
this.LNGroupBox.SuspendLayout();
this.statusPanelTabPage.SuspendLayout();
this.toolbarTabPage.SuspendLayout();
this.searchPanelTabPage.SuspendLayout();
this.SuspendLayout();
//
// lblEditorFontColor
//
this.lblEditorFontColor.Location = new System.Drawing.Point(6, 4);
this.lblEditorFontColor.Name = "lblEditorFontColor";
this.lblEditorFontColor.Size = new System.Drawing.Size(83, 21);
this.lblEditorFontColor.TabIndex = 0;
this.lblEditorFontColor.Text = "Font color";
this.lblEditorFontColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// colorDialog
//
this.colorDialog.AnyColor = true;
this.colorDialog.FullOpen = true;
//
// settingsTabControl
//
this.settingsTabControl.Controls.Add(this.editorTabPage);
this.settingsTabControl.Controls.Add(this.applicationTabPage);
this.settingsTabControl.Controls.Add(this.integrationTabPage);
this.settingsTabControl.Controls.Add(this.encryptionTabPage);
this.settingsTabControl.Controls.Add(this.lineNumbersTabPage);
this.settingsTabControl.Controls.Add(this.statusPanelTabPage);
this.settingsTabControl.Controls.Add(this.toolbarTabPage);
this.settingsTabControl.Controls.Add(this.searchPanelTabPage);
this.settingsTabControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.settingsTabControl.Location = new System.Drawing.Point(105, -2);
this.settingsTabControl.Multiline = true;
this.settingsTabControl.Name = "settingsTabControl";
this.settingsTabControl.SelectedIndex = 0;
this.settingsTabControl.Size = new System.Drawing.Size(252, 301);
this.settingsTabControl.TabIndex = 4;
this.settingsTabControl.SelectedIndexChanged += new System.EventHandler(this.SettingsTabControl_SelectedIndexChanged);
//
// editorTabPage
//
this.editorTabPage.AutoScroll = true;
this.editorTabPage.BackColor = System.Drawing.SystemColors.Window;
this.editorTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.editorTabPage.Controls.Add(this.cbxOpenLinks);
this.editorTabPage.Controls.Add(this.lblOpenLinks);
this.editorTabPage.Controls.Add(this.btnFont);
this.editorTabPage.Controls.Add(this.txtPaddingLeft);
this.editorTabPage.Controls.Add(this.lblPaddingLeft);
this.editorTabPage.Controls.Add(this.cbxInsKey);
this.editorTabPage.Controls.Add(this.lblEditorBackColor);
this.editorTabPage.Controls.Add(this.lblInsKey);
this.editorTabPage.Controls.Add(this.pnlEditorBackColor);
this.editorTabPage.Controls.Add(this.lblEditorFontColor);
this.editorTabPage.Controls.Add(this.pnlEditorFontColor);
this.editorTabPage.Location = new System.Drawing.Point(4, 44);
this.editorTabPage.Name = "editorTabPage";
this.editorTabPage.Padding = new System.Windows.Forms.Padding(3);
this.editorTabPage.Size = new System.Drawing.Size(244, 253);
this.editorTabPage.TabIndex = 0;
this.editorTabPage.Text = "edt";
//
// cbxOpenLinks
//
this.cbxOpenLinks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxOpenLinks.FormattingEnabled = true;
this.cbxOpenLinks.Items.AddRange(new object[] {
"LMB Click",
"Shift+LMB",
"Control+LMB"});
this.cbxOpenLinks.Location = new System.Drawing.Point(132, 113);
this.cbxOpenLinks.Name = "cbxOpenLinks";
this.cbxOpenLinks.Size = new System.Drawing.Size(100, 23);
this.cbxOpenLinks.TabIndex = 19;
this.cbxOpenLinks.DropDownClosed += new System.EventHandler(this.CbxOpenLinks_DropDownClosed);
//
// lblOpenLinks
//
this.lblOpenLinks.AutoSize = true;
this.lblOpenLinks.Location = new System.Drawing.Point(6, 116);
this.lblOpenLinks.Name = "lblOpenLinks";
this.lblOpenLinks.Size = new System.Drawing.Size(90, 15);
this.lblOpenLinks.TabIndex = 18;
this.lblOpenLinks.Text = "Open links with";
//
// btnFont
//
this.btnFont.Location = new System.Drawing.Point(9, 142);
this.btnFont.Name = "btnFont";
this.btnFont.Size = new System.Drawing.Size(223, 23);
this.btnFont.TabIndex = 17;
this.btnFont.Text = "Font";
this.btnFont.UseVisualStyleBackColor = true;
this.btnFont.Click += new System.EventHandler(this.BtnFont_Click);
//
// txtPaddingLeft
//
this.txtPaddingLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.txtPaddingLeft.Location = new System.Drawing.Point(132, 87);
this.txtPaddingLeft.Name = "txtPaddingLeft";
this.txtPaddingLeft.Size = new System.Drawing.Size(100, 20);
this.txtPaddingLeft.TabIndex = 16;
this.txtPaddingLeft.Click += new System.EventHandler(this.TxtPaddingLeft_Click);
this.txtPaddingLeft.TextChanged += new System.EventHandler(this.TxtPaddingLeft_TextChanged);
this.txtPaddingLeft.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtPaddingLeft_KeyPress);
//
// lblPaddingLeft
//
this.lblPaddingLeft.AutoSize = true;
this.lblPaddingLeft.Location = new System.Drawing.Point(6, 88);
this.lblPaddingLeft.Name = "lblPaddingLeft";
this.lblPaddingLeft.Size = new System.Drawing.Size(73, 15);
this.lblPaddingLeft.TabIndex = 15;
this.lblPaddingLeft.Text = "Padding-left";
//
// cbxInsKey
//
this.cbxInsKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxInsKey.FormattingEnabled = true;
this.cbxInsKey.Items.AddRange(new object[] {
"Enable",
"Disable"});
this.cbxInsKey.Location = new System.Drawing.Point(132, 58);
this.cbxInsKey.Name = "cbxInsKey";
this.cbxInsKey.Size = new System.Drawing.Size(100, 23);
this.cbxInsKey.TabIndex = 14;
this.cbxInsKey.DropDownClosed += new System.EventHandler(this.InsKeyComboBox_DropDownClosed);
//
// lblEditorBackColor
//
this.lblEditorBackColor.Location = new System.Drawing.Point(6, 31);
this.lblEditorBackColor.Name = "lblEditorBackColor";
this.lblEditorBackColor.Size = new System.Drawing.Size(103, 21);
this.lblEditorBackColor.TabIndex = 10;
this.lblEditorBackColor.Text = "Background color";
this.lblEditorBackColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblInsKey
//
this.lblInsKey.AutoSize = true;
this.lblInsKey.Location = new System.Drawing.Point(6, 61);
this.lblInsKey.Name = "lblInsKey";
this.lblInsKey.Size = new System.Drawing.Size(58, 15);
this.lblInsKey.TabIndex = 13;
this.lblInsKey.Text = "Insert key";
//
// pnlEditorBackColor
//
this.pnlEditorBackColor.BackColor = System.Drawing.SystemColors.Control;
this.pnlEditorBackColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlEditorBackColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.pnlEditorBackColor.Location = new System.Drawing.Point(132, 31);
this.pnlEditorBackColor.Name = "pnlEditorBackColor";
this.pnlEditorBackColor.Size = new System.Drawing.Size(100, 21);
this.pnlEditorBackColor.TabIndex = 8;
this.pnlEditorBackColor.Click += new System.EventHandler(this.EditorBGColor_Click);
//
// pnlEditorFontColor
//
this.pnlEditorFontColor.BackColor = System.Drawing.Color.Black;
this.pnlEditorFontColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlEditorFontColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.pnlEditorFontColor.Location = new System.Drawing.Point(132, 4);
this.pnlEditorFontColor.Name = "pnlEditorFontColor";
this.pnlEditorFontColor.Size = new System.Drawing.Size(100, 21);
this.pnlEditorFontColor.TabIndex = 7;
this.pnlEditorFontColor.Click += new System.EventHandler(this.EditorFontColor_Click);
//
// applicationTabPage
//
this.applicationTabPage.BackColor = System.Drawing.SystemColors.Window;
this.applicationTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.applicationTabPage.Controls.Add(this.chkCloseToTray);
this.applicationTabPage.Controls.Add(this.chkMinimizeToTray);
this.applicationTabPage.Controls.Add(this.chkMainMenu);
this.applicationTabPage.Controls.Add(this.chkMenuIcons);
this.applicationTabPage.Controls.Add(this.chkUpdates);
this.applicationTabPage.Controls.Add(this.chkAutoLock);
this.applicationTabPage.Location = new System.Drawing.Point(4, 44);
this.applicationTabPage.Name = "applicationTabPage";
this.applicationTabPage.Padding = new System.Windows.Forms.Padding(3);
this.applicationTabPage.Size = new System.Drawing.Size(244, 253);
this.applicationTabPage.TabIndex = 2;
this.applicationTabPage.Text = "app";
//
// chkCloseToTray
//
this.chkCloseToTray.AutoSize = true;
this.chkCloseToTray.Location = new System.Drawing.Point(7, 130);
this.chkCloseToTray.Name = "chkCloseToTray";
this.chkCloseToTray.Size = new System.Drawing.Size(92, 19);
this.chkCloseToTray.TabIndex = 10;
this.chkCloseToTray.Text = "Close to tray";
this.chkCloseToTray.UseVisualStyleBackColor = true;
this.chkCloseToTray.Click += new System.EventHandler(this.ChkCloseToTray_Click);
//
// chkMinimizeToTray
//
this.chkMinimizeToTray.AutoSize = true;
this.chkMinimizeToTray.Location = new System.Drawing.Point(7, 105);
this.chkMinimizeToTray.Name = "chkMinimizeToTray";
this.chkMinimizeToTray.Size = new System.Drawing.Size(112, 19);
this.chkMinimizeToTray.TabIndex = 9;
this.chkMinimizeToTray.Text = "Minimize to tray";
this.chkMinimizeToTray.UseVisualStyleBackColor = true;
this.chkMinimizeToTray.Click += new System.EventHandler(this.ChkMinimizeToTray_Click);
//
// chkMainMenu
//
this.chkMainMenu.AutoSize = true;
this.chkMainMenu.Location = new System.Drawing.Point(7, 55);
this.chkMainMenu.Name = "chkMainMenu";
this.chkMainMenu.Size = new System.Drawing.Size(89, 19);
this.chkMainMenu.TabIndex = 8;
this.chkMainMenu.Text = "Main menu";
this.chkMainMenu.UseVisualStyleBackColor = true;
this.chkMainMenu.Click += new System.EventHandler(this.MainMenuCheckBox_Click);
//
// chkMenuIcons
//
this.chkMenuIcons.AutoSize = true;
this.chkMenuIcons.Location = new System.Drawing.Point(7, 80);
this.chkMenuIcons.Name = "chkMenuIcons";
this.chkMenuIcons.Size = new System.Drawing.Size(90, 19);
this.chkMenuIcons.TabIndex = 7;
this.chkMenuIcons.Text = "Menu icons";
this.chkMenuIcons.UseVisualStyleBackColor = true;
this.chkMenuIcons.Click += new System.EventHandler(this.MenuIconsCheckBox_Click);
//
// chkUpdates
//
this.chkUpdates.AutoSize = true;
this.chkUpdates.Location = new System.Drawing.Point(7, 30);
this.chkUpdates.Name = "chkUpdates";
this.chkUpdates.Size = new System.Drawing.Size(132, 19);
this.chkUpdates.TabIndex = 1;
this.chkUpdates.Text = "Auto check updates";
this.chkUpdates.UseVisualStyleBackColor = true;
this.chkUpdates.Click += new System.EventHandler(this.UpdatesCheckBox_Click);
//
// chkAutoLock
//
this.chkAutoLock.AutoSize = true;
this.chkAutoLock.Location = new System.Drawing.Point(7, 7);
this.chkAutoLock.Name = "chkAutoLock";
this.chkAutoLock.Size = new System.Drawing.Size(146, 19);
this.chkAutoLock.TabIndex = 3;
this.chkAutoLock.Text = "Auto lock on minimize";
this.chkAutoLock.UseVisualStyleBackColor = true;
this.chkAutoLock.Click += new System.EventHandler(this.AutoLockCheckBox_Click);
//
// integrationTabPage
//
this.integrationTabPage.BackColor = System.Drawing.SystemColors.Window;
this.integrationTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.integrationTabPage.Controls.Add(this.chkIntegrate);
this.integrationTabPage.Controls.Add(this.chkAssociate);
this.integrationTabPage.Controls.Add(this.chkSendTo);
this.integrationTabPage.Location = new System.Drawing.Point(4, 44);
this.integrationTabPage.Name = "integrationTabPage";
this.integrationTabPage.Padding = new System.Windows.Forms.Padding(3);
this.integrationTabPage.Size = new System.Drawing.Size(244, 253);
this.integrationTabPage.TabIndex = 3;
this.integrationTabPage.Text = "intgr";
//
// chkIntegrate
//
this.chkIntegrate.AutoSize = true;
this.chkIntegrate.Location = new System.Drawing.Point(7, 7);
this.chkIntegrate.Name = "chkIntegrate";
this.chkIntegrate.Size = new System.Drawing.Size(227, 19);
this.chkIntegrate.TabIndex = 6;
this.chkIntegrate.Text = "Integrate with windows context menu";
this.chkIntegrate.UseVisualStyleBackColor = true;
this.chkIntegrate.Click += new System.EventHandler(this.IntegrateCheckBox_Click);
//
// chkAssociate
//
this.chkAssociate.AutoSize = true;
this.chkAssociate.Location = new System.Drawing.Point(7, 30);
this.chkAssociate.Name = "chkAssociate";
this.chkAssociate.Size = new System.Drawing.Size(159, 19);
this.chkAssociate.TabIndex = 0;
this.chkAssociate.Text = "Associate with *.cnp files";
this.chkAssociate.UseVisualStyleBackColor = true;
this.chkAssociate.Click += new System.EventHandler(this.AssociateCheckBox_Click);
//
// chkSendTo
//
this.chkSendTo.AutoSize = true;
this.chkSendTo.Location = new System.Drawing.Point(7, 53);
this.chkSendTo.Name = "chkSendTo";
this.chkSendTo.Size = new System.Drawing.Size(158, 19);
this.chkSendTo.TabIndex = 5;
this.chkSendTo.Text = "Show in \"Send to\" menu";
this.chkSendTo.UseVisualStyleBackColor = true;
this.chkSendTo.Click += new System.EventHandler(this.SendToCheckBox_Click);
//
// encryptionTabPage
//
this.encryptionTabPage.BackColor = System.Drawing.SystemColors.Window;
this.encryptionTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.encryptionTabPage.Controls.Add(this.txtPwdIterations);
this.encryptionTabPage.Controls.Add(this.cboHash);
this.encryptionTabPage.Controls.Add(this.lblPwdIterations);
this.encryptionTabPage.Controls.Add(this.lblKeySize);
this.encryptionTabPage.Controls.Add(this.lblHash);
this.encryptionTabPage.Controls.Add(this.cboKeySize);
this.encryptionTabPage.Location = new System.Drawing.Point(4, 44);
this.encryptionTabPage.Name = "encryptionTabPage";
this.encryptionTabPage.Padding = new System.Windows.Forms.Padding(3);
this.encryptionTabPage.Size = new System.Drawing.Size(244, 253);
this.encryptionTabPage.TabIndex = 1;
this.encryptionTabPage.Text = "enc";
//
// txtPwdIterations
//
this.txtPwdIterations.Location = new System.Drawing.Point(132, 62);
this.txtPwdIterations.Name = "txtPwdIterations";
this.txtPwdIterations.Size = new System.Drawing.Size(100, 21);
this.txtPwdIterations.TabIndex = 7;
this.txtPwdIterations.Text = "1000";
this.txtPwdIterations.TextChanged += new System.EventHandler(this.PwdIterationsTextBox_TextChanged);
this.txtPwdIterations.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PwdIterationsTextBox_KeyPress);
//
// cboHash
//
this.cboHash.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboHash.FormattingEnabled = true;
this.cboHash.Items.AddRange(new object[] {
"MD5",
"SHA1",
"SHA256",
"SHA384",
"SHA512"});
this.cboHash.Location = new System.Drawing.Point(132, 4);
this.cboHash.Name = "cboHash";
this.cboHash.Size = new System.Drawing.Size(100, 23);
this.cboHash.TabIndex = 5;
this.cboHash.DropDownClosed += new System.EventHandler(this.HashComboBox_DropDownClosed);
//
// lblPwdIterations
//
this.lblPwdIterations.AutoSize = true;
this.lblPwdIterations.BackColor = System.Drawing.Color.Transparent;
this.lblPwdIterations.Location = new System.Drawing.Point(6, 65);
this.lblPwdIterations.Name = "lblPwdIterations";
this.lblPwdIterations.Size = new System.Drawing.Size(114, 15);
this.lblPwdIterations.TabIndex = 6;
this.lblPwdIterations.Text = "Password iterations";
//
// lblKeySize
//
this.lblKeySize.AutoSize = true;
this.lblKeySize.Location = new System.Drawing.Point(6, 36);
this.lblKeySize.Name = "lblKeySize";
this.lblKeySize.Size = new System.Drawing.Size(52, 15);
this.lblKeySize.TabIndex = 1;
this.lblKeySize.Text = "Key size";
//
// lblHash
//
this.lblHash.AutoSize = true;
this.lblHash.Location = new System.Drawing.Point(6, 7);
this.lblHash.Name = "lblHash";
this.lblHash.Size = new System.Drawing.Size(94, 15);
this.lblHash.TabIndex = 0;
this.lblHash.Text = "Hash algorithm ";
//
// cboKeySize
//
this.cboKeySize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboKeySize.FormattingEnabled = true;
this.cboKeySize.Items.AddRange(new object[] {
"128",
"192",
"256"});
this.cboKeySize.Location = new System.Drawing.Point(132, 33);
this.cboKeySize.Name = "cboKeySize";
this.cboKeySize.Size = new System.Drawing.Size(100, 23);
this.cboKeySize.TabIndex = 3;
this.cboKeySize.DropDownClosed += new System.EventHandler(this.KeySizeComboBox_DropDownClosed);
//
// lineNumbersTabPage
//
this.lineNumbersTabPage.AutoScroll = true;
this.lineNumbersTabPage.BackColor = System.Drawing.SystemColors.Window;
this.lineNumbersTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lineNumbersTabPage.Controls.Add(this.MLGroupBox);
this.lineNumbersTabPage.Controls.Add(this.GLGroupBox);
this.lineNumbersTabPage.Controls.Add(this.BLGroupBox);
this.lineNumbersTabPage.Controls.Add(this.LNGroupBox);
this.lineNumbersTabPage.Location = new System.Drawing.Point(4, 44);
this.lineNumbersTabPage.Name = "lineNumbersTabPage";
this.lineNumbersTabPage.Padding = new System.Windows.Forms.Padding(3);
this.lineNumbersTabPage.Size = new System.Drawing.Size(244, 253);
this.lineNumbersTabPage.TabIndex = 4;
this.lineNumbersTabPage.Text = "ln";
//
// MLGroupBox
//
this.MLGroupBox.BackColor = System.Drawing.Color.Transparent;
this.MLGroupBox.Controls.Add(this.MLStyleComboBox);
this.MLGroupBox.Controls.Add(this.MLStyleLabel);
this.MLGroupBox.Controls.Add(this.MLSideComboBox);
this.MLGroupBox.Controls.Add(this.MLColor);
this.MLGroupBox.Controls.Add(this.MLSideLabel);
this.MLGroupBox.Controls.Add(this.MLColorLabel);
this.MLGroupBox.Controls.Add(this.MLVisibleComboBox);
this.MLGroupBox.Controls.Add(this.MLShowLabel);
this.MLGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
this.MLGroupBox.Location = new System.Drawing.Point(3, 333);
this.MLGroupBox.Name = "MLGroupBox";
this.MLGroupBox.Size = new System.Drawing.Size(219, 143);
this.MLGroupBox.TabIndex = 7;
this.MLGroupBox.TabStop = false;
this.MLGroupBox.Text = "Margin lines";
//
// MLStyleComboBox
//
this.MLStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.MLStyleComboBox.FormattingEnabled = true;
this.MLStyleComboBox.Items.AddRange(new object[] {
"Solid",
"Dash",
"Dot",
"DashDot",
"DashDotDot"});
this.MLStyleComboBox.Location = new System.Drawing.Point(106, 81);
this.MLStyleComboBox.Name = "MLStyleComboBox";
this.MLStyleComboBox.Size = new System.Drawing.Size(100, 23);
this.MLStyleComboBox.TabIndex = 35;
this.MLStyleComboBox.DropDownClosed += new System.EventHandler(this.MLStyleComboBox_DropDownClosed);
//
// MLStyleLabel
//
this.MLStyleLabel.AutoSize = true;
this.MLStyleLabel.Location = new System.Drawing.Point(10, 84);
this.MLStyleLabel.Name = "MLStyleLabel";
this.MLStyleLabel.Size = new System.Drawing.Size(33, 15);
this.MLStyleLabel.TabIndex = 34;
this.MLStyleLabel.Text = "Style";
//
// MLSideComboBox
//
this.MLSideComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.MLSideComboBox.FormattingEnabled = true;
this.MLSideComboBox.Items.AddRange(new object[] {
"None",
"Left",
"Right",
"Height"});
this.MLSideComboBox.Location = new System.Drawing.Point(106, 110);
this.MLSideComboBox.Name = "MLSideComboBox";
this.MLSideComboBox.Size = new System.Drawing.Size(100, 23);
this.MLSideComboBox.TabIndex = 33;
this.MLSideComboBox.DropDownClosed += new System.EventHandler(this.MLSideComboBox_DropDownClosed);
//
// MLColor
//
this.MLColor.BackColor = System.Drawing.SystemColors.Control;
this.MLColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.MLColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.MLColor.Location = new System.Drawing.Point(106, 54);
this.MLColor.Name = "MLColor";
this.MLColor.Size = new System.Drawing.Size(100, 21);
this.MLColor.TabIndex = 32;
this.MLColor.Click += new System.EventHandler(this.MLColor_Click);
//
// MLSideLabel
//
this.MLSideLabel.AutoSize = true;
this.MLSideLabel.Location = new System.Drawing.Point(10, 113);
this.MLSideLabel.Name = "MLSideLabel";
this.MLSideLabel.Size = new System.Drawing.Size(32, 15);
this.MLSideLabel.TabIndex = 31;
this.MLSideLabel.Text = "Side";
//
// MLColorLabel
//
this.MLColorLabel.Location = new System.Drawing.Point(10, 54);
this.MLColorLabel.Name = "MLColorLabel";
this.MLColorLabel.Size = new System.Drawing.Size(45, 21);
this.MLColorLabel.TabIndex = 30;
this.MLColorLabel.Text = "Color";
this.MLColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// MLVisibleComboBox
//
this.MLVisibleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.MLVisibleComboBox.FormattingEnabled = true;
this.MLVisibleComboBox.Items.AddRange(new object[] {
"True",
"False"});
this.MLVisibleComboBox.Location = new System.Drawing.Point(106, 25);
this.MLVisibleComboBox.Name = "MLVisibleComboBox";
this.MLVisibleComboBox.Size = new System.Drawing.Size(100, 23);
this.MLVisibleComboBox.TabIndex = 29;
this.MLVisibleComboBox.DropDownClosed += new System.EventHandler(this.MLVisibleComboBox_DropDownClosed);
//
// MLShowLabel
//
this.MLShowLabel.AutoSize = true;
this.MLShowLabel.Location = new System.Drawing.Point(10, 28);
this.MLShowLabel.Name = "MLShowLabel";
this.MLShowLabel.Size = new System.Drawing.Size(43, 15);
this.MLShowLabel.TabIndex = 28;
this.MLShowLabel.Text = "Visible";
//
// GLGroupBox
//
this.GLGroupBox.Controls.Add(this.GLShowComboBox);
this.GLGroupBox.Controls.Add(this.GLStyleComboBox);
this.GLGroupBox.Controls.Add(this.GLColor);
this.GLGroupBox.Controls.Add(this.GLShowLabel);
this.GLGroupBox.Controls.Add(this.GLStyleLabel);
this.GLGroupBox.Controls.Add(this.GLColorLabel);
this.GLGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
this.GLGroupBox.Location = new System.Drawing.Point(3, 223);
this.GLGroupBox.Name = "GLGroupBox";
this.GLGroupBox.Size = new System.Drawing.Size(219, 110);
this.GLGroupBox.TabIndex = 27;
this.GLGroupBox.TabStop = false;
this.GLGroupBox.Text = "Grid lines";
//
// GLShowComboBox
//
this.GLShowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.GLShowComboBox.FormattingEnabled = true;
this.GLShowComboBox.Items.AddRange(new object[] {
"True",
"False"});
this.GLShowComboBox.Location = new System.Drawing.Point(106, 20);
this.GLShowComboBox.Name = "GLShowComboBox";
this.GLShowComboBox.Size = new System.Drawing.Size(100, 23);
this.GLShowComboBox.TabIndex = 22;
this.GLShowComboBox.Tag = "False";
this.GLShowComboBox.DropDownClosed += new System.EventHandler(this.GLShowComboBox_DropDownClosed);
//
// GLStyleComboBox
//
this.GLStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.GLStyleComboBox.FormattingEnabled = true;
this.GLStyleComboBox.Items.AddRange(new object[] {
"Solid",
"Dash",
"Dot",
"DashDot",
"DashDotDot"});
this.GLStyleComboBox.Location = new System.Drawing.Point(106, 76);
this.GLStyleComboBox.Name = "GLStyleComboBox";
this.GLStyleComboBox.Size = new System.Drawing.Size(100, 23);
this.GLStyleComboBox.TabIndex = 26;
this.GLStyleComboBox.DropDownClosed += new System.EventHandler(this.GLStyleComboBox_DropDownClosed);
//
// GLColor
//
this.GLColor.BackColor = System.Drawing.SystemColors.Control;
this.GLColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.GLColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.GLColor.Location = new System.Drawing.Point(106, 49);
this.GLColor.Name = "GLColor";
this.GLColor.Size = new System.Drawing.Size(100, 21);
this.GLColor.TabIndex = 24;
this.GLColor.Click += new System.EventHandler(this.GLColor_Click);
//
// GLShowLabel
//
this.GLShowLabel.AutoSize = true;
this.GLShowLabel.Location = new System.Drawing.Point(10, 23);
this.GLShowLabel.Name = "GLShowLabel";
this.GLShowLabel.Size = new System.Drawing.Size(43, 15);
this.GLShowLabel.TabIndex = 21;
this.GLShowLabel.Text = "Visible";
//
// GLStyleLabel
//
this.GLStyleLabel.AutoSize = true;
this.GLStyleLabel.Location = new System.Drawing.Point(10, 79);
this.GLStyleLabel.Name = "GLStyleLabel";
this.GLStyleLabel.Size = new System.Drawing.Size(33, 15);
this.GLStyleLabel.TabIndex = 25;
this.GLStyleLabel.Text = "Style";
//
// GLColorLabel
//
this.GLColorLabel.Location = new System.Drawing.Point(10, 49);
this.GLColorLabel.Name = "GLColorLabel";
this.GLColorLabel.Size = new System.Drawing.Size(61, 21);
this.GLColorLabel.TabIndex = 23;
this.GLColorLabel.Text = "Color";
this.GLColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// BLGroupBox
//
this.BLGroupBox.Controls.Add(this.BLShowСomboBox);
this.BLGroupBox.Controls.Add(this.BLStyleComboBox);
this.BLGroupBox.Controls.Add(this.BLColorLabel);
this.BLGroupBox.Controls.Add(this.BLStyleLabel);
this.BLGroupBox.Controls.Add(this.BLShowLabel);
this.BLGroupBox.Controls.Add(this.BLColor);
this.BLGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
this.BLGroupBox.Location = new System.Drawing.Point(3, 113);
this.BLGroupBox.Name = "BLGroupBox";
this.BLGroupBox.Size = new System.Drawing.Size(219, 110);
this.BLGroupBox.TabIndex = 27;
this.BLGroupBox.TabStop = false;
this.BLGroupBox.Text = "Border lines";
//
// BLShowСomboBox
//
this.BLShowСomboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.BLShowСomboBox.FormattingEnabled = true;
this.BLShowСomboBox.Items.AddRange(new object[] {
"True",
"False"});
this.BLShowСomboBox.Location = new System.Drawing.Point(106, 19);
this.BLShowСomboBox.Name = "BLShowСomboBox";
this.BLShowСomboBox.Size = new System.Drawing.Size(100, 23);
this.BLShowСomboBox.TabIndex = 16;
this.BLShowСomboBox.DropDownClosed += new System.EventHandler(this.BLShowСomboBox_DropDownClosed);
//
// BLStyleComboBox
//
this.BLStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.BLStyleComboBox.FormattingEnabled = true;
this.BLStyleComboBox.Items.AddRange(new object[] {
"Solid",
"Dash",
"Dot",
"DashDot",
"DashDotDot"});
this.BLStyleComboBox.Location = new System.Drawing.Point(106, 75);
this.BLStyleComboBox.Name = "BLStyleComboBox";
this.BLStyleComboBox.Size = new System.Drawing.Size(100, 23);
this.BLStyleComboBox.TabIndex = 20;
this.BLStyleComboBox.DropDownClosed += new System.EventHandler(this.BLStyleComboBox_DropDownClosed);
//
// BLColorLabel
//
this.BLColorLabel.Location = new System.Drawing.Point(10, 48);
this.BLColorLabel.Name = "BLColorLabel";
this.BLColorLabel.Size = new System.Drawing.Size(45, 21);
this.BLColorLabel.TabIndex = 17;
this.BLColorLabel.Text = "Color";
this.BLColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// BLStyleLabel
//
this.BLStyleLabel.AutoSize = true;
this.BLStyleLabel.Location = new System.Drawing.Point(10, 78);
this.BLStyleLabel.Name = "BLStyleLabel";
this.BLStyleLabel.Size = new System.Drawing.Size(33, 15);
this.BLStyleLabel.TabIndex = 19;
this.BLStyleLabel.Text = "Style";
//
// BLShowLabel
//
this.BLShowLabel.AutoSize = true;
this.BLShowLabel.Location = new System.Drawing.Point(10, 22);
this.BLShowLabel.Name = "BLShowLabel";
this.BLShowLabel.Size = new System.Drawing.Size(43, 15);
this.BLShowLabel.TabIndex = 15;
this.BLShowLabel.Text = "Visible";
//
// BLColor
//
this.BLColor.BackColor = System.Drawing.SystemColors.Control;
this.BLColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.BLColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.BLColor.Location = new System.Drawing.Point(106, 48);
this.BLColor.Name = "BLColor";
this.BLColor.Size = new System.Drawing.Size(100, 21);
this.BLColor.TabIndex = 18;
this.BLColor.Click += new System.EventHandler(this.BLColor_Click);
//
// LNGroupBox
//
this.LNGroupBox.Controls.Add(this.LNVisibleComboBox);
this.LNGroupBox.Controls.Add(this.LNBackColor);
this.LNGroupBox.Controls.Add(this.LNVisibleLabel);
this.LNGroupBox.Controls.Add(this.LNFontColor);
this.LNGroupBox.Controls.Add(this.LNFontColorLabel);
this.LNGroupBox.Controls.Add(this.LNBackgroundColor);
this.LNGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
this.LNGroupBox.Location = new System.Drawing.Point(3, 3);
this.LNGroupBox.Name = "LNGroupBox";
this.LNGroupBox.Size = new System.Drawing.Size(219, 110);
this.LNGroupBox.TabIndex = 27;
this.LNGroupBox.TabStop = false;
this.LNGroupBox.Text = "Line numbers";
//
// LNVisibleComboBox
//
this.LNVisibleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.LNVisibleComboBox.FormattingEnabled = true;
this.LNVisibleComboBox.Items.AddRange(new object[] {
"True",
"False"});
this.LNVisibleComboBox.Location = new System.Drawing.Point(106, 19);
this.LNVisibleComboBox.Name = "LNVisibleComboBox";
this.LNVisibleComboBox.Size = new System.Drawing.Size(100, 23);
this.LNVisibleComboBox.TabIndex = 3;
this.LNVisibleComboBox.DropDownClosed += new System.EventHandler(this.LNVisibleComboBox_DropDownClosed);
//
// LNBackColor
//
this.LNBackColor.BackColor = System.Drawing.SystemColors.Control;
this.LNBackColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.LNBackColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.LNBackColor.Location = new System.Drawing.Point(106, 48);
this.LNBackColor.Name = "LNBackColor";
this.LNBackColor.Size = new System.Drawing.Size(100, 21);
this.LNBackColor.TabIndex = 13;
this.LNBackColor.Click += new System.EventHandler(this.LNBackColor_Click);
//
// LNVisibleLabel
//
this.LNVisibleLabel.AutoSize = true;
this.LNVisibleLabel.Location = new System.Drawing.Point(10, 22);
this.LNVisibleLabel.Name = "LNVisibleLabel";
this.LNVisibleLabel.Size = new System.Drawing.Size(43, 15);
this.LNVisibleLabel.TabIndex = 0;
this.LNVisibleLabel.Text = "Visible";
//
// LNFontColor
//
this.LNFontColor.BackColor = System.Drawing.SystemColors.Control;
this.LNFontColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.LNFontColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.LNFontColor.Location = new System.Drawing.Point(106, 75);
this.LNFontColor.Name = "LNFontColor";
this.LNFontColor.Size = new System.Drawing.Size(100, 21);
this.LNFontColor.TabIndex = 14;
this.LNFontColor.Click += new System.EventHandler(this.LNFontColor_Click);
//
// LNFontColorLabel
//
this.LNFontColorLabel.Location = new System.Drawing.Point(10, 75);
this.LNFontColorLabel.Name = "LNFontColorLabel";
this.LNFontColorLabel.Size = new System.Drawing.Size(61, 21);
this.LNFontColorLabel.TabIndex = 2;
this.LNFontColorLabel.Text = "Font color";
this.LNFontColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// LNBackgroundColor
//
this.LNBackgroundColor.BackColor = System.Drawing.SystemColors.Window;
this.LNBackgroundColor.Location = new System.Drawing.Point(10, 48);
this.LNBackgroundColor.Name = "LNBackgroundColor";
this.LNBackgroundColor.Size = new System.Drawing.Size(69, 21);
this.LNBackgroundColor.TabIndex = 1;
this.LNBackgroundColor.Text = "Back Color";
this.LNBackgroundColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// statusPanelTabPage
//
this.statusPanelTabPage.BackColor = System.Drawing.SystemColors.Window;
this.statusPanelTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.statusPanelTabPage.Controls.Add(this.statusPanelVisible);
this.statusPanelTabPage.Controls.Add(this.statusBackColor);
this.statusPanelTabPage.Controls.Add(this.statusFontColor);
this.statusPanelTabPage.Controls.Add(this.statusFontColorLabel);
this.statusPanelTabPage.Controls.Add(this.statusBackColorLabel);
this.statusPanelTabPage.Location = new System.Drawing.Point(4, 44);
this.statusPanelTabPage.Name = "statusPanelTabPage";
this.statusPanelTabPage.Padding = new System.Windows.Forms.Padding(3);
this.statusPanelTabPage.Size = new System.Drawing.Size(244, 253);
this.statusPanelTabPage.TabIndex = 5;
this.statusPanelTabPage.Text = "stat";
//
// statusPanelVisible
//
this.statusPanelVisible.AutoSize = true;
this.statusPanelVisible.Location = new System.Drawing.Point(9, 66);
this.statusPanelVisible.Name = "statusPanelVisible";
this.statusPanelVisible.Size = new System.Drawing.Size(62, 19);
this.statusPanelVisible.TabIndex = 2;
this.statusPanelVisible.Text = "Visible";
this.statusPanelVisible.UseVisualStyleBackColor = true;
this.statusPanelVisible.Click += new System.EventHandler(this.StatusPanelVisible_Click);
//
// statusBackColor
//
this.statusBackColor.BackColor = System.Drawing.SystemColors.Control;
this.statusBackColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.statusBackColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.statusBackColor.Location = new System.Drawing.Point(132, 4);
this.statusBackColor.Name = "statusBackColor";
this.statusBackColor.Size = new System.Drawing.Size(100, 21);
this.statusBackColor.TabIndex = 3;
this.statusBackColor.Click += new System.EventHandler(this.StatusBackColor_Click);
//
// statusFontColor
//
this.statusFontColor.BackColor = System.Drawing.SystemColors.Control;
this.statusFontColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.statusFontColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.statusFontColor.Location = new System.Drawing.Point(132, 31);
this.statusFontColor.Name = "statusFontColor";
this.statusFontColor.Size = new System.Drawing.Size(100, 21);
this.statusFontColor.TabIndex = 3;
this.statusFontColor.Click += new System.EventHandler(this.StatusFontColor_Click);
//
// statusFontColorLabel
//
this.statusFontColorLabel.Location = new System.Drawing.Point(6, 31);
this.statusFontColorLabel.Name = "statusFontColorLabel";
this.statusFontColorLabel.Size = new System.Drawing.Size(96, 21);
this.statusFontColorLabel.TabIndex = 1;
this.statusFontColorLabel.Text = "Font color";
this.statusFontColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// statusBackColorLabel
//
this.statusBackColorLabel.Location = new System.Drawing.Point(6, 4);
this.statusBackColorLabel.Name = "statusBackColorLabel";
this.statusBackColorLabel.Size = new System.Drawing.Size(120, 21);
this.statusBackColorLabel.TabIndex = 0;
this.statusBackColorLabel.Text = "Background color";
this.statusBackColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolbarTabPage
//
this.toolbarTabPage.BackColor = System.Drawing.SystemColors.Window;
this.toolbarTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.toolbarTabPage.Controls.Add(this.toolbarOldIcons);
this.toolbarTabPage.Controls.Add(this.toolbarBorder);
this.toolbarTabPage.Controls.Add(this.toolbarBackColor);
this.toolbarTabPage.Controls.Add(this.toolbarBackColorLabel);
this.toolbarTabPage.Controls.Add(this.toolbarVisible);
this.toolbarTabPage.Location = new System.Drawing.Point(4, 44);
this.toolbarTabPage.Name = "toolbarTabPage";
this.toolbarTabPage.Padding = new System.Windows.Forms.Padding(3);
this.toolbarTabPage.Size = new System.Drawing.Size(244, 253);
this.toolbarTabPage.TabIndex = 6;
this.toolbarTabPage.Text = "tb";
//
// toolbarOldIcons
//
this.toolbarOldIcons.AutoSize = true;
this.toolbarOldIcons.Location = new System.Drawing.Point(9, 91);
this.toolbarOldIcons.Name = "toolbarOldIcons";
this.toolbarOldIcons.Size = new System.Drawing.Size(77, 19);
this.toolbarOldIcons.TabIndex = 13;
this.toolbarOldIcons.Text = "Old icons";
this.toolbarOldIcons.UseVisualStyleBackColor = true;
this.toolbarOldIcons.Click += new System.EventHandler(this.ToolbarOldIcons_Click);
//
// toolbarBorder
//
this.toolbarBorder.AutoSize = true;
this.toolbarBorder.Location = new System.Drawing.Point(9, 41);
this.toolbarBorder.Name = "toolbarBorder";
this.toolbarBorder.Size = new System.Drawing.Size(63, 19);
this.toolbarBorder.TabIndex = 12;
this.toolbarBorder.Text = "Border";
this.toolbarBorder.UseVisualStyleBackColor = true;
this.toolbarBorder.Click += new System.EventHandler(this.ToolbarBorder_Click);
//
// toolbarBackColor
//
this.toolbarBackColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.toolbarBackColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.toolbarBackColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.toolbarBackColor.Location = new System.Drawing.Point(132, 4);
this.toolbarBackColor.Name = "toolbarBackColor";
this.toolbarBackColor.Size = new System.Drawing.Size(100, 21);
this.toolbarBackColor.TabIndex = 11;
this.toolbarBackColor.Click += new System.EventHandler(this.ToolbarBackColor_Click);
//
// toolbarBackColorLabel
//
this.toolbarBackColorLabel.Location = new System.Drawing.Point(6, 4);
this.toolbarBackColorLabel.Name = "toolbarBackColorLabel";
this.toolbarBackColorLabel.Size = new System.Drawing.Size(120, 21);
this.toolbarBackColorLabel.TabIndex = 9;
this.toolbarBackColorLabel.Text = "Background color";
this.toolbarBackColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolbarVisible
//
this.toolbarVisible.AutoSize = true;
this.toolbarVisible.Location = new System.Drawing.Point(9, 66);
this.toolbarVisible.Name = "toolbarVisible";
this.toolbarVisible.Size = new System.Drawing.Size(62, 19);
this.toolbarVisible.TabIndex = 2;
this.toolbarVisible.Text = "Visible";
this.toolbarVisible.UseVisualStyleBackColor = true;
this.toolbarVisible.Click += new System.EventHandler(this.ToolbarVisible_Click);
//
// searchPanelTabPage
//
this.searchPanelTabPage.BackColor = System.Drawing.SystemColors.Window;
this.searchPanelTabPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.searchPanelTabPage.Controls.Add(this.searchFontColor);
this.searchPanelTabPage.Controls.Add(this.searchBackColor);
this.searchPanelTabPage.Controls.Add(this.searchFontColorLabel);
this.searchPanelTabPage.Controls.Add(this.searchBackColorLabel);
this.searchPanelTabPage.Location = new System.Drawing.Point(4, 44);
this.searchPanelTabPage.Name = "searchPanelTabPage";
this.searchPanelTabPage.Padding = new System.Windows.Forms.Padding(3);
this.searchPanelTabPage.Size = new System.Drawing.Size(244, 253);
this.searchPanelTabPage.TabIndex = 7;
this.searchPanelTabPage.Text = "srch";
//
// searchFontColor
//
this.searchFontColor.BackColor = System.Drawing.Color.Black;
this.searchFontColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.searchFontColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.searchFontColor.Location = new System.Drawing.Point(132, 31);
this.searchFontColor.Name = "searchFontColor";
this.searchFontColor.Size = new System.Drawing.Size(100, 21);
this.searchFontColor.TabIndex = 3;
this.searchFontColor.Click += new System.EventHandler(this.SearchFontColor_Click);
//
// searchBackColor
//
this.searchBackColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.searchBackColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.searchBackColor.Cursor = System.Windows.Forms.Cursors.Hand;
this.searchBackColor.Location = new System.Drawing.Point(132, 4);
this.searchBackColor.Name = "searchBackColor";
this.searchBackColor.Size = new System.Drawing.Size(100, 21);
this.searchBackColor.TabIndex = 2;
this.searchBackColor.Click += new System.EventHandler(this.SearchBackColor_Click);
//
// searchFontColorLabel
//
this.searchFontColorLabel.Location = new System.Drawing.Point(6, 31);
this.searchFontColorLabel.Name = "searchFontColorLabel";
this.searchFontColorLabel.Size = new System.Drawing.Size(87, 21);
this.searchFontColorLabel.TabIndex = 1;
this.searchFontColorLabel.Text = "Font color";
this.searchFontColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// searchBackColorLabel
//
this.searchBackColorLabel.Location = new System.Drawing.Point(6, 4);
this.searchBackColorLabel.Name = "searchBackColorLabel";
this.searchBackColorLabel.Size = new System.Drawing.Size(120, 21);
this.searchBackColorLabel.TabIndex = 0;
this.searchBackColorLabel.Text = "Background color";
this.searchBackColorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lstSettingsNav
//
this.lstSettingsNav.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lstSettingsNav.FormattingEnabled = true;
this.lstSettingsNav.ItemHeight = 16;
this.lstSettingsNav.Items.AddRange(new object[] {
"Editor",
"Line Numbers",
"Status Panel",
"Toolbar",
"Application",
"Search Panel",
"Integration",
"Encryption"});
this.lstSettingsNav.Location = new System.Drawing.Point(3, 3);
this.lstSettingsNav.Name = "lstSettingsNav";
this.lstSettingsNav.Size = new System.Drawing.Size(102, 292);
this.lstSettingsNav.TabIndex = 6;
this.lstSettingsNav.Click += new System.EventHandler(this.LstSettingsNav_Click);
//
// fontDialog
//
this.fontDialog.AllowScriptChange = false;
this.fontDialog.AllowSimulations = false;
this.fontDialog.AllowVectorFonts = false;
this.fontDialog.AllowVerticalFonts = false;
this.fontDialog.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
this.fontDialog.FontMustExist = true;
this.fontDialog.MaxSize = 72;
this.fontDialog.MinSize = 8;
this.fontDialog.ShowApply = true;
this.fontDialog.ShowEffects = false;
this.fontDialog.Apply += new System.EventHandler(this.FontDialog_Apply);
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(356, 299);
this.Controls.Add(this.settingsTabControl);
this.Controls.Add(this.lstSettingsNav);
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.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Settings";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingsForm_FormClosed);
this.Load += new System.EventHandler(this.SettingsForm_Load);
this.settingsTabControl.ResumeLayout(false);
this.editorTabPage.ResumeLayout(false);
this.editorTabPage.PerformLayout();
this.applicationTabPage.ResumeLayout(false);
this.applicationTabPage.PerformLayout();
this.integrationTabPage.ResumeLayout(false);
this.integrationTabPage.PerformLayout();
this.encryptionTabPage.ResumeLayout(false);
this.encryptionTabPage.PerformLayout();
this.lineNumbersTabPage.ResumeLayout(false);
this.MLGroupBox.ResumeLayout(false);
this.MLGroupBox.PerformLayout();
this.GLGroupBox.ResumeLayout(false);
this.GLGroupBox.PerformLayout();
this.BLGroupBox.ResumeLayout(false);
this.BLGroupBox.PerformLayout();
this.LNGroupBox.ResumeLayout(false);
this.LNGroupBox.PerformLayout();
this.statusPanelTabPage.ResumeLayout(false);
this.statusPanelTabPage.PerformLayout();
this.toolbarTabPage.ResumeLayout(false);
this.toolbarTabPage.PerformLayout();
this.searchPanelTabPage.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblEditorFontColor;
private System.Windows.Forms.TabControl settingsTabControl;
private System.Windows.Forms.TabPage editorTabPage;
private System.Windows.Forms.TabPage encryptionTabPage;
private System.Windows.Forms.TabPage applicationTabPage;
private System.Windows.Forms.CheckBox chkAssociate;
private System.Windows.Forms.CheckBox chkUpdates;
private System.Windows.Forms.Panel pnlEditorFontColor;
private System.Windows.Forms.Panel pnlEditorBackColor;
private System.Windows.Forms.Label lblEditorBackColor;
private System.Windows.Forms.ColorDialog colorDialog;
private System.Windows.Forms.ComboBox cboKeySize;
private System.Windows.Forms.Label lblKeySize;
private System.Windows.Forms.Label lblHash;
private System.Windows.Forms.ComboBox cboHash;
private System.Windows.Forms.TextBox txtPwdIterations;
private System.Windows.Forms.Label lblPwdIterations;
private System.Windows.Forms.CheckBox toolbarVisible;
private System.Windows.Forms.CheckBox chkAutoLock;
private System.Windows.Forms.CheckBox chkSendTo;
private System.Windows.Forms.CheckBox chkIntegrate;
private System.Windows.Forms.CheckBox chkMenuIcons;
private System.Windows.Forms.TabPage integrationTabPage;
private System.Windows.Forms.Label LNFontColorLabel;
private System.Windows.Forms.Label LNBackgroundColor;
private System.Windows.Forms.Label LNVisibleLabel;
private System.Windows.Forms.ComboBox LNVisibleComboBox;
private System.Windows.Forms.Panel LNFontColor;
private System.Windows.Forms.Panel LNBackColor;
private System.Windows.Forms.ComboBox BLStyleComboBox;
private System.Windows.Forms.Label BLStyleLabel;
private System.Windows.Forms.Panel BLColor;
private System.Windows.Forms.Label BLColorLabel;
private System.Windows.Forms.ComboBox BLShowСomboBox;
private System.Windows.Forms.Label BLShowLabel;
private System.Windows.Forms.ComboBox GLStyleComboBox;
private System.Windows.Forms.Label GLStyleLabel;
private System.Windows.Forms.Panel GLColor;
private System.Windows.Forms.Label GLColorLabel;
private System.Windows.Forms.ComboBox GLShowComboBox;
private System.Windows.Forms.Label GLShowLabel;
private System.Windows.Forms.ComboBox cbxInsKey;
private System.Windows.Forms.Label lblInsKey;
private System.Windows.Forms.TextBox txtPaddingLeft;
private System.Windows.Forms.Label lblPaddingLeft;
private System.Windows.Forms.ListBox lstSettingsNav;
private System.Windows.Forms.TabPage lineNumbersTabPage;
private System.Windows.Forms.Button btnFont;
private System.Windows.Forms.FontDialog fontDialog;
private System.Windows.Forms.TabPage statusPanelTabPage;
private System.Windows.Forms.TabPage toolbarTabPage;
private System.Windows.Forms.TabPage searchPanelTabPage;
private System.Windows.Forms.Label searchFontColorLabel;
private System.Windows.Forms.Label searchBackColorLabel;
private System.Windows.Forms.CheckBox statusPanelVisible;
private System.Windows.Forms.Label statusFontColorLabel;
private System.Windows.Forms.Label statusBackColorLabel;
private System.Windows.Forms.Panel searchBackColor;
private System.Windows.Forms.Panel statusBackColor;
private System.Windows.Forms.Panel statusFontColor;
private System.Windows.Forms.Panel searchFontColor;
private System.Windows.Forms.Panel toolbarBackColor;
private System.Windows.Forms.Label toolbarBackColorLabel;
private System.Windows.Forms.CheckBox toolbarBorder;
private System.Windows.Forms.ComboBox cbxOpenLinks;
private System.Windows.Forms.Label lblOpenLinks;
private System.Windows.Forms.CheckBox chkMainMenu;
private System.Windows.Forms.CheckBox toolbarOldIcons;
private System.Windows.Forms.Label MLShowLabel;
private System.Windows.Forms.GroupBox MLGroupBox;
private System.Windows.Forms.ComboBox MLVisibleComboBox;
private System.Windows.Forms.Label MLColorLabel;
private System.Windows.Forms.ComboBox MLSideComboBox;
private System.Windows.Forms.Panel MLColor;
private System.Windows.Forms.Label MLSideLabel;
private System.Windows.Forms.ComboBox MLStyleComboBox;
private System.Windows.Forms.Label MLStyleLabel;
private System.Windows.Forms.GroupBox LNGroupBox;
private System.Windows.Forms.GroupBox GLGroupBox;
private System.Windows.Forms.GroupBox BLGroupBox;
private System.Windows.Forms.CheckBox chkCloseToTray;
private System.Windows.Forms.CheckBox chkMinimizeToTray;
}
}