logo

Setting window. More...

+ Inheritance diagram for NoteFly.FrmSettings:

Public Member Functions

 FrmSettings (Notes notes)
 Initializes a new instance of the FrmSettings class. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Private Member Functions

void btnBrowse_Click (object sender, EventArgs e)
 User want to browse for notes save path. More...
 
void btnCancel_Click (object sender, EventArgs e)
 Cancel button pressed. Don't save any change made. More...
 
void AddPluginsSettingsTabs ()
 Add settings tab to this settings window from a plugin. More...
 
void SetFormTitle (bool expertsettings)
 Set the title of this form. More...
 
void LoadCbxActionLeftclick ()
 Loads cbxActionLeftclick More...
 
void LoadCbxNetworkIPversion ()
 Loads CbxNetworkIPversion More...
 
void btnOK_Click (object sender, EventArgs e)
 Check the form input. If everything is okay call xmlHandler class to save the xml setting file. More...
 
void AddNoteFlyLogon ()
 Add a notefly registery key to the run section if this.chxStartOnLogin is checked and not already added to registery. More...
 
bool CheckAllSettingValid ()
 Check if all settings are valid, if a setting in this form is not correct display a error about it. More...
 
void ShowWaitOnThread (Thread worktread, int checktimems, string message)
 Show a message form while thread is buzy. And auto close while done. More...
 
void btnResetSettings_Click (object sender, EventArgs e)
 Reset button clicked. More...
 
void cbxCheckUpdates_CheckedChanged (object sender, EventArgs e)
 The user de-/selected checking for updates. More...
 
void chxSocialEmailDefaultaddressBlank_CheckedChanged (object sender, EventArgs e)
 Toggle tbDefaultEmail enabled. More...
 
void chxUseProxy_CheckedChanged (object sender, EventArgs e)
 Toggle iptbProxyAddress enabled. More...
 
void chxUseRandomDefaultNote_CheckedChanged (object sender, EventArgs e)
 Toggle cbxDefaultColor enabled. More...
 
void LoadCbxFonts ()
 Fill combobox that are use to select a font with fontnames. More...
 
void LoadCbxSkins ()
 Fill the combobox that are use to select a skin with skinnames. More...
 
void MoveNotesThread (object args)
 Move notes files with a seperate the to a other location. More...
 
void MoveNotes (string oldsavenotespath, string newsavenotespath)
 Move note files. More...
 
void SetControlsBySettings ()
 Read setting and set controls to display them correctly. More...
 
void SetUpDownSpinnerValue (System.Windows.Forms.NumericUpDown numupdownctrl, double valeau)
 Set a updownspinner valeau with a double valeau. More...
 
void SetUpDownSpinnerValue (System.Windows.Forms.NumericUpDown numupdownctrl, int value)
 Set a updownspinner valeau with a integer valeau. More...
 
void SetUpDownSpinnerValue (System.Windows.Forms.NumericUpDown numupdownctrl, decimal valuedec)
 Set a updownspinner valeau with a decimal valeau, directly. Checks if it does not exceed the minimum and maximum value. More...
 
void SetComboBoxSelectedIndex (System.Windows.Forms.ComboBox cbxctrl, int selectedindexvalue)
 Set a combobox selected index. Check if selectedindex parameter is not bigger than the availible items in the combobox and not negative. More...
 
bool GetStartOnLogon ()
 Gets if notefly is used to run at logon. More...
 
void chxTransparecy_CheckedChanged (object sender, EventArgs e)
 Toggle enabling numProcTransparency. More...
 
void btnCheckUpdates_Click (object sender, EventArgs e)
 Requested to manually do an update check. More...
 
void chxShowExpertSettings_CheckedChanged (object sender, EventArgs e)
 Show and hide expert settings. More...
 
void SetLastUpdatecheckDate (bool expertsettings)
 Display the last update date. Show also the time of the last update if expert settings is enabled. More...
 
void SetTabPageGPGVisible (bool expertsettings)
 Set the TabPageGPG visible if expertsetting is true otherwise make TabPageGPG not visible. More...
 
void tabControlSettings_SelectedIndexChanged (object sender, EventArgs e)
 Load share tab plugins More...
 
void chxCheckUpdatesSignature_CheckedChanged (object sender, EventArgs e)
 Toggle setting path to GPG. More...
 
