Assembla home | Assembla project page
 

root/trunk/MfcWindowlessVideoRenderer01/MfcWindowlessVideoRenderer01.rc

Revision 14, 4.9 kB (checked in by alax, 1 year ago)

--

  • Property svn:keywords set to Id
Line 
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 #ifndef APSTUDIO_INVOKED
11 #include "targetver.h"
12 #endif
13 #include "afxres.h"
14
15 /////////////////////////////////////////////////////////////////////////////
16 #undef APSTUDIO_READONLY_SYMBOLS
17
18 /////////////////////////////////////////////////////////////////////////////
19 // English (U.S.) resources
20
21 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
22 #ifdef _WIN32
23 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24 #pragma code_page(1252)
25 #endif //_WIN32
26
27 #ifdef APSTUDIO_INVOKED
28 /////////////////////////////////////////////////////////////////////////////
29 //
30 // TEXTINCLUDE
31 //
32
33 1 TEXTINCLUDE
34 BEGIN
35     "resource.h\0"
36 END
37
38 2 TEXTINCLUDE
39 BEGIN
40     "#ifndef APSTUDIO_INVOKED\r\n"
41     "#include ""targetver.h""\r\n"
42     "#endif\r\n"
43     "#include ""afxres.h""\r\n"
44     "\0"
45 END
46
47 3 TEXTINCLUDE
48 BEGIN
49     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
50     "#define _AFX_NO_OLE_RESOURCES\r\n"
51     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
52     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
53     "\r\n"
54     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
55     "LANGUAGE 9, 1\r\n"
56     "#pragma code_page(1252)\r\n"
57     "#include ""res\\MfcWindowlessVideoRenderer01.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
58     "#include ""afxres.rc""     // Standard components\r\n"
59     "#endif\r\n"
60     "\r\n"
61     "1 TYPELIB ""MfcWindowlessVideoRenderer01.tlb\0"
62 END
63
64 #endif    // APSTUDIO_INVOKED
65
66
67 /////////////////////////////////////////////////////////////////////////////
68 //
69 // Icon
70 //
71
72 // Icon with lowest ID value placed first to ensure application icon
73 // remains consistent on all systems.
74 IDR_MAINFRAME           ICON                    "res\\MfcWindowlessVideoRenderer01.ico"
75
76 /////////////////////////////////////////////////////////////////////////////
77 //
78 // Dialog
79 //
80
81 IDD_MFCWINDOWLESSVIDEORENDERER01_DIALOG DIALOGEX 0, 0, 320, 201
82 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
83 EXSTYLE WS_EX_APPWINDOW
84 CAPTION "MfcWindowlessVideoRenderer01"
85 FONT 8, "MS Shell Dlg", 0, 0, 0x1
86 BEGIN
87     DEFPUSHBUTTON   "&Start",IDC_START,258,6,50,14
88     PUSHBUTTON      "S&top",IDC_STOP,258,24,50,14
89     LTEXT           "Here will be video 1",IDC_VIDEO1,6,6,240,90
90     LTEXT           "Here will be video 2",IDC_VIDEO2,6,102,240,90
91 END
92
93
94 /////////////////////////////////////////////////////////////////////////////
95 //
96 // Version
97 //
98
99 VS_VERSION_INFO VERSIONINFO
100  FILEVERSION  1, 0, 0, 24
101  PRODUCTVERSION 1,0,0,1
102  FILEFLAGSMASK 0x3fL
103 #ifdef _DEBUG
104  FILEFLAGS 0x1L
105 #else
106  FILEFLAGS 0x0L
107 #endif
108  FILEOS 0x4L
109  FILETYPE 0x1L
110  FILESUBTYPE 0x0L
111 BEGIN
112     BLOCK "StringFileInfo"
113     BEGIN
114         BLOCK "040904e4"
115         BEGIN
116             VALUE "CompanyName", "TODO: <Company name>"
117             VALUE "FileDescription", "TODO: <File description>"
118             VALUE "FileVersion",  "1, 0, 0, 24\0"
119             VALUE "InternalName", "MfcWindowlessVideoRenderer01.exe"
120             VALUE "LegalCopyright", "TODO: (c) <Company name>.  All rights reserved."
121             VALUE "OriginalFilename", "MfcWindowlessVideoRenderer01.exe"
122             VALUE "ProductName", "TODO: <Product name>"
123             VALUE "ProductVersion", "1.0.0.1"
124         END
125     END
126     BLOCK "VarFileInfo"
127     BEGIN
128         VALUE "Translation", 0x409, 1252
129     END
130 END
131
132
133 /////////////////////////////////////////////////////////////////////////////
134 //
135 // DESIGNINFO
136 //
137
138 #ifdef APSTUDIO_INVOKED
139 GUIDELINES DESIGNINFO
140 BEGIN
141     IDD_MFCWINDOWLESSVIDEORENDERER01_DIALOG, DIALOG
142     BEGIN
143         LEFTMARGIN, 7
144         RIGHTMARGIN, 313
145         TOPMARGIN, 7
146         BOTTOMMARGIN, 194
147     END
148 END
149 #endif    // APSTUDIO_INVOKED
150
151
152 /////////////////////////////////////////////////////////////////////////////
153 //
154 // REGISTRY
155 //
156
157 IDR_MFCWINDOWLESSVIDEORENDERER01 REGISTRY                "MfcWindowlessVideoRenderer01.rgs"
158 #endif    // English (U.S.) resources
159 /////////////////////////////////////////////////////////////////////////////
160
161
162
163 #ifndef APSTUDIO_INVOKED
164 /////////////////////////////////////////////////////////////////////////////
165 //
166 // Generated from the TEXTINCLUDE 3 resource.
167 //
168 #define _AFX_NO_SPLITTER_RESOURCES
169 #define _AFX_NO_OLE_RESOURCES
170 #define _AFX_NO_TRACKER_RESOURCES
171 #define _AFX_NO_PROPERTY_RESOURCES
172
173 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
174 LANGUAGE 9, 1
175 #pragma code_page(1252)
176 #include "res\MfcWindowlessVideoRenderer01.rc2"  // non-Microsoft Visual C++ edited resources
177 #include "afxres.rc"     // Standard components
178 #endif
179
180 1 TYPELIB "MfcWindowlessVideoRenderer01.tlb"
181 /////////////////////////////////////////////////////////////////////////////
182 #endif    // not APSTUDIO_INVOKED
183
Note: See TracBrowser for help on using the browser.