| 52 | END_MESSAGE_MAP( ) |
| 53 | |
| 54 | CReClassExApp::CReClassExApp( ) |
| 55 | { |
| 56 | TCHAR AppId[256] = { 0 }; |
| 57 | |
| 58 | LoadString( NULL, AFX_IDS_APP_ID, AppId, 256 ); |
| 59 | SetAppID( AppId ); |
| 60 | |
| 61 | m_bHiColorIcons = TRUE; |
| 62 | m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART; |
| 63 | |
| 64 | g_FontWidth = FONT_DEFAULT_WIDTH; |
| 65 | g_FontHeight = FONT_DEFAULT_HEIGHT; |
| 66 | |
| 67 | } |
| 68 | |
| 69 | void CReClassExApp::ResizeMemoryFont( int font_width, int font_height ) |
| 70 | { |
nothing calls this directly
no outgoing calls
no test coverage detected