void btnGPGPathBrowse_Click (object sender, EventArgs e)
 Open browse dialog to gpg.exe More...
 
void chxShowTooltips_CheckStateChanged (object sender, EventArgs e)
 If chxShowTooltips is unchecked then chxManagenotesTooltipContent get disabled and if chxShowTooltips is checked then chxManagenotesTooltipContent get enabled. More...
 
void LoadCbxLanguage ()
 Load CbxLanguage combobox with available languages.s More...
 
string GetLanguageCode (int cbxLanguageSelectedIndex)
 Get the languagecode from the selected index in cbxLanguage. More...
 
void cbxLanguage_SelectedIndexChanged (object sender, EventArgs e)
 The selected language in chxLanguage is changed, change the language of the programme. More...
 
void Ingore_hotkeys (object sender, KeyEventArgs e)
 While changing hotkey ingore hotkeys pressed. More...
 
void Allow_hotkeys (object sender, KeyEventArgs e)
 Changing hotkey ended, allow NoteFly hotkeys again. More...
 
void btnOpenSettingsFolder_Click (object sender, EventArgs e)
 Open explorer with the NoteFly application data folder. More...
 
void chxHotkeyNewNoteEnabled_CheckedChanged (object sender, EventArgs e)
 If chxHotkeyNewNoteEnabled is checked then enable shortcutTextBoxNewNote and lblTextHotkeyNewNote. More...
 
void chxHotkeyManageNotesEnabled_CheckedChanged (object sender, EventArgs e)
 If chxHotkeyManageNotesEnabled is checked then enable shortcutTextBoxManageNotes and lblTextHotkeyManageNotes More...
 
void chxHotkeyNotesFrontEnabled_CheckedChanged (object sender, EventArgs e)
 If chxHotkeyNotesFrontEnabled is checked then enable shortcutTextBoxNotesToFront and lblTextHotkeyNotesToFront. More...
 
void cbxNetworkIPversion_SelectedIndexChanged (object sender, EventArgs e)
 Check if iptbProxy is allowed to have a IPv4 and/or IPv6 address. More...
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

Notes notes
 Reference to notes class. More...
 
string oldnotesavepath
 In which folder notes are saved. More...
 
string[] languagecodes
 Array with languagescodes related to every language name in the cbxLanguage control. More...
 
int hotkeysnewnotekeycode
 Last key from hotkey for new note. More...
 
int hotkeysmanagenoteskeycode
 Last key from hotkey for manage notes. More...
 
int hotkeysnotestofront
 Last key from hotkey for notes to front. More...
 
System.Windows.Forms.Button btnOK
 Button btnOK More...
 
System.Windows.Forms.Button btnCancel
 Button btnCancel More...
 
System.Windows.Forms.TabControl tabControlSettings
 TabControl tabControlSettings More...
 
System.Windows.Forms.TabPage tabAppearance
 TabPage tabAppearance More...
 
System.Windows.Forms.TabPage tabSharing
 TabPage tabSharing More...
 
System.Windows.Forms.TabPage tabAdvance
 TabPage tabAdvance More...
 
System.Windows.Forms.FolderBrowserDialog folderBrowseDialogNotessavepath
 FolderBrowserDialog folderBrowserDialogNotessavepath More...
 
System.Windows.Forms.TabPage tabGeneral
 TabPage tabGeneral More...
 
System.Windows.Forms.CheckBox chxConfirmLink
 CheckBox chxConfirmLink More...
 
System.Windows.Forms.CheckBox chxLogErrors
 CheckBox chxLogErrors More...
 
System.Windows.Forms.Button btnResetSettings
 Button btnResetSettings More...
 
System.Windows.Forms.TabPage tabNetwork
 TabPage tabNetwerk More...
 
System.Windows.Forms.CheckBox chxProxyEnabled
 CheckBox chxProxyEnabled More...
 
System.Windows.Forms.CheckBox chxLogDebug
 CheckBox chxLogDebug More...
 
System.Windows.Forms.TabPage tabHighlight
 TabPage tabHighlight More...
 
System.Windows.Forms.CheckBox chxHighlightHTML
 CheckBox chxHighlightHTML More...
 
System.Windows.Forms.Label lblTextNetworkMiliseconds
 Label lblTextNetworkMiliseconds More...
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.CheckBox chxHighlightHyperlinks
 CheckBox chxHighlightHyperlinks More...
 
