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/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS
14
15/////////////////////////////////////////////////////////////////////////////
16// English (U.S.) resources
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19#ifdef _WIN32
20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
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.
31IDR_MAINFRAME           ICON    DISCARDABLE     "res\\XPreplay.ico"
32IDR_XPREPLTYPE          ICON    DISCARDABLE     "res\\XPreplayDoc.ico"
33
34/////////////////////////////////////////////////////////////////////////////
35//
36// Bitmap
37//
38
39IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\\Toolbar.bmp"
40
41/////////////////////////////////////////////////////////////////////////////
42//
43// Toolbar
44//
45
46IDR_MAINFRAME TOOLBAR DISCARDABLE  23, 22
47BEGIN
48    BUTTON      IDT_TOSTART
49    BUTTON      IDT_REWIND
50    BUTTON      IDT_REVERSE
51    BUTTON      IDT_SLOWBACK
52    BUTTON      IDT_SLOWPLAY
53    BUTTON      IDT_PLAY
54    BUTTON      IDT_FORWARD
55    BUTTON      IDT_TOEND
56    BUTTON      IDT_STOP
57    BUTTON      IDT_PAUSE
58    SEPARATOR
59    BUTTON      IDT_STARTFRAME
60    BUTTON      IDT_ENDFRAME
61END
62
63
64/////////////////////////////////////////////////////////////////////////////
65//
66// Menu
67//
68
69IDR_MAINFRAME MENUEX PRELOAD DISCARDABLE
70BEGIN
71    POPUP "&File",                          65535,MFT_STRING,MFS_ENABLED
72    BEGIN
73        MENUITEM "&Open...\tCtrl+O",            57601,MFT_STRING,MFS_ENABLED
74        MENUITEM "&Save selection\tCtrl+S",     57603,MFT_STRING,MFS_GRAYED
75        MENUITEM "Save selection &As...",       57604,MFT_STRING,MFS_GRAYED
76        MENUITEM MFT_SEPARATOR
77        MENUITEM "Recent File",                 57616,MFT_STRING,MFS_GRAYED
78        MENUITEM MFT_SEPARATOR
79        MENUITEM "&Properties\tAlt+Enter",      32781,MFT_STRING,MFS_GRAYED
80        MENUITEM "E&xit",                       57665,MFT_STRING,MFS_ENABLED
81    END
82    POPUP "&View",                          65535,MFT_STRING,MFS_ENABLED
83    BEGIN
84        MENUITEM "&Toolbar",                    59392,MFT_STRING,MFS_ENABLED
85        MENUITEM "S&liderbar",                  32789,MFT_STRING,MFS_ENABLED
86        MENUITEM "&Status Bar",                 59393,MFT_STRING,MFS_ENABLED
87    END
88    POPUP "&Options",                       65535,MFT_STRING,MFS_ENABLED
89    BEGIN
90        MENUITEM "&Trust windowsize in header", 32784,MFT_STRING,MFS_CHECKED
91    END
92    POPUP "&Help",                          65535,
93    MFT_STRING | MFT_RIGHTORDER | MFT_RIGHTJUSTIFY,MFS_ENABLED
94    BEGIN
95        MENUITEM "&About XPreplay...",          57664,MFT_STRING,MFS_ENABLED
96    END
97END
98
99
100/////////////////////////////////////////////////////////////////////////////
101//
102// Accelerator
103//
104
105IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
106BEGIN
107    ",",            IDT_TOEND,              ASCII,  NOINVERT
108    ".",            IDT_STOP,               ASCII,  NOINVERT
109    "/",            IDT_PAUSE,              ASCII,  NOINVERT
110    "B",            IDT_SLOWPLAY,           VIRTKEY, NOINVERT
111    "C",            IDT_REVERSE,            VIRTKEY, NOINVERT
112    "M",            IDT_FORWARD,            VIRTKEY, NOINVERT
113    "N",            IDT_PLAY,               VIRTKEY, NOINVERT
114    "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL, NOINVERT
115    "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL, NOINVERT
116    "V",            IDT_SLOWBACK,           VIRTKEY, NOINVERT
117    VK_F6,          ID_NEXT_PANE,           VIRTKEY, NOINVERT
118    VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT, NOINVERT
119    VK_RETURN,      ID_FILE_PROPERTIES,     VIRTKEY, ALT, NOINVERT
120    "X",            IDT_REWIND,             VIRTKEY, NOINVERT
121    "Z",            IDT_TOSTART,            VIRTKEY, NOINVERT
122END
123
124
125/////////////////////////////////////////////////////////////////////////////
126//
127// Dialog
128//
129
130IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 149
131STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
132CAPTION "About XPreplay"
133FONT 8, "MS Sans Serif"
134BEGIN
135    DEFPUSHBUTTON   "OK",IDOK,83,128,45,14,WS_GROUP
136    LTEXT           "http://home.online.no/~s-with/",IDC_STATIC_URL1,23,82,
137                    99,8,NOT WS_GROUP
138    LTEXT           "http://www.daimi.au.dk/~herborg/xpilot/ballruns.html",
139                    IDC_STATIC_URL2,23,93,169,8,NOT WS_GROUP
140    LTEXT           "http://www.crosswinds.net/~suicide_king/",
141                    IDC_STATIC_URL3,23,104,137,8,NOT WS_GROUP
142    ICON            IDR_MAINFRAME,IDC_STATIC,7,7,20,20
143    LTEXT           "XPreplay Version 0.4",IDC_STATIC,37,10,119,8,
144                    SS_NOPREFIX
145    LTEXT           "Copyright � 2001",IDC_STATIC,37,20,119,8
146    LTEXT           "This is the Windowsport of the original xp-replay for Unix.",
147                    IDC_STATIC,14,48,178,8
148    GROUPBOX        "Info",IDC_STATIC,7,35,203,84
149    LTEXT           "Windowsplayer now can view xpilotrecordings too.",
150                    IDC_STATIC,14,57,160,8
151    LTEXT           "You can download recordings of ballruns from these sites :",
152                    IDC_STATIC,14,66,184,8
153END
154
155IDD_SLIDERBAR DIALOG DISCARDABLE  0, 0, 245, 25
156STYLE WS_CHILD
157FONT 8, "MS Sans Serif"
158BEGIN
159END
160
161
162#ifndef _MAC
163/////////////////////////////////////////////////////////////////////////////
164//
165// Version
166//
167
168VS_VERSION_INFO VERSIONINFO
169 FILEVERSION 0,4,0,0
170 PRODUCTVERSION 0,4,0,0
171 FILEFLAGSMASK 0x3fL
172#ifdef _DEBUG
173 FILEFLAGS 0x1L
174#else
175 FILEFLAGS 0x0L
176#endif
177 FILEOS 0x4L
178 FILETYPE 0x1L
179 FILESUBTYPE 0x0L
180BEGIN
181    BLOCK "StringFileInfo"
182    BEGIN
183        BLOCK "040904b0"
184        BEGIN
185            VALUE "Comments", "\0"
186            VALUE "CompanyName", "j-a-r-n-o.nl\0"
187            VALUE "FileDescription", "XPreplay\0"
188            VALUE "FileVersion", "0.4\0"
189            VALUE "InternalName", "XPreplay\0"
190            VALUE "LegalCopyright", "Copyright (C) 2001\0"
191            VALUE "LegalTrademarks", "\0"
192            VALUE "OriginalFilename", "XPreplay.exe\0"
193            VALUE "PrivateBuild", "\0"
194            VALUE "ProductName", "XPreplay\0"
195            VALUE "ProductVersion", "0.4\0"
196            VALUE "SpecialBuild", "\0"
197        END
198    END
199    BLOCK "VarFileInfo"
200    BEGIN
201        VALUE "Translation", 0x409, 1200
202    END
203END
204
205#endif    // !_MAC
206
207
208/////////////////////////////////////////////////////////////////////////////
209//
210// DESIGNINFO
211//
212
213#ifdef APSTUDIO_INVOKED
214GUIDELINES DESIGNINFO DISCARDABLE
215BEGIN
216    IDD_ABOUTBOX, DIALOG
217    BEGIN
218        LEFTMARGIN, 7
219        RIGHTMARGIN, 210
220        TOPMARGIN, 7
221        BOTTOMMARGIN, 142
222    END
223
224    IDD_SLIDERBAR, DIALOG
225    BEGIN
226        TOPMARGIN, 1
227        BOTTOMMARGIN, 24
228    END
229END
230#endif    // APSTUDIO_INVOKED
231
232
233/////////////////////////////////////////////////////////////////////////////
234//
235// String Table
236//
237
238STRINGTABLE PRELOAD DISCARDABLE
239BEGIN
240    IDR_MAINFRAME           "XPreplay\n\nXPreplay\nXPilot recordings (*.xpr)\n.xpr\nXPreplay.Document\nXPilot recording"
241END
242
243STRINGTABLE PRELOAD DISCARDABLE
244BEGIN
245    AFX_IDS_APP_TITLE       "XPreplay"
246    AFX_IDS_IDLEMESSAGE     "Ready"
247END
248
249STRINGTABLE DISCARDABLE
250BEGIN
251    ID_INDICATOR_EXT        "EXT"
252    ID_INDICATOR_CAPS       "CAP"
253    ID_INDICATOR_NUM        "NUM"
254    ID_INDICATOR_SCRL       "SCRL"
255    ID_INDICATOR_OVR        "OVR"
256    ID_INDICATOR_REC        "REC"
257    ID_INDICATOR_FRAMECOUNTER "frame 0 of 0"
258END
259
260STRINGTABLE DISCARDABLE
261BEGIN
262    ID_FILE_NEW             "Create a new document\nNew"
263    ID_FILE_OPEN            "Open an existing document\nOpen"
264    ID_FILE_CLOSE           "Close the active document\nClose"
265    ID_FILE_SAVE            "Save the active document\nSave"
266    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
267END
268
269STRINGTABLE DISCARDABLE
270BEGIN
271    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
272    ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
273END
274
275STRINGTABLE DISCARDABLE
276BEGIN
277    ID_FILE_MRU_FILE1       "Open this document"
278    ID_FILE_MRU_FILE2       "Open this document"
279    ID_FILE_MRU_FILE3       "Open this document"
280    ID_FILE_MRU_FILE4       "Open this document"
281    ID_FILE_MRU_FILE5       "Open this document"
282    ID_FILE_MRU_FILE6       "Open this document"
283    ID_FILE_MRU_FILE7       "Open this document"
284    ID_FILE_MRU_FILE8       "Open this document"
285    ID_FILE_MRU_FILE9       "Open this document"
286    ID_FILE_MRU_FILE10      "Open this document"
287    ID_FILE_MRU_FILE11      "Open this document"
288    ID_FILE_MRU_FILE12      "Open this document"
289    ID_FILE_MRU_FILE13      "Open this document"
290    ID_FILE_MRU_FILE14      "Open this document"
291    ID_FILE_MRU_FILE15      "Open this document"
292    ID_FILE_MRU_FILE16      "Open this document"
293END
294
295STRINGTABLE DISCARDABLE
296BEGIN
297    ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
298    ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
299END
300
301STRINGTABLE DISCARDABLE
302BEGIN
303    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
304END
305
306STRINGTABLE DISCARDABLE
307BEGIN
308    ID_EDIT_CLEAR           "Erase the selection\nErase"
309    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
310    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
311    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
312    ID_EDIT_FIND            "Find the specified text\nFind"
313    ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
314    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
315    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
316    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
317    ID_EDIT_UNDO            "Undo the last action\nUndo"
318    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
319END
320
321STRINGTABLE DISCARDABLE
322BEGIN
323    ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
324    ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
325END
326
327STRINGTABLE DISCARDABLE
328BEGIN
329    AFX_IDS_SCSIZE          "Change the window size"
330    AFX_IDS_SCMOVE          "Change the window position"
331    AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
332    AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
333    AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
334    AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
335    AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
336END
337
338STRINGTABLE DISCARDABLE
339BEGIN
340    AFX_IDS_SCRESTORE       "Restore the window to normal size"
341    AFX_IDS_SCTASKLIST      "Activate Task List"
342END
343
344STRINGTABLE DISCARDABLE
345BEGIN
346    IDT_STOP                "Stop playing\nStop"
347    IDT_PLAY                "Play\nPlay"
348    IDT_REVERSE             "Play in reverse\nReverse"
349    IDT_FORWARD             "Fast forward\nForward"
350    IDT_REWIND              "Rewind\nRewind"
351    IDT_TOSTART             "Move to start of recording\nMove to start"
352    IDT_TOEND               "Move to end of recording\nMove to end"
353    IDT_PAUSE               "Pause recording\nPause"
354    IDT_STARTFRAME          "Set the startframe of the selection\nSet startmarker"
355    IDT_ENDFRAME            "Set the endframe of the selection\nSet endmarker"
356    ID_FILE_PROPERTIES      "More info about the recording"
357    ID_OPTIONS_TRUSTHEADERFORSIZE
358                            "XPilotrecordings from older version of XPilot contain invalid screensizes"
359    ID_OPTIONS_USEDEFAULTCOLORS
360                            "Uses the default colorpalette instead of the one in the xpr-file"
361END
362
363STRINGTABLE DISCARDABLE
364BEGIN
365    ID_OPTIONS_TRUSTHEADER  "Older versions of XPilot recorded the wrong windowsize."
366    ID_SLOWPLAY             "Play the recording in slowmotion\nSlow play"
367    ID_SLOWBACK             "Play the recording backwards in slowmotion\nSlow reverse"
368    ID_VIEW_SLIDERBAR       "Show or hide the slider bar\nToggle Sliderbar"
369END
370
371#endif    // English (U.S.) resources
372/////////////////////////////////////////////////////////////////////////////
373
374
375/////////////////////////////////////////////////////////////////////////////
376// Dutch (Netherlands) resources
377
378#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NLD)
379#ifdef _WIN32
380LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
381#pragma code_page(1252)
382#endif //_WIN32
383
384/////////////////////////////////////////////////////////////////////////////
385//
386// Dialog
387//
388
389IDD_PROPERTIES DIALOG DISCARDABLE  0, 0, 186, 154
390STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
391CAPTION "Properties"
392FONT 8, "MS Sans Serif"
393BEGIN
394    DEFPUSHBUTTON   "OK",IDOK,67,133,50,14
395    GROUPBOX        "Recorded by",IDC_STATIC,7,7,172,37
396    LTEXT           "nickname",IDC_NICK,17,18,155,8
397    LTEXT           "user@host",IDC_USERHOST,17,29,156,8
398    GROUPBOX        "Serverinfo",IDC_STATIC,7,53,172,37
399    LTEXT           "serveraddress",IDC_SERVERADDRESS,17,64,156,8
400    LTEXT           "running at xx fps",IDC_FPS,17,75,155,8
401    GROUPBOX        "Date of recording",IDC_STATIC,7,99,172,26
402    LTEXT           "Recordingdate",IDC_RECDATE,17,110,156,8
403END
404
405
406/////////////////////////////////////////////////////////////////////////////
407//
408// DESIGNINFO
409//
410
411#ifdef APSTUDIO_INVOKED
412GUIDELINES DESIGNINFO DISCARDABLE
413BEGIN
414    IDD_PROPERTIES, DIALOG
415    BEGIN
416        LEFTMARGIN, 7
417        RIGHTMARGIN, 179
418        TOPMARGIN, 7
419        BOTTOMMARGIN, 147
420    END
421END
422#endif    // APSTUDIO_INVOKED
423
424
425#ifdef APSTUDIO_INVOKED
426/////////////////////////////////////////////////////////////////////////////
427//
428// TEXTINCLUDE
429//
430
4311 TEXTINCLUDE DISCARDABLE
432BEGIN
433    "resource.h\0"
434END
435
4362 TEXTINCLUDE DISCARDABLE
437BEGIN
438    "#include ""afxres.h""\r\n"
439    "\0"
440END
441
4423 TEXTINCLUDE DISCARDABLE
443BEGIN
444    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
445    "#define _AFX_NO_OLE_RESOURCES\r\n"
446    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
447    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
448    "\r\n"
449    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
450    "#ifdef _WIN32\r\n"
451    "LANGUAGE 9, 1\r\n"
452    "#pragma code_page(1252)\r\n"
453    "#endif\r\n"
454    "#include ""res\\XPreplay.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
455    "#include ""afxres.rc""         // Standard components\r\n"
456    "#endif\0"
457END
458
459#endif    // APSTUDIO_INVOKED
460
461#endif    // Dutch (Netherlands) resources
462/////////////////////////////////////////////////////////////////////////////
463
464
465
466#ifndef APSTUDIO_INVOKED
467/////////////////////////////////////////////////////////////////////////////
468//
469// Generated from the TEXTINCLUDE 3 resource.
470//
471#define _AFX_NO_SPLITTER_RESOURCES
472#define _AFX_NO_OLE_RESOURCES
473#define _AFX_NO_TRACKER_RESOURCES
474#define _AFX_NO_PROPERTY_RESOURCES
475
476#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
477#ifdef _WIN32
478LANGUAGE 9, 1
479#pragma code_page(1252)
480#endif
481#include "res\XPreplay.rc2"  // non-Microsoft Visual C++ edited resources
482#include "afxres.rc"         // Standard components
483#endif
484/////////////////////////////////////////////////////////////////////////////
485#endif    // not APSTUDIO_INVOKED
486
487