| 82 | |
| 83 | // CMainFrame construction/destruction |
| 84 | CMainFrame::CMainFrame( ) |
| 85 | { |
| 86 | // TODO: Add member initialization code here |
| 87 | g_ReClassApp.m_nAppLook = g_ReClassApp.GetInt( _T( "ApplicationLook" ), ID_VIEW_APPLOOK_OFF_2007_BLACK ); |
| 88 | } |
| 89 | |
| 90 | CMainFrame::~CMainFrame( ) |
| 91 | { |