home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / VFORM.ZIP / Samples / vfHex / VfHex.rc < prev    next >
Encoding:
Text File  |  1998-10-10  |  12.7 KB  |  413 lines

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