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 ( )
{
2019-11-09 19:33:35 +00:00
this . components = new System . ComponentModel . Container ( ) ;
2016-01-15 16:14:42 +00:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( SettingsForm ) ) ;
2019-10-13 11:54:45 +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 ( ) ;
2020-01-13 10:45:20 +00:00
this . generalTabPage = new System . Windows . Forms . TabPage ( ) ;
2021-03-28 17:46:45 +00:00
this . autoLockGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . autoLockMinutesLabel = new System . Windows . Forms . Label ( ) ;
this . autoLockOnMinimizeCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2021-04-07 11:19:36 +00:00
this . lockTimeoutTextBox = new System . Windows . Forms . PlaceholderTextBox ( ) ;
2021-03-28 17:46:45 +00:00
this . lockTimeoutLabel = new System . Windows . Forms . Label ( ) ;
2020-01-13 10:45:20 +00:00
this . integrationGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . integrateCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . associateCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . sendToCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . applicationGroupBox = new System . Windows . Forms . GroupBox ( ) ;
2021-03-28 17:46:45 +00:00
this . trayMenuCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . openTxtUnencryptedCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-01-19 12:56:26 +00:00
this . clearClipboardCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-01-13 10:45:20 +00:00
this . autoCheckUpdatesCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2019-10-25 21:23:36 +00:00
this . singleInstanceCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . closeToTrayCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . minimizeToTrayCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-01-13 10:45:20 +00:00
this . interfaceTabPage = new System . Windows . Forms . TabPage ( ) ;
this . statusPanelGroupBox = new System . Windows . Forms . GroupBox ( ) ;
2019-11-07 18:23:05 +00:00
this . statusPanelLabelsGroupBox = new System . Windows . Forms . GroupBox ( ) ;
2021-04-07 11:19:36 +00:00
this . statusPanelPasteboardCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-01-17 21:43:15 +00:00
this . statusPanelClipboardCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-01-13 10:45:20 +00:00
this . statusPanelWordwrapCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . statusPanelReadonlyCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2019-11-07 18:23:05 +00:00
this . statusPanelSizeCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . statusPanelLinesCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . statusPanelModifiedCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-01-13 10:45:20 +00:00
this . statusPanelLengthCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2019-10-13 11:54:45 +00:00
this . statusPanelVisibleCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-01-13 10:45:20 +00:00
this . statusPanelBackColorLabel = new System . Windows . Forms . Label ( ) ;
this . statusPanelFontColorLabel = new System . Windows . Forms . Label ( ) ;
2019-10-13 11:54:45 +00:00
this . statusPanelBackColor = new System . Windows . Forms . Panel ( ) ;
this . statusPanelFontColor = new System . Windows . Forms . Panel ( ) ;
2020-01-13 10:45:20 +00:00
this . searchPanelGroupBox = new System . Windows . Forms . GroupBox ( ) ;
2019-10-20 19:59:52 +00:00
this . searchBorderComboBox = new System . Windows . Forms . ComboBox ( ) ;
2020-01-13 10:45:20 +00:00
this . searchBackColorLabel = new System . Windows . Forms . Label ( ) ;
2019-10-20 19:59:52 +00:00
this . searchBorderLabel = new System . Windows . Forms . Label ( ) ;
2020-01-13 10:45:20 +00:00
this . searchFontColorLabel = new System . Windows . Forms . Label ( ) ;
2019-09-28 19:27:05 +00:00
this . searchFontColor = new System . Windows . Forms . Panel ( ) ;
this . searchBackColor = new System . Windows . Forms . Panel ( ) ;
2021-03-28 17:46:45 +00:00
this . toolbarGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . toolbarCloseButtonCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . toolbarBorderCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . toolbarOldIconsCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . toolbarBackColorLabel = new System . Windows . Forms . Label ( ) ;
this . toolbarBackColor = new System . Windows . Forms . Panel ( ) ;
this . toolbarVisibleCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . mainMenuGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . shortcutKeysCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . mainMenuCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . menuIconsCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-01-13 10:45:20 +00:00
this . editorTabPage = new System . Windows . Forms . TabPage ( ) ;
2020-01-17 21:43:15 +00:00
this . clearClipboardTextBox = new System . Windows . Forms . TextBox ( ) ;
this . clearClipboardLabel = new System . Windows . Forms . Label ( ) ;
2020-01-13 10:45:20 +00:00
this . editorFontLabel = new System . Windows . Forms . Label ( ) ;
this . fontStyleLabel = new System . Windows . Forms . Label ( ) ;
this . editorFontColor = new System . Windows . Forms . Panel ( ) ;
this . editorInsertKeyLabel = new System . Windows . Forms . Label ( ) ;
this . editorBorderLabel = new System . Windows . Forms . Label ( ) ;
this . editorOpenLinksWithLabel = new System . Windows . Forms . Label ( ) ;
this . editorInsertKeyComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . editorPaddingLeftLabel = new System . Windows . Forms . Label ( ) ;
this . editorOpenLinksWithComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . editorBackColorLabel = new System . Windows . Forms . Label ( ) ;
this . editorBackColor = new System . Windows . Forms . Panel ( ) ;
this . editorPaddingLeftTextBox = new System . Windows . Forms . TextBox ( ) ;
this . editorBorderComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . encryptionTabPage = new System . Windows . Forms . TabPage ( ) ;
this . encryptionHintLabel = new System . Windows . Forms . Label ( ) ;
this . passwordIterationsTextBox = new System . Windows . Forms . TextBox ( ) ;
this . hashAlgorithmComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . passwordIterationsLabel = new System . Windows . Forms . Label ( ) ;
this . keySizeLabel = new System . Windows . Forms . Label ( ) ;
this . hashAlgorithmLabel = new System . Windows . Forms . Label ( ) ;
this . keySizeComboBox = new System . Windows . Forms . ComboBox ( ) ;
2019-10-13 11:54:45 +00:00
this . settingsNavigation = new System . Windows . Forms . ListBox ( ) ;
2019-09-28 19:27:05 +00:00
this . fontDialog = new System . Windows . Forms . FontDialog ( ) ;
2019-11-09 19:33:35 +00:00
this . settingsToolTip = new System . Windows . Forms . ToolTip ( this . components ) ;
2019-09-28 19:27:05 +00:00
this . settingsTabControl . SuspendLayout ( ) ;
2020-01-13 10:45:20 +00:00
this . generalTabPage . SuspendLayout ( ) ;
2021-03-28 17:46:45 +00:00
this . autoLockGroupBox . SuspendLayout ( ) ;
2020-01-13 10:45:20 +00:00
this . integrationGroupBox . SuspendLayout ( ) ;
this . applicationGroupBox . SuspendLayout ( ) ;
this . interfaceTabPage . SuspendLayout ( ) ;
this . statusPanelGroupBox . SuspendLayout ( ) ;
this . statusPanelLabelsGroupBox . SuspendLayout ( ) ;
this . searchPanelGroupBox . SuspendLayout ( ) ;
2021-03-28 17:46:45 +00:00
this . toolbarGroupBox . SuspendLayout ( ) ;
this . mainMenuGroupBox . SuspendLayout ( ) ;
2019-10-25 21:23:36 +00:00
this . editorTabPage . SuspendLayout ( ) ;
2019-09-28 19:27:05 +00:00
this . encryptionTabPage . SuspendLayout ( ) ;
2016-01-06 14:47:38 +00:00
this . SuspendLayout ( ) ;
//
2019-10-13 11:54:45 +00:00
// editorFontColorLabel
2016-01-06 14:47:38 +00:00
//
2020-01-13 10:45:20 +00:00
this . editorFontColorLabel . Location = new System . Drawing . Point ( 6 , 6 ) ;
2019-10-13 11:54:45 +00:00
this . editorFontColorLabel . Name = "editorFontColorLabel" ;
2020-01-13 10:45:20 +00:00
this . editorFontColorLabel . Size = new System . Drawing . Size ( 83 , 23 ) ;
2019-10-13 11:54:45 +00:00
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
//
2020-01-13 10:45:20 +00:00
this . settingsTabControl . Controls . Add ( this . generalTabPage ) ;
this . settingsTabControl . Controls . Add ( this . interfaceTabPage ) ;
2019-10-21 11:27:02 +00:00
this . settingsTabControl . Controls . Add ( this . editorTabPage ) ;
2019-09-28 19:27:05 +00:00
this . settingsTabControl . Controls . Add ( this . encryptionTabPage ) ;
2019-10-13 11:54:45 +00:00
this . settingsTabControl . Font = new System . Drawing . Font ( "Segoe UI" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2020-01-13 10:45:20 +00:00
this . settingsTabControl . Location = new System . Drawing . Point ( 109 , - 2 ) ;
2019-09-28 19:27:05 +00:00
this . settingsTabControl . Multiline = true ;
this . settingsTabControl . Name = "settingsTabControl" ;
this . settingsTabControl . SelectedIndex = 0 ;
2020-01-13 10:45:20 +00:00
this . settingsTabControl . Size = new System . Drawing . Size ( 334 , 319 ) ;
2019-09-28 19:27:05 +00:00
this . settingsTabControl . TabIndex = 4 ;
this . settingsTabControl . SelectedIndexChanged + = new System . EventHandler ( this . SettingsTabControl_SelectedIndexChanged ) ;
//
2020-01-13 10:45:20 +00:00
// generalTabPage
//
this . generalTabPage . BackColor = System . Drawing . SystemColors . Window ;
this . generalTabPage . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2020-08-23 21:07:27 +00:00
this . generalTabPage . Controls . Add ( this . autoLockGroupBox ) ;
2020-01-13 10:45:20 +00:00
this . generalTabPage . Controls . Add ( this . integrationGroupBox ) ;
this . generalTabPage . Controls . Add ( this . applicationGroupBox ) ;
this . generalTabPage . Location = new System . Drawing . Point ( 4 , 24 ) ;
this . generalTabPage . Name = "generalTabPage" ;
2020-08-23 21:07:27 +00:00
this . generalTabPage . Padding = new System . Windows . Forms . Padding ( 6 , 6 , 6 , 3 ) ;
2020-01-13 10:45:20 +00:00
this . generalTabPage . Size = new System . Drawing . Size ( 326 , 291 ) ;
this . generalTabPage . TabIndex = 2 ;
this . generalTabPage . Text = "gen" ;
//
2021-03-28 17:46:45 +00:00
// autoLockGroupBox
//
this . autoLockGroupBox . Controls . Add ( this . autoLockMinutesLabel ) ;
this . autoLockGroupBox . Controls . Add ( this . autoLockOnMinimizeCheckBox ) ;
this . autoLockGroupBox . Controls . Add ( this . lockTimeoutTextBox ) ;
this . autoLockGroupBox . Controls . Add ( this . lockTimeoutLabel ) ;
this . autoLockGroupBox . Dock = System . Windows . Forms . DockStyle . Top ;
this . autoLockGroupBox . Location = new System . Drawing . Point ( 6 , 230 ) ;
this . autoLockGroupBox . Name = "autoLockGroupBox" ;
this . autoLockGroupBox . Size = new System . Drawing . Size ( 312 , 75 ) ;
this . autoLockGroupBox . TabIndex = 3 ;
this . autoLockGroupBox . TabStop = false ;
this . autoLockGroupBox . Text = "Auto lock" ;
//
// autoLockMinutesLabel
//
this . autoLockMinutesLabel . AutoSize = true ;
this . autoLockMinutesLabel . Location = new System . Drawing . Point ( 184 , 48 ) ;
this . autoLockMinutesLabel . Name = "autoLockMinutesLabel" ;
this . autoLockMinutesLabel . Size = new System . Drawing . Size ( 50 , 15 ) ;
this . autoLockMinutesLabel . TabIndex = 0 ;
this . autoLockMinutesLabel . Text = "minutes" ;
//
// autoLockOnMinimizeCheckBox
//
this . autoLockOnMinimizeCheckBox . AutoSize = true ;
this . autoLockOnMinimizeCheckBox . Location = new System . Drawing . Point ( 6 , 22 ) ;
this . autoLockOnMinimizeCheckBox . Name = "autoLockOnMinimizeCheckBox" ;
this . autoLockOnMinimizeCheckBox . Size = new System . Drawing . Size ( 146 , 19 ) ;
this . autoLockOnMinimizeCheckBox . TabIndex = 7 ;
this . autoLockOnMinimizeCheckBox . Text = "Auto lock on minimize" ;
this . autoLockOnMinimizeCheckBox . UseVisualStyleBackColor = true ;
this . autoLockOnMinimizeCheckBox . Click + = new System . EventHandler ( this . AutoLockOnMinimizeCheckBox_Click ) ;
//
2021-04-07 11:19:36 +00:00
// lockTimeoutTextBox
//
this . lockTimeoutTextBox . Location = new System . Drawing . Point ( 134 , 45 ) ;
this . lockTimeoutTextBox . Name = "lockTimeoutTextBox" ;
this . lockTimeoutTextBox . Placeholder = "" ;
this . lockTimeoutTextBox . PlaceholderActiveForeColor = System . Drawing . Color . DarkGray ;
this . lockTimeoutTextBox . PlaceholderFont = new System . Drawing . Font ( "Segoe UI" , 8.25F ) ;
this . lockTimeoutTextBox . PlaceholderForeColor = System . Drawing . Color . DarkGray ;
this . lockTimeoutTextBox . Size = new System . Drawing . Size ( 44 , 23 ) ;
this . lockTimeoutTextBox . TabIndex = 8 ;
this . lockTimeoutTextBox . TextChanged + = new System . EventHandler ( this . LockTimeoutTextBox_TextChanged ) ;
this . lockTimeoutTextBox . KeyPress + = new System . Windows . Forms . KeyPressEventHandler ( this . LockTimeoutTextBox_KeyPress ) ;
//
2021-03-28 17:46:45 +00:00
// lockTimeoutLabel
//
this . lockTimeoutLabel . AutoSize = true ;
this . lockTimeoutLabel . Location = new System . Drawing . Point ( 3 , 48 ) ;
this . lockTimeoutLabel . Name = "lockTimeoutLabel" ;
this . lockTimeoutLabel . Size = new System . Drawing . Size ( 125 , 15 ) ;
this . lockTimeoutLabel . TabIndex = 7 ;
this . lockTimeoutLabel . Text = "If the app is inactive in" ;
//
2020-01-13 10:45:20 +00:00
// integrationGroupBox
//
this . integrationGroupBox . Controls . Add ( this . integrateCheckBox ) ;
this . integrationGroupBox . Controls . Add ( this . associateCheckBox ) ;
this . integrationGroupBox . Controls . Add ( this . sendToCheckBox ) ;
2020-08-23 21:07:27 +00:00
this . integrationGroupBox . Dock = System . Windows . Forms . DockStyle . Top ;
this . integrationGroupBox . Location = new System . Drawing . Point ( 6 , 128 ) ;
2020-01-13 10:45:20 +00:00
this . integrationGroupBox . Name = "integrationGroupBox" ;
this . integrationGroupBox . Size = new System . Drawing . Size ( 312 , 102 ) ;
this . integrationGroupBox . TabIndex = 2 ;
this . integrationGroupBox . TabStop = false ;
this . integrationGroupBox . Text = "Integration" ;
//
// integrateCheckBox
//
this . integrateCheckBox . AutoSize = true ;
this . integrateCheckBox . Location = new System . Drawing . Point ( 6 , 22 ) ;
this . integrateCheckBox . Name = "integrateCheckBox" ;
this . integrateCheckBox . Size = new System . Drawing . Size ( 226 , 19 ) ;
this . integrateCheckBox . TabIndex = 4 ;
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 ( 6 , 47 ) ;
this . associateCheckBox . Name = "associateCheckBox" ;
this . associateCheckBox . Size = new System . Drawing . Size ( 219 , 19 ) ;
this . associateCheckBox . TabIndex = 5 ;
this . associateCheckBox . Text = "Associate *.cnp files with application" ;
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 ( 6 , 72 ) ;
this . sendToCheckBox . Name = "sendToCheckBox" ;
this . sendToCheckBox . Size = new System . Drawing . Size ( 205 , 19 ) ;
this . sendToCheckBox . TabIndex = 6 ;
this . sendToCheckBox . Text = "Show in windows \"Send to\" menu" ;
this . sendToCheckBox . UseVisualStyleBackColor = true ;
this . sendToCheckBox . Click + = new System . EventHandler ( this . SendToCheckBox_Click ) ;
//
// applicationGroupBox
//
2021-03-28 17:46:45 +00:00
this . applicationGroupBox . Controls . Add ( this . trayMenuCheckBox ) ;
2020-08-23 21:07:27 +00:00
this . applicationGroupBox . Controls . Add ( this . openTxtUnencryptedCheckBox ) ;
2020-01-19 12:56:26 +00:00
this . applicationGroupBox . Controls . Add ( this . clearClipboardCheckBox ) ;
2020-01-13 10:45:20 +00:00
this . applicationGroupBox . Controls . Add ( this . autoCheckUpdatesCheckBox ) ;
this . applicationGroupBox . Controls . Add ( this . singleInstanceCheckBox ) ;
this . applicationGroupBox . Controls . Add ( this . closeToTrayCheckBox ) ;
this . applicationGroupBox . Controls . Add ( this . minimizeToTrayCheckBox ) ;
2020-08-23 21:07:27 +00:00
this . applicationGroupBox . Dock = System . Windows . Forms . DockStyle . Top ;
2020-01-13 10:45:20 +00:00
this . applicationGroupBox . Location = new System . Drawing . Point ( 6 , 6 ) ;
this . applicationGroupBox . Name = "applicationGroupBox" ;
2020-08-23 21:07:27 +00:00
this . applicationGroupBox . Size = new System . Drawing . Size ( 312 , 122 ) ;
2020-01-13 10:45:20 +00:00
this . applicationGroupBox . TabIndex = 1 ;
this . applicationGroupBox . TabStop = false ;
this . applicationGroupBox . Text = "Application" ;
//
2021-03-28 17:46:45 +00:00
// trayMenuCheckBox
//
this . trayMenuCheckBox . AutoSize = true ;
this . trayMenuCheckBox . Location = new System . Drawing . Point ( 6 , 72 ) ;
this . trayMenuCheckBox . Name = "trayMenuCheckBox" ;
this . trayMenuCheckBox . Size = new System . Drawing . Size ( 81 , 19 ) ;
this . trayMenuCheckBox . TabIndex = 10 ;
this . trayMenuCheckBox . Text = "Tray menu" ;
this . trayMenuCheckBox . UseVisualStyleBackColor = true ;
this . trayMenuCheckBox . Click + = new System . EventHandler ( this . TrayMenuCheckBox_Click ) ;
//
// openTxtUnencryptedCheckBox
//
this . openTxtUnencryptedCheckBox . AutoSize = true ;
this . openTxtUnencryptedCheckBox . Location = new System . Drawing . Point ( 6 , 97 ) ;
this . openTxtUnencryptedCheckBox . Name = "openTxtUnencryptedCheckBox" ;
this . openTxtUnencryptedCheckBox . Size = new System . Drawing . Size ( 254 , 19 ) ;
this . openTxtUnencryptedCheckBox . TabIndex = 9 ;
this . openTxtUnencryptedCheckBox . Text = "Open all files except *.cnp like unencrypted" ;
this . openTxtUnencryptedCheckBox . UseVisualStyleBackColor = true ;
this . openTxtUnencryptedCheckBox . Click + = new System . EventHandler ( this . OpenTxtUnencryptedCheckBox_Click ) ;
//
2020-01-19 12:56:26 +00:00
// clearClipboardCheckBox
//
this . clearClipboardCheckBox . AutoSize = true ;
2021-03-28 17:46:45 +00:00
this . clearClipboardCheckBox . Location = new System . Drawing . Point ( 124 , 72 ) ;
2020-01-19 12:56:26 +00:00
this . clearClipboardCheckBox . Name = "clearClipboardCheckBox" ;
this . clearClipboardCheckBox . Size = new System . Drawing . Size ( 168 , 19 ) ;
this . clearClipboardCheckBox . TabIndex = 4 ;
this . clearClipboardCheckBox . Text = "Clear clipboard on app exit" ;
this . clearClipboardCheckBox . UseVisualStyleBackColor = true ;
this . clearClipboardCheckBox . Click + = new System . EventHandler ( this . ClearClipboardCheckBox_Click ) ;
//
2020-01-13 10:45:20 +00:00
// autoCheckUpdatesCheckBox
//
this . autoCheckUpdatesCheckBox . AutoSize = true ;
this . autoCheckUpdatesCheckBox . Location = new System . Drawing . Point ( 124 , 22 ) ;
this . autoCheckUpdatesCheckBox . Name = "autoCheckUpdatesCheckBox" ;
this . autoCheckUpdatesCheckBox . Size = new System . Drawing . Size ( 184 , 19 ) ;
this . autoCheckUpdatesCheckBox . TabIndex = 2 ;
this . autoCheckUpdatesCheckBox . Text = "Auto check updates at startup" ;
this . autoCheckUpdatesCheckBox . UseVisualStyleBackColor = true ;
this . autoCheckUpdatesCheckBox . Click + = new System . EventHandler ( this . AutoCheckUpdatesCheckBox_Click ) ;
2019-10-25 21:23:36 +00:00
//
// singleInstanceCheckBox
//
this . singleInstanceCheckBox . AutoSize = true ;
2020-01-13 10:45:20 +00:00
this . singleInstanceCheckBox . Location = new System . Drawing . Point ( 124 , 47 ) ;
2019-10-25 21:23:36 +00:00
this . singleInstanceCheckBox . Name = "singleInstanceCheckBox" ;
this . singleInstanceCheckBox . Size = new System . Drawing . Size ( 105 , 19 ) ;
2020-01-13 10:45:20 +00:00
this . singleInstanceCheckBox . TabIndex = 3 ;
2019-10-25 21:23:36 +00:00
this . singleInstanceCheckBox . Text = "Single instance" ;
this . singleInstanceCheckBox . UseVisualStyleBackColor = true ;
this . singleInstanceCheckBox . Click + = new System . EventHandler ( this . SingleInstanceCheckBox_Click ) ;
//
// closeToTrayCheckBox
//
this . closeToTrayCheckBox . AutoSize = true ;
2020-01-13 10:45:20 +00:00
this . closeToTrayCheckBox . Location = new System . Drawing . Point ( 6 , 47 ) ;
2019-10-25 21:23:36 +00:00
this . closeToTrayCheckBox . Name = "closeToTrayCheckBox" ;
this . closeToTrayCheckBox . Size = new System . Drawing . Size ( 92 , 19 ) ;
2020-01-13 10:45:20 +00:00
this . closeToTrayCheckBox . TabIndex = 1 ;
2019-10-25 21:23:36 +00:00
this . closeToTrayCheckBox . Text = "Close to tray" ;
this . closeToTrayCheckBox . UseVisualStyleBackColor = true ;
this . closeToTrayCheckBox . Click + = new System . EventHandler ( this . CloseToTrayCheckBox_Click ) ;
//
// minimizeToTrayCheckBox
//
this . minimizeToTrayCheckBox . AutoSize = true ;
2020-01-13 10:45:20 +00:00
this . minimizeToTrayCheckBox . Location = new System . Drawing . Point ( 6 , 22 ) ;
2019-10-25 21:23:36 +00:00
this . minimizeToTrayCheckBox . Name = "minimizeToTrayCheckBox" ;
this . minimizeToTrayCheckBox . Size = new System . Drawing . Size ( 112 , 19 ) ;
2020-01-13 10:45:20 +00:00
this . minimizeToTrayCheckBox . TabIndex = 0 ;
2019-10-25 21:23:36 +00:00
this . minimizeToTrayCheckBox . Text = "Minimize to tray" ;
this . minimizeToTrayCheckBox . UseVisualStyleBackColor = true ;
this . minimizeToTrayCheckBox . Click + = new System . EventHandler ( this . MinimizeToTrayCheckBox_Click ) ;
//
2020-01-13 10:45:20 +00:00
// interfaceTabPage
//
this . interfaceTabPage . AutoScroll = true ;
this . interfaceTabPage . BackColor = System . Drawing . SystemColors . Window ;
this . interfaceTabPage . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . interfaceTabPage . Controls . Add ( this . statusPanelGroupBox ) ;
this . interfaceTabPage . Controls . Add ( this . searchPanelGroupBox ) ;
2020-08-23 21:07:27 +00:00
this . interfaceTabPage . Controls . Add ( this . toolbarGroupBox ) ;
this . interfaceTabPage . Controls . Add ( this . mainMenuGroupBox ) ;
2020-01-13 10:45:20 +00:00
this . interfaceTabPage . Location = new System . Drawing . Point ( 4 , 24 ) ;
this . interfaceTabPage . Name = "interfaceTabPage" ;
2020-08-23 21:07:27 +00:00
this . interfaceTabPage . Padding = new System . Windows . Forms . Padding ( 6 , 6 , 6 , 3 ) ;
2020-01-13 10:45:20 +00:00
this . interfaceTabPage . Size = new System . Drawing . Size ( 326 , 291 ) ;
this . interfaceTabPage . TabIndex = 5 ;
this . interfaceTabPage . Text = "intf" ;
//
// statusPanelGroupBox
//
this . statusPanelGroupBox . Controls . Add ( this . statusPanelLabelsGroupBox ) ;
this . statusPanelGroupBox . Controls . Add ( this . statusPanelVisibleCheckBox ) ;
this . statusPanelGroupBox . Controls . Add ( this . statusPanelBackColorLabel ) ;
this . statusPanelGroupBox . Controls . Add ( this . statusPanelFontColorLabel ) ;
this . statusPanelGroupBox . Controls . Add ( this . statusPanelBackColor ) ;
this . statusPanelGroupBox . Controls . Add ( this . statusPanelFontColor ) ;
2020-08-23 21:07:27 +00:00
this . statusPanelGroupBox . Dock = System . Windows . Forms . DockStyle . Top ;
this . statusPanelGroupBox . Location = new System . Drawing . Point ( 6 , 263 ) ;
2020-01-13 10:45:20 +00:00
this . statusPanelGroupBox . Name = "statusPanelGroupBox" ;
2021-04-07 11:19:36 +00:00
this . statusPanelGroupBox . Size = new System . Drawing . Size ( 295 , 205 ) ;
2020-01-13 10:45:20 +00:00
this . statusPanelGroupBox . TabIndex = 4 ;
this . statusPanelGroupBox . TabStop = false ;
this . statusPanelGroupBox . Text = "Status Panel" ;
//
// statusPanelLabelsGroupBox
//
2021-04-07 11:19:36 +00:00
this . statusPanelLabelsGroupBox . Controls . Add ( this . statusPanelPasteboardCheckBox ) ;
2020-01-17 21:43:15 +00:00
this . statusPanelLabelsGroupBox . Controls . Add ( this . statusPanelClipboardCheckBox ) ;
2020-01-13 10:45:20 +00:00
this . statusPanelLabelsGroupBox . Controls . Add ( this . statusPanelWordwrapCheckBox ) ;
this . statusPanelLabelsGroupBox . Controls . Add ( this . statusPanelReadonlyCheckBox ) ;
this . statusPanelLabelsGroupBox . Controls . Add ( this . statusPanelSizeCheckBox ) ;
this . statusPanelLabelsGroupBox . Controls . Add ( this . statusPanelLinesCheckBox ) ;
this . statusPanelLabelsGroupBox . Controls . Add ( this . statusPanelModifiedCheckBox ) ;
this . statusPanelLabelsGroupBox . Controls . Add ( this . statusPanelLengthCheckBox ) ;
this . statusPanelLabelsGroupBox . Location = new System . Drawing . Point ( 9 , 101 ) ;
this . statusPanelLabelsGroupBox . Name = "statusPanelLabelsGroupBox" ;
2021-04-07 11:19:36 +00:00
this . statusPanelLabelsGroupBox . Size = new System . Drawing . Size ( 277 , 97 ) ;
2020-01-13 10:45:20 +00:00
this . statusPanelLabelsGroupBox . TabIndex = 9 ;
this . statusPanelLabelsGroupBox . TabStop = false ;
this . statusPanelLabelsGroupBox . Text = "Labels" ;
//
2021-04-07 11:19:36 +00:00
// statusPanelPasteboardCheckBox
//
this . statusPanelPasteboardCheckBox . AutoSize = true ;
this . statusPanelPasteboardCheckBox . Location = new System . Drawing . Point ( 6 , 72 ) ;
this . statusPanelPasteboardCheckBox . Name = "statusPanelPasteboardCheckBox" ;
this . statusPanelPasteboardCheckBox . Size = new System . Drawing . Size ( 88 , 19 ) ;
this . statusPanelPasteboardCheckBox . TabIndex = 10 ;
this . statusPanelPasteboardCheckBox . Text = "Paste Board" ;
this . statusPanelPasteboardCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelPasteboardCheckBox . Click + = new System . EventHandler ( this . StatusPanelPasteboardCheckBox_Click ) ;
//
2020-01-17 21:43:15 +00:00
// statusPanelClipboardCheckBox
//
this . statusPanelClipboardCheckBox . AutoSize = true ;
this . statusPanelClipboardCheckBox . Location = new System . Drawing . Point ( 185 , 47 ) ;
this . statusPanelClipboardCheckBox . Name = "statusPanelClipboardCheckBox" ;
this . statusPanelClipboardCheckBox . Size = new System . Drawing . Size ( 78 , 19 ) ;
this . statusPanelClipboardCheckBox . TabIndex = 14 ;
this . statusPanelClipboardCheckBox . Text = "Clipboard" ;
this . statusPanelClipboardCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelClipboardCheckBox . Click + = new System . EventHandler ( this . StatusPanelClipboardCheckBox_Click ) ;
//
2020-01-13 10:45:20 +00:00
// statusPanelWordwrapCheckBox
//
this . statusPanelWordwrapCheckBox . AutoSize = true ;
this . statusPanelWordwrapCheckBox . Location = new System . Drawing . Point ( 93 , 47 ) ;
this . statusPanelWordwrapCheckBox . Name = "statusPanelWordwrapCheckBox" ;
this . statusPanelWordwrapCheckBox . Size = new System . Drawing . Size ( 86 , 19 ) ;
this . statusPanelWordwrapCheckBox . TabIndex = 13 ;
this . statusPanelWordwrapCheckBox . Text = "Word Wrap" ;
this . statusPanelWordwrapCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelWordwrapCheckBox . Click + = new System . EventHandler ( this . StatusPanelWordwrapCheckBox_Click ) ;
//
// statusPanelReadonlyCheckBox
//
this . statusPanelReadonlyCheckBox . AutoSize = true ;
this . statusPanelReadonlyCheckBox . Location = new System . Drawing . Point ( 6 , 47 ) ;
this . statusPanelReadonlyCheckBox . Name = "statusPanelReadonlyCheckBox" ;
this . statusPanelReadonlyCheckBox . Size = new System . Drawing . Size ( 75 , 19 ) ;
this . statusPanelReadonlyCheckBox . TabIndex = 10 ;
this . statusPanelReadonlyCheckBox . Text = "Readonly" ;
this . statusPanelReadonlyCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelReadonlyCheckBox . Click + = new System . EventHandler ( this . StatusPanelReadonlyCheckBox_Click ) ;
//
// statusPanelSizeCheckBox
//
this . statusPanelSizeCheckBox . AutoSize = true ;
this . statusPanelSizeCheckBox . Location = new System . Drawing . Point ( 214 , 22 ) ;
this . statusPanelSizeCheckBox . Name = "statusPanelSizeCheckBox" ;
this . statusPanelSizeCheckBox . Size = new System . Drawing . Size ( 46 , 19 ) ;
this . statusPanelSizeCheckBox . TabIndex = 12 ;
this . statusPanelSizeCheckBox . Text = "Size" ;
this . statusPanelSizeCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelSizeCheckBox . Click + = new System . EventHandler ( this . StatusPanelSizeCheckBox_Click ) ;
//
// statusPanelLinesCheckBox
//
this . statusPanelLinesCheckBox . AutoSize = true ;
this . statusPanelLinesCheckBox . Location = new System . Drawing . Point ( 75 , 22 ) ;
this . statusPanelLinesCheckBox . Name = "statusPanelLinesCheckBox" ;
this . statusPanelLinesCheckBox . Size = new System . Drawing . Size ( 53 , 19 ) ;
this . statusPanelLinesCheckBox . TabIndex = 10 ;
this . statusPanelLinesCheckBox . Text = "Lines" ;
this . statusPanelLinesCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelLinesCheckBox . Click + = new System . EventHandler ( this . StatusPanelLinesCheckBox_Click ) ;
//
// statusPanelModifiedCheckBox
//
this . statusPanelModifiedCheckBox . AutoSize = true ;
this . statusPanelModifiedCheckBox . Location = new System . Drawing . Point ( 134 , 22 ) ;
this . statusPanelModifiedCheckBox . Name = "statusPanelModifiedCheckBox" ;
this . statusPanelModifiedCheckBox . Size = new System . Drawing . Size ( 74 , 19 ) ;
this . statusPanelModifiedCheckBox . TabIndex = 11 ;
this . statusPanelModifiedCheckBox . Text = "Modified" ;
this . statusPanelModifiedCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelModifiedCheckBox . Click + = new System . EventHandler ( this . StatusPanelModifiedCheckBox_Click ) ;
//
// statusPanelLengthCheckBox
//
this . statusPanelLengthCheckBox . AutoSize = true ;
this . statusPanelLengthCheckBox . Location = new System . Drawing . Point ( 6 , 21 ) ;
this . statusPanelLengthCheckBox . Name = "statusPanelLengthCheckBox" ;
this . statusPanelLengthCheckBox . Size = new System . Drawing . Size ( 63 , 19 ) ;
this . statusPanelLengthCheckBox . TabIndex = 9 ;
this . statusPanelLengthCheckBox . Text = "Length" ;
this . statusPanelLengthCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelLengthCheckBox . Click + = new System . EventHandler ( this . StatusPanelLengthCheckBox_Click ) ;
//
// statusPanelVisibleCheckBox
//
this . statusPanelVisibleCheckBox . AutoSize = true ;
this . statusPanelVisibleCheckBox . Location = new System . Drawing . Point ( 9 , 76 ) ;
this . statusPanelVisibleCheckBox . Name = "statusPanelVisibleCheckBox" ;
this . statusPanelVisibleCheckBox . Size = new System . Drawing . Size ( 60 , 19 ) ;
this . statusPanelVisibleCheckBox . TabIndex = 8 ;
this . statusPanelVisibleCheckBox . Text = "Visible" ;
this . statusPanelVisibleCheckBox . UseVisualStyleBackColor = true ;
this . statusPanelVisibleCheckBox . Click + = new System . EventHandler ( this . StatusPanelVisibleCheckBox_Click ) ;
//
// statusPanelBackColorLabel
//
this . statusPanelBackColorLabel . Location = new System . Drawing . Point ( 6 , 16 ) ;
this . statusPanelBackColorLabel . Name = "statusPanelBackColorLabel" ;
this . statusPanelBackColorLabel . Size = new System . Drawing . Size ( 120 , 23 ) ;
this . statusPanelBackColorLabel . TabIndex = 0 ;
this . statusPanelBackColorLabel . Text = "Background color" ;
this . statusPanelBackColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// statusPanelFontColorLabel
//
this . statusPanelFontColorLabel . Location = new System . Drawing . Point ( 6 , 45 ) ;
this . statusPanelFontColorLabel . Name = "statusPanelFontColorLabel" ;
this . statusPanelFontColorLabel . Size = new System . Drawing . Size ( 96 , 23 ) ;
this . statusPanelFontColorLabel . TabIndex = 1 ;
this . statusPanelFontColorLabel . Text = "Font color" ;
this . statusPanelFontColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// statusPanelBackColor
//
this . statusPanelBackColor . BackColor = System . Drawing . SystemColors . Control ;
this . statusPanelBackColor . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . statusPanelBackColor . Cursor = System . Windows . Forms . Cursors . Hand ;
this . statusPanelBackColor . Location = new System . Drawing . Point ( 145 , 16 ) ;
this . statusPanelBackColor . Name = "statusPanelBackColor" ;
this . statusPanelBackColor . Size = new System . Drawing . Size ( 141 , 23 ) ;
this . statusPanelBackColor . TabIndex = 3 ;
this . statusPanelBackColor . Click + = new System . EventHandler ( this . StatusPanelBackColor_Click ) ;
//
// statusPanelFontColor
//
this . statusPanelFontColor . BackColor = System . Drawing . SystemColors . Control ;
this . statusPanelFontColor . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . statusPanelFontColor . Cursor = System . Windows . Forms . Cursors . Hand ;
this . statusPanelFontColor . Location = new System . Drawing . Point ( 145 , 45 ) ;
this . statusPanelFontColor . Name = "statusPanelFontColor" ;
this . statusPanelFontColor . Size = new System . Drawing . Size ( 141 , 23 ) ;
this . statusPanelFontColor . TabIndex = 3 ;
this . statusPanelFontColor . Click + = new System . EventHandler ( this . StatusPanelFontColor_Click ) ;
//
2021-03-28 17:46:45 +00:00
// searchPanelGroupBox
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
this . searchPanelGroupBox . Controls . Add ( this . searchBorderComboBox ) ;
this . searchPanelGroupBox . Controls . Add ( this . searchBackColorLabel ) ;
this . searchPanelGroupBox . Controls . Add ( this . searchBorderLabel ) ;
this . searchPanelGroupBox . Controls . Add ( this . searchFontColorLabel ) ;
this . searchPanelGroupBox . Controls . Add ( this . searchFontColor ) ;
this . searchPanelGroupBox . Controls . Add ( this . searchBackColor ) ;
this . searchPanelGroupBox . Dock = System . Windows . Forms . DockStyle . Top ;
this . searchPanelGroupBox . Location = new System . Drawing . Point ( 6 , 153 ) ;
this . searchPanelGroupBox . Name = "searchPanelGroupBox" ;
this . searchPanelGroupBox . Size = new System . Drawing . Size ( 295 , 110 ) ;
this . searchPanelGroupBox . TabIndex = 3 ;
this . searchPanelGroupBox . TabStop = false ;
this . searchPanelGroupBox . Text = "Search Panel" ;
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
// searchBorderComboBox
2020-08-23 21:07:27 +00:00
//
2021-03-28 17:46:45 +00:00
this . searchBorderComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . searchBorderComboBox . FormattingEnabled = true ;
this . searchBorderComboBox . Items . AddRange ( new object [ ] {
"None" ,
"Single" } ) ;
this . searchBorderComboBox . Location = new System . Drawing . Point ( 145 , 74 ) ;
this . searchBorderComboBox . Name = "searchBorderComboBox" ;
this . searchBorderComboBox . Size = new System . Drawing . Size ( 141 , 23 ) ;
this . searchBorderComboBox . TabIndex = 7 ;
this . searchBorderComboBox . DropDownClosed + = new System . EventHandler ( this . SearchBorderComboBox_DropDownClosed ) ;
2020-08-23 21:07:27 +00:00
//
2021-03-28 17:46:45 +00:00
// searchBackColorLabel
2019-10-25 21:23:36 +00:00
//
2021-03-28 17:46:45 +00:00
this . searchBackColorLabel . Location = new System . Drawing . Point ( 6 , 16 ) ;
this . searchBackColorLabel . Name = "searchBackColorLabel" ;
this . searchBackColorLabel . Size = new System . Drawing . Size ( 120 , 23 ) ;
this . searchBackColorLabel . TabIndex = 0 ;
this . searchBackColorLabel . Text = "Background color" ;
this . searchBackColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
2019-10-25 21:23:36 +00:00
//
2021-03-28 17:46:45 +00:00
// searchBorderLabel
2019-10-25 21:23:36 +00:00
//
2021-03-28 17:46:45 +00:00
this . searchBorderLabel . AutoSize = true ;
this . searchBorderLabel . Location = new System . Drawing . Point ( 6 , 77 ) ;
this . searchBorderLabel . Name = "searchBorderLabel" ;
this . searchBorderLabel . Size = new System . Drawing . Size ( 42 , 15 ) ;
this . searchBorderLabel . TabIndex = 4 ;
this . searchBorderLabel . Text = "Border" ;
//
// searchFontColorLabel
//
this . searchFontColorLabel . Location = new System . Drawing . Point ( 6 , 45 ) ;
this . searchFontColorLabel . Name = "searchFontColorLabel" ;
this . searchFontColorLabel . Size = new System . Drawing . Size ( 87 , 23 ) ;
this . searchFontColorLabel . TabIndex = 1 ;
this . searchFontColorLabel . Text = "Font color" ;
this . searchFontColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// 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 ( 145 , 45 ) ;
this . searchFontColor . Name = "searchFontColor" ;
this . searchFontColor . Size = new System . Drawing . Size ( 141 , 23 ) ;
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 ( 145 , 16 ) ;
this . searchBackColor . Name = "searchBackColor" ;
this . searchBackColor . Size = new System . Drawing . Size ( 141 , 23 ) ;
this . searchBackColor . TabIndex = 2 ;
this . searchBackColor . Click + = new System . EventHandler ( this . SearchBackColor_Click ) ;
2019-10-25 21:23:36 +00:00
//
2020-01-13 10:45:20 +00:00
// toolbarGroupBox
//
this . toolbarGroupBox . Controls . Add ( this . toolbarCloseButtonCheckBox ) ;
this . toolbarGroupBox . Controls . Add ( this . toolbarBorderCheckBox ) ;
this . toolbarGroupBox . Controls . Add ( this . toolbarOldIconsCheckBox ) ;
this . toolbarGroupBox . Controls . Add ( this . toolbarBackColorLabel ) ;
this . toolbarGroupBox . Controls . Add ( this . toolbarBackColor ) ;
this . toolbarGroupBox . Controls . Add ( this . toolbarVisibleCheckBox ) ;
2020-08-23 21:07:27 +00:00
this . toolbarGroupBox . Dock = System . Windows . Forms . DockStyle . Top ;
this . toolbarGroupBox . Location = new System . Drawing . Point ( 6 , 55 ) ;
2020-01-13 10:45:20 +00:00
this . toolbarGroupBox . Name = "toolbarGroupBox" ;
2021-03-28 17:46:45 +00:00
this . toolbarGroupBox . Size = new System . Drawing . Size ( 295 , 98 ) ;
2020-01-13 10:45:20 +00:00
this . toolbarGroupBox . TabIndex = 2 ;
this . toolbarGroupBox . TabStop = false ;
this . toolbarGroupBox . Text = "Toolbar" ;
2019-10-25 21:23:36 +00:00
//
2020-01-13 10:45:20 +00:00
// toolbarCloseButtonCheckBox
2019-10-25 21:23:36 +00:00
//
2020-01-13 10:45:20 +00:00
this . toolbarCloseButtonCheckBox . AutoSize = true ;
this . toolbarCloseButtonCheckBox . Location = new System . Drawing . Point ( 91 , 72 ) ;
this . toolbarCloseButtonCheckBox . Name = "toolbarCloseButtonCheckBox" ;
this . toolbarCloseButtonCheckBox . Size = new System . Drawing . Size ( 94 , 19 ) ;
this . toolbarCloseButtonCheckBox . TabIndex = 6 ;
this . toolbarCloseButtonCheckBox . Text = "Close button" ;
this . toolbarCloseButtonCheckBox . UseVisualStyleBackColor = true ;
this . toolbarCloseButtonCheckBox . Click + = new System . EventHandler ( this . ToolbarCloseButtonCheckBox_Click ) ;
2019-10-25 21:23:36 +00:00
//
2020-01-13 10:45:20 +00:00
// toolbarBorderCheckBox
//
this . toolbarBorderCheckBox . AutoSize = true ;
2020-08-23 21:07:27 +00:00
this . toolbarBorderCheckBox . Location = new System . Drawing . Point ( 91 , 49 ) ;
2020-01-13 10:45:20 +00:00
this . toolbarBorderCheckBox . Name = "toolbarBorderCheckBox" ;
this . toolbarBorderCheckBox . Size = new System . Drawing . Size ( 61 , 19 ) ;
this . toolbarBorderCheckBox . TabIndex = 4 ;
this . toolbarBorderCheckBox . Text = "Border" ;
this . toolbarBorderCheckBox . UseVisualStyleBackColor = true ;
this . toolbarBorderCheckBox . Click + = new System . EventHandler ( this . ToolbarBorderCheckBox_Click ) ;
//
// toolbarOldIconsCheckBox
//
this . toolbarOldIconsCheckBox . AutoSize = true ;
this . toolbarOldIconsCheckBox . Location = new System . Drawing . Point ( 9 , 72 ) ;
this . toolbarOldIconsCheckBox . Name = "toolbarOldIconsCheckBox" ;
this . toolbarOldIconsCheckBox . Size = new System . Drawing . Size ( 76 , 19 ) ;
this . toolbarOldIconsCheckBox . TabIndex = 5 ;
this . toolbarOldIconsCheckBox . Text = "Old icons" ;
this . toolbarOldIconsCheckBox . UseVisualStyleBackColor = true ;
this . toolbarOldIconsCheckBox . Click + = new System . EventHandler ( this . ToolbarOldIconsCheckBox_Click ) ;
//
// toolbarBackColorLabel
//
this . toolbarBackColorLabel . Location = new System . Drawing . Point ( 6 , 16 ) ;
this . toolbarBackColorLabel . Name = "toolbarBackColorLabel" ;
this . toolbarBackColorLabel . Size = new System . Drawing . Size ( 120 , 23 ) ;
this . toolbarBackColorLabel . TabIndex = 9 ;
this . toolbarBackColorLabel . Text = "Background color" ;
this . toolbarBackColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// 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 ( 145 , 16 ) ;
this . toolbarBackColor . Name = "toolbarBackColor" ;
this . toolbarBackColor . Size = new System . Drawing . Size ( 141 , 23 ) ;
this . toolbarBackColor . TabIndex = 11 ;
this . toolbarBackColor . Click + = new System . EventHandler ( this . ToolbarBackColor_Click ) ;
//
// toolbarVisibleCheckBox
//
this . toolbarVisibleCheckBox . AutoSize = true ;
this . toolbarVisibleCheckBox . Location = new System . Drawing . Point ( 9 , 49 ) ;
this . toolbarVisibleCheckBox . Name = "toolbarVisibleCheckBox" ;
this . toolbarVisibleCheckBox . Size = new System . Drawing . Size ( 60 , 19 ) ;
this . toolbarVisibleCheckBox . TabIndex = 3 ;
this . toolbarVisibleCheckBox . Text = "Visible" ;
this . toolbarVisibleCheckBox . UseVisualStyleBackColor = true ;
this . toolbarVisibleCheckBox . Click + = new System . EventHandler ( this . ToolbarVisibleCheckBox_Click ) ;
//
2021-03-28 17:46:45 +00:00
// mainMenuGroupBox
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
this . mainMenuGroupBox . Controls . Add ( this . shortcutKeysCheckBox ) ;
this . mainMenuGroupBox . Controls . Add ( this . mainMenuCheckBox ) ;
this . mainMenuGroupBox . Controls . Add ( this . menuIconsCheckBox ) ;
this . mainMenuGroupBox . Dock = System . Windows . Forms . DockStyle . Top ;
this . mainMenuGroupBox . Location = new System . Drawing . Point ( 6 , 6 ) ;
this . mainMenuGroupBox . Name = "mainMenuGroupBox" ;
this . mainMenuGroupBox . Size = new System . Drawing . Size ( 295 , 49 ) ;
this . mainMenuGroupBox . TabIndex = 1 ;
this . mainMenuGroupBox . TabStop = false ;
this . mainMenuGroupBox . Text = "Main menu" ;
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
// shortcutKeysCheckBox
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
this . shortcutKeysCheckBox . AutoSize = true ;
this . shortcutKeysCheckBox . Location = new System . Drawing . Point ( 166 , 22 ) ;
this . shortcutKeysCheckBox . Name = "shortcutKeysCheckBox" ;
this . shortcutKeysCheckBox . Size = new System . Drawing . Size ( 97 , 19 ) ;
this . shortcutKeysCheckBox . TabIndex = 3 ;
this . shortcutKeysCheckBox . Text = "Shortcut keys" ;
this . shortcutKeysCheckBox . UseVisualStyleBackColor = true ;
this . shortcutKeysCheckBox . Click + = new System . EventHandler ( this . ShortcutKeysCheckBox_Click ) ;
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
// mainMenuCheckBox
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
this . mainMenuCheckBox . AutoSize = true ;
this . mainMenuCheckBox . Location = new System . Drawing . Point ( 6 , 22 ) ;
this . mainMenuCheckBox . Name = "mainMenuCheckBox" ;
this . mainMenuCheckBox . Size = new System . Drawing . Size ( 60 , 19 ) ;
this . mainMenuCheckBox . TabIndex = 1 ;
this . mainMenuCheckBox . Text = "Visible" ;
this . mainMenuCheckBox . UseVisualStyleBackColor = true ;
this . mainMenuCheckBox . Click + = new System . EventHandler ( this . MainMenuCheckBox_Click ) ;
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
// menuIconsCheckBox
2020-01-13 10:45:20 +00:00
//
2021-03-28 17:46:45 +00:00
this . menuIconsCheckBox . AutoSize = true ;
this . menuIconsCheckBox . Location = new System . Drawing . Point ( 72 , 22 ) ;
this . menuIconsCheckBox . Name = "menuIconsCheckBox" ;
this . menuIconsCheckBox . Size = new System . Drawing . Size ( 88 , 19 ) ;
this . menuIconsCheckBox . TabIndex = 2 ;
this . menuIconsCheckBox . Text = "Menu icons" ;
this . menuIconsCheckBox . UseVisualStyleBackColor = true ;
this . menuIconsCheckBox . Click + = new System . EventHandler ( this . MenuIconsCheckBox_Click ) ;
2019-10-25 21:23:36 +00:00
//
2019-09-28 19:27:05 +00:00
// editorTabPage
//
this . editorTabPage . AutoScroll = true ;
this . editorTabPage . BackColor = System . Drawing . SystemColors . Window ;
this . editorTabPage . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2020-01-17 21:43:15 +00:00
this . editorTabPage . Controls . Add ( this . clearClipboardTextBox ) ;
this . editorTabPage . Controls . Add ( this . clearClipboardLabel ) ;
2020-01-13 10:45:20 +00:00
this . editorTabPage . Controls . Add ( this . editorFontLabel ) ;
this . editorTabPage . Controls . Add ( this . fontStyleLabel ) ;
this . editorTabPage . Controls . Add ( this . editorFontColor ) ;
this . editorTabPage . Controls . Add ( this . editorInsertKeyLabel ) ;
2019-10-15 18:00:19 +00:00
this . editorTabPage . Controls . Add ( this . editorBorderLabel ) ;
2019-10-13 11:54:45 +00:00
this . editorTabPage . Controls . Add ( this . editorOpenLinksWithLabel ) ;
this . editorTabPage . Controls . Add ( this . editorInsertKeyComboBox ) ;
2020-01-13 10:45:20 +00:00
this . editorTabPage . Controls . Add ( this . editorPaddingLeftLabel ) ;
this . editorTabPage . Controls . Add ( this . editorFontColorLabel ) ;
this . editorTabPage . Controls . Add ( this . editorOpenLinksWithComboBox ) ;
2019-10-13 11:54:45 +00:00
this . editorTabPage . Controls . Add ( this . editorBackColorLabel ) ;
this . editorTabPage . Controls . Add ( this . editorBackColor ) ;
2020-01-13 10:45:20 +00:00
this . editorTabPage . Controls . Add ( this . editorPaddingLeftTextBox ) ;
this . editorTabPage . Controls . Add ( this . editorBorderComboBox ) ;
this . editorTabPage . Location = new System . Drawing . Point ( 4 , 24 ) ;
2019-09-28 19:27:05 +00:00
this . editorTabPage . Name = "editorTabPage" ;
this . editorTabPage . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2020-01-13 10:45:20 +00:00
this . editorTabPage . Size = new System . Drawing . Size ( 326 , 291 ) ;
2019-09-28 19:27:05 +00:00
this . editorTabPage . TabIndex = 0 ;
this . editorTabPage . Text = "edt" ;
//
2020-01-17 21:43:15 +00:00
// clearClipboardTextBox
//
this . clearClipboardTextBox . Location = new System . Drawing . Point ( 178 , 210 ) ;
this . clearClipboardTextBox . Name = "clearClipboardTextBox" ;
this . clearClipboardTextBox . Size = new System . Drawing . Size ( 140 , 23 ) ;
this . clearClipboardTextBox . TabIndex = 25 ;
this . settingsToolTip . SetToolTip ( this . clearClipboardTextBox , "Time in seconds" ) ;
this . clearClipboardTextBox . TextChanged + = new System . EventHandler ( this . ClearClipboardTextBox_TextChanged ) ;
//
// clearClipboardLabel
//
this . clearClipboardLabel . AutoSize = true ;
this . clearClipboardLabel . Location = new System . Drawing . Point ( 6 , 213 ) ;
this . clearClipboardLabel . Name = "clearClipboardLabel" ;
this . clearClipboardLabel . Size = new System . Drawing . Size ( 143 , 15 ) ;
this . clearClipboardLabel . TabIndex = 24 ;
this . clearClipboardLabel . Text = "Clipboard auto-clear time" ;
//
2020-01-13 10:45:20 +00:00
// editorFontLabel
//
this . editorFontLabel . BackColor = System . Drawing . SystemColors . Control ;
this . editorFontLabel . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . editorFontLabel . Cursor = System . Windows . Forms . Cursors . Hand ;
this . editorFontLabel . Location = new System . Drawing . Point ( 178 , 64 ) ;
this . editorFontLabel . Name = "editorFontLabel" ;
this . editorFontLabel . Size = new System . Drawing . Size ( 140 , 23 ) ;
this . editorFontLabel . TabIndex = 23 ;
this . editorFontLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
this . editorFontLabel . Click + = new System . EventHandler ( this . EditorFontLabel_Click ) ;
//
// fontStyleLabel
//
this . fontStyleLabel . AutoSize = true ;
this . fontStyleLabel . Location = new System . Drawing . Point ( 6 , 68 ) ;
this . fontStyleLabel . Name = "fontStyleLabel" ;
this . fontStyleLabel . Size = new System . Drawing . Size ( 58 , 15 ) ;
this . fontStyleLabel . TabIndex = 22 ;
this . fontStyleLabel . Text = "Font style" ;
//
// editorFontColor
//
this . editorFontColor . BackColor = System . Drawing . Color . Black ;
this . editorFontColor . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . editorFontColor . Cursor = System . Windows . Forms . Cursors . Hand ;
this . editorFontColor . Location = new System . Drawing . Point ( 178 , 6 ) ;
this . editorFontColor . Name = "editorFontColor" ;
this . editorFontColor . Size = new System . Drawing . Size ( 140 , 23 ) ;
this . editorFontColor . TabIndex = 0 ;
this . editorFontColor . Click + = new System . EventHandler ( this . EditorFontColor_Click ) ;
//
// editorInsertKeyLabel
//
this . editorInsertKeyLabel . AutoSize = true ;
this . editorInsertKeyLabel . Location = new System . Drawing . Point ( 6 , 184 ) ;
this . editorInsertKeyLabel . Name = "editorInsertKeyLabel" ;
this . editorInsertKeyLabel . Size = new System . Drawing . Size ( 57 , 15 ) ;
this . editorInsertKeyLabel . TabIndex = 13 ;
this . editorInsertKeyLabel . Text = "Insert key" ;
//
2019-10-16 19:25:04 +00:00
// editorBorderLabel
//
this . editorBorderLabel . AutoSize = true ;
2020-01-13 10:45:20 +00:00
this . editorBorderLabel . Location = new System . Drawing . Point ( 6 , 96 ) ;
2019-10-16 19:25:04 +00:00
this . editorBorderLabel . Name = "editorBorderLabel" ;
this . editorBorderLabel . Size = new System . Drawing . Size ( 42 , 15 ) ;
this . editorBorderLabel . TabIndex = 21 ;
this . editorBorderLabel . Text = "Border" ;
//
2019-10-13 11:54:45 +00:00
// editorOpenLinksWithLabel
//
this . editorOpenLinksWithLabel . AutoSize = true ;
2020-01-13 10:45:20 +00:00
this . editorOpenLinksWithLabel . Location = new System . Drawing . Point ( 6 , 155 ) ;
2019-10-13 11:54:45 +00:00
this . editorOpenLinksWithLabel . Name = "editorOpenLinksWithLabel" ;
this . editorOpenLinksWithLabel . Size = new System . Drawing . Size ( 89 , 15 ) ;
this . editorOpenLinksWithLabel . TabIndex = 18 ;
this . editorOpenLinksWithLabel . Text = "Open links with" ;
//
2020-01-13 10:45:20 +00:00
// editorInsertKeyComboBox
2019-10-13 11:54:45 +00:00
//
2020-01-13 10:45:20 +00:00
this . editorInsertKeyComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . editorInsertKeyComboBox . FormattingEnabled = true ;
this . editorInsertKeyComboBox . Items . AddRange ( new object [ ] {
"Enable" ,
"Disable" } ) ;
this . editorInsertKeyComboBox . Location = new System . Drawing . Point ( 178 , 181 ) ;
this . editorInsertKeyComboBox . Name = "editorInsertKeyComboBox" ;
this . editorInsertKeyComboBox . Size = new System . Drawing . Size ( 140 , 23 ) ;
this . editorInsertKeyComboBox . TabIndex = 5 ;
this . editorInsertKeyComboBox . DropDownClosed + = new System . EventHandler ( this . EditorInsertKeyComboBox_DropDownClosed ) ;
2019-10-13 11:54:45 +00:00
//
// editorPaddingLeftLabel
//
this . editorPaddingLeftLabel . AutoSize = true ;
2020-01-13 10:45:20 +00:00
this . editorPaddingLeftLabel . Location = new System . Drawing . Point ( 6 , 125 ) ;
2019-10-13 11:54:45 +00:00
this . editorPaddingLeftLabel . Name = "editorPaddingLeftLabel" ;
this . editorPaddingLeftLabel . Size = new System . Drawing . Size ( 73 , 15 ) ;
this . editorPaddingLeftLabel . TabIndex = 15 ;
this . editorPaddingLeftLabel . Text = "Padding-left" ;
//
2020-01-13 10:45:20 +00:00
// editorOpenLinksWithComboBox
2019-10-13 11:54:45 +00:00
//
2020-01-13 10:45:20 +00:00
this . editorOpenLinksWithComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . editorOpenLinksWithComboBox . FormattingEnabled = true ;
this . editorOpenLinksWithComboBox . Items . AddRange ( new object [ ] {
"LMB Click" ,
"Shift+LMB" ,
"Control+LMB" } ) ;
this . editorOpenLinksWithComboBox . Location = new System . Drawing . Point ( 178 , 151 ) ;
this . editorOpenLinksWithComboBox . Name = "editorOpenLinksWithComboBox" ;
this . editorOpenLinksWithComboBox . Size = new System . Drawing . Size ( 140 , 23 ) ;
this . editorOpenLinksWithComboBox . TabIndex = 4 ;
this . editorOpenLinksWithComboBox . DropDownClosed + = new System . EventHandler ( this . EditorOpenLinksWithComboBox_DropDownClosed ) ;
2019-10-13 11:54:45 +00:00
//
// editorBackColorLabel
//
2020-01-13 10:45:20 +00:00
this . editorBackColorLabel . Location = new System . Drawing . Point ( 6 , 35 ) ;
2019-10-13 11:54:45 +00:00
this . editorBackColorLabel . Name = "editorBackColorLabel" ;
2020-01-13 10:45:20 +00:00
this . editorBackColorLabel . Size = new System . Drawing . Size ( 103 , 23 ) ;
2019-10-13 11:54:45 +00:00
this . editorBackColorLabel . TabIndex = 10 ;
this . editorBackColorLabel . Text = "Background color" ;
this . editorBackColorLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// editorBackColor
//
this . editorBackColor . BackColor = System . Drawing . SystemColors . Control ;
this . editorBackColor . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . editorBackColor . Cursor = System . Windows . Forms . Cursors . Hand ;
2020-01-13 10:45:20 +00:00
this . editorBackColor . Location = new System . Drawing . Point ( 178 , 35 ) ;
2019-10-13 11:54:45 +00:00
this . editorBackColor . Name = "editorBackColor" ;
2020-01-13 10:45:20 +00:00
this . editorBackColor . Size = new System . Drawing . Size ( 140 , 23 ) ;
2019-10-16 19:25:04 +00:00
this . editorBackColor . TabIndex = 1 ;
2019-10-13 11:54:45 +00:00
this . editorBackColor . Click + = new System . EventHandler ( this . EditorBackColor_Click ) ;
//
2020-01-13 10:45:20 +00:00
// editorPaddingLeftTextBox
2019-10-13 11:54:45 +00:00
//
2020-01-13 10:45:20 +00:00
this . editorPaddingLeftTextBox . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . editorPaddingLeftTextBox . Location = new System . Drawing . Point ( 178 , 123 ) ;
this . editorPaddingLeftTextBox . Name = "editorPaddingLeftTextBox" ;
this . editorPaddingLeftTextBox . Size = new System . Drawing . Size ( 140 , 20 ) ;
this . editorPaddingLeftTextBox . TabIndex = 3 ;
this . editorPaddingLeftTextBox . Click + = new System . EventHandler ( this . EditorPaddingLeftTextBox_Click ) ;
this . editorPaddingLeftTextBox . TextChanged + = new System . EventHandler ( this . EditorPaddingLeftTextBox_TextChanged ) ;
this . editorPaddingLeftTextBox . KeyPress + = new System . Windows . Forms . KeyPressEventHandler ( this . EditorPaddingLeftTextBox_KeyPress ) ;
2019-10-13 11:54:45 +00:00
//
2020-01-13 10:45:20 +00:00
// editorBorderComboBox
2019-10-13 11:54:45 +00:00
//
2020-01-13 10:45:20 +00:00
this . editorBorderComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . editorBorderComboBox . FormattingEnabled = true ;
this . editorBorderComboBox . Items . AddRange ( new object [ ] {
"None" ,
"FixedSingle" ,
"Fixed3D" } ) ;
this . editorBorderComboBox . Location = new System . Drawing . Point ( 178 , 93 ) ;
this . editorBorderComboBox . Name = "editorBorderComboBox" ;
this . editorBorderComboBox . Size = new System . Drawing . Size ( 140 , 23 ) ;
this . editorBorderComboBox . TabIndex = 2 ;
this . editorBorderComboBox . DropDownClosed + = new System . EventHandler ( this . EditorBorderComboBox_DropDownClosed ) ;
2019-09-28 19:27:05 +00:00
//
2019-10-02 16:24:52 +00:00
// encryptionTabPage
//
this . encryptionTabPage . BackColor = System . Drawing . SystemColors . Window ;
this . encryptionTabPage . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2019-11-10 08:38:30 +00:00
this . encryptionTabPage . Controls . Add ( this . encryptionHintLabel ) ;
2019-10-13 11:54:45 +00:00
this . encryptionTabPage . Controls . Add ( this . passwordIterationsTextBox ) ;
this . encryptionTabPage . Controls . Add ( this . hashAlgorithmComboBox ) ;
this . encryptionTabPage . Controls . Add ( this . passwordIterationsLabel ) ;
this . encryptionTabPage . Controls . Add ( this . keySizeLabel ) ;
this . encryptionTabPage . Controls . Add ( this . hashAlgorithmLabel ) ;
this . encryptionTabPage . Controls . Add ( this . keySizeComboBox ) ;
2020-01-13 10:45:20 +00:00
this . encryptionTabPage . Location = new System . Drawing . Point ( 4 , 24 ) ;
2019-10-02 16:24:52 +00:00
this . encryptionTabPage . Name = "encryptionTabPage" ;
this . encryptionTabPage . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2020-01-13 10:45:20 +00:00
this . encryptionTabPage . Size = new System . Drawing . Size ( 326 , 291 ) ;
2019-10-02 16:24:52 +00:00
this . encryptionTabPage . TabIndex = 1 ;
this . encryptionTabPage . Text = "enc" ;
//
2019-11-10 08:38:30 +00:00
// encryptionHintLabel
2019-11-09 19:33:35 +00:00
//
2020-01-13 10:45:20 +00:00
this . encryptionHintLabel . BackColor = System . Drawing . SystemColors . ButtonFace ;
2019-11-10 08:38:30 +00:00
this . encryptionHintLabel . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
this . encryptionHintLabel . Font = new System . Drawing . Font ( "Segoe UI" , 8F ) ;
2020-08-23 21:07:27 +00:00
this . encryptionHintLabel . Location = new System . Drawing . Point ( 9 , 101 ) ;
2019-11-10 08:38:30 +00:00
this . encryptionHintLabel . Name = "encryptionHintLabel" ;
2020-01-13 10:45:20 +00:00
this . encryptionHintLabel . Size = new System . Drawing . Size ( 309 , 70 ) ;
2019-11-10 08:38:30 +00:00
this . encryptionHintLabel . TabIndex = 7 ;
this . encryptionHintLabel . Text = resources . GetString ( "encryptionHintLabel.Text" ) ;
2019-11-26 14:20:05 +00:00
this . settingsToolTip . SetToolTip ( this . encryptionHintLabel , "Left click for permanently hide this hint" ) ;
2019-11-10 08:38:30 +00:00
this . encryptionHintLabel . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . EncryptionHintLabel_MouseClick ) ;
2019-11-09 19:33:35 +00:00
//
2019-10-13 11:54:45 +00:00
// passwordIterationsTextBox
2019-09-28 19:27:05 +00:00
//
2020-01-13 10:45:20 +00:00
this . passwordIterationsTextBox . Location = new System . Drawing . Point ( 178 , 64 ) ;
2019-10-13 11:54:45 +00:00
this . passwordIterationsTextBox . Name = "passwordIterationsTextBox" ;
2020-01-13 10:45:20 +00:00
this . passwordIterationsTextBox . Size = new System . Drawing . Size ( 140 , 23 ) ;
2019-10-16 19:25:04 +00:00
this . passwordIterationsTextBox . TabIndex = 2 ;
2019-10-13 11:54:45 +00:00
this . passwordIterationsTextBox . Text = "1000" ;
this . passwordIterationsTextBox . TextChanged + = new System . EventHandler ( this . PasswordIterationsTextBox_TextChanged ) ;
this . passwordIterationsTextBox . KeyPress + = new System . Windows . Forms . KeyPressEventHandler ( this . PasswordIterationsTextBox_KeyPress ) ;
2019-09-28 19:27:05 +00:00
//
2019-10-13 11:54:45 +00:00
// hashAlgorithmComboBox
2019-09-28 19:27:05 +00:00
//
2019-10-13 11:54:45 +00:00
this . hashAlgorithmComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . hashAlgorithmComboBox . FormattingEnabled = true ;
this . hashAlgorithmComboBox . Items . AddRange ( new object [ ] {
2019-09-28 19:27:05 +00:00
"MD5" ,
"SHA1" ,
"SHA256" ,
"SHA384" ,
"SHA512" } ) ;
2020-01-13 10:45:20 +00:00
this . hashAlgorithmComboBox . Location = new System . Drawing . Point ( 178 , 6 ) ;
2019-10-13 11:54:45 +00:00
this . hashAlgorithmComboBox . Name = "hashAlgorithmComboBox" ;
2020-01-13 10:45:20 +00:00
this . hashAlgorithmComboBox . Size = new System . Drawing . Size ( 140 , 23 ) ;
2019-10-16 19:25:04 +00:00
this . hashAlgorithmComboBox . TabIndex = 0 ;
2019-10-13 11:54:45 +00:00
this . hashAlgorithmComboBox . DropDownClosed + = new System . EventHandler ( this . HashAlgorithmComboBox_DropDownClosed ) ;
//
// passwordIterationsLabel
//
this . passwordIterationsLabel . BackColor = System . Drawing . Color . Transparent ;
2020-01-13 10:45:20 +00:00
this . passwordIterationsLabel . Location = new System . Drawing . Point ( 6 , 64 ) ;
2019-10-13 11:54:45 +00:00
this . passwordIterationsLabel . Name = "passwordIterationsLabel" ;
2020-01-13 10:45:20 +00:00
this . passwordIterationsLabel . Size = new System . Drawing . Size ( 109 , 23 ) ;
2019-10-13 11:54:45 +00:00
this . passwordIterationsLabel . TabIndex = 6 ;
this . passwordIterationsLabel . Text = "Password iterations" ;
2020-01-13 10:45:20 +00:00
this . passwordIterationsLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
2019-10-13 11:54:45 +00:00
//
// keySizeLabel
//
2020-01-13 10:45:20 +00:00
this . keySizeLabel . Location = new System . Drawing . Point ( 6 , 35 ) ;
2019-10-13 11:54:45 +00:00
this . keySizeLabel . Name = "keySizeLabel" ;
2020-01-13 10:45:20 +00:00
this . keySizeLabel . Size = new System . Drawing . Size ( 48 , 23 ) ;
2019-10-13 11:54:45 +00:00
this . keySizeLabel . TabIndex = 1 ;
this . keySizeLabel . Text = "Key size" ;
2020-01-13 10:45:20 +00:00
this . keySizeLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
2019-10-13 11:54:45 +00:00
//
// hashAlgorithmLabel
//
2020-01-13 10:45:20 +00:00
this . hashAlgorithmLabel . Location = new System . Drawing . Point ( 6 , 6 ) ;
2019-10-13 11:54:45 +00:00
this . hashAlgorithmLabel . Name = "hashAlgorithmLabel" ;
2020-01-13 10:45:20 +00:00
this . hashAlgorithmLabel . Size = new System . Drawing . Size ( 92 , 23 ) ;
2019-10-13 11:54:45 +00:00
this . hashAlgorithmLabel . TabIndex = 0 ;
this . hashAlgorithmLabel . Text = "Hash algorithm " ;
2020-01-13 10:45:20 +00:00
this . hashAlgorithmLabel . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
2019-10-13 11:54:45 +00:00
//
// keySizeComboBox
//
this . keySizeComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . keySizeComboBox . FormattingEnabled = true ;
this . keySizeComboBox . Items . AddRange ( new object [ ] {
2019-09-28 19:27:05 +00:00
"128" ,
"192" ,
"256" } ) ;
2020-01-13 10:45:20 +00:00
this . keySizeComboBox . Location = new System . Drawing . Point ( 178 , 35 ) ;
2019-10-13 11:54:45 +00:00
this . keySizeComboBox . Name = "keySizeComboBox" ;
2020-01-13 10:45:20 +00:00
this . keySizeComboBox . Size = new System . Drawing . Size ( 140 , 23 ) ;
2019-10-16 19:25:04 +00:00
this . keySizeComboBox . TabIndex = 1 ;
2019-10-13 11:54:45 +00:00
this . keySizeComboBox . DropDownClosed + = new System . EventHandler ( this . KeySizeComboBox_DropDownClosed ) ;
2019-08-21 09:23:51 +00:00
//
2019-10-13 11:54:45 +00:00
// settingsNavigation
2019-10-02 16:24:52 +00:00
//
2019-10-13 11:54:45 +00:00
this . settingsNavigation . Font = new System . Drawing . Font ( "Segoe UI" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
this . settingsNavigation . FormattingEnabled = true ;
this . settingsNavigation . ItemHeight = 17 ;
this . settingsNavigation . Items . AddRange ( new object [ ] {
2020-01-13 10:45:20 +00:00
"General" ,
"Interface" ,
2019-10-20 20:05:43 +00:00
"Editor" ,
2020-01-13 10:45:20 +00:00
"Encryption" } ) ;
2019-10-13 11:54:45 +00:00
this . settingsNavigation . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . settingsNavigation . Name = "settingsNavigation" ;
2020-01-13 10:45:20 +00:00
this . settingsNavigation . Size = new System . Drawing . Size ( 106 , 310 ) ;
2019-10-13 11:54:45 +00:00
this . settingsNavigation . TabIndex = 6 ;
2019-10-16 19:25:04 +00:00
this . settingsNavigation . TabStop = false ;
2019-10-13 11:54:45 +00:00
this . settingsNavigation . Click + = new System . EventHandler ( this . SettingsNavigation_Click ) ;
2019-10-02 16:24:52 +00:00
//
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 ;
2020-01-13 10:45:20 +00:00
this . ClientSize = new System . Drawing . Size ( 444 , 317 ) ;
2019-09-28 19:27:05 +00:00
this . Controls . Add ( this . settingsTabControl ) ;
2019-10-13 11:54:45 +00:00
this . Controls . Add ( this . settingsNavigation ) ;
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 ) ;
2020-01-13 10:45:20 +00:00
this . generalTabPage . ResumeLayout ( false ) ;
2021-03-28 17:46:45 +00:00
this . autoLockGroupBox . ResumeLayout ( false ) ;
this . autoLockGroupBox . PerformLayout ( ) ;
2020-01-13 10:45:20 +00:00
this . integrationGroupBox . ResumeLayout ( false ) ;
this . integrationGroupBox . PerformLayout ( ) ;
this . applicationGroupBox . ResumeLayout ( false ) ;
this . applicationGroupBox . PerformLayout ( ) ;
this . interfaceTabPage . ResumeLayout ( false ) ;
this . statusPanelGroupBox . ResumeLayout ( false ) ;
this . statusPanelGroupBox . PerformLayout ( ) ;
this . statusPanelLabelsGroupBox . ResumeLayout ( false ) ;
this . statusPanelLabelsGroupBox . PerformLayout ( ) ;
this . searchPanelGroupBox . ResumeLayout ( false ) ;
this . searchPanelGroupBox . PerformLayout ( ) ;
2021-03-28 17:46:45 +00:00
this . toolbarGroupBox . ResumeLayout ( false ) ;
this . toolbarGroupBox . PerformLayout ( ) ;
this . mainMenuGroupBox . ResumeLayout ( false ) ;
this . mainMenuGroupBox . PerformLayout ( ) ;
2019-10-25 21:23:36 +00:00
this . editorTabPage . ResumeLayout ( false ) ;
this . editorTabPage . PerformLayout ( ) ;
2019-09-28 19:27:05 +00:00
this . encryptionTabPage . ResumeLayout ( false ) ;
this . encryptionTabPage . PerformLayout ( ) ;
2016-01-06 14:47:38 +00:00
this . ResumeLayout ( false ) ;
}
#endregion
2019-10-13 11:54:45 +00:00
private System . Windows . Forms . Label editorFontColorLabel ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . TabControl settingsTabControl ;
private System . Windows . Forms . TabPage editorTabPage ;
private System . Windows . Forms . TabPage encryptionTabPage ;
2020-01-13 10:45:20 +00:00
private System . Windows . Forms . TabPage generalTabPage ;
2019-10-13 11:54:45 +00:00
private System . Windows . Forms . CheckBox associateCheckBox ;
private System . Windows . Forms . CheckBox autoCheckUpdatesCheckBox ;
private System . Windows . Forms . Panel editorFontColor ;
private System . Windows . Forms . Panel editorBackColor ;
private System . Windows . Forms . Label editorBackColorLabel ;
2019-08-21 12:17:18 +00:00
private System . Windows . Forms . ColorDialog colorDialog ;
2019-10-13 11:54:45 +00:00
private System . Windows . Forms . ComboBox keySizeComboBox ;
private System . Windows . Forms . Label keySizeLabel ;
private System . Windows . Forms . Label hashAlgorithmLabel ;
private System . Windows . Forms . ComboBox hashAlgorithmComboBox ;
private System . Windows . Forms . TextBox passwordIterationsTextBox ;
private System . Windows . Forms . Label passwordIterationsLabel ;
private System . Windows . Forms . CheckBox toolbarVisibleCheckBox ;
private System . Windows . Forms . CheckBox autoLockOnMinimizeCheckBox ;
private System . Windows . Forms . CheckBox sendToCheckBox ;
private System . Windows . Forms . CheckBox integrateCheckBox ;
private System . Windows . Forms . CheckBox menuIconsCheckBox ;
private System . Windows . Forms . ComboBox editorInsertKeyComboBox ;
private System . Windows . Forms . Label editorInsertKeyLabel ;
private System . Windows . Forms . TextBox editorPaddingLeftTextBox ;
private System . Windows . Forms . Label editorPaddingLeftLabel ;
private System . Windows . Forms . ListBox settingsNavigation ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . FontDialog fontDialog ;
2020-01-13 10:45:20 +00:00
private System . Windows . Forms . TabPage interfaceTabPage ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . Label searchFontColorLabel ;
private System . Windows . Forms . Label searchBackColorLabel ;
2019-10-13 11:54:45 +00:00
private System . Windows . Forms . CheckBox statusPanelVisibleCheckBox ;
private System . Windows . Forms . Label statusPanelFontColorLabel ;
private System . Windows . Forms . Label statusPanelBackColorLabel ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . Panel searchBackColor ;
2019-10-13 11:54:45 +00:00
private System . Windows . Forms . Panel statusPanelBackColor ;
private System . Windows . Forms . Panel statusPanelFontColor ;
2019-09-28 19:27:05 +00:00
private System . Windows . Forms . Panel searchFontColor ;
private System . Windows . Forms . Panel toolbarBackColor ;
private System . Windows . Forms . Label toolbarBackColorLabel ;
2019-10-13 11:54:45 +00:00
private System . Windows . Forms . CheckBox toolbarBorderCheckBox ;
private System . Windows . Forms . ComboBox editorOpenLinksWithComboBox ;
private System . Windows . Forms . Label editorOpenLinksWithLabel ;
private System . Windows . Forms . CheckBox mainMenuCheckBox ;
private System . Windows . Forms . CheckBox toolbarOldIconsCheckBox ;
private System . Windows . Forms . CheckBox closeToTrayCheckBox ;
private System . Windows . Forms . CheckBox minimizeToTrayCheckBox ;
2019-10-15 18:00:19 +00:00
private System . Windows . Forms . ComboBox editorBorderComboBox ;
private System . Windows . Forms . Label editorBorderLabel ;
2019-10-17 21:27:17 +00:00
private System . Windows . Forms . ComboBox searchBorderComboBox ;
private System . Windows . Forms . Label searchBorderLabel ;
2019-10-17 21:37:08 +00:00
private System . Windows . Forms . CheckBox toolbarCloseButtonCheckBox ;
2019-10-20 19:59:52 +00:00
private System . Windows . Forms . CheckBox singleInstanceCheckBox ;
2019-11-07 18:23:05 +00:00
private System . Windows . Forms . CheckBox statusPanelLengthCheckBox ;
private System . Windows . Forms . CheckBox statusPanelLinesCheckBox ;
private System . Windows . Forms . CheckBox statusPanelModifiedCheckBox ;
private System . Windows . Forms . CheckBox statusPanelSizeCheckBox ;
private System . Windows . Forms . GroupBox statusPanelLabelsGroupBox ;
2019-11-10 08:38:30 +00:00
private System . Windows . Forms . Label encryptionHintLabel ;
2019-11-09 19:33:35 +00:00
private System . Windows . Forms . ToolTip settingsToolTip ;
2020-01-13 10:44:46 +00:00
private System . Windows . Forms . PlaceholderTextBox lockTimeoutTextBox ;
private System . Windows . Forms . Label lockTimeoutLabel ;
2020-01-13 10:45:20 +00:00
private System . Windows . Forms . GroupBox applicationGroupBox ;
private System . Windows . Forms . GroupBox mainMenuGroupBox ;
private System . Windows . Forms . GroupBox autoLockGroupBox ;
private System . Windows . Forms . Label fontStyleLabel ;
private System . Windows . Forms . GroupBox integrationGroupBox ;
private System . Windows . Forms . GroupBox statusPanelGroupBox ;
private System . Windows . Forms . GroupBox toolbarGroupBox ;
private System . Windows . Forms . GroupBox searchPanelGroupBox ;
private System . Windows . Forms . Label editorFontLabel ;
2020-01-17 21:43:15 +00:00
private System . Windows . Forms . Label autoLockMinutesLabel ;
2020-01-13 10:45:20 +00:00
private System . Windows . Forms . CheckBox statusPanelWordwrapCheckBox ;
private System . Windows . Forms . CheckBox statusPanelReadonlyCheckBox ;
2020-01-17 21:43:15 +00:00
private System . Windows . Forms . TextBox clearClipboardTextBox ;
private System . Windows . Forms . Label clearClipboardLabel ;
private System . Windows . Forms . CheckBox statusPanelClipboardCheckBox ;
2020-01-19 12:56:26 +00:00
private System . Windows . Forms . CheckBox clearClipboardCheckBox ;
2020-01-19 12:50:46 +00:00
private System . Windows . Forms . CheckBox shortcutKeysCheckBox ;
2020-08-23 21:07:27 +00:00
private System . Windows . Forms . CheckBox openTxtUnencryptedCheckBox ;
2021-03-28 17:46:45 +00:00
private System . Windows . Forms . CheckBox trayMenuCheckBox ;
2021-04-07 11:19:36 +00:00
private System . Windows . Forms . CheckBox statusPanelPasteboardCheckBox ;
2016-01-06 14:47:38 +00:00
}
}