aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/drawstuff/src/resources.rc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ode-0.9/drawstuff/src/resources.rc')
-rw-r--r--libraries/ode-0.9/drawstuff/src/resources.rc153
1 files changed, 153 insertions, 0 deletions
diff --git a/libraries/ode-0.9/drawstuff/src/resources.rc b/libraries/ode-0.9/drawstuff/src/resources.rc
new file mode 100644
index 0000000..61611f7
--- /dev/null
+++ b/libraries/ode-0.9/drawstuff/src/resources.rc
@@ -0,0 +1,153 @@
1//Microsoft Developer Studio 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
12// added by RLS to make this work with windres
13#include "winresrc.h"
14#define IDC_STATIC (-1)
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
24LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
25#pragma code_page(1252)
26#endif //_WIN32
27
28/////////////////////////////////////////////////////////////////////////////
29//
30// Dialog
31//
32
33IDD_ABOUT DIALOG DISCARDABLE 0, 0, 257, 105
34STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
35CAPTION "About"
36FONT 8, "MS Sans Serif"
37BEGIN
38 DEFPUSHBUTTON "OK",IDOK,200,84,50,14
39 LTEXT "Simulation test environment",IDC_STATIC,7,7,243,8
40 LTEXT "Change the camera position by clicking + dragging in the main window.",
41 IDC_STATIC,7,24,243,8
42 LTEXT "Left button - pan and tilt.",IDC_STATIC,25,37,225,8
43 LTEXT "Right button - forward and sideways.",IDC_STATIC,25,48,
44 225,8
45 LTEXT "Left + Right button (or middle button) - sideways and up.",
46 IDC_STATIC,25,59,225,8
47END
48
49
50#ifdef APSTUDIO_INVOKED
51/////////////////////////////////////////////////////////////////////////////
52//
53// TEXTINCLUDE
54//
55
561 TEXTINCLUDE DISCARDABLE
57BEGIN
58 "resource.h\0"
59END
60
612 TEXTINCLUDE DISCARDABLE
62BEGIN
63 //"#include ""afxres.h""\r\n"
64 "\0"
65END
66
673 TEXTINCLUDE DISCARDABLE
68BEGIN
69 "\r\n"
70 "\0"
71END
72
73#endif // APSTUDIO_INVOKED
74
75
76/////////////////////////////////////////////////////////////////////////////
77//
78// Menu
79//
80
81IDR_MENU1 MENU DISCARDABLE
82BEGIN
83 POPUP "&File"
84 BEGIN
85 MENUITEM "&Exit\tCtrl+X", IDM_EXIT
86 END
87 POPUP "&Simulation"
88 BEGIN
89 MENUITEM "&Pause\tCtrl+P", IDM_PAUSE
90 MENUITEM "Single Step\tCtrl+O", IDM_SINGLE_STEP
91 MENUITEM "Performance &Monitor", IDM_PERF_MONITOR, GRAYED
92 MENUITEM SEPARATOR
93 MENUITEM "&Shadows\tCtrl+S", IDM_SHADOWS, CHECKED
94 MENUITEM "&Textures\tCtrl+T", IDM_TEXTURES, CHECKED
95 MENUITEM SEPARATOR
96 MENUITEM "S&ave Settings", IDM_SAVE_SETTINGS, GRAYED
97 END
98 POPUP "&Help"
99 BEGIN
100 MENUITEM "&About", IDM_ABOUT
101 END
102END
103
104
105/////////////////////////////////////////////////////////////////////////////
106//
107// DESIGNINFO
108//
109
110#ifdef APSTUDIO_INVOKED
111GUIDELINES DESIGNINFO DISCARDABLE
112BEGIN
113 IDD_ABOUT, DIALOG
114 BEGIN
115 LEFTMARGIN, 7
116 RIGHTMARGIN, 250
117 VERTGUIDE, 25
118 TOPMARGIN, 7
119 BOTTOMMARGIN, 98
120 END
121END
122#endif // APSTUDIO_INVOKED
123
124
125/////////////////////////////////////////////////////////////////////////////
126//
127// Accelerator
128//
129
130IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE
131BEGIN
132 "O", IDM_SINGLE_STEP, VIRTKEY, CONTROL, NOINVERT
133 "P", IDM_PAUSE, VIRTKEY, CONTROL, NOINVERT
134 "S", IDM_SHADOWS, VIRTKEY, CONTROL, NOINVERT
135 "T", IDM_TEXTURES, VIRTKEY, CONTROL, NOINVERT
136 "X", IDM_EXIT, VIRTKEY, CONTROL, NOINVERT
137END
138
139#endif // English (U.S.) resources
140/////////////////////////////////////////////////////////////////////////////
141
142
143
144#ifndef APSTUDIO_INVOKED
145/////////////////////////////////////////////////////////////////////////////
146//
147// Generated from the TEXTINCLUDE 3 resource.
148//
149
150
151/////////////////////////////////////////////////////////////////////////////
152#endif // not APSTUDIO_INVOKED
153