|
version 1.3, 2006/12/14 17:03:19
|
version 1.3.2.1, 2007/01/12 13:18:13
|
|
|
|
| DECLARE_DYNCREATE(CMainSyncFrame) | DECLARE_DYNCREATE(CMainSyncFrame) |
| | |
| public: | public: |
| |
|
| CConfigFrame* pConfigFrame; | CConfigFrame* pConfigFrame; |
| | |
| protected: | protected: |
|
|
|
| // Implementation | // Implementation |
| public: | public: |
| virtual ~CMainSyncFrame(); | virtual ~CMainSyncFrame(); |
| |
void backupSyncModeSettings(); |
| |
void restoreSyncModeSettings(); |
| void showSettingsWindow(); | void showSettingsWindow(); |
| |
|
| #ifdef _DEBUG | #ifdef _DEBUG |
| virtual void AssertValid() const; | virtual void AssertValid() const; |
| virtual void Dump(CDumpContext& dc) const; | virtual void Dump(CDumpContext& dc) const; |
| #endif | #endif |
| | |
| protected: // control bar embedded members | protected: // control bar embedded members |
| |
int syncModeCalendar; int syncModeContacts; int syncModeTasks; int syncModeNotes; |
| CFont fontBold; | CFont fontBold; |
| CButton butSync; | CButton butSync; |
| | |
|
|
|
| int totalItems; | int totalItems; |
| int currentItem; | int currentItem; |
| int syncSourceBegin; | int syncSourceBegin; |
| int totalSources; |
|
| bool updatedPbar; |
|
| | |
| public: | public: |
| CStatusBar wndStatusBar; | CStatusBar wndStatusBar; |