-
Notifications
You must be signed in to change notification settings - Fork 0
/
ocaml.rc
255 lines (211 loc) · 6.52 KB
/
ocaml.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
#include "inriares.h"
/////////////////////////////////////////////////////////////////////////////
#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
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
1000 ICON "ocaml.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
IDMAINMENU MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Open...", IDM_OPEN
MENUITEM "&Save ML...", IDM_SAVE
MENUITEM "Save &Transcript...", IDM_SAVEAS
MENUITEM SEPARATOR
MENUITEM "&Print", IDM_PRINT, GRAYED
MENUITEM "P&rint Setup...", IDM_PRINTSU, GRAYED
MENUITEM SEPARATOR
MENUITEM "E&xit", IDM_EXIT
END
POPUP "&Edit"
BEGIN
MENUITEM "&Undo\tAlt+BkSp", IDM_EDITUNDO
MENUITEM SEPARATOR
MENUITEM "Cu&t\t Shift+Del", IDM_EDITCUT
MENUITEM "&Copy\tCtrl+Ins", IDM_EDITCOPY
MENUITEM "&Paste\tShift+Ins", IDM_EDITPASTE
END
POPUP "Workspace"
BEGIN
MENUITEM "&Font...", IDM_FONT
MENUITEM "Text &Color...", IDM_COLORTEXT
MENUITEM "&Background Color...", IDM_BACKCOLOR
MENUITEM SEPARATOR
MENUITEM "&History...", IDM_HISTORY
MENUITEM "&Garbage Collect", IDM_GC
MENUITEM "&Interrupt", IDCTRLC
END
POPUP "&Window", GRAYED
BEGIN
MENUITEM "&Tile", IDM_WINDOWTILE, INACTIVE
MENUITEM "&Cascade", IDM_WINDOWCASCADE, INACTIVE
MENUITEM "Arrange &Icons", IDM_WINDOWICONS, INACTIVE
MENUITEM "Close &All", IDM_WINDOWCLOSEALL, INACTIVE
END
POPUP "&Help"
BEGIN
MENUITEM "&About...", IDM_ABOUT
END
END
/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//
BARMDI ACCELERATORS
BEGIN
"Q", IDM_EXIT, VIRTKEY, CONTROL
END
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_ABOUT DIALOGEX 7, 29, 236, 81
STYLE DS_SETFONT | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE
CAPTION "About OCamlWinPlus"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
LTEXT "OCaml for Windows",101,75,7,90,12
LTEXT "New Windows Interface 1.9RC4",102,68,15,104,12
CTEXT "Copyright 1996-2001\nUpdated 2003",103,88,25,66,23
CTEXT "Institut National de Recherche en Informatique et Automatique",
104,16,46,211,10
CTEXT "Réalisé par Jacob Navia 2001. Updated by Chris Watford 2003.\nwatford@uiuc.edu",
105,18,54,207,19
END
IDD_HISTORY DIALOGEX 6, 18, 261, 184
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU | WS_THICKFRAME
EXSTYLE WS_EX_TOOLWINDOW
CAPTION "Session History"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
LISTBOX IDLIST,7,7,247,173,LBS_USETABSTOPS | WS_VSCROLL |
WS_HSCROLL | WS_TABSTOP
END
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""windows.h""\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""inriares.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
3010 "Switches to "
END
STRINGTABLE
BEGIN
2000 "Create, open, save, or print documents"
2010 "Get help"
END
STRINGTABLE
BEGIN
500 "Displays information about this application"
END
STRINGTABLE
BEGIN
440 "Closes all open windows"
END
STRINGTABLE
BEGIN
420 "Arranges windows as overlapping tiles"
430 "Arranges minimized window icons"
END
STRINGTABLE
BEGIN
410 "Arranges windows as non-overlapping tiles"
END
STRINGTABLE
BEGIN
340 "Inserts the clipboard contents at the insertion point"
350 "Removes the selection without putting it on the clipboard"
END
STRINGTABLE
BEGIN
320 "Cuts the selection and puts it on the clipboard"
330 "Copies the selection and puts it on the clipboard"
END
STRINGTABLE
BEGIN
310 "Reverses the last action"
END
STRINGTABLE
BEGIN
260 "Changes the printer selection or configuration"
270 "Quits this application"
END
STRINGTABLE
BEGIN
240 "Closes the active document"
250 "Prints the active document"
END
STRINGTABLE
BEGIN
230 "Saves the active document under a different name"
END
STRINGTABLE
BEGIN
210 "Opens an existing document"
220 "Saves the active document"
END
STRINGTABLE
BEGIN
200 "Creates a new session"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED