|
| 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...
|
| |