mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
233 lines
6.1 KiB
Plaintext
Executable File
233 lines
6.1 KiB
Plaintext
Executable File
// Microsoft Visual C++ generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "afxres.h"
|
|
#include "..\..\Common\res\OCC_Resource.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
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE
|
|
BEGIN
|
|
"#include ""afxres.h""\r\n"
|
|
"#include ""..\\..\\..\\Common\\res\\OCC_Resource.h""\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE
|
|
BEGIN
|
|
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
|
|
"#define _AFX_NO_OLE_RESOURCES\r\n"
|
|
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
|
|
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
|
|
"\r\n"
|
|
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
|
|
"#ifdef _WIN32\r\n"
|
|
"LANGUAGE 9, 1\r\n"
|
|
"#pragma code_page(1252)\r\n"
|
|
"#endif\r\n"
|
|
"#include ""afxres.rc"" // Standard components\r\n"
|
|
"#endif\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
IDR_MAINFRAME BITMAP "Toolbar.bmp"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Toolbar
|
|
//
|
|
|
|
IDR_MAINFRAME TOOLBAR 20, 20
|
|
BEGIN
|
|
BUTTON ID_FILE_NEW
|
|
SEPARATOR
|
|
BUTTON ID_TRIANGU
|
|
BUTTON ID_Visu
|
|
SEPARATOR
|
|
BUTTON ID_Clear
|
|
SEPARATOR
|
|
BUTTON ID_BUTTONStart
|
|
BUTTON ID_BUTTONPrev
|
|
BUTTON ID_BUTTONRepeat
|
|
BUTTON ID_BUTTONNext
|
|
BUTTON ID_BUTTONEnd
|
|
BUTTON ID_DUMP_VIEW
|
|
SEPARATOR
|
|
BUTTON ID_APP_ABOUT
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Menu
|
|
//
|
|
|
|
IDR_MAINFRAME MENU
|
|
BEGIN
|
|
POPUP "&File"
|
|
BEGIN
|
|
MENUITEM "&New\tCtrl+N", ID_FILE_NEW
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "E&xit", ID_APP_EXIT
|
|
END
|
|
POPUP "&View"
|
|
BEGIN
|
|
MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
|
|
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
|
|
END
|
|
POPUP "&Help"
|
|
BEGIN
|
|
MENUITEM "&About Triangulation...", ID_APP_ABOUT
|
|
END
|
|
END
|
|
|
|
IDR_3DTYPE MENU
|
|
BEGIN
|
|
POPUP "&File"
|
|
BEGIN
|
|
MENUITEM "&New\tCtrl+N", ID_FILE_NEW
|
|
MENUITEM "&Close", ID_FILE_CLOSE
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "E&xit", ID_APP_EXIT
|
|
END
|
|
POPUP "&View"
|
|
BEGIN
|
|
MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
|
|
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
|
|
END
|
|
POPUP "&Window"
|
|
BEGIN
|
|
MENUITEM "&New Window", ID_WINDOW_NEW
|
|
MENUITEM "&Cascade", ID_WINDOW_CASCADE
|
|
MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
|
|
MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
|
|
END
|
|
POPUP "&Help"
|
|
BEGIN
|
|
MENUITEM "&About Triangulation...", ID_APP_ABOUT
|
|
END
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 1,0,0,1
|
|
PRODUCTVERSION 1,0,0,1
|
|
FILEFLAGSMASK 0x3fL
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x4L
|
|
FILETYPE 0x1L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904b0"
|
|
BEGIN
|
|
VALUE "FileDescription", "Viewer MFC Application"
|
|
VALUE "FileVersion", "1, 0, 0, 1"
|
|
VALUE "InternalName", "Viewer"
|
|
VALUE "LegalCopyright", "Copyright (C) 1997"
|
|
VALUE "OriginalFilename", "Viewer.EXE"
|
|
VALUE "ProductName", "SampleTriangulation Application"
|
|
VALUE "ProductVersion", "1, 0, 0, 1"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDR_MAINFRAME "Triangulation"
|
|
IDR_3DTYPE "\nTriangulation\n\n\n\n.Document\n Document"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
ID_BOX "Create and display a box\nBox"
|
|
ID_Cylinder "Create and display a cylinder\nCylinder"
|
|
ID_TRIANGU "Compute triangulation on a shape\nMesh "
|
|
ID_Clear "Remove triangulation from a shape\nClear"
|
|
ID_Visu "Display triangulation\nDisplay triangulation"
|
|
ID_BUTTONPrev "Press to go to the previous sample\nPrevious sample (PgUp)"
|
|
ID_BUTTONRepeat "Press to repeat the current sample\nRepeat sample (Space)"
|
|
ID_BUTTONStart "Press to go to the first sample\nFirst sample (Home)"
|
|
ID_BUTTONNext "Press to go to the next sample\nNext sample (PgDn)"
|
|
ID_BUTTONEnd "Press to go to the last sample\nLast sample (End)"
|
|
ID_DUMP_VIEW "Save current frame into an image file\nExport view (F12)"
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
#define _AFX_NO_SPLITTER_RESOURCES
|
|
#define _AFX_NO_OLE_RESOURCES
|
|
#define _AFX_NO_TRACKER_RESOURCES
|
|
#define _AFX_NO_PROPERTY_RESOURCES
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE 9, 1
|
|
#pragma code_page(1252)
|
|
#endif
|
|
#include "afxres.rc" // Standard components
|
|
#endif
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|