Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenfontview.h
Go to the documentation of this file.
00001 #include <windows.h> 00002 00003 #include "resource.h" 00004 #include "display.h" 00005 00006 #define MAX_LOADSTRING 50 00007 #define MAX_BUTTONNAME 30 00008 00009 #define HEADER_SIZE 37 00010 #define BUTTON_POS_X 6 00011 #define BUTTON_POS_Y 8 00012 #define BUTTON_WIDTH 72 00013 #define BUTTON_HEIGHT 21 00014 00015 #define IDC_QUIT 1001 00016 #define IDC_PRINT 1002 00017 #define IDC_DISPLAY 1003 00018 00019 LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM); 00020 00021 BOOL LoadFont(LPWSTR lpCmdLine); Generated on Sun May 27 2012 04:16:36 for ReactOS by
1.7.6.1
|