2019-08-21 12:17:48 +00:00
namespace Crypto_Notepad
2016-01-06 14:47:38 +00:00
{
partial class SettingsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
2016-01-15 16:14:42 +00:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( SettingsForm ) ) ;
2019-09-28 19:27:05 +00:00
this . editorFontColorLabel = new System . Windows . Forms . Label ( ) ;
2019-08-21 12:17:18 +00:00
this . colorDialog = new System . Windows . Forms . ColorDialog ( ) ;
2019-09-28 19:27:05 +00:00
this . settingsTabControl = new System . Windows . Forms . TabControl ( ) ;
this . editorTabPage = new System . Windows . Forms . TabPage ( ) ;
2019-10-02 16:24:52 +00:00
this . linksComboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-09-28 19:27:05 +00:00
this . linksLabel = new System . Windows . Forms . Label ( ) ;
this . FontButton = new System . Windows . Forms . Button ( ) ;
2019-10-02 16:24:52 +00:00
this . paddingLeftTextBox = new System . Windows . Forms . TextBox ( ) ;
2019-09-28 19:27:05 +00:00
this . paddingLeftLabel = new System . Windows . Forms . Label ( ) ;
2019-10-02 16:24:52 +00:00
this . insKeyComboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-09-28 19:27:05 +00:00
this . editorBGColorLabel = new System . Windows . Forms . Label ( ) ;
this . insKeyLabel = new System . Windows . Forms . Label ( ) ;
2019-10-02 16:24:52 +00:00
this . editorBGColor = new System . Windows . Forms . Panel ( ) ;
this . editorFontColor = new System . Windows . Forms . Panel ( ) ;
2019-09-28 19:27:05 +00:00
this . applicationTabPage = new System . Windows . Forms . TabPage ( ) ;
2019-10-02 16:24:52 +00:00
this . mainMenuCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . menuIconsCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . updatesCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . autoLockCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2019-09-28 19:27:05 +00:00
this . integrationTabPage = new System . Windows . Forms . TabPage ( ) ;
2019-10-02 16:24:52 +00:00
this . integrateCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . associateCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . sendToCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2019-09-28 19:27:05 +00:00
this . encryptionTabPage = new System . Windows . Forms . TabPage ( ) ;
2019-10-02 16:24:52 +00:00
this . pwdIterationsTextBox = new System . Windows . Forms . TextBox ( ) ;
this . hashComboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-09-28 19:27:05 +00:00
this . pwdIterationsLabel = new System . Windows . Forms . Label ( ) ;
this . keySizeLabel = new System . Windows . Forms . Label ( ) ;
this . hashLabel = new System . Windows . Forms . Label ( ) ;
2019-10-02 16:24:52 +00:00
this . keySizeComboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-09-28 19:27:05 +00:00
this . lineNumbersTabPage = new System . Windows . Forms . TabPage ( ) ;
2019-10-04 18:46:10 +00:00
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 ( ) ;
2019-10-02 16:24:52 +00:00
this . GLStyleComboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-10-04 18:46:10 +00:00
this . GLColor = new System . Windows . Forms . Panel ( ) ;
this . GLShowLabel = new System . Windows . Forms . Label ( ) ;
2019-08-21 09:23:51 +00:00
this . GLStyleLabel = new System . Windows . Forms . Label ( ) ;
this . GLColorLabel = new System . Windows . Forms . Label ( ) ;
2019-10-04 18:46:10 +00:00
this . BLGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . BLShowС omboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-09-28 19:27:05 +00:00
this . BLStyleComboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-10-04 18:46:10 +00:00
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 ( ) ;
2019-08-21 09:23:51 +00:00
this . LNVisibleComboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-09-28 19:27:05 +00:00
this . LNBackColor = new System . Windows . Forms . Panel ( ) ;
2019-10-04 18:46:10 +00:00
this . LNVisibleLabel = new System . Windows . Forms . Label ( ) ;
2019-09-28 19:27:05 +00:00
this . LNFontColor = new System . Windows . Forms . Panel ( ) ;
2019-10-04 18:46:10 +00:00
this . LNFontColorLabel = new System . Windows . Forms . Label ( ) ;
this . LNBackgroundColor = new System . Windows . Forms . Label ( ) ;
2019-10-02 16:24:52 +00:00
this . statusPanelTabPage = new System . Windows . Forms . TabPage ( ) ;
2019-09-28 19:27:05 +00:00
this . statusPanelVisible = new System . Windows . Forms . CheckBox ( ) ;
this . statusBackColor = new System . Windows . Forms . Panel ( ) ;
this . statusFontColor = new System . Windows . Forms . Panel ( ) ;
2019-10-02 16:24:52 +00:00
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 ( ) ;
2019-09-28 19:27:05 +00:00
this . toolbarBorder = new System . Windows . Forms . CheckBox ( ) ;
this . toolbarBackColor = new System . Windows . Forms . Panel ( ) ;
2019-10-02 16:24:52 +00:00
this . toolbarBackColorLabel = new System . Windows . Forms . Label ( ) ;
2019-09-28 19:27:05 +00:00
this . toolbarVisible = new System . Windows . Forms . CheckBox ( ) ;
2019-10-02 16:24:52 +00:00
this . searchPanelTabPage = new System . Windows . Forms . TabPage ( ) ;
2019-09-28 19:27:05 +00:00
this . searchFontColor = new System . Windows . Forms . Panel ( ) ;
this . searchBackColor = new System . Windows . Forms . Panel ( ) ;
2019-10-02 16:24:52 +00:00
this . searchFontColorLabel = new System . Windows . Forms . Label ( ) ;
this . searchBackColorLabel = new System . Windows . Forms . Label ( ) ;
this . settingsNav = new System . Windows . Forms . ListBox ( ) ;
2019-09-28 19:27:05 +00:00
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 ( ) ;
2019-10-04 18:46:10 +00:00
this . MLGroupBox . SuspendLayout ( ) ;
this . GLGroupBox . SuspendLayout ( ) ;
this . BLGroupBox . SuspendLayout ( ) ;
this . LNGroupBox . SuspendLayout ( ) ;
2019-09-28 19:27:05 +00:00
this . statusPanelTabPage . SuspendLayout ( ) ;
this . toolbarTabPage . SuspendLayout ( ) ;
this . searchPanelTabPage . SuspendLayout ( ) ;
2016-01-06 14:47:38 +00:00
this . SuspendLayout ( ) ;
//
2019-09-28 19:27:05 +00:00
// editorFontColorLabel
2016-01-06 14:47:38 +00:00
//
2019-09-28 19:27:05 +00:00
this . editorFontColorLabel . Location = new System . Drawing . Point ( 6 , 4 ) ;
this . editorFontColorLabel . Name = "editorFontColorLabel" ;
this . editorFontColorLabel . Size = new System . Drawing . Size ( 83 , 21 ) ;
this . editorFontColorLabel . TabIndex = 0 ;
this . editorFontColorLabel . Text = "Font color" ;
this . editorFontColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
2016-01-06 14:47:38 +00:00
//
2019-08-21 12:17:18 +00:00
// colorDialog
2016-01-06 14:47:38 +00:00
//
2019-08-21 12:17:18 +00:00
this . colorDialog . AnyColor = true ;
this . colorDialog . FullOpen = true ;
2016-01-06 14:47:38 +00:00
//
2019-09-28 19:27:05 +00:00
// 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 . linksComboBox ) ;
this . editorTabPage . Controls . Add ( this . linksLabel ) ;
this . editorTabPage . Controls . Add ( this . FontButton ) ;
this . editorTabPage . Controls . Add ( this . paddingLeftTextBox ) ;
this . editorTabPage . Controls . Add ( this . paddingLeftLabel ) ;
this . editorTabPage . Controls . Add ( this . insKeyComboBox ) ;
this . editorTabPage . Controls . Add ( this . editorBGColorLabel ) ;
this . editorTabPage . Controls . Add ( this . insKeyLabel ) ;
this . editorTabPage . Controls . Add ( this . editorBGColor ) ;
this . editorTabPage . Controls . Add ( this . editorFontColorLabel ) ;
this . editorTabPage . Controls . Add ( this . editorFontColor ) ;
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" ;
//
2019-10-02 16:24:52 +00:00
// linksComboBox
//
this . linksComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . linksComboBox . FormattingEnabled = true ;
this . linksComboBox . Items . AddRange ( new object [ ] {
"LMB Click" ,
"Shift+LMB" ,
"Control+LMB" } ) ;
this . linksComboBox . Location = new System . Drawing . Point ( 132 , 113 ) ;
this . linksComboBox . Name = "linksComboBox" ;
this . linksComboBox . Size = new System . Drawing . Size ( 100 , 23 ) ;
this . linksComboBox . TabIndex = 19 ;
2019-10-04 18:46:10 +00:00
this . linksComboBox . DropDownClosed + = new System . EventHandler ( this . LinksComboBox_DropDownClosed ) ;
2019-10-02 16:24:52 +00:00
//
2019-09-28 19:27:05 +00:00
// linksLabel
//
this . linksLabel . AutoSize = true ;
this . linksLabel . Location = new System . Drawing . Point ( 6 , 116 ) ;
this . linksLabel . Name = "linksLabel" ;
this . linksLabel . Size = new System . Drawing . Size ( 90 , 15 ) ;
this . linksLabel . TabIndex = 18 ;
this . linksLabel . Text = "Open links with" ;
//
// FontButton
//
this . FontButton . Location = new System . Drawing . Point ( 9 , 142 ) ;
this . FontButton . Name = "FontButton" ;
this . FontButton . Size = new System . Drawing . Size ( 223 , 23 ) ;
this . FontButton . TabIndex = 17 ;
this . FontButton . Text = "Font" ;
this . FontButton . UseVisualStyleBackColor = true ;
this . FontButton . Click + = new System . EventHandler ( this . FontButton_Click ) ;
//
// paddingLeftTextBox
//
this . paddingLeftTextBox . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . paddingLeftTextBox . Location = new System . Drawing . Point ( 132 , 87 ) ;
this . paddingLeftTextBox . Name = "paddingLeftTextBox" ;
this . paddingLeftTextBox . Size = new System . Drawing . Size ( 100 , 20 ) ;
this . paddingLeftTextBox . TabIndex = 16 ;
this . paddingLeftTextBox . Click + = new System . EventHandler ( this . PaddingLeftTextBox_Click ) ;
this . paddingLeftTextBox . TextChanged + = new System . EventHandler ( this . PaddingLeftTextBox_TextChanged ) ;
this . paddingLeftTextBox . KeyPress + = new System . Windows . Forms . KeyPressEventHandler ( this . PaddingLeftTextBox_KeyPress ) ;
//
2019-10-02 16:24:52 +00:00
// paddingLeftLabel
//
this . paddingLeftLabel . AutoSize = true ;
this . paddingLeftLabel . Location = new System . Drawing . Point ( 6 , 88 ) ;
this . paddingLeftLabel . Name = "paddingLeftLabel" ;
this . paddingLeftLabel . Size = new System . Drawing . Size ( 73 , 15 ) ;
this . paddingLeftLabel . TabIndex = 15 ;
this . paddingLeftLabel . Text = "Padding-left" ;
//
2019-09-28 19:27:05 +00:00
// insKeyComboBox
//
this . insKeyComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . insKeyComboBox . FormattingEnabled = true ;
this . insKeyComboBox . Items . AddRange ( new object [ ] {
"Enable" ,
"Disable" } ) ;
this . insKeyComboBox . Location = new System . Drawing . Point ( 132 , 58 ) ;
this . insKeyComboBox . Name = "insKeyComboBox" ;
this . insKeyComboBox . Size = new System . Drawing . Size ( 100 , 23 ) ;
this . insKeyComboBox . TabIndex = 14 ;
this . insKeyComboBox . DropDownClosed + = new System . EventHandler ( this . InsKeyComboBox_DropDownClosed ) ;
//
2019-10-02 16:24:52 +00:00
// editorBGColorLabel
//
this . editorBGColorLabel . Location = new System . Drawing . Point ( 6 , 31 ) ;
this . editorBGColorLabel . Name = "editorBGColorLabel" ;
this . editorBGColorLabel . Size = new System . Drawing . Size ( 103 , 21 ) ;
this . editorBGColorLabel . TabIndex = 10 ;
this . editorBGColorLabel . Text = "Background color" ;
this . editorBGColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// insKeyLabel
//
this . insKeyLabel . AutoSize = true ;
this . insKeyLabel . Location = new System . Drawing . Point ( 6 , 61 ) ;
this . insKeyLabel . Name = "insKeyLabel" ;
this . insKeyLabel . Size = new System . Drawing . Size ( 58 , 15 ) ;
this . insKeyLabel . TabIndex = 13 ;
this . insKeyLabel . Text = "Insert key" ;
//
2019-09-28 19:27:05 +00:00
// editorBGColor
//
2019-10-04 18:46:10 +00:00
this . editorBGColor . BackColor = System . Drawing . SystemColors . Control ;
2019-09-28 19:27:05 +00:00
this . editorBGColor . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . editorBGColor . Cursor = System . Windows . Forms . Cursors . Hand ;
this . editorBGColor . Location = new System . Drawing . Point ( 132 , 31 ) ;
this . editorBGColor . Name = "editorBGColor" ;
this . editorBGColor . Size = new System . Drawing . Size ( 100 , 21 ) ;
this . editorBGColor . TabIndex = 8 ;
this . editorBGColor . Click + = new System . EventHandler ( this . EditorBGColor_Click ) ;
//
// editorFontColor
//
2019-10-04 18:46:10 +00:00
this . editorFontColor . BackColor = System . Drawing . Color . Black ;
2019-09-28 19:27:05 +00:00
this . editorFontColor . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . editorFontColor . Cursor = System . Windows . Forms . Cursors . Hand ;
this . editorFontColor . Location = new System . Drawing . Point ( 132 , 4 ) ;
this . editorFontColor . Name = "editorFontColor" ;
this . editorFontColor . Size = new System . Drawing . Size ( 100 , 21 ) ;
this . editorFontColor . TabIndex = 7 ;
this . editorFontColor . Click + = new System . EventHandler ( this . EditorFontColor_Click ) ;
//
2019-10-02 16:24:52 +00:00
// applicationTabPage
//
this . applicationTabPage . BackColor = System . Drawing . SystemColors . Window ;
this . applicationTabPage . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . applicationTabPage . Controls . Add ( this . mainMenuCheckBox ) ;
this . applicationTabPage . Controls . Add ( this . menuIconsCheckBox ) ;
this . applicationTabPage . Controls . Add ( this . updatesCheckBox ) ;
this . applicationTabPage . Controls . Add ( this . autoLockCheckBox ) ;
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" ;
//
2019-09-28 19:27:05 +00:00
// mainMenuCheckBox
//
this . mainMenuCheckBox . AutoSize = true ;
this . mainMenuCheckBox . Location = new System . Drawing . Point ( 7 , 55 ) ;
this . mainMenuCheckBox . Name = "mainMenuCheckBox" ;
this . mainMenuCheckBox . Size = new System . Drawing . Size ( 89 , 19 ) ;
this . mainMenuCheckBox . TabIndex = 8 ;
this . mainMenuCheckBox . Text = "Main menu" ;
this . mainMenuCheckBox . UseVisualStyleBackColor = true ;
this . mainMenuCheckBox . Click + = new System . EventHandler ( this . MainMenuCheckBox_Click ) ;
//
// menuIconsCheckBox
//
this . menuIconsCheckBox . AutoSize = true ;
this . menuIconsCheckBox . Location = new System . Drawing . Point ( 7 , 80 ) ;
this . menuIconsCheckBox . Name = "menuIconsCheckBox" ;
this . menuIconsCheckBox . Size = new System . Drawing . Size ( 90 , 19 ) ;
this . menuIconsCheckBox . TabIndex = 7 ;
this . menuIconsCheckBox . Text = "Menu icons" ;
this . menuIconsCheckBox . UseVisualStyleBackColor = true ;
this . menuIconsCheckBox . Click + = new System . EventHandler ( this . MenuIconsCheckBox_Click ) ;
//
// updatesCheckBox
//
this . updatesCheckBox . AutoSize = true ;
this . updatesCheckBox . Location = new System . Drawing . Point ( 7 , 30 ) ;
this . updatesCheckBox . Name = "updatesCheckBox" ;
this . updatesCheckBox . Size = new System . Drawing . Size ( 132 , 19 ) ;
this . updatesCheckBox . TabIndex = 1 ;
this . updatesCheckBox . Text = "Auto check updates" ;
this . updatesCheckBox . UseVisualStyleBackColor = true ;
2019-10-04 18:46:10 +00:00
this . updatesCheckBox . Click + = new System . EventHandler ( this . UpdatesCheckBox_Click ) ;
2019-09-28 19:27:05 +00:00
//
// autoLockCheckBox
//
this . autoLockCheckBox . AutoSize = true ;
this . autoLockCheckBox . Location = new System . Drawing . Point ( 7 , 7 ) ;
this . autoLockCheckBox . Name = "autoLockCheckBox" ;
this . autoLockCheckBox . Size = new System . Drawing . Size ( 146 , 19 ) ;
this . autoLockCheckBox . TabIndex = 3 ;
this . autoLockCheckBox . Text = "Auto lock on minimize" ;
this . autoLockCheckBox . UseVisualStyleBackColor = true ;
2019-10-04 18:46:10 +00:00
this . autoLockCheckBox . Click + = new System . EventHandler ( this . AutoLockCheckBox_Click ) ;
2019-09-28 19:27:05 +00:00
//
2019-10-02 16:24:52 +00:00
// integrationTabPage
//
this . integrationTabPage . BackColor = System . Drawing . SystemColors . Window ;
this . integrationTabPage . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . integrationTabPage . Controls . Add ( this . integrateCheckBox ) ;
this . integrationTabPage . Controls . Add ( this . associateCheckBox ) ;
this . integrationTabPage . Controls . Add ( this . sendToCheckBox ) ;
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" ;
//
2019-09-28 19:27:05 +00:00
// integrateCheckBox
//
this . integrateCheckBox . AutoSize = true ;
this . integrateCheckBox . Location = new System . Drawing . Point ( 7 , 7 ) ;
this . integrateCheckBox . Name = "integrateCheckBox" ;
this . integrateCheckBox . Size = new System . Drawing . Size ( 227 , 19 ) ;
this . integrateCheckBox . TabIndex = 6 ;
this . integrateCheckBox . Text = "Integrate with windows context menu" ;
this . integrateCheckBox . UseVisualStyleBackColor = true ;
this . integrateCheckBox . Click + = new System . EventHandler ( this . IntegrateCheckBox_Click ) ;
//
// associateCheckBox
//
this . associateCheckBox . AutoSize = true ;
this . associateCheckBox . Location = new System . Drawing . Point ( 7 , 30 ) ;
this . associateCheckBox . Name = "associateCheckBox" ;
this . associateCheckBox . Size = new System . Drawing . Size ( 159 , 19 ) ;
this . associateCheckBox . TabIndex = 0 ;
this . associateCheckBox . Text = "Associate with *.cnp files" ;
this . associateCheckBox . UseVisualStyleBackColor = true ;
this . associateCheckBox . Click + = new System . EventHandler ( this . AssociateCheckBox_Click ) ;
//
// sendToCheckBox
//
this . sendToCheckBox . AutoSize = true ;
this . sendToCheckBox . Location = new System . Drawing . Point ( 7 , 53 ) ;
this . sendToCheckBox . Name = "sendToCheckBox" ;
this . sendToCheckBox . Size = new System . Drawing . Size ( 158 , 19 ) ;
this . sendToCheckBox . TabIndex = 5 ;
this . sendToCheckBox . Text = "Show in \"Send to\" menu" ;
this . sendToCheckBox . UseVisualStyleBackColor = true ;
this . sendToCheckBox . Click + = new System . EventHandler ( this . SendToCheckBox_Click ) ;
//
2019-10-02 16:24:52 +00:00
// encryptionTabPage
//
this . encryptionTabPage . BackColor = System . Drawing . SystemColors . Window ;
this . encryptionTabPage . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . encryptionTabPage . Controls . Add ( this . pwdIterationsTextBox ) ;
this . encryptionTabPage . Controls . Add ( this . hashComboBox ) ;
this . encryptionTabPage . Controls . Add ( this . pwdIterationsLabel ) ;
this . encryptionTabPage . Controls . Add ( this . keySizeLabel ) ;
this . encryptionTabPage . Controls . Add ( this . hashLabel ) ;
this . encryptionTabPage . Controls . Add ( this . keySizeComboBox ) ;
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" ;
//
2019-09-28 19:27:05 +00:00
// pwdIterationsTextBox
//
this . pwdIterationsTextBox . Location = new System . Drawing . Point ( 132 , 62 ) ;
this . pwdIterationsTextBox . Name = "pwdIterationsTextBox" ;
this . pwdIterationsTextBox . Size = new System . Drawing . Size ( 100 , 21 ) ;
this . pwdIterationsTextBox . TabIndex = 7 ;
2019-10-04 18:46:10 +00:00
this . pwdIterationsTextBox . Text = "1000" ;
this . pwdIterationsTextBox . TextChanged + = new System . EventHandler ( this . PwdIterationsTextBox_TextChanged ) ;
2019-09-28 19:27:05 +00:00
this . pwdIterationsTextBox . KeyPress + = new System . Windows . Forms . KeyPressEventHandler ( this . PwdIterationsTextBox_KeyPress ) ;
//
// hashComboBox
//
this . hashComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . hashComboBox . FormattingEnabled = true ;
this . hashComboBox . Items . AddRange ( new object [ ] {
"MD5" ,
"SHA1" ,
"SHA256" ,
"SHA384" ,
"SHA512" } ) ;
this . hashComboBox . Location = new System . Drawing . Point ( 132 , 4 ) ;
this . hashComboBox . Name = "hashComboBox" ;
this . hashComboBox . Size = new System . Drawing . Size ( 100 , 23 ) ;
this . hashComboBox . TabIndex = 5 ;
this . hashComboBox . DropDownClosed + = new System . EventHandler ( this . HashComboBox_DropDownClosed ) ;
//
2019-10-02 16:24:52 +00:00
// pwdIterationsLabel
//
this . pwdIterationsLabel . AutoSize = true ;
this . pwdIterationsLabel . BackColor = System . Drawing . Color . Transparent ;
this . pwdIterationsLabel . Location = new System . Drawing . Point ( 6 , 65 ) ;
this . pwdIterationsLabel . Name = "pwdIterationsLabel" ;
this . pwdIterationsLabel . Size = new System . Drawing . Size ( 114 , 15 ) ;
this . pwdIterationsLabel . TabIndex = 6 ;
this . pwdIterationsLabel . Text = "Password iterations" ;
//
// keySizeLabel
//
this . keySizeLabel . AutoSize = true ;
this . keySizeLabel . Location = new System . Drawing . Point ( 6 , 36 ) ;
this . keySizeLabel . Name = "keySizeLabel" ;
this . keySizeLabel . Size = new System . Drawing . Size ( 52 , 15 ) ;
this . keySizeLabel . TabIndex = 1 ;
this . keySizeLabel . Text = "Key size" ;
//
// hashLabel
//
this . hashLabel . AutoSize = true ;
this . hashLabel . Location = new System . Drawing . Point ( 6 , 7 ) ;
this . hashLabel . Name = "hashLabel" ;
this . hashLabel . Size = new System . Drawing . Size ( 94 , 15 ) ;
this . hashLabel . TabIndex = 0 ;
this . hashLabel . Text = "Hash algorithm " ;
//
2019-09-28 19:27:05 +00:00
// keySizeComboBox
//
this . keySizeComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . keySizeComboBox . FormattingEnabled = true ;
this . keySizeComboBox . Items . AddRange ( new object [ ] {
"128" ,
"192" ,
"256" } ) ;
this . keySizeComboBox . Location = new System . Drawing . Point ( 132 , 33 ) ;
this . keySizeComboBox . Name = "keySizeComboBox" ;
this . keySizeComboBox . Size = new System . Drawing . Size ( 100 , 23 ) ;
this . keySizeComboBox . TabIndex = 3 ;
this . keySizeComboBox . DropDownClosed + = new System . EventHandler ( this . KeySizeComboBox_DropDownClosed ) ;
2019-08-21 09:23:51 +00:00
//
2019-10-02 16:24:52 +00:00
// lineNumbersTabPage
//
2019-10-04 18:46:10 +00:00
this . lineNumbersTabPage . AutoScroll = true ;
2019-10-02 16:24:52 +00:00
this . lineNumbersTabPage . BackColor = System . Drawing . SystemColors . Window ;
this . lineNumbersTabPage . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2019-10-04 18:46:10 +00:00
this . lineNumbersTabPage . Controls . Add ( this . MLGroupBox ) ;
this . lineNumbersTabPage . Controls . Add ( this . GLGroupBox ) ;
this . lineNumbersTabPage . Controls . Add ( this . BLGroupBox ) ;
this . lineNumbersTabPage . Controls . Add ( this . LNGroupBox ) ;
2019-10-02 16:24:52 +00:00
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" ;
//
2019-10-04 18:46:10 +00:00
// 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 ) ;
//
2019-09-28 19:27:05 +00:00
// GLStyleComboBox
2019-08-21 09:23:51 +00:00
//
2019-09-28 19:27:05 +00:00
this . GLStyleComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . GLStyleComboBox . FormattingEnabled = true ;
this . GLStyleComboBox . Items . AddRange ( new object [ ] {
"Solid" ,
"Dash" ,
"Dot" ,
"DashDot" ,
"DashDotDot" } ) ;
2019-10-04 18:46:10 +00:00
this . GLStyleComboBox . Location = new System . Drawing . Point ( 106 , 76 ) ;
2019-09-28 19:27:05 +00:00
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 ) ;
2019-08-21 09:23:51 +00:00
//
2019-10-04 18:46:10 +00:00
// GLColor
2019-10-02 16:24:52 +00:00
//
2019-10-04 18:46:10 +00:00
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" ;
2019-10-02 16:24:52 +00:00
//
// GLStyleLabel
//
this . GLStyleLabel . AutoSize = true ;
2019-10-04 18:46:10 +00:00
this . GLStyleLabel . Location = new System . Drawing . Point ( 10 , 79 ) ;
2019-10-02 16:24:52 +00:00
this . GLStyleLabel . Name = "GLStyleLabel" ;
2019-10-04 18:46:10 +00:00
this . GLStyleLabel . Size = new System . Drawing . Size ( 33 , 15 ) ;
2019-10-02 16:24:52 +00:00
this . GLStyleLabel . TabIndex = 25 ;
2019-10-04 18:46:10 +00:00
this . GLStyleLabel . Text = "Style" ;
2019-10-02 16:24:52 +00:00
//
// GLColorLabel
//
2019-10-04 18:46:10 +00:00
this . GLColorLabel . Location = new System . Drawing . Point ( 10 , 49 ) ;
2019-10-02 16:24:52 +00:00
this . GLColorLabel . Name = "GLColorLabel" ;
2019-10-04 18:46:10 +00:00
this . GLColorLabel . Size = new System . Drawing . Size ( 61 , 21 ) ;
2019-10-02 16:24:52 +00:00
this . GLColorLabel . TabIndex = 23 ;
2019-10-04 18:46:10 +00:00
this . GLColorLabel . Text = "Color" ;
2019-10-02 16:24:52 +00:00
this . GLColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
2019-10-04 18:46:10 +00:00
// 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" ;
2019-08-21 09:23:51 +00:00
//
2019-10-04 18:46:10 +00:00
// BLShowС omboBox
2019-08-21 09:23:51 +00:00
//
2019-10-04 18:46:10 +00:00
this . BLShowС omboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . BLShowС omboBox . FormattingEnabled = true ;
this . BLShowС omboBox . Items . AddRange ( new object [ ] {
2019-09-28 19:27:05 +00:00
"True" ,
"False" } ) ;
2019-10-04 18:46:10 +00:00
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 ) ;
2019-08-21 09:23:51 +00:00
//
2019-09-28 19:27:05 +00:00
// BLStyleComboBox
2019-08-21 09:23:51 +00:00
//
2019-09-28 19:27:05 +00:00
this . BLStyleComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . BLStyleComboBox . FormattingEnabled = true ;
this . BLStyleComboBox . Items . AddRange ( new object [ ] {
"Solid" ,
"Dash" ,
"Dot" ,
"DashDot" ,
"DashDotDot" } ) ;
2019-10-04 18:46:10 +00:00
this . BLStyleComboBox . Location = new System . Drawing . Point ( 106 , 75 ) ;
2019-09-28 19:27:05 +00:00
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 ) ;
2019-08-21 09:23:51 +00:00
//
2019-10-04 18:46:10 +00:00
// 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" ;
//
2019-08-21 09:23:51 +00:00
// LNVisibleComboBox
//
this . LNVisibleComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . LNVisibleComboBox . FormattingEnabled = true ;
this . LNVisibleComboBox . Items . AddRange ( new object [ ] {
"True" ,
"False" } ) ;
2019-10-04 18:46:10 +00:00
this . LNVisibleComboBox . Location = new System . Drawing . Point ( 106 , 19 ) ;
2019-08-21 09:23:51 +00:00
this . LNVisibleComboBox . Name = "LNVisibleComboBox" ;
this . LNVisibleComboBox . Size = new System . Drawing . Size ( 100 , 23 ) ;
this . LNVisibleComboBox . TabIndex = 3 ;
2019-09-28 19:27:05 +00:00
this . LNVisibleComboBox . DropDownClosed + = new System . EventHandler ( this . LNVisibleComboBox_DropDownClosed ) ;
//
// LNBackColor
//
2019-10-04 18:46:10 +00:00
this . LNBackColor . BackColor = System . Drawing . SystemColors . Control ;
2019-09-28 19:27:05 +00:00
this . LNBackColor . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . LNBackColor . Cursor = System . Windows . Forms . Cursors . Hand ;
2019-10-04 18:46:10 +00:00
this . LNBackColor . Location = new System . Drawing . Point ( 106 , 48 ) ;
2019-09-28 19:27:05 +00:00
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 ) ;
//
2019-10-04 18:46:10 +00:00
// 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" ;
//
2019-09-28 19:27:05 +00:00
// LNFontColor
//
2019-10-04 18:46:10 +00:00
this . LNFontColor . BackColor = System . Drawing . SystemColors . Control ;
2019-09-28 19:27:05 +00:00
this . LNFontColor . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . LNFontColor . Cursor = System . Windows . Forms . Cursors . Hand ;
2019-10-04 18:46:10 +00:00
this . LNFontColor . Location = new System . Drawing . Point ( 106 , 75 ) ;
2019-09-28 19:27:05 +00:00
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 ) ;
2019-08-21 09:23:51 +00:00
//
2019-10-04 18:46:10 +00:00
// LNFontColorLabel
2019-08-21 09:23:51 +00:00
//
2019-10-04 18:46:10 +00:00
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 ;
2019-09-28 19:27:05 +00:00
//
2019-10-04 18:46:10 +00:00
// LNBackgroundColor
2019-09-28 19:27:05 +00:00
//
2019-10-04 18:46:10 +00:00
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 ;
2019-09-28 19:27:05 +00:00
//
2019-10-02 16:24:52 +00:00
// 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" ;
//
2019-09-28 19:27:05 +00:00
// 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
//
2019-10-04 18:46:10 +00:00
this . statusBackColor . BackColor = System . Drawing . SystemColors . Control ;
2019-09-28 19:27:05 +00:00
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
//
2019-10-04 18:46:10 +00:00
this . statusFontColor . BackColor = System . Drawing . SystemColors . Control ;
2019-09-28 19:27:05 +00:00
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 ) ;
//
2019-10-02 16:24:52 +00:00
// 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 ) ;
//
2019-09-28 19:27:05 +00:00
// 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
//
2019-10-04 18:46:10 +00:00
this . toolbarBackColor . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 240 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 240 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 240 ) ) ) ) ) ;
2019-09-28 19:27:05 +00:00
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 ) ;
//
2019-10-02 16:24:52 +00:00
// 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 ;
//
2019-09-28 19:27:05 +00:00
// 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 ) ;
//
2019-10-02 16:24:52 +00:00
// 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" ;
//
2019-09-28 19:27:05 +00:00
// searchFontColor
//
2019-10-04 18:46:10 +00:00
this . searchFontColor . BackColor = System . Drawing . Color . Black ;
2019-09-28 19:27:05 +00:00
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
//
2019-10-04 18:46:10 +00:00
this . searchBackColor . BackColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 240 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 240 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 240 ) ) ) ) ) ;
2019-09-28 19:27:05 +00:00
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 ) ;
//
2019-10-02 16:24:52 +00:00
// 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 ;
//
// settingsNav
//
this . settingsNav . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . settingsNav . FormattingEnabled = true ;
this . settingsNav . ItemHeight = 16 ;
this . settingsNav . Items . AddRange ( new object [ ] {
"Editor" ,
"Line Numbers" ,
"Status Panel" ,
"Toolbar" ,
"Application" ,
"Search Panel" ,
"Integration" ,
"Encryption" } ) ;
this . settingsNav . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . settingsNav . Name = "settingsNav" ;
this . settingsNav . Size = new System . Drawing . Size ( 102 , 292 ) ;
this . settingsNav . TabIndex = 6 ;
this . settingsNav . Click + = new System . EventHandler ( this . SettingsNav_Click ) ;
//
2019-09-28 19:27:05 +00:00
// fontDialog
//
this . fontDialog . AllowScriptChange = false ;
this . fontDialog . AllowSimulations = false ;
this . fontDialog . AllowVectorFonts = false ;
this . fontDialog . AllowVerticalFonts = false ;
2019-10-04 18:46:10 +00:00
this . fontDialog . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10F ) ;
2019-09-28 19:27:05 +00:00
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 ) ;
2018-12-09 14:23:37 +00:00
//
2016-01-06 14:47:38 +00:00
// SettingsForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2019-09-28 19:27:05 +00:00
this . ClientSize = new System . Drawing . Size ( 356 , 299 ) ;
this . Controls . Add ( this . settingsTabControl ) ;
this . Controls . Add ( this . settingsNav ) ;
2016-01-06 14:47:38 +00:00
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . FixedSingle ;
2016-01-15 16:14:42 +00:00
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
2016-01-06 14:47:38 +00:00
this . MaximizeBox = false ;
this . MinimizeBox = false ;
this . Name = "SettingsForm" ;
2019-09-28 19:27:05 +00:00
this . ShowInTaskbar = false ;
2016-01-06 14:47:38 +00:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "Settings" ;
2019-08-21 11:15:16 +00:00
this . FormClosed + = new System . Windows . Forms . FormClosedEventHandler ( this . SettingsForm_FormClosed ) ;
2016-01-06 14:47:38 +00:00
this . Load + = new System . EventHandler ( this . SettingsForm_Load ) ;
2019-09-28 19:27:05 +00:00
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 ) ;
2019-10-04 18:46:10 +00:00
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 ( ) ;
2019-09-28 19:27:05 +00:00
this . statusPanelTabPage . ResumeLayout ( false ) ;
this . statusPanelTabPage . PerformLayout ( ) ;
this . toolbarTabPage . ResumeLayout ( false ) ;
this . toolbarTabPage . PerformLayout ( ) ;
this . searchPanelTabPage . ResumeLayout ( false ) ;
2016-01-06 14:47:38 +00:00
this . ResumeLayout ( false ) ;
}
#endregion
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . Label editorFontColorLabel ;
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 associateCheckBox ;
private System . Windows . Forms . CheckBox updatesCheckBox ;
private System . Windows . Forms . Panel editorFontColor ;
private System . Windows . Forms . Panel editorBGColor ;
private System . Windows . Forms . Label editorBGColorLabel ;
2019-08-21 12:17:18 +00:00
private System . Windows . Forms . ColorDialog colorDialog ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . ComboBox keySizeComboBox ;
private System . Windows . Forms . Label keySizeLabel ;
private System . Windows . Forms . Label hashLabel ;
private System . Windows . Forms . ComboBox hashComboBox ;
private System . Windows . Forms . TextBox pwdIterationsTextBox ;
private System . Windows . Forms . Label pwdIterationsLabel ;
private System . Windows . Forms . CheckBox toolbarVisible ;
private System . Windows . Forms . CheckBox autoLockCheckBox ;
private System . Windows . Forms . CheckBox sendToCheckBox ;
private System . Windows . Forms . CheckBox integrateCheckBox ;
private System . Windows . Forms . CheckBox menuIconsCheckBox ;
private System . Windows . Forms . TabPage integrationTabPage ;
2019-08-21 09:23:51 +00:00
private System . Windows . Forms . Label LNFontColorLabel ;
private System . Windows . Forms . Label LNBackgroundColor ;
private System . Windows . Forms . Label LNVisibleLabel ;
private System . Windows . Forms . ComboBox LNVisibleComboBox ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . Panel LNFontColor ;
private System . Windows . Forms . Panel LNBackColor ;
2019-08-21 09:23:51 +00:00
private System . Windows . Forms . ComboBox BLStyleComboBox ;
private System . Windows . Forms . Label BLStyleLabel ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . Panel BLColor ;
2019-08-21 09:23:51 +00:00
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 ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . Panel GLColor ;
2019-08-21 09:23:51 +00:00
private System . Windows . Forms . Label GLColorLabel ;
private System . Windows . Forms . ComboBox GLShowComboBox ;
private System . Windows . Forms . Label GLShowLabel ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . ComboBox insKeyComboBox ;
private System . Windows . Forms . Label insKeyLabel ;
private System . Windows . Forms . TextBox paddingLeftTextBox ;
private System . Windows . Forms . Label paddingLeftLabel ;
private System . Windows . Forms . ListBox settingsNav ;
private System . Windows . Forms . TabPage lineNumbersTabPage ;
private System . Windows . Forms . Button FontButton ;
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 linksComboBox ;
private System . Windows . Forms . Label linksLabel ;
private System . Windows . Forms . CheckBox mainMenuCheckBox ;
2019-10-02 16:24:52 +00:00
private System . Windows . Forms . CheckBox toolbarOldIcons ;
2019-10-04 18:46:10 +00:00
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 ;
2016-01-06 14:47:38 +00:00
}
}