DelaunayDemo.rc
上传用户:shlanyl88
上传日期:2013-03-14
资源大小:147k
文件大小:9k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Icon
  22. //
  23. // Icon with lowest ID value placed first to ensure application icon
  24. // remains consistent on all systems.
  25. IDR_MAINFRAME           ICON                    "res\DelaunayDemo.ico"
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Menu
  29. //
  30. IDR_MAINFRAME MENU 
  31. BEGIN
  32.     POPUP "&File"
  33.     BEGIN
  34.         MENUITEM "&Options...",                 ID_FILE_OPTIONS
  35.         MENUITEM SEPARATOR
  36.         MENUITEM "E&xit",                       ID_APP_EXIT
  37.     END
  38.     POPUP "&Help"
  39.     BEGIN
  40.         MENUITEM "&About DelaunayDemo...",      ID_APP_ABOUT
  41.     END
  42. END
  43. /////////////////////////////////////////////////////////////////////////////
  44. //
  45. // Accelerator
  46. //
  47. IDR_MAINFRAME ACCELERATORS 
  48. BEGIN
  49.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
  50.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL, NOINVERT
  51.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT, NOINVERT
  52.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT, NOINVERT
  53.     VK_F6,          ID_NEXT_PANE,           VIRTKEY, NOINVERT
  54.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT, NOINVERT
  55.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
  56.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT, NOINVERT
  57.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL, NOINVERT
  58.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL, NOINVERT
  59. END
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Dialog
  63. //
  64. IDD_ABOUTBOX DIALOGEX 0, 0, 235, 55
  65. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
  66.     WS_SYSMENU
  67. CAPTION "About DelaunayDemo"
  68. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  69. BEGIN
  70.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  71.     LTEXT           "Delaunay Triangulation Demo, v. 1.1",IDC_STATIC,38,10,
  72.                     119,8,SS_NOPREFIX
  73.     LTEXT           "Copyright (C) 2005 Sjaak Priester",IDC_STATIC,38,25,119,
  74.                     8
  75.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,16,WS_GROUP
  76.     LTEXT           "www.sjaakpriester.nl",IDC_STATIC,38,40,119,8
  77. END
  78. IDD_OPTIONS DIALOGEX 0, 0, 186, 90
  79. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
  80.     WS_SYSMENU
  81. CAPTION "Options"
  82. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  83. BEGIN
  84.     LTEXT           "&Number of vertices:",IDC_STATIC,23,23,64,8
  85.     EDITTEXT        IDC_NVERTICES,23,38,40,14,ES_AUTOHSCROLL
  86.     CONTROL         "",IDC_SNVERICES,"msctls_updown32",UDS_SETBUDDYINT | 
  87.                     UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | 
  88.                     UDS_NOTHOUSANDS,57,38,11,14
  89.     DEFPUSHBUTTON   "OK",IDOK,129,7,50,14
  90.     PUSHBUTTON      "Cancel",IDCANCEL,129,24,50,14
  91. END
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // Version
  95. //
  96. VS_VERSION_INFO VERSIONINFO
  97.  FILEVERSION 1,1,0,1
  98.  PRODUCTVERSION 1,0,0,1
  99.  FILEFLAGSMASK 0x3fL
  100. #ifdef _DEBUG
  101.  FILEFLAGS 0x1L
  102. #else
  103.  FILEFLAGS 0x0L
  104. #endif
  105.  FILEOS 0x4L
  106.  FILETYPE 0x1L
  107.  FILESUBTYPE 0x0L
  108. BEGIN
  109.     BLOCK "StringFileInfo"
  110.     BEGIN
  111.         BLOCK "040904e4"
  112.         BEGIN
  113.             VALUE "CompanyName", "Cruquius Soft"
  114.             VALUE "FileDescription", "Demonstration of Delauny triangulation"
  115.             VALUE "FileVersion", "1.1.0.1"
  116.             VALUE "InternalName", "DelaunayDemo.exe"
  117.             VALUE "LegalCopyright", "(C) 2005, Sjaak priester, Amsterdam"
  118.             VALUE "OriginalFilename", "DelaunayDemo.exe"
  119.             VALUE "ProductName", "Delaunay Demo"
  120.             VALUE "ProductVersion", "1.0.0.1"
  121.         END
  122.     END
  123.     BLOCK "VarFileInfo"
  124.     BEGIN
  125.         VALUE "Translation", 0x409, 1252
  126.     END
  127. END
  128. /////////////////////////////////////////////////////////////////////////////
  129. //
  130. // DESIGNINFO
  131. //
  132. #ifdef APSTUDIO_INVOKED
  133. GUIDELINES DESIGNINFO 
  134. BEGIN
  135.     IDD_ABOUTBOX, DIALOG
  136.     BEGIN
  137.         LEFTMARGIN, 7
  138.         RIGHTMARGIN, 228
  139.         TOPMARGIN, 7
  140.         BOTTOMMARGIN, 48
  141.     END
  142.     IDD_OPTIONS, DIALOG
  143.     BEGIN
  144.         LEFTMARGIN, 7
  145.         RIGHTMARGIN, 179
  146.         TOPMARGIN, 7
  147.         BOTTOMMARGIN, 83
  148.     END
  149. END
  150. #endif    // APSTUDIO_INVOKED
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // RT_MANIFEST
  154. //
  155. IDR_MANIFEST            RT_MANIFEST             "res\DelaunayDemo.manifest"
  156. /////////////////////////////////////////////////////////////////////////////
  157. //
  158. // String Table
  159. //
  160. STRINGTABLE 
  161. BEGIN
  162.     IDR_MAINFRAME           "DelaunayDemo"
  163.     IDS_FORMAT              "%d vertices, time = %d milliseconds"
  164. END
  165. STRINGTABLE 
  166. BEGIN
  167.     AFX_IDS_APP_TITLE       "DelaunayDemo"
  168.     AFX_IDS_IDLEMESSAGE     "Ready"
  169. END
  170. STRINGTABLE 
  171. BEGIN
  172.     ID_INDICATOR_EXT        "EXT"
  173.     ID_INDICATOR_CAPS       "CAP"
  174.     ID_INDICATOR_NUM        "NUM"
  175.     ID_INDICATOR_SCRL       "SCRL"
  176.     ID_INDICATOR_OVR        "OVR"
  177.     ID_INDICATOR_REC        "REC"
  178. END
  179. STRINGTABLE 
  180. BEGIN
  181.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  182.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  183. END
  184. STRINGTABLE 
  185. BEGIN
  186.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  187.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  188. END
  189. STRINGTABLE 
  190. BEGIN
  191.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  192. END
  193. STRINGTABLE 
  194. BEGIN
  195.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  196.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  197.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  198.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  199.     ID_EDIT_FIND            "Find the specified textnFind"
  200.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  201.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  202.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  203.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  204.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  205.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  206. END
  207. STRINGTABLE 
  208. BEGIN
  209.     AFX_IDS_SCSIZE          "Change the window size"
  210.     AFX_IDS_SCMOVE          "Change the window position"
  211.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  212.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  213.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  214.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  215.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  216. END
  217. STRINGTABLE 
  218. BEGIN
  219.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  220.     AFX_IDS_SCTASKLIST      "Activate Task List"
  221. END
  222. #endif    // English (U.S.) resources
  223. /////////////////////////////////////////////////////////////////////////////
  224. /////////////////////////////////////////////////////////////////////////////
  225. // Dutch (Netherlands) resources
  226. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NLD)
  227. #ifdef _WIN32
  228. LANGUAGE LANG_DUTCH, SUBLANG_DUTCH
  229. #pragma code_page(1252)
  230. #endif //_WIN32
  231. #ifdef APSTUDIO_INVOKED
  232. /////////////////////////////////////////////////////////////////////////////
  233. //
  234. // TEXTINCLUDE
  235. //
  236. 1 TEXTINCLUDE 
  237. BEGIN
  238.     "resource.h"
  239. END
  240. 2 TEXTINCLUDE 
  241. BEGIN
  242.     "#include ""afxres.h""rn"
  243.     ""
  244. END
  245. 3 TEXTINCLUDE 
  246. BEGIN
  247.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  248.     "#define _AFX_NO_OLE_RESOURCESrn"
  249.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  250.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  251.     "rn"
  252.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  253.     "LANGUAGE 9, 1rn"
  254.     "#pragma code_page(1252)rn"
  255.     "#include ""res\DelaunayDemo.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  256.     "#include ""afxres.rc""         // Standard componentsrn"
  257.     "#endifrn"
  258.     ""
  259. END
  260. #endif    // APSTUDIO_INVOKED
  261. #endif    // Dutch (Netherlands) resources
  262. /////////////////////////////////////////////////////////////////////////////
  263. #ifndef APSTUDIO_INVOKED
  264. /////////////////////////////////////////////////////////////////////////////
  265. //
  266. // Generated from the TEXTINCLUDE 3 resource.
  267. //
  268. #define _AFX_NO_SPLITTER_RESOURCES
  269. #define _AFX_NO_OLE_RESOURCES
  270. #define _AFX_NO_TRACKER_RESOURCES
  271. #define _AFX_NO_PROPERTY_RESOURCES
  272. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  273. LANGUAGE 9, 1
  274. #pragma code_page(1252)
  275. #include "resDelaunayDemo.rc2"  // non-Microsoft Visual C++ edited resources
  276. #include "afxres.rc"         // Standard components
  277. #endif
  278. /////////////////////////////////////////////////////////////////////////////
  279. #endif    // not APSTUDIO_INVOKED