FF.rc 2.09 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
//#include "afxres.h"
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
Ben Hymers's avatar
Ben Hymers committed
14
#include "winresrc.h"
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

Ben Hymers's avatar
Ben Hymers committed
34
1 TEXTINCLUDE
35
36
37
38
BEGIN
    "resource.h\0"
END

Ben Hymers's avatar
Ben Hymers committed
39
2 TEXTINCLUDE
40
41
42
43
44
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

Ben Hymers's avatar
Ben Hymers committed
45
3 TEXTINCLUDE
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
BEGIN
    "\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_DIALOG1 DIALOGEX 0, 0, 100, 100
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
CAPTION "Capture Window"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    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",
                    IDC_STATIC,7,7,82,86
END


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
Ben Hymers's avatar
Ben Hymers committed
75
GUIDELINES DESIGNINFO
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
BEGIN
    IDD_DIALOG1, DIALOG
    BEGIN
        LEFTMARGIN, 7
        TOPMARGIN, 7
    END
END
#endif    // APSTUDIO_INVOKED

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED