f7147777e9da7e36039ca36254b442f5ec1d5668
[occt.git] / samples / mfc / standard / 09_Animation / res / Animation.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 IDR_3dCHILDFRAME        BITMAP                  "child2.bmp"
67
68 /////////////////////////////////////////////////////////////////////////////
69 //
70 // Toolbar
71 //
72
73 IDR_MAINFRAME TOOLBAR  21, 20
74 BEGIN
75     BUTTON      ID_FILE_NEW
76     SEPARATOR
77     BUTTON      ID_RESTART
78     BUTTON      ID_STOP
79     BUTTON      ID_Thread
80     BUTTON      ID_SHADING
81     SEPARATOR
82     BUTTON      ID_FILE_LOADGRID
83     SEPARATOR
84     BUTTON      ID_APP_ABOUT
85 END
86
87 IDR_3dCHILDFRAME TOOLBAR  20, 20
88 BEGIN
89     BUTTON      ID_BUTTONZoomAll
90     BUTTON      ID_BUTTONZoomWin
91     BUTTON      ID_BUTTONZoomProg
92     SEPARATOR
93     BUTTON      ID_BUTTONPan
94     BUTTON      ID_BUTTONPanGlo
95     SEPARATOR
96     BUTTON      ID_BUTTONFly
97     BUTTON      ID_BUTTONTurn
98     SEPARATOR
99     BUTTON      ID_BUTTONRot
100     BUTTON      ID_BUTTONReset
101     SEPARATOR
102     BUTTON      ID_BUTTONHlrOff
103     BUTTON      ID_BUTTONHlrOn
104 END
105
106
107 /////////////////////////////////////////////////////////////////////////////
108 //
109 // Menu
110 //
111
112 IDR_MAINFRAME MENU 
113 BEGIN
114     POPUP "&File"
115     BEGIN
116         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
117         MENUITEM SEPARATOR
118         MENUITEM "E&xit",                       ID_APP_EXIT
119     END
120     POPUP "&View"
121     BEGIN
122         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
123         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
124     END
125     POPUP "&Help"
126     BEGIN
127         MENUITEM "&About DisplayAnimation...",  ID_APP_ABOUT
128     END
129 END
130
131 IDR_3DTYPE MENU 
132 BEGIN
133     POPUP "&File"
134     BEGIN
135         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
136         MENUITEM "&Close",                      ID_FILE_CLOSE
137         MENUITEM SEPARATOR
138         MENUITEM "E&xit",                       ID_APP_EXIT
139     END
140     POPUP "&View"
141     BEGIN
142         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
143         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
144     END
145     POPUP "&Window"
146     BEGIN
147         MENUITEM "&New Window",                 ID_WINDOW_NEW
148         MENUITEM "&Cascade",                    ID_WINDOW_CASCADE
149         MENUITEM "&Tile",                       ID_WINDOW_TILE_HORZ
150         MENUITEM "&Arrange Icons",              ID_WINDOW_ARRANGE
151     END
152     POPUP "&Help"
153     BEGIN
154         MENUITEM "&About DisplayAnimation...",  ID_APP_ABOUT
155     END
156 END
157
158
159 /////////////////////////////////////////////////////////////////////////////
160 //
161 // Dialog
162 //
163
164 IDD_ShadingBoxDialog DIALOG  0, 0, 186, 95
165 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
166 CAPTION "Deviation Coefficient"
167 FONT 8, "MS Sans Serif"
168 BEGIN
169     DEFPUSHBUTTON   "OK",IDOK,21,65,50,14
170     PUSHBUTTON      "Cancel",IDCANCEL,111,65,50,14
171     CONTROL         "Slider1",IDC_SLIDER1,"msctls_trackbar32",TBS_TOP | TBS_NOTICKS | WS_BORDER | WS_TABSTOP,29,30,125,17
172     LTEXT           "Fine        Default             Unpolished",IDC_STATIC,35,14,118,13
173 END
174
175 IDD_ThreadBoxDialog DIALOG  0, 0, 186, 95
176 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
177 CAPTION "Change the animation thread"
178 FONT 8, "MS Sans Serif"
179 BEGIN
180     DEFPUSHBUTTON   "OK",IDOK,22,65,50,14
181     PUSHBUTTON      "Cancel",IDCANCEL,107,65,50,14
182     GROUPBOX        "Angle increment ",IDC_STATIC,7,7,172,49
183     EDITTEXT        IDC_Angle,65,27,48,16,ES_AUTOHSCROLL
184 END
185
186 /////////////////////////////////////////////////////////////////////////////
187 //
188 // Version
189 //
190
191 VS_VERSION_INFO VERSIONINFO
192  FILEVERSION 1,0,0,1
193  PRODUCTVERSION 1,0,0,1
194  FILEFLAGSMASK 0x3fL
195 #ifdef _DEBUG
196  FILEFLAGS 0x1L
197 #else
198  FILEFLAGS 0x0L
199 #endif
200  FILEOS 0x4L
201  FILETYPE 0x1L
202  FILESUBTYPE 0x0L
203 BEGIN
204     BLOCK "StringFileInfo"
205     BEGIN
206         BLOCK "040904b0"
207         BEGIN
208             VALUE "CompanyName", "Matra Datavision"
209             VALUE "FileDescription", "Sample Animation MFC Application"
210             VALUE "FileVersion", "1, 0, 0, 1"
211             VALUE "InternalName", "SampleAnimation"
212             VALUE "LegalCopyright", "Copyright (C) 1998"
213             VALUE "OriginalFilename", "SampleAnimation.EXE"
214             VALUE "ProductName", "SampleAnimation Application"
215             VALUE "ProductVersion", "1, 0, 0, 1"
216         END
217     END
218     BLOCK "VarFileInfo"
219     BEGIN
220         VALUE "Translation", 0x409, 1200
221     END
222 END
223
224
225 /////////////////////////////////////////////////////////////////////////////
226 //
227 // String Table
228 //
229
230 STRINGTABLE 
231 BEGIN
232     IDR_MAINFRAME           "Animation"
233     IDR_SAMPLE3DTYPE        "\nAnimation\nAnimation\n\n\nAnimation.Document\nAnimation Document"
234 END
235
236 STRINGTABLE 
237 BEGIN
238     ID_ANIMATION            "Build the model and start the animation\nStart the animation"
239     ID_STOP                 "Stop the animation\nStop the animation"
240     ID_RESTART              "Restart the animation\nRestart the animation"
241     ID_SHADING              "Deviation coefficient\nDeviation coefficient"
242     ID_Thread               "Change the animation thread\nAnimation thread"
243     ID_DESTRUCT             "Destruct the presentation\nDestruct the presentation"
244     ID_FILE_LOADGRID        "Load Grid Files\nLoad Grid File"
245 END
246
247 #endif    // English (U.S.) resources
248 /////////////////////////////////////////////////////////////////////////////
249
250
251
252 #ifndef APSTUDIO_INVOKED
253 /////////////////////////////////////////////////////////////////////////////
254 //
255 // Generated from the TEXTINCLUDE 3 resource.
256 //
257 #define _AFX_NO_SPLITTER_RESOURCES
258 #define _AFX_NO_OLE_RESOURCES
259 #define _AFX_NO_TRACKER_RESOURCES
260 #define _AFX_NO_PROPERTY_RESOURCES
261
262 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
263 #ifdef _WIN32
264 LANGUAGE 9, 1
265 #pragma code_page(1252)
266 #endif
267 #include "afxres.rc"         // Standard components
268 #endif
269 /////////////////////////////////////////////////////////////////////////////
270 #endif    // not APSTUDIO_INVOKED
271