|
@@ -59,8 +59,8 @@ protected: //
|
|
CClassView m_wndClassView;
|
|
CClassView m_wndClassView;
|
|
COutputWnd m_wndOutput;
|
|
COutputWnd m_wndOutput;
|
|
CPropertiesWnd m_wndProperties;
|
|
CPropertiesWnd m_wndProperties;
|
|
- COutlookBar m_wndNavigationBar;
|
|
|
|
#if __OUTLOOKBAR__
|
|
#if __OUTLOOKBAR__
|
|
|
|
+ COutlookBar m_wndNavigationBar;
|
|
CMFCShellTreeCtrl m_wndTree;
|
|
CMFCShellTreeCtrl m_wndTree;
|
|
CCalendarBar m_wndCalendar;
|
|
CCalendarBar m_wndCalendar;
|
|
#endif
|
|
#endif
|
|
@@ -79,7 +79,9 @@ protected:
|
|
void InitializeRibbon();
|
|
void InitializeRibbon();
|
|
BOOL CreateDockingWindows();
|
|
BOOL CreateDockingWindows();
|
|
void SetDockingWindowIcons(BOOL bHiColorIcons);
|
|
void SetDockingWindowIcons(BOOL bHiColorIcons);
|
|
|
|
+#if __OUTLOOKBAR__
|
|
BOOL CreateOutlookBar(CMFCOutlookBar& bar, UINT uiID, CMFCShellTreeCtrl& tree, CCalendarBar& calendar, int nInitialWidth);
|
|
BOOL CreateOutlookBar(CMFCOutlookBar& bar, UINT uiID, CMFCShellTreeCtrl& tree, CCalendarBar& calendar, int nInitialWidth);
|
|
|
|
+#endif
|
|
BOOL CreateCaptionBar();
|
|
BOOL CreateCaptionBar();
|
|
|
|
|
|
int FindFocusedOutlookWnd(CMFCOutlookBarTabCtrl** ppOutlookWnd);
|
|
int FindFocusedOutlookWnd(CMFCOutlookBarTabCtrl** ppOutlookWnd);
|