System.Windows.Forms.CheckBox chxHighlightSQL
 CheckBox chxHighlightSQL More...
 
System.Windows.Forms.CheckBox chxHighlightPHP
 CheckBox chxHighlightPHP More...
 
System.Windows.Forms.TabControl tabControlSharing
 TabControl tabControlSocialNetworks More...
 
System.Windows.Forms.TabPage tabEmail
 TabPage tabEmail More...
 
System.Windows.Forms.CheckBox chxActionsEmailDefaultaddressSet
 CheckBox chxSocialEmailDefaultaddressBlank More...
 
System.Windows.Forms.CheckBox chxActionsEmailEnabled
 CheckBox chxSocialEmailEnabled More...
 
System.Windows.Forms.CheckBox chxCheckUpdates
 CheckBox chxCheckUpdates More...
 
System.Windows.Forms.Label lblTextCheckforupdatesevery
 Label lblTextCheckforupdatesevery More...
 
System.Windows.Forms.NumericUpDown numUpdateCheckDays
 NumericUpDown numUpdateCheckDays More...
 
System.Windows.Forms.Label lblTextDayAtStartup
 Label lblTextDayAtStartup More...
 
System.Windows.Forms.TabControl tabctrlAppearance
 TabControl tabAppearanceColors More...
 
System.Windows.Forms.TabPage tabPageFonts
 TabPage tabPageFonts More...
 
System.Windows.Forms.Label lblTextFontTitlePoints
 Label lblTextFontTitlePoints More...
 
System.Windows.Forms.NumericUpDown numFontSizeTitle
 NumericUpDown numFontSizeTitle More...
 
System.Windows.Forms.Label lblTextFontTitleSize
 Label lblTextFontTitleSize More...
 
System.Windows.Forms.ComboBox cbxFontNoteTitle
 ComboBox cbxFontNoteTitle More...
 
System.Windows.Forms.Label lblTextFontTitleFamily
 Label lblTextFontTitleFamily More...
 
System.Windows.Forms.Label lblTextDirection
 Label lblTextDirection More...
 
System.Windows.Forms.ComboBox cbxTextDirection
 ComboBox cbxTextDirection More...
 
System.Windows.Forms.Label lblTextFontContentPoints
 Label lblTextFontContentPoints More...
 
System.Windows.Forms.NumericUpDown numFontSizeContent
 NumericUpDown numFontSizeContent More...
 
System.Windows.Forms.Label lblTextFontContentSize
 Label lblTextFontContentSize More...
 
System.Windows.Forms.Label lblTextNoteFont
 Label lblTextNoteFont More...
 
System.Windows.Forms.ComboBox cbxFontNoteContent
 ComboBox cbxFontNoteContent More...
 
System.Windows.Forms.CheckBox cbxFontNoteTitleBold
 CheckBox cbxFontNoteTitleBold More...
 
System.Windows.Forms.Label lblTextLogging
 Label lblTextLogging More...
 
System.Windows.Forms.CheckBox chxLogExceptions
 CheckBox chxLogExceptions More...
 
System.Windows.Forms.TabPage tabPageTrayicon
 TabPage tabPageTrayicon More...
 
System.Windows.Forms.CheckBox chxTrayiconBoldExit
 CheckBox chxTrayiconBoldExit More...
 
System.Windows.Forms.CheckBox chxTrayiconBoldSettings
 CheckBox chxTrayiconBoldSettings More...
 
System.Windows.Forms.CheckBox chxTrayiconBoldManagenotes
 CheckBox chxTrayiconBoldManagenotes More...
 
System.Windows.Forms.CheckBox chxTrayiconBoldNewnote
 CheckBox chxTrayiconBoldNewnote More...
 
System.Windows.Forms.Label lblTextFontsizeMenu
 Label lblTextFontsizeMenu More...
 
System.Windows.Forms.NumericUpDown numTrayiconFontsize
 NumericUpDown numTrayiconFontsize More...
 
System.Windows.Forms.Label lblFontsizePoints
 Label lblFontsizePoints More...
 
System.Windows.Forms.Button btnCheckUpdates
 Button btnCheckUpdates More...
 
System.Windows.Forms.Label lblTextLatestUpdateCheck
 Label lblTextLatestUpdateCheck More...
 
