#include <NotesSettings.h>
Public Types | |
enum | { IDD = IDD_NOTES } |
Public Member Functions | |
bool | saveSettings (bool) |
afx_msg void | OnBnClickedNotesOk () |
afx_msg void | OnBnClickedNotesCancel () |
afx_msg void | OnBnClickedNotesButSelect () |
afx_msg void | OnBnClickedNotesRadioVNote () |
afx_msg void | OnBnClickedNotesRadioSif () |
afx_msg void | OnBnClickedNotesCheckShared () |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
void | loadSyncModesBox (const char *sourceName) |
Loads the string data into the syncmode editbox/dropdown box. | |
Protected Attributes | |
CComboBox | lstSyncType |
CEdit | editFolder |
CButton | checkInclude |
CButton | butSelectFolder |
CEdit | editRemote |
CStatic | groupDirection |
CStatic | groupFolder |
CStatic | groupAdvanced |
CButton | radioSif |
CButton | radioVNote |
CButton | checkShared |
Private Attributes | |
int | currentRadioChecked |
void CNotesSettings::loadSyncModesBox | ( | const char * | sourceName | ) | [protected] |
Loads the string data into the syncmode editbox/dropdown box.
If only 1 syncmode is available, the editbox is used. Otherwise the dropdown box is used.
References WindowsSyncSourceConfig::getSyncModes(), and OutlookConfig::getSyncSourceConfig().