1 // Microsoft Visual C++ generated resource script. 2 // 3 #include "resource.h" 4 5 #define APSTUDIO_READONLY_SYMBOLS 6 ///////////////////////////////////////////////////////////////////////////// 7 // 8 // Generated from the TEXTINCLUDE 2 resource. 9 // 10 //#include "afxres.h" 11 #ifndef IDC_STATIC 12 #define IDC_STATIC (-1) 13 #endif 14 #include "winresrc.h" 15 16 ///////////////////////////////////////////////////////////////////////////// 17 #undef APSTUDIO_READONLY_SYMBOLS 18 19 ///////////////////////////////////////////////////////////////////////////// 20 // English (U.S.) resources 21 22 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 23 #ifdef _WIN32 24 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 25 #pragma code_page(1252) 26 #endif //_WIN32 27 28 #ifdef APSTUDIO_INVOKED 29 ///////////////////////////////////////////////////////////////////////////// 30 // 31 // TEXTINCLUDE 32 // 33 34 1 TEXTINCLUDE 35 BEGIN 36 "resource.h\0" 37 END 38 39 2 TEXTINCLUDE 40 BEGIN 41 "#include ""afxres.h""\r\n" 42 "\0" 43 END 44 45 3 TEXTINCLUDE 46 BEGIN 47 "\r\n" 48 "\0" 49 END 50 51 #endif // APSTUDIO_INVOKED 52 53 54 ///////////////////////////////////////////////////////////////////////////// 55 // 56 // Dialog 57 // 58 59 IDD_DIALOG1 DIALOGEX 0, 0, 100, 100 60 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION 61 CAPTION "Capture Window" 62 FONT 8, "MS Shell Dlg", 400, 0, 0x1 63 BEGIN 64 LTEXT "This window is used as Input Capture Window, and to display some info. Press Q or ESC to exit or hit button 1 of joystick", 65 IDC_STATIC,7,7,82,86 66 END 67 68 69 ///////////////////////////////////////////////////////////////////////////// 70 // 71 // DESIGNINFO 72 // 73 74 #ifdef APSTUDIO_INVOKED 75 GUIDELINES DESIGNINFO 76 BEGIN 77 IDD_DIALOG1, DIALOG 78 BEGIN 79 LEFTMARGIN, 7 80 TOPMARGIN, 7 81 END 82 END 83 #endif // APSTUDIO_INVOKED 84 85 #endif // English (U.S.) resources 86 ///////////////////////////////////////////////////////////////////////////// 87 88 89 90 #ifndef APSTUDIO_INVOKED 91 ///////////////////////////////////////////////////////////////////////////// 92 // 93 // Generated from the TEXTINCLUDE 3 resource. 94 // 95 96 97 ///////////////////////////////////////////////////////////////////////////// 98 #endif // not APSTUDIO_INVOKED 99 100