System.Windows.Forms.Label lblLatestUpdateCheck
 Label lblLatestUpdateCheck More...
 
System.Windows.Forms.CheckBox chxSettingsExpertEnabled
 CheckBox chxSettingsExpertEnabled More...
 
System.Windows.Forms.TabControl tabControlNetwork
 TabControl tabControlNetwork More...
 
System.Windows.Forms.TabPage tabUpdates
 TabPage tabUpdates More...
 
System.Windows.Forms.TabPage tabProxy
 TabPage tabProxy More...
 
System.Windows.Forms.OpenFileDialog openFileDialogBrowseGPG
 OpenFileDialog openFileDialogBrowseGPG More...
 
System.Windows.Forms.CheckBox chxUpdateSilentInstall
 CheckBox chxUpdateSilentInstall More...
 
System.Windows.Forms.CheckBox chxUseAlternativeTrayicon
 CheckBox chxUseAlternativeTrayicon More...
 
System.Windows.Forms.Label lblTextMiliseconds
 Label lblTextMiliseconds More...
 
System.Windows.Forms.NumericUpDown numWarnLimitVisible
 NumericUpDown numWarnLimitVisible More...
 
System.Windows.Forms.Label lblTextVisibleNotesWarnLimit
 Label lblTextVisibleNotesWarnLimit More...
 
System.Windows.Forms.Label lblTextTotalNotesWarnLimit
 Label lblTextTotalNotesWarnLimit More...
 
System.Windows.Forms.NumericUpDown numWarnLimitTotal
 NumericUpDown numWarnLimitTotal More...
 
System.Windows.Forms.TabPage tabAppearanceOverall
 TabPage tabAppearanceOverall More...
 
System.Windows.Forms.CheckBox chxShowTooltips
 CheckBox chxShowTooltips More...
 
System.Windows.Forms.CheckBox chxTransparecy
 CheckBox chxTransparecy More...
 
System.Windows.Forms.NumericUpDown numProcTransparency
 NumericUpDown numProcTransparency More...
 
System.Windows.Forms.Label lblTextTransparentProcVisible
 Label lblTextTransparentProcVisibl More...
 
System.Windows.Forms.TabPage tabPageNewNote
 TabPage tabPageNewNote More...
 
System.Windows.Forms.CheckBox chxUseRandomDefaultNote
 CheckBox chxUseRandomDefaultNot More...
 
System.Windows.Forms.Label lblDefaultNewNoteColor
 Label lblDefaultNewNoteColor More...
 
System.Windows.Forms.ComboBox cbxDefaultSkin
 ComboBox cbxDefaultSkin More...
 
System.Windows.Forms.Label lblTextDefaultsizenewnote
 Label lblTextDefaultsizenewnote More...
 
System.Windows.Forms.Label lblTextHeight
 Label lblTextHeight More...
 
System.Windows.Forms.Label lblTextWidth
 Label lblTextWidth More...
 
System.Windows.Forms.NumericUpDown numNotesDefaultHeight
 NumericUpDown numNotesDefaultHeigh More...
 
System.Windows.Forms.NumericUpDown numNotesDefaultWidth
 NumericUpDown numNotesDefaultWidth More...
 
IPTextBox iptbProxy
 IPTextBox iptbProxy More...
 
System.Windows.Forms.TabPage tabAppereanceManagenotes
 TabPage tabAppereanceManagenotes More...
 
System.Windows.Forms.CheckBox chxManagenotesTooltipContent
 CheckBox chxManagenotesTooltipContent More...
 
System.Windows.Forms.ComboBox cbxManageNotesSkin
 ComboBox cbxManageNotesSkin More...
 
System.Windows.Forms.Label lblTextSkinManagenotes
 Label lblTextSkinManagenotes More...
 
System.Windows.Forms.CheckBox chxUseDateAsDefaultTitle
 CheckBox chxUseDateAsDefaultTitle More...
 
System.Windows.Forms.NumericUpDown numManagenotesFont
 NumericUpDown numManagenotesFon More...
 
System.Windows.Forms.Label lbTextManagesnotesFontSize
 Label lbTextManagesnotesFontSize More...
 
System.Windows.Forms.Label lblTextPoints
 Label lblTextPoints More...
 
