|
version 1.13, 2007/03/20 17:09:57
|
version 1.14, 2007/03/30 13:51:21
|
|
|
|
| // NOTE - the ClassWizard will add and remove member functions here. | // NOTE - the ClassWizard will add and remove member functions here. |
| //}}AFX_MSG | //}}AFX_MSG |
| DECLARE_MESSAGE_MAP() | DECLARE_MESSAGE_MAP() |
| |
|
| |
private: |
| |
bool lockedUI; |
| |
|
| public: | public: |
| CFont fontBold; | CFont fontBold; |
| CFont fontNormal; | CFont fontNormal; |
|
|
|
| // shows/hides the sync controls | // shows/hides the sync controls |
| void showSyncControls(BOOL show); | void showSyncControls(BOOL show); |
| | |
| |
void lockButtons(); |
| |
void unlockButtons(); |
| |
|
| // change UI status text for a source | // change UI status text for a source |
| void changeContactsStatus(CString status); | void changeContactsStatus(CString status); |
| void changeCalendarStatus(CString status); | void changeCalendarStatus(CString status); |