home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / clamav-devel.exe / contrib / Windows / clamav.rc < prev    next >
Encoding:
Text File  |  2006-05-16  |  11.6 KB  |  355 lines

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. /*
  6.  *  Copyright (C) 2004 Nigel Horne <njh@bandsman.co.uk>
  7.  *
  8.  *  This program is free software; you can redistribute it and/or modify
  9.  *  it under the terms of the GNU General Public License as published by
  10.  *  the Free Software Foundation; either version 2 of the License, or
  11.  *  (at your option) any later version.
  12.  *
  13.  *  This program is distributed in the hope that it will be useful,
  14.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.  *  GNU General Public License for more details.
  17.  *
  18.  *  You should have received a copy of the GNU General Public License
  19.  *  along with this program; if not, write to the Free Software
  20.  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  21.  *  MA 02110-1301, USA.
  22.  */
  23. #define APSTUDIO_READONLY_SYMBOLS
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Generated from the TEXTINCLUDE 2 resource.
  27. //
  28. #include "afxres.h"
  29.  
  30. /////////////////////////////////////////////////////////////////////////////
  31. #undef APSTUDIO_READONLY_SYMBOLS
  32.  
  33.  
  34. #ifdef APSTUDIO_INVOKED
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // TEXTINCLUDE
  38. //
  39.  
  40. 1 TEXTINCLUDE DISCARDABLE 
  41. BEGIN
  42.     "resource.h\0"
  43. END
  44.  
  45. 2 TEXTINCLUDE DISCARDABLE 
  46. BEGIN
  47.     "#include ""afxres.h""\r\n"
  48.     "\0"
  49. END
  50.  
  51. 3 TEXTINCLUDE DISCARDABLE 
  52. BEGIN
  53.     "#include ""res\\clamav.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "\r\n"
  55.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  56.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  57.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  58.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  59.     "#include ""afxres.rc""  \011// Standard components\r\n"
  60.     "#include ""afxprint.rc""\011// printing/print preview resources\r\n"
  61.     "\0"
  62. END
  63.  
  64. /////////////////////////////////////////////////////////////////////////////
  65. #endif    // APSTUDIO_INVOKED
  66.  
  67.  
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Icon
  71. //
  72.  
  73. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\clamav.ico"
  74.  
  75. /////////////////////////////////////////////////////////////////////////////
  76. //
  77. // Bitmap
  78. //
  79.  
  80. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\\toolbar.bmp"
  81.  
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // Menu
  85. //
  86.  
  87. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  88. BEGIN
  89.     POPUP "&File"
  90.     BEGIN
  91.         MENUITEM "&New Server\tCtrl+N",         ID_FILE_NEW
  92.         MENUITEM "&Scan File...\tCtrl+S",       ID_FILE_OPEN
  93.         MENUITEM "&Options...\tCtrl+O",         ID_SET_OPTIONS
  94.         MENUITEM SEPARATOR
  95.         MENUITEM "E&xit",                       ID_APP_EXIT
  96.     END
  97.     POPUP "&Help"
  98.     BEGIN
  99.         MENUITEM "&About Clamav...",            ID_APP_ABOUT
  100.     END
  101. END
  102.  
  103.  
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Accelerator
  107. //
  108.  
  109. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  110. BEGIN
  111.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  112.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  113.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  114.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  115.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  116.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  117.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  118.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  119.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  120.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  121.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  122.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  123.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  124.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  125.     VK_F1,          ID_CONTEXT_HELP,        VIRTKEY, SHIFT
  126.     VK_F1,          ID_HELP,                VIRTKEY 
  127. END
  128.  
  129.  
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Dialog
  133. //
  134.  
  135. IDD_ABOUTBOX DIALOG DISCARDABLE  34, 22, 217, 55
  136. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  137. CAPTION "About clamav"
  138. FONT 8, "MS Sans Serif"
  139. BEGIN
  140.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  141.     LTEXT           "ClamAV Version 0.14",IDC_STATIC,40,10,76,8
  142.     LTEXT           "Copyright \251 2004 Nigel Horne",IDC_STATIC,40,25,102,8
  143.     DEFPUSHBUTTON   "OK",IDOK,176,6,32,14,WS_GROUP
  144. END
  145.  
  146. IDD_SERVERNAME DIALOG DISCARDABLE  0, 0, 187, 67
  147. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  148. CAPTION "ClamAV Server"
  149. FONT 8, "MS Sans Serif"
  150. BEGIN
  151.     DEFPUSHBUTTON   "OK",IDOK,131,6,50,14
  152.     PUSHBUTTON      "Cancel",IDCANCEL,131,23,50,14
  153.     LTEXT           "Server",IDC_STATIC,6,8,27,11
  154.     EDITTEXT        IDC_SERVERNAME,46,7,72,14,ES_AUTOHSCROLL
  155.     LTEXT           "Port",IDC_STATIC,6,33,20,11
  156.     EDITTEXT        IDC_SERVERPORT,46,32,54,13,ES_AUTOHSCROLL
  157. END
  158.  
  159. IDD_PROGRESS DIALOG DISCARDABLE  0, 0, 287, 81
  160. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  161. CAPTION "Scanning"
  162. FONT 8, "MS Sans Serif"
  163. BEGIN
  164.     DEFPUSHBUTTON   "Stop",IDSTOP,117,56,50,14
  165.     CONTROL         "Filename",IDC_FileName,"Static",SS_LEFTNOWORDWRAP | 
  166.                     WS_GROUP,9,7,270,13
  167.     CTEXT           "0%",IDC_Percent,116,28,52,18
  168. END
  169.  
  170. IDD_OPTIONS DIALOG DISCARDABLE  0, 0, 277, 90
  171. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  172. CAPTION "Options"
  173. FONT 8, "MS Sans Serif"
  174. BEGIN
  175.     DEFPUSHBUTTON   "OK",IDOK,214,42,50,14
  176.     PUSHBUTTON      "Cancel",IDCANCEL,213,64,50,14
  177.     CONTROL         "Recursively Scan Folders",IDC_RECURSIVE,"Button",
  178.                     BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,6,9,93,10
  179.     LTEXT           "Quarantine Directory",IDC_STATIC,10,33,75,14
  180.     EDITTEXT        IDC_QUARANTINE,91,29,120,18,ES_AUTOHSCROLL
  181. END
  182.  
  183.  
  184. /////////////////////////////////////////////////////////////////////////////
  185. //
  186. // Version
  187. //
  188.  
  189. VS_VERSION_INFO VERSIONINFO
  190.  FILEVERSION 1,0,0,1
  191.  PRODUCTVERSION 1,0,0,1
  192.  FILEFLAGSMASK 0x3fL
  193. #ifdef _DEBUG
  194.  FILEFLAGS 0x1L
  195. #else
  196.  FILEFLAGS 0x0L
  197. #endif
  198.  FILEOS 0x4L
  199.  FILETYPE 0x1L
  200.  FILESUBTYPE 0x0L
  201. BEGIN
  202.     BLOCK "StringFileInfo"
  203.     BEGIN
  204.         BLOCK "080904b0"
  205.         BEGIN
  206.             VALUE "CompanyName", "NJH Music\0"
  207.             VALUE "FileDescription", "CLAMAV MFC Application\0"
  208.             VALUE "FileVersion", "1, 0, 0, 1\0"
  209.             VALUE "InternalName", "CLAMAV\0"
  210.             VALUE "LegalCopyright", "Copyright \251 2004 Nigel Horne\0"
  211.             VALUE "OriginalFilename", "CLAMAV.EXE\0"
  212.             VALUE "ProductName", "CLAMAV Application\0"
  213.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  214.         END
  215.     END
  216.     BLOCK "VarFileInfo"
  217.     BEGIN
  218.         VALUE "Translation", 0x809, 1200
  219.     END
  220. END
  221.  
  222.  
  223.  
  224. /////////////////////////////////////////////////////////////////////////////
  225. //
  226. // String Table
  227. //
  228.  
  229. STRINGTABLE PRELOAD DISCARDABLE 
  230. BEGIN
  231.     IDR_MAINFRAME           "clamav\n\nClamav\n\n\nClamav.Document\nClamav Document"
  232.     IDD_OPTIONS             "Set Options\nOptions"
  233. END
  234.  
  235. STRINGTABLE PRELOAD DISCARDABLE 
  236. BEGIN
  237.     AFX_IDS_APP_TITLE       "clamav"
  238.     AFX_IDS_IDLEMESSAGE     "To scan a file/folder drag 'n' drop it onto the program"
  239.     AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"
  240. END
  241.  
  242. STRINGTABLE DISCARDABLE 
  243. BEGIN
  244.     ID_INDICATOR_EXT        "EXT"
  245.     ID_INDICATOR_CAPS       "CAP"
  246.     ID_INDICATOR_NUM        "NUM"
  247.     ID_INDICATOR_SCRL       "SCRL"
  248.     ID_INDICATOR_OVR        "OVR"
  249.     ID_INDICATOR_REC        "REC"
  250. END
  251.  
  252. STRINGTABLE DISCARDABLE 
  253. BEGIN
  254.     ID_FILE_NEW             "Connect to a different server\nNew"
  255.     ID_FILE_OPEN            "Scan File\nScan"
  256.     ID_FILE_CLOSE           "Close the active document\nClose"
  257.     ID_FILE_SAVE            "Save the active document\nSave"
  258.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  259.     ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
  260.     ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
  261.     ID_FILE_PRINT           "Print the active document\nPrint"
  262.     ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
  263. END
  264.  
  265. STRINGTABLE DISCARDABLE 
  266. BEGIN
  267.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  268.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  269.     ID_HELP_INDEX           "List Help topics\nHelp Index"
  270.     ID_HELP_USING           "Display instructions about how to use help\nHelp"
  271.     ID_CONTEXT_HELP         "Display help for clicked on buttons, menus and windows\nHelp"
  272.     ID_HELP                 "Display help for current task or command\nHelp"
  273. END
  274.  
  275. STRINGTABLE DISCARDABLE 
  276. BEGIN
  277.     ID_FILE_MRU_FILE1       "Open this document"
  278.     ID_FILE_MRU_FILE2       "Open this document"
  279.     ID_FILE_MRU_FILE3       "Open this document"
  280.     ID_FILE_MRU_FILE4       "Open this document"
  281. END
  282.  
  283. STRINGTABLE DISCARDABLE 
  284. BEGIN
  285.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  286.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  287. END
  288.  
  289. STRINGTABLE DISCARDABLE 
  290. BEGIN
  291.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  292. END
  293.  
  294. STRINGTABLE DISCARDABLE 
  295. BEGIN
  296.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  297.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  298.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  299.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  300.     ID_EDIT_FIND            "Find the specified text\nFind"
  301.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  302.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  303.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  304.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  305.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  306.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  307. END
  308.  
  309. STRINGTABLE DISCARDABLE 
  310. BEGIN
  311.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  312.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  313. END
  314.  
  315. STRINGTABLE DISCARDABLE 
  316. BEGIN
  317.     AFX_IDS_SCSIZE          "Change the window size"
  318.     AFX_IDS_SCMOVE          "Change the window position"
  319.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  320.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  321.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  322.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  323.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  324. END
  325.  
  326. STRINGTABLE DISCARDABLE 
  327. BEGIN
  328.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  329.     AFX_IDS_SCTASKLIST      "Activate Task List"
  330. END
  331.  
  332. STRINGTABLE DISCARDABLE 
  333. BEGIN
  334.     AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"
  335. END
  336.  
  337.  
  338. #ifndef APSTUDIO_INVOKED
  339. /////////////////////////////////////////////////////////////////////////////
  340. //
  341. // Generated from the TEXTINCLUDE 3 resource.
  342. //
  343. #include "res\clamav.rc2"  // non-Microsoft Visual C++ edited resources
  344.  
  345. #define _AFX_NO_SPLITTER_RESOURCES
  346. #define _AFX_NO_OLE_RESOURCES
  347. #define _AFX_NO_TRACKER_RESOURCES
  348. #define _AFX_NO_PROPERTY_RESOURCES
  349. #include "afxres.rc"      // Standard components
  350. #include "afxprint.rc"    // printing/print preview resources
  351.  
  352. /////////////////////////////////////////////////////////////////////////////
  353. #endif    // not APSTUDIO_INVOKED
  354.  
  355.