System.Windows.Forms.CheckBox chxCaseSentiveSearch
 CheckBox chxCaseSentiveSearch More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel1
 TableLayoutPanel tableLayoutPanel1 More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanelTrayicon
 TableLayoutPanel tableLayoutPanel2 More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanelNotes
 TableLayoutPanel tableLayoutPanelNotes More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel3
 TableLayoutPanel tableLayoutPanel3 More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanelNewNote
 TableLayoutPanel tableLayoutPanelNewNot More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel4
 TableLayoutPanel tableLayoutPanel4 More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel6
 TableLayoutPanel tableLayoutPanel6 More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel7
 TableLayoutPanel tableLayoutPanel7 More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel8
 TableLayoutPanel tableLayoutPanel8 More...
 
System.Windows.Forms.TabPage tabPageGPG
 TabPage tabPageGPG More...
 
System.Windows.Forms.Button btnGPGPathBrowse
 Button btnGPGPathBrowse More...
 
System.Windows.Forms.Label lblTextGPGPath
 Label lblTextGPGPath More...
 
System.Windows.Forms.CheckBox chxCheckUpdatesSignature
 CheckBox chxCheckUpdatesSignature More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel9
 TableLayoutPanel tableLayoutPanel9 More...
 
System.Windows.Forms.Label lblTextAddress
 Label lblTextAddress More...
 
System.Windows.Forms.NumericUpDown numProxyPort
 NumericUpDown numProxyPort More...
 
System.Windows.Forms.Label lblTextPort
 Label lblTextPort More...
 
IOTextBox tbGPGPath
 IOTextBox tbGPGPath More...
 
EmailTextBox tbDefaultEmail
 EmailTextBox tbDefaultEmail More...
 
IOTextBox tbNotesSavePath
 IOTextBox tbNotesSavePath More...
 
System.Windows.Forms.Button btnBrowse
 Button btnBrowse More...
 
System.Windows.Forms.Label lblTextNoteLocation
 Label lblTextNoteLocation More...
 
System.Windows.Forms.TabPage tabHotkeys
 TabPage tabHotkeys More...
 
System.Windows.Forms.Label lblTextHotkeyManageNotes
 Label lblTextShortcutManageNotes More...
 
System.Windows.Forms.Label lblTextHotkeyNewNote
 Label lblTextShortcutNewNote More...
 
System.Windows.Forms.CheckBox chxNotesDeleteRecyclebin
 CheckBox chxNotesDeleteRecyclebin More...
 
System.Windows.Forms.CheckBox chxConfirmDeletenote
 CheckBox chxConfirmDeletenote More...
 
System.Windows.Forms.CheckBox chxStartOnLogin
 CheckBox chxStartOnLogin More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel5
 TableLayoutPanel tableLayoutPanel5 More...
 
System.Windows.Forms.Label lblTextActionLeftClicktTrayicon
 Label lblTextActionLeftClicktTrayicon More...
 
System.Windows.Forms.ComboBox cbxLanguage
 Forms.ComboBox cbxLanguage More...
 
System.Windows.Forms.Label lblTextLanguage
 Label lblTextLanguage More...
 
System.Windows.Forms.ComboBox cbxActionLeftclick
 ComboBox cbxActionLeftclick More...
 
System.Windows.Forms.CheckBox chxConfirmExit
 CheckBox chxConfirmExit More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanelShortcuts
 TableLayoutPanel tableLayoutPanelShortcuts More...
 
ShortcutTextBox shortcutTextBoxManageNotes
 ShortcutTextBox shortcutTextBoxManageNotes More...
 
ShortcutTextBox shortcutTextBoxNewNote
 ShortcutTextBox shortcutTextBoxNewNote More...
 
System.Windows.Forms.Label lblTextHotkeyNotesToFront
 Label lblTextHotkeyNotesToFront More...
 
ShortcutTextBox shortcutTextBoxNotesToFront
 ShortcutTextBox shortcutTextBoxNotesToFront More...
 
System.Windows.Forms.ComboBox cbxNetworkIPversion
 ComboBox cbxNetworkIPversion More...
 
System.Windows.Forms.Label lblTextNetworkTimeout
 Label lblTextNetworkTimeout More...
 
System.Windows.Forms.Label lblTextPreferedIPversion
 Label lblTextPreferedIPversion More...
 
System.Windows.Forms.NumericUpDown numTimeout
 NumericUpDown numTimeout More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel10
 TableLayoutPanel tableLayoutPanel10 More...
 
