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 "afxres.h"
11
12/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS
14
15/////////////////////////////////////////////////////////////////////////////
16// German (Germany) resources
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
19#ifdef _WIN32
20LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
21#pragma code_page(1252)
22#endif //_WIN32
23
24#ifdef APSTUDIO_INVOKED
25/////////////////////////////////////////////////////////////////////////////
26//
27// TEXTINCLUDE
28//
29
301 TEXTINCLUDE
31BEGIN
32    "resource.h\0"
33END
34
352 TEXTINCLUDE
36BEGIN
37    "#include ""afxres.h""\r\n"
38    "\0"
39END
40
413 TEXTINCLUDE
42BEGIN
43    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
44    "#define _AFX_NO_OLE_RESOURCES\r\n"
45    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
46    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
47    "\r\n"
48    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
49    "LANGUAGE 9, 1\r\n"
50    "#pragma code_page(1252)\r\n"
51    "#include ""res\\vtkMDI.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
52    "#include ""afxres.rc""         // Standard components\r\n"
53    "#include ""afxprint.rc""       // printing/print preview resources\r\n"
54    "#endif\r\n"
55    "\0"
56END
57
58#endif    // APSTUDIO_INVOKED
59
60#endif    // German (Germany) resources
61/////////////////////////////////////////////////////////////////////////////
62
63
64/////////////////////////////////////////////////////////////////////////////
65// English (U.S.) resources
66
67#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
68#ifdef _WIN32
69LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
70#pragma code_page(1252)
71#endif //_WIN32
72
73/////////////////////////////////////////////////////////////////////////////
74//
75// Icon
76//
77
78// Icon with lowest ID value placed first to ensure application icon
79// remains consistent on all systems.
80IDR_MAINFRAME           ICON                    "res\\vtkMDI.ico"
81IDR_vtkMDITYPE          ICON                    "res\\vtkMDIDoc.ico"
82
83/////////////////////////////////////////////////////////////////////////////
84//
85// Bitmap
86//
87
88IDR_MAINFRAME           BITMAP                  "res\\Toolbar.bmp"
89
90/////////////////////////////////////////////////////////////////////////////
91//
92// Toolbar
93//
94
95IDR_MAINFRAME TOOLBAR  16, 15
96BEGIN
97    BUTTON      ID_FILE_NEW
98    BUTTON      ID_FILE_OPEN
99    BUTTON      ID_FILE_SAVE
100    SEPARATOR
101    BUTTON      ID_EDIT_CUT
102    BUTTON      ID_EDIT_COPY
103    BUTTON      ID_EDIT_PASTE
104    SEPARATOR
105    BUTTON      ID_FILE_PRINT
106    BUTTON      ID_APP_ABOUT
107END
108
109
110/////////////////////////////////////////////////////////////////////////////
111//
112// Menu
113//
114
115IDR_MAINFRAME MENU
116BEGIN
117    POPUP "&File"
118    BEGIN
119        MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
120        MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
121        MENUITEM SEPARATOR
122        MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
123        MENUITEM SEPARATOR
124        MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
125        MENUITEM SEPARATOR
126        MENUITEM "&Close",                      ID_FILE_CLOSE
127        MENUITEM "E&xit",                       ID_APP_EXIT
128    END
129    POPUP "&View"
130    BEGIN
131        MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
132        MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
133    END
134    POPUP "&Help"
135    BEGIN
136        MENUITEM "&About vtkMDI...",            ID_APP_ABOUT
137    END
138END
139
140IDR_vtkMDITYPE MENU
141BEGIN
142    POPUP "&File"
143    BEGIN
144        MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
145        MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
146        MENUITEM "&Close",                      ID_FILE_CLOSE
147        MENUITEM "&Save\tCtrl+S",               ID_FILE_SAVE
148        MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
149        MENUITEM SEPARATOR
150        MENUITEM "&Print...\tCtrl+P",           ID_FILE_PRINT
151        MENUITEM "Print Pre&view",              ID_FILE_PRINT_PREVIEW
152        MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
153        MENUITEM SEPARATOR
154        MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
155        MENUITEM SEPARATOR
156        MENUITEM "E&xit",                       ID_APP_EXIT
157    END
158    POPUP "&Edit"
159    BEGIN
160        MENUITEM "&Undo\tCtrl+Z",               ID_EDIT_UNDO
161        MENUITEM SEPARATOR
162        MENUITEM "Cu&t\tCtrl+X",                ID_EDIT_CUT
163        MENUITEM "&Copy\tCtrl+C",               ID_EDIT_COPY
164        MENUITEM "&Paste\tCtrl+V",              ID_EDIT_PASTE
165    END
166    POPUP "&View"
167    BEGIN
168        MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
169        MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
170    END
171    POPUP "&Window"
172    BEGIN
173        MENUITEM "&New Window",                 ID_WINDOW_NEW
174        MENUITEM "&Cascade",                    ID_WINDOW_CASCADE
175        MENUITEM "&Tile",                       ID_WINDOW_TILE_HORZ
176        MENUITEM "&Arrange Icons",              ID_WINDOW_ARRANGE
177    END
178    POPUP "&Help"
179    BEGIN
180        MENUITEM "&About vtkMDI...",            ID_APP_ABOUT
181    END
182END
183
184
185/////////////////////////////////////////////////////////////////////////////
186//
187// Accelerator
188//
189
190IDR_MAINFRAME ACCELERATORS
191BEGIN
192    "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
193    "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
194    "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
195    "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
196    "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
197    "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
198    "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
199    "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
200    VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
201    VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
202    VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
203    VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
204    VK_F6,          ID_NEXT_PANE,           VIRTKEY
205    VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
206END
207
208
209/////////////////////////////////////////////////////////////////////////////
210//
211// Dialog
212//
213
214IDD_ABOUTBOX DIALOGEX 0, 0, 235, 55
215STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
216    WS_SYSMENU
217CAPTION "About vtkMDI"
218FONT 8, "MS Shell Dlg", 0, 0, 0x1
219BEGIN
220    ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
221    LTEXT           "vtkMDI Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
222    LTEXT           "Copyright (C) 2004",IDC_STATIC,40,25,119,8
223    DEFPUSHBUTTON   "OK",IDOK,178,7,50,16,WS_GROUP
224END
225
226
227/////////////////////////////////////////////////////////////////////////////
228//
229// Version
230//
231
232VS_VERSION_INFO VERSIONINFO
233 FILEVERSION 1,0,0,1
234 PRODUCTVERSION 1,0,0,1
235 FILEFLAGSMASK 0x3fL
236#ifdef _DEBUG
237 FILEFLAGS 0x1L
238#else
239 FILEFLAGS 0x0L
240#endif
241 FILEOS 0x4L
242 FILETYPE 0x1L
243 FILESUBTYPE 0x0L
244BEGIN
245    BLOCK "StringFileInfo"
246    BEGIN
247        BLOCK "040904e4"
248        BEGIN
249            VALUE "CompanyName", "TODO: <Company name>"
250            VALUE "FileDescription", "TODO: <File description>"
251            VALUE "FileVersion", "1.0.0.1"
252            VALUE "InternalName", "vtkMDI.exe"
253            VALUE "LegalCopyright", "TODO: (c) <Company name>.  All rights reserved."
254            VALUE "OriginalFilename", "vtkMDI.exe"
255            VALUE "ProductName", "TODO: <Product name>"
256            VALUE "ProductVersion", "1.0.0.1"
257        END
258    END
259    BLOCK "VarFileInfo"
260    BEGIN
261        VALUE "Translation", 0x409, 1252
262    END
263END
264
265
266/////////////////////////////////////////////////////////////////////////////
267//
268// DESIGNINFO
269//
270
271#ifdef APSTUDIO_INVOKED
272GUIDELINES DESIGNINFO
273BEGIN
274    IDD_ABOUTBOX, DIALOG
275    BEGIN
276        LEFTMARGIN, 7
277        RIGHTMARGIN, 228
278        TOPMARGIN, 7
279        BOTTOMMARGIN, 48
280    END
281END
282#endif    // APSTUDIO_INVOKED
283
284
285/////////////////////////////////////////////////////////////////////////////
286//
287// String Table
288//
289
290STRINGTABLE
291BEGIN
292    IDR_MAINFRAME           "vtkMDI"
293    IDR_vtkMDITYPE          "\nvtkMDI\nvtkMDI\nVTK Files (*.vtk)\n.vtk\nvtkMDI.Document\nvtkMDI.Document"
294END
295
296STRINGTABLE
297BEGIN
298    AFX_IDS_APP_TITLE       "vtkMDI"
299    AFX_IDS_IDLEMESSAGE     "Ready"
300END
301
302STRINGTABLE
303BEGIN
304    ID_INDICATOR_EXT        "EXT"
305    ID_INDICATOR_CAPS       "CAP"
306    ID_INDICATOR_NUM        "NUM"
307    ID_INDICATOR_SCRL       "SCRL"
308    ID_INDICATOR_OVR        "OVR"
309    ID_INDICATOR_REC        "REC"
310END
311
312STRINGTABLE
313BEGIN
314    ID_FILE_NEW             "Create a new document\nNew"
315    ID_FILE_OPEN            "Open an existing document\nOpen"
316    ID_FILE_CLOSE           "Close the active document\nClose"
317    ID_FILE_SAVE            "Save the active document\nSave"
318    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
319    ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
320    ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
321    ID_FILE_PRINT           "Print the active document\nPrint"
322    ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
323END
324
325STRINGTABLE
326BEGIN
327    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
328    ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
329END
330
331STRINGTABLE
332BEGIN
333    ID_FILE_MRU_FILE1       "Open this document"
334    ID_FILE_MRU_FILE2       "Open this document"
335    ID_FILE_MRU_FILE3       "Open this document"
336    ID_FILE_MRU_FILE4       "Open this document"
337    ID_FILE_MRU_FILE5       "Open this document"
338    ID_FILE_MRU_FILE6       "Open this document"
339    ID_FILE_MRU_FILE7       "Open this document"
340    ID_FILE_MRU_FILE8       "Open this document"
341    ID_FILE_MRU_FILE9       "Open this document"
342    ID_FILE_MRU_FILE10      "Open this document"
343    ID_FILE_MRU_FILE11      "Open this document"
344    ID_FILE_MRU_FILE12      "Open this document"
345    ID_FILE_MRU_FILE13      "Open this document"
346    ID_FILE_MRU_FILE14      "Open this document"
347    ID_FILE_MRU_FILE15      "Open this document"
348    ID_FILE_MRU_FILE16      "Open this document"
349END
350
351STRINGTABLE
352BEGIN
353    ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
354    ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
355END
356
357STRINGTABLE
358BEGIN
359    ID_WINDOW_NEW           "Open another window for the active document\nNew Window"
360    ID_WINDOW_ARRANGE       "Arrange icons at the bottom of the window\nArrange Icons"
361    ID_WINDOW_CASCADE       "Arrange windows so they overlap\nCascade Windows"
362    ID_WINDOW_TILE_HORZ     "Arrange windows as non-overlapping tiles\nTile Windows"
363    ID_WINDOW_TILE_VERT     "Arrange windows as non-overlapping tiles\nTile Windows"
364    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
365END
366
367STRINGTABLE
368BEGIN
369    ID_EDIT_CLEAR           "Erase the selection\nErase"
370    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
371    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
372    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
373    ID_EDIT_FIND            "Find the specified text\nFind"
374    ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
375    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
376    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
377    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
378    ID_EDIT_UNDO            "Undo the last action\nUndo"
379    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
380END
381
382STRINGTABLE
383BEGIN
384    ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
385    ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
386END
387
388STRINGTABLE
389BEGIN
390    AFX_IDS_SCSIZE          "Change the window size"
391    AFX_IDS_SCMOVE          "Change the window position"
392    AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
393    AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
394    AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
395    AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
396    AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
397END
398
399STRINGTABLE
400BEGIN
401    AFX_IDS_SCRESTORE       "Restore the window to normal size"
402    AFX_IDS_SCTASKLIST      "Activate Task List"
403    AFX_IDS_MDICHILD        "Activate this window"
404END
405
406STRINGTABLE
407BEGIN
408    AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"
409END
410
411#endif    // English (U.S.) resources
412/////////////////////////////////////////////////////////////////////////////
413
414
415
416#ifndef APSTUDIO_INVOKED
417/////////////////////////////////////////////////////////////////////////////
418//
419// Generated from the TEXTINCLUDE 3 resource.
420//
421#define _AFX_NO_SPLITTER_RESOURCES
422#define _AFX_NO_OLE_RESOURCES
423#define _AFX_NO_TRACKER_RESOURCES
424#define _AFX_NO_PROPERTY_RESOURCES
425
426#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
427LANGUAGE 9, 1
428#pragma code_page(1252)
429#include "res\vtkMDI.rc2"  // non-Microsoft Visual C++ edited resources
430#include "afxres.rc"         // Standard components
431#include "afxprint.rc"       // printing/print preview resources
432#endif
433
434/////////////////////////////////////////////////////////////////////////////
435#endif    // not APSTUDIO_INVOKED
436
437