#include <FullSync.h>
Public Types | |
enum | { IDD = IDD_FULLSYNC } |
Public Member Functions | |
CFullSync (CWnd *pParent=NULL) | |
virtual BOOL | OnInitDialog () |
afx_msg void | OnBnClickedOk () |
afx_msg void | OnBnClickedCancel () |
afx_msg void | OnBnClickedSourceCheckBox () |
Enable/disable the 'Recover' button, checking if at least one source is selected. | |
afx_msg void | OnBnClickedRefreshC2S () |
Disables and unchecks the 'picture' source checkbox. | |
afx_msg void | OnBnClickedRefreshS2C () |
Enables the 'picture' source checkbox. | |
Public Attributes | |
CComboBox | lstSyncType |
CButton | checkContacts |
CButton | checkCalendar |
CButton | checkTasks |
CButton | checkNotes |
CButton | checkPictures |
CButton | radio1 |
CButton | radio2 |
CButton | radio3 |
CStatic | groupDirection |
CStatic | groupItems |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Private Member Functions | |
void | adjustCheckboxes () |
Resize/move dynamically the source checkboxes, based on the number of sources visible. | |
bool | isAtLeastOneSourceChecked () |
Returns true if at least one source checkbox is checked. |