System.Windows.Forms.Button btnOpenSettingsFolder
 Button btnOpenSettingsFolder More...
 
System.Windows.Forms.ComboBox cbxFontTrayicon
 ComboBox cbxFontTrayicon More...
 
System.Windows.Forms.Label lblTextTrayiconFont
 Label lblTextTrayiconFont More...
 
System.Windows.Forms.CheckBox chxHotkeyNewNoteEnabled
 CheckBox chxHotkeyNewNoteEnabled More...
 
System.Windows.Forms.CheckBox chxHotkeyManageNotesEnabled
 CheckBox chxHotkeyManageNotesEnabled More...
 
System.Windows.Forms.CheckBox chxHotkeyNotesFrontEnabled
 Checkbox chxHotkeyNotesFrontEnabled More...
 
System.Windows.Forms.TableLayoutPanel tableLayoutPanel11
 TableLayoutPanel tableLayoutPanel11 More...
 
System.Windows.Forms.CheckBox chxLexiconMemory
 
System.Windows.Forms.Label lblTextDaysPlugins
 
System.Windows.Forms.NumericUpDown numUpdateCheckPluginsDays
 
System.Windows.Forms.Label lblTextCheckpluginsupdatesevery
 
System.Windows.Forms.CheckBox chxLoadPlugins
 

Detailed Description

FrmSettings class.

Constructor & Destructor Documentation

NoteFly.FrmSettings.FrmSettings ( Notes  notes)
Parameters
notesThe notes class.

Member Function Documentation

void NoteFly.FrmSettings.AddNoteFlyLogon ( )
private
void NoteFly.FrmSettings.AddPluginsSettingsTabs ( )
private
void NoteFly.FrmSettings.Allow_hotkeys ( object  sender,
KeyEventArgs  e 
)
private
Parameters
senderSender object
eKey event arguments
void NoteFly.FrmSettings.btnBrowse_Click ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object.
eEvent arguments
void NoteFly.FrmSettings.btnCancel_Click ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.btnCheckUpdates_Click ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent argument
void NoteFly.FrmSettings.btnGPGPathBrowse_Click ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.btnOK_Click ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.btnOpenSettingsFolder_Click ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.btnResetSettings_Click ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.cbxCheckUpdates_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.cbxLanguage_SelectedIndexChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.cbxNetworkIPversion_SelectedIndexChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
bool NoteFly.FrmSettings.CheckAllSettingValid ( )
private
Returns
True if all set settings seems to be valid.
void NoteFly.FrmSettings.chxCheckUpdatesSignature_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.chxHotkeyManageNotesEnabled_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.chxHotkeyNewNoteEnabled_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.chxHotkeyNotesFrontEnabled_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.chxShowExpertSettings_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent argument
void NoteFly.FrmSettings.chxShowTooltips_CheckStateChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender event
eEvent arguments
void NoteFly.FrmSettings.chxSocialEmailDefaultaddressBlank_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.chxTransparecy_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent argument
void NoteFly.FrmSettings.chxUseProxy_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
void NoteFly.FrmSettings.chxUseRandomDefaultNote_CheckedChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderSender object
eEvent arguments
override void NoteFly.FrmSettings.Dispose ( bool  disposing)
protected
Parameters
disposingTrue if managed resources should be disposed; otherwise, false.
string NoteFly.FrmSettings.GetLanguageCode ( int  cbxLanguageSelectedIndex)
private
Parameters
cbxLanguageSelectedIndexThe selectedindex in cbxLanguage
Returns
The languagecode return en for english if not found.
bool NoteFly.FrmSettings.GetStartOnLogon ( )
private
Returns
The boolean if it starts at logon.
void NoteFly.FrmSettings.Ingore_hotkeys ( object  sender,
KeyEventArgs  e 
)
private
Parameters
senderSender object
eKey event arguments
void NoteFly.FrmSettings.InitializeComponent ( )
private
void NoteFly.FrmSettings.LoadCbxActionLeftclick ( )
private
void NoteFly.FrmSettings.LoadCbxFonts ( )
private
void NoteFly.FrmSettings.LoadCbxLanguage ( )
private
void NoteFly.FrmSettings.LoadCbxNetworkIPversion ( )
private
void NoteFly.FrmSettings.LoadCbxSkins ( )
private
void NoteFly.FrmSettings.MoveNotes ( string  oldsavenotespath,
string  newsavenotespath 
)
private
Parameters
oldsavenotespathThe old path where notes are saved.
newsavenotespathThe new path to save the notes to.
void NoteFly.FrmSettings.MoveNotesThread ( object  args)
private
Parameters
argsThe orginal and new paths as string array.
void NoteFly.FrmSettings.SetComboBoxSelectedIndex ( System.Windows.Forms.ComboBox  cbxctrl,
int  selectedindexvalue 
)
private
Parameters
cbxctrlComboBox control
selectedindexvalueComboBox selected index
void NoteFly.FrmSettings.SetControlsBySettings ( )
private
void NoteFly.FrmSettings.SetFormTitle ( bool  expertsettings)
private
Parameters
expertsettingsIs showing expert settings enabled.
void NoteFly.FrmSettings.SetLastUpdatecheckDate ( bool  expertsettings)
private
Parameters
expertsettingsIs expert setting being used.
void NoteFly.FrmSettings.SetTabPageGPGVisible ( bool  expertsettings)
private
Parameters
expertsettingsIs expert settings being used
void NoteFly.FrmSettings.SetUpDownSpinnerValue ( System.Windows.Forms.NumericUpDown  numupdownctrl,
double  valeau 
)
private
Parameters
numupdownctrlNumericUpDown control.
valeauValeau to set in the NumericUpDown control.
void NoteFly.FrmSettings.SetUpDownSpinnerValue ( System.Windows.Forms.NumericUpDown  numupdownctrl,
int  value 
)
private
Parameters
numupdownctrlNumericUpDown control
valueInteger valeau to set in the NumericUpDown control.
void NoteFly.FrmSettings.SetUpDownSpinnerValue ( System.Windows.Forms.NumericUpDown  numupdownctrl,
decimal  valuedec 
)
private
Parameters
numupdownctrlNumericUpDown control
valuedecValue to set in the NumericUpDown control
void NoteFly.FrmSettings.ShowWaitOnThread ( Thread  worktread,
int  checktimems,
string  message 
)
private
Parameters
worktreadThe thread that is doing work while message being showed
checktimemsMiliseconds to check if workthread is done, is also the minimum show time of the message, if being showed
messageThe message to show
void NoteFly.FrmSettings.tabControlSettings_SelectedIndexChanged ( object  sender,
EventArgs  e 
)
private
Parameters
senderThe selected tab
eEvent arguments

