|
version 1.4, 2007/01/22 15:21:08
|
version 1.5, 2007/01/23 15:05:18
|
|
|
|
| int currentItem; | int currentItem; |
| int syncSourceBegin; | int syncSourceBegin; |
| | |
| |
|
| public: | public: |
| CStatusBar wndStatusBar; | CStatusBar wndStatusBar; |
| CSplitter wndSplitter; | CSplitter wndSplitter; |
|
|
|
| afx_msg LRESULT OnMsgStartsyncEnded(WPARAM , LPARAM); | afx_msg LRESULT OnMsgStartsyncEnded(WPARAM , LPARAM); |
| afx_msg LRESULT OnMsgRefreshStatusBar(WPARAM, LPARAM); | afx_msg LRESULT OnMsgRefreshStatusBar(WPARAM, LPARAM); |
| afx_msg LRESULT OnMsgAppModal(WPARAM, LPARAM); | afx_msg LRESULT OnMsgAppModal(WPARAM, LPARAM); |
| |
afx_msg LRESULT OnMsgSyncSourceState(WPARAM, LPARAM); |
| | |
| afx_msg void OnFileConfiguration(); | afx_msg void OnFileConfiguration(); |
| afx_msg void OnToolsFullSync(); | afx_msg void OnToolsFullSync(); |