Integration of OCCT 6.5.0 from SVN
[occt.git] / samples / mfc / standard / 07_Triangulation / res / Triangulation.rc
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 #include "..\..\Common\res\OCC_Resource.h"
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
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21 #pragma code_page(1252)
22 #endif //_WIN32
23
24 #ifdef APSTUDIO_INVOKED
25 /////////////////////////////////////////////////////////////////////////////
26 //
27 // TEXTINCLUDE
28 //
29
30 1 TEXTINCLUDE 
31 BEGIN
32     "resource.h\0"
33 END
34
35 2 TEXTINCLUDE 
36 BEGIN
37     "#include ""afxres.h""\r\n"
38     "#include ""..\\..\\..\\Common\\res\\OCC_Resource.h""\0"
39 END
40
41 3 TEXTINCLUDE 
42 BEGIN
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     "#ifdef _WIN32\r\n"
50     "LANGUAGE 9, 1\r\n"
51     "#pragma code_page(1252)\r\n"
52     "#endif\r\n"
53     "#include ""afxres.rc""         // Standard components\r\n"
54     "#endif\0"
55 END
56
57 #endif    // APSTUDIO_INVOKED
58
59
60 /////////////////////////////////////////////////////////////////////////////
61 //
62 // Bitmap
63 //
64
65 IDR_MAINFRAME           BITMAP                  "Toolbar.bmp"
66
67 /////////////////////////////////////////////////////////////////////////////
68 //
69 // Toolbar
70 //
71
72 IDR_MAINFRAME TOOLBAR  20, 20
73 BEGIN
74     BUTTON      ID_FILE_NEW
75     SEPARATOR
76     BUTTON      ID_TRIANGU
77     BUTTON      ID_Visu
78     SEPARATOR
79     BUTTON      ID_Clear
80     SEPARATOR
81     BUTTON      ID_BUTTONStart
82     BUTTON      ID_BUTTONPrev
83     BUTTON      ID_BUTTONRepeat
84     BUTTON      ID_BUTTONNext
85     BUTTON      ID_BUTTONEnd
86     BUTTON      ID_DUMP_VIEW
87     SEPARATOR
88     BUTTON      ID_APP_ABOUT
89 END
90
91
92 /////////////////////////////////////////////////////////////////////////////
93 //
94 // Menu
95 //
96
97 IDR_MAINFRAME MENU 
98 BEGIN
99     POPUP "&File"
100     BEGIN
101         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
102         MENUITEM SEPARATOR
103         MENUITEM "E&xit",                       ID_APP_EXIT
104     END
105     POPUP "&View"
106     BEGIN
107         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
108         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
109     END
110     POPUP "&Help"
111     BEGIN
112         MENUITEM "&About Triangulation...",     ID_APP_ABOUT
113     END
114 END
115
116 IDR_3DTYPE MENU 
117 BEGIN
118     POPUP "&File"
119     BEGIN
120         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
121         MENUITEM "&Close",                      ID_FILE_CLOSE
122         MENUITEM SEPARATOR
123         MENUITEM "E&xit",                       ID_APP_EXIT
124     END
125     POPUP "&View"
126     BEGIN
127         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
128         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
129     END
130     POPUP "&Window"
131     BEGIN
132         MENUITEM "&New Window",                 ID_WINDOW_NEW
133         MENUITEM "&Cascade",                    ID_WINDOW_CASCADE
134         MENUITEM "&Tile",                       ID_WINDOW_TILE_HORZ
135         MENUITEM "&Arrange Icons",              ID_WINDOW_ARRANGE
136     END
137     POPUP "&Help"
138     BEGIN
139         MENUITEM "&About Triangulation...",     ID_APP_ABOUT
140     END
141 END
142
143
144 /////////////////////////////////////////////////////////////////////////////
145 //
146 // Version
147 //
148
149 VS_VERSION_INFO VERSIONINFO
150  FILEVERSION 1,0,0,1
151  PRODUCTVERSION 1,0,0,1
152  FILEFLAGSMASK 0x3fL
153 #ifdef _DEBUG
154  FILEFLAGS 0x1L
155 #else
156  FILEFLAGS 0x0L
157 #endif
158  FILEOS 0x4L
159  FILETYPE 0x1L
160  FILESUBTYPE 0x0L
161 BEGIN
162     BLOCK "StringFileInfo"
163     BEGIN
164         BLOCK "040904b0"
165         BEGIN
166             VALUE "FileDescription", "Viewer MFC Application"
167             VALUE "FileVersion", "1, 0, 0, 1"
168             VALUE "InternalName", "Viewer"
169             VALUE "LegalCopyright", "Copyright (C) 1997"
170             VALUE "OriginalFilename", "Viewer.EXE"
171             VALUE "ProductName", "SampleTriangulation Application"
172             VALUE "ProductVersion", "1, 0, 0, 1"
173         END
174     END
175     BLOCK "VarFileInfo"
176     BEGIN
177         VALUE "Translation", 0x409, 1200
178     END
179 END
180
181
182 /////////////////////////////////////////////////////////////////////////////
183 //
184 // String Table
185 //
186
187 STRINGTABLE 
188 BEGIN
189     IDR_MAINFRAME           "Triangulation"
190     IDR_3DTYPE              "\nTriangulation\n\n\n\n.Document\n Document"
191 END
192
193 STRINGTABLE 
194 BEGIN
195     ID_BOX                  "Create and display a box\nBox"
196     ID_Cylinder             "Create and display a cylinder\nCylinder"
197     ID_TRIANGU              "Compute triangulation on a  shape\nMesh "
198     ID_Clear                "Remove triangulation from a shape\nClear"
199     ID_Visu                 "Display triangulation\nDisplay triangulation"
200     ID_BUTTONPrev           "Press to go to the previous sample\nPrevious sample (PgUp)"
201     ID_BUTTONRepeat         "Press to repeat the current sample\nRepeat sample (Space)"
202     ID_BUTTONStart          "Press to go to the first sample\nFirst sample (Home)"
203     ID_BUTTONNext           "Press to go to the next sample\nNext sample (PgDn)"
204     ID_BUTTONEnd            "Press to go to the last sample\nLast sample (End)"
205     ID_DUMP_VIEW            "Save current frame into a GIF file\nExport view to GIF (F12)"
206 END
207
208 #endif    // English (U.S.) resources
209 /////////////////////////////////////////////////////////////////////////////
210
211
212
213 #ifndef APSTUDIO_INVOKED
214 /////////////////////////////////////////////////////////////////////////////
215 //
216 // Generated from the TEXTINCLUDE 3 resource.
217 //
218 #define _AFX_NO_SPLITTER_RESOURCES
219 #define _AFX_NO_OLE_RESOURCES
220 #define _AFX_NO_TRACKER_RESOURCES
221 #define _AFX_NO_PROPERTY_RESOURCES
222
223 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
224 #ifdef _WIN32
225 LANGUAGE 9, 1
226 #pragma code_page(1252)
227 #endif
228 #include "afxres.rc"         // Standard components
229 #endif
230 /////////////////////////////////////////////////////////////////////////////
231 #endif    // not APSTUDIO_INVOKED
232