Member Data Documentation

System.Windows.Forms.Button NoteFly.FrmSettings.btnBrowse
private
System.Windows.Forms.Button NoteFly.FrmSettings.btnCancel
private
System.Windows.Forms.Button NoteFly.FrmSettings.btnCheckUpdates
private
System.Windows.Forms.Button NoteFly.FrmSettings.btnGPGPathBrowse
private
System.Windows.Forms.Button NoteFly.FrmSettings.btnOK
private
System.Windows.Forms.Button NoteFly.FrmSettings.btnOpenSettingsFolder
private
System.Windows.Forms.Button NoteFly.FrmSettings.btnResetSettings
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxActionLeftclick
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxDefaultSkin
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxFontNoteContent
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxFontNoteTitle
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.cbxFontNoteTitleBold
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxFontTrayicon
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxLanguage
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxManageNotesSkin
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxNetworkIPversion
private
System.Windows.Forms.ComboBox NoteFly.FrmSettings.cbxTextDirection
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxActionsEmailDefaultaddressSet
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxActionsEmailEnabled
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxCaseSentiveSearch
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxCheckUpdates
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxCheckUpdatesSignature
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxConfirmDeletenote
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxConfirmExit
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxConfirmLink
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxHighlightHTML
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxHighlightHyperlinks
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxHighlightPHP
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxHighlightSQL
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxHotkeyManageNotesEnabled
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxHotkeyNewNoteEnabled
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxHotkeyNotesFrontEnabled
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxLexiconMemory
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxLoadPlugins
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxLogDebug
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxLogErrors
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxLogExceptions
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxManagenotesTooltipContent
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxNotesDeleteRecyclebin
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxProxyEnabled
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxSettingsExpertEnabled
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxShowTooltips
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxStartOnLogin
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxTransparecy
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxTrayiconBoldExit
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxTrayiconBoldManagenotes
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxTrayiconBoldNewnote
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxTrayiconBoldSettings
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxUpdateSilentInstall
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxUseAlternativeTrayicon
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxUseDateAsDefaultTitle
private
System.Windows.Forms.CheckBox NoteFly.FrmSettings.chxUseRandomDefaultNote
private
System.ComponentModel.IContainer NoteFly.FrmSettings.components = null
private
System.Windows.Forms.FolderBrowserDialog NoteFly.FrmSettings.folderBrowseDialogNotessavepath
private
int NoteFly.FrmSettings.hotkeysmanagenoteskeycode
private
int NoteFly.FrmSettings.hotkeysnewnotekeycode
private
int NoteFly.FrmSettings.hotkeysnotestofront
private
IPTextBox NoteFly.FrmSettings.iptbProxy
private
string [] NoteFly.FrmSettings.languagecodes
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblDefaultNewNoteColor
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblFontsizePoints
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblLatestUpdateCheck
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextActionLeftClicktTrayicon
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextAddress
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextCheckforupdatesevery
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextCheckpluginsupdatesevery
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextDayAtStartup
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextDaysPlugins
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextDefaultsizenewnote
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextDirection
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextFontContentPoints
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextFontContentSize
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextFontsizeMenu
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextFontTitleFamily
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextFontTitlePoints
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextFontTitleSize
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextGPGPath
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextHeight
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextHotkeyManageNotes
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextHotkeyNewNote
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextHotkeyNotesToFront
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextLanguage
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextLatestUpdateCheck
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextLogging
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextMiliseconds
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextNetworkMiliseconds
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextNetworkTimeout
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextNoteFont
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextNoteLocation
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextPoints
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextPort
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextPreferedIPversion
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextSkinManagenotes
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextTotalNotesWarnLimit
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextTransparentProcVisible
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextTrayiconFont
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextVisibleNotesWarnLimit
private
System.Windows.Forms.Label NoteFly.FrmSettings.lblTextWidth
private
System.Windows.Forms.Label NoteFly.FrmSettings.lbTextManagesnotesFontSize
private
Notes NoteFly.FrmSettings.notes
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numFontSizeContent
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numFontSizeTitle
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numManagenotesFont
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numNotesDefaultHeight
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numNotesDefaultWidth
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numProcTransparency
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numProxyPort
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numTimeout
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numTrayiconFontsize
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numUpdateCheckDays
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numUpdateCheckPluginsDays
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numWarnLimitTotal
private
System.Windows.Forms.NumericUpDown NoteFly.FrmSettings.numWarnLimitVisible
private
string NoteFly.FrmSettings.oldnotesavepath
private
System.Windows.Forms.OpenFileDialog NoteFly.FrmSettings.openFileDialogBrowseGPG
private
ShortcutTextBox NoteFly.FrmSettings.shortcutTextBoxManageNotes
private
ShortcutTextBox NoteFly.FrmSettings.shortcutTextBoxNewNote
private
ShortcutTextBox NoteFly.FrmSettings.shortcutTextBoxNotesToFront
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabAdvance
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabAppearance
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabAppearanceOverall
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabAppereanceManagenotes
private
System.Windows.Forms.TabControl NoteFly.FrmSettings.tabControlNetwork
private
System.Windows.Forms.TabControl NoteFly.FrmSettings.tabControlSettings
private
System.Windows.Forms.TabControl NoteFly.FrmSettings.tabControlSharing
private
System.Windows.Forms.TabControl NoteFly.FrmSettings.tabctrlAppearance
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabEmail
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabGeneral
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabHighlight
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabHotkeys
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel1
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel10
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel11
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel3
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel4
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel5
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel6
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel7
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel8
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanel9
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanelNewNote
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanelNotes
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanelShortcuts
private
System.Windows.Forms.TableLayoutPanel NoteFly.FrmSettings.tableLayoutPanelTrayicon
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabNetwork
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabPageFonts
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabPageGPG
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabPageNewNote
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabPageTrayicon
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabProxy
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabSharing
private
System.Windows.Forms.TabPage NoteFly.FrmSettings.tabUpdates
private
EmailTextBox NoteFly.FrmSettings.tbDefaultEmail
private
IOTextBox NoteFly.FrmSettings.tbGPGPath
private
IOTextBox NoteFly.FrmSettings.tbNotesSavePath
private