#include <SyncSettings.h>
Public Types | |
enum | { IDD = IDD_SYNC } |
Public Member Functions | |
bool | saveSettings (bool) |
afx_msg void | OnBnClickedSyncCheckContacts () |
afx_msg void | OnBnClickedSyncCheckCalendar () |
afx_msg void | OnBnClickedSyncCheckTasks () |
afx_msg void | OnBnClickedSyncCheckNotes () |
afx_msg void | OnBnClickedSyncCheckPictures () |
afx_msg void | OnBnClickedSyncOk () |
afx_msg void | OnBnClickedSyncCancel () |
afx_msg void | OnBnClickedSyncButContacts () |
afx_msg void | OnBnClickedSyncButCalendar () |
afx_msg void | OnBnClickedSyncButTasks () |
afx_msg void | OnBnClickedSyncButNotes () |
afx_msg void | OnBnClickedSyncButPictures () |
afx_msg void | OnNcPaint () |
afx_msg void | OnBnClickedSchedulerCheckEnabled () |
afx_msg void | OnCbnSelchangeSchedulerComboValue () |
afx_msg void | OnBnClickedSyncCheckOutlookOpen () |
Public Attributes | |
CButton | checkContacts |
CButton | checkCalendar |
CButton | checkTasks |
CButton | checkNotes |
CButton | checkPictures |
CButton | butContacts |
CButton | butCalendar |
CButton | butTasks |
CButton | butNotes |
CButton | butPictures |
bool | saveSyncTypeContacts |
bool | saveSyncTypeCalendar |
bool | saveSyncTypeTasks |
bool | saveSyncTypeNotes |
bool | saveSyncTypePictures |
bool | saveScheduler |
bool | saveAttach |
CButton | checkEnabled |
CButton | checkEncryption |
CButton | checkAttach |
CStatic | groupItems |
CStatic | groupScheduler |
CStatic | groupSecurity |
CComboBox | comboSchedulerValue |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
afx_msg LRESULT | OnInitForm (WPARAM, LPARAM) |
void | hideSource (CButton &button1, CButton &button2, bool *synctype, int sep1, int sep2) |
hide a source given its components | |
void | disableSource (CButton &button1, CButton &button2, bool *synctype, int sep1, int sep2) |
disable a source (it remaining visible by greyed) given its components |