source: GTP/trunk/App/Demos/Illum/Rain/res/rain.rc @ 2221

Revision 2221, 2.2 KB checked in by plemenos, 17 years ago (diff)
  • Property svn:executable set to *
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#include "winres.h"
11
12/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS
14
15/////////////////////////////////////////////////////////////////////////////
16// Danish resources
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DAN)
19#ifdef _WIN32
20LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
21#pragma code_page(1252)
22#endif //_WIN32
23
24/////////////////////////////////////////////////////////////////////////////
25//
26// Icon
27//
28
29// Icon with lowest ID value placed first to ensure application icon
30// remains consistent on all systems.
31IDI_ICON1               ICON                    "rain.ico"
32#endif    // Danish resources
33/////////////////////////////////////////////////////////////////////////////
34
35
36/////////////////////////////////////////////////////////////////////////////
37// English (U.S.) resources
38
39#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
40#ifdef _WIN32
41LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
42#pragma code_page(1252)
43#endif //_WIN32
44
45#ifdef APSTUDIO_INVOKED
46/////////////////////////////////////////////////////////////////////////////
47//
48// TEXTINCLUDE
49//
50
511 TEXTINCLUDE
52BEGIN
53    "resource.h\0"
54END
55
562 TEXTINCLUDE
57BEGIN
58    "#include ""winres.h""\r\n"
59    "\0"
60END
61
623 TEXTINCLUDE
63BEGIN
64    "\r\n"
65    "\0"
66END
67
68#endif    // APSTUDIO_INVOKED
69
70
71/////////////////////////////////////////////////////////////////////////////
72//
73// String Table
74//
75
76STRINGTABLE
77BEGIN
78    IDS_APP_TITLE           "rain"
79END
80
81IDI_APPICON             ICON                    "rain.ico"
82#endif    // English (U.S.) resources
83/////////////////////////////////////////////////////////////////////////////
84
85
86
87#ifndef APSTUDIO_INVOKED
88/////////////////////////////////////////////////////////////////////////////
89//
90// Generated from the TEXTINCLUDE 3 resource.
91//
92
93
94/////////////////////////////////////////////////////////////////////////////
95#endif    // not APSTUDIO_INVOKED
96
Note: See TracBrowser for help on using the repository browser.