home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pstoedit.zip / source.zip / pstoedit.2.50 / src / bc5gui / winp2eap.rc < prev    next >
Text File  |  1996-12-18  |  16KB  |  437 lines

  1. /*
  2.    winp2eap.rc : This file is part of pstoedit
  3.    All resources defined here.
  4.  
  5.    Copyright (C) 1996 Jens Weber, wr@lzh1.lzh.de
  6.  
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of the GNU General Public License as published by
  9.     the Free Software Foundation; either version 2 of the License, or
  10.     (at your option) any later version.
  11.  
  12.     This program is distributed in the hope that it will be useful,
  13.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.     GNU General Public License for more details.
  16.  
  17.     You should have received a copy of the GNU General Public License
  18.     along with this program; if not, write to the Free Software
  19.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21. */
  22.  
  23.  
  24. #if !defined(WORKSHOP_INVOKED)
  25. # include <windows.h>
  26. #endif
  27. #define STRINGTABLE_101    101
  28. #include "winp2eap.rh"
  29.  
  30.  
  31. IDM_SDI MENU
  32. BEGIN
  33.   POPUP "&File"
  34.   BEGIN
  35.     MENUITEM "&Convert", CM_CONVERT1
  36.     MENUITEM "&Parameter", CM_PARAMETER
  37. //    MENUITEM "&New", CM_FILENEW
  38. //    MENUITEM "&Open...", CM_FILEOPEN
  39.     MENUITEM SEPARATOR
  40. //    MENUITEM "&Save", CM_FILESAVE, GRAYED
  41. //    MENUITEM "Save &As...", CM_FILESAVEAS, GRAYED
  42. //    MENUITEM SEPARATOR
  43.     MENUITEM "E&xit\tAlt+F4", CM_EXIT
  44.   END
  45.  
  46.   MENUITEM SEPARATOR
  47.  
  48.   MENUITEM SEPARATOR
  49.  
  50.   MENUITEM SEPARATOR
  51.  
  52.   POPUP "&Help"
  53.   BEGIN
  54.     MENUITEM "&About...", CM_HELPABOUT
  55.   END
  56.  
  57. END
  58.  
  59.  
  60. // Accelerator table for short-cut to menu commands. (include/owl/editfile.rc)
  61. //
  62. /*
  63. IDM_SDI ACCELERATORS
  64. BEGIN
  65.   VK_DELETE, CM_EDITCUT, VIRTKEY, SHIFT
  66.   VK_INSERT, CM_EDITCOPY, VIRTKEY, CONTROL
  67.   VK_INSERT, CM_EDITPASTE, VIRTKEY, SHIFT
  68.   VK_DELETE, CM_EDITCLEAR, VIRTKEY, CONTROL
  69.   VK_BACK,   CM_EDITUNDO, VIRTKEY, ALT
  70.   VK_F3,     CM_EDITFINDNEXT, VIRTKEY
  71. END
  72.  
  73. */
  74.  
  75. // Table of help hints displayed in the status bar.
  76. //
  77. STRINGTABLE
  78. BEGIN
  79.   -1,                   "File/document operations"
  80.   CM_CONVERT1,           "Converts a postscript file"
  81.   CM_PARAMETER,           "Definition of conversion parameters"
  82.   CM_FILENEW,           "Creates a new window"
  83.   CM_FILEOPEN,          "Opens a window"
  84.   CM_FILECLOSE,         "Closes the active document"
  85.   CM_FILESAVE,          "Saves the active document"
  86.   CM_FILESAVEAS,        "Saves the active document with a new name"
  87.   CM_EXIT,              "Quits Winp2e"
  88.   CM_EDITUNDO-1,        "Edit operations"
  89.   CM_EDITUNDO,          "Reverses the last operation"
  90.   CM_EDITCUT,           "Cuts the selection and puts it on the Clipboard"
  91.   CM_EDITCOPY,          "Copies the selection and puts it on the Clipboard"
  92.   CM_EDITPASTE,         "Inserts the Clipboard contents at the insertion point"
  93.   CM_EDITDELETE,        "Deletes the selection"
  94.   CM_EDITCLEAR,         "Clears the active document"
  95.   CM_EDITADD,           "Inserts a new line"
  96.   CM_EDITEDIT,          "Edits the current line"
  97.   CM_EDITFIND-1,        "Search/replace operations"
  98.   CM_EDITFIND,          "Finds the specified text"
  99.   CM_EDITREPLACE,       "Finds the specified text and changes it"
  100.   CM_EDITFINDNEXT,      "Finds the next match"
  101.   CM_HELPABOUT-1,       "Access About"
  102.   CM_HELPABOUT,         "About the Winp2e application"
  103. END
  104.  
  105.  
  106. //
  107. // OWL string table
  108. //
  109.  
  110. // EditFile (include/owl/editfile.rc and include/owl/editsear.rc)
  111. //
  112. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  113. BEGIN
  114.   IDS_CANNOTFIND,       "Cannot find ""%s""."
  115.   IDS_UNTITLED,         "Document"
  116.   IDS_UNABLEREAD,       "Unable to read file %s from disk."
  117.   IDS_UNABLEWRITE,      "Unable to write file %s to disk."
  118.   IDS_FILECHANGED,      "The text in the %s file has changed.\n\nDo you want to save the changes?"
  119.   IDS_FILEFILTER,       "Text files|*.txt|AllFiles|*.*|"
  120. END
  121.  
  122.  
  123. // Exception string resources (include/owl/except.rc)
  124. //
  125. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  126. BEGIN
  127.   IDS_OWLEXCEPTION,     "ObjectWindows Exception"
  128.   IDS_UNHANDLEDXMSG,    "Unhandled Exception"
  129.   IDS_OKTORESUME,       "OK to resume?"
  130.   IDS_UNKNOWNEXCEPTION, "Unknown exception"
  131.  
  132.   IDS_UNKNOWNERROR,     "Unknown error"
  133.   IDS_NOAPP,            "No application object"
  134.   IDS_OUTOFMEMORY,      "Out of memory"
  135.   IDS_INVALIDMODULE,    "Invalid module specified for window"
  136.   IDS_INVALIDMAINWINDOW,"Invalid MainWindow"
  137.   IDS_VBXLIBRARYFAIL,   "VBX Library init failure"
  138.  
  139.   IDS_INVALIDWINDOW,    "Invalid window %s"
  140.   IDS_INVALIDCHILDWINDOW,"Invalid child window %s"
  141.   IDS_INVALIDCLIENTWINDOW,"Invalid client window %s"
  142.  
  143.   IDS_CLASSREGISTERFAIL,"Class registration fail for window %s"
  144.   IDS_CHILDREGISTERFAIL,"Child class registration fail for window %s"
  145.   IDS_WINDOWCREATEFAIL, "Create fail for window %s"
  146.   IDS_WINDOWEXECUTEFAIL,"Execute fail for window %s"
  147.   IDS_CHILDCREATEFAIL,  "Child create fail for window %s"
  148.  
  149.   IDS_MENUFAILURE,      "Menu creation failure"
  150.   IDS_VALIDATORSYNTAX,  "Validator syntax error"
  151.   IDS_PRINTERERROR,     "Printer error"
  152.  
  153.   IDS_LAYOUTINCOMPLETE, "Incomplete layout constraints specified in window %s"
  154.   IDS_LAYOUTBADRELWIN,  "Invalid relative window specified in layout constraint in window %s"
  155.  
  156.   IDS_GDIFAILURE,       "GDI failure"
  157.   IDS_GDIALLOCFAIL,     "GDI allocate failure"
  158.   IDS_GDICREATEFAIL,    "GDI creation failure"
  159.   IDS_GDIRESLOADFAIL,   "GDI resource load failure"
  160.   IDS_GDIFILEREADFAIL,  "GDI file read failure"
  161.   IDS_GDIDELETEFAIL,    "GDI object %X delete failure"
  162.   IDS_GDIDESTROYFAIL,   "GDI object %X destroy failure"
  163.   IDS_INVALIDDIBHANDLE, "Invalid DIB handle %X"
  164. END
  165.  
  166.  
  167. // General Window's status bar messages. (include/owl/statusba.rc)
  168. //
  169. STRINGTABLE
  170. BEGIN
  171.   IDS_MODES             "EXT|CAPS|NUM|SCRL|OVR|REC"
  172.   IDS_MODESOFF          "   |  |   |  |   |   "
  173.   SC_SIZE,              "Changes the size of the window"
  174.   SC_MOVE,              "Moves the window to another position"
  175.   SC_MINIMIZE,          "Reduces the window to an icon"
  176.   SC_MAXIMIZE,          "Enlarges the window to it maximum size"
  177.   SC_RESTORE,           "Restores the window to its previous size"
  178.   SC_CLOSE,             "Closes the window"
  179.   SC_TASKLIST,          "Opens task list"
  180.   SC_NEXTWINDOW,        "Switches to next window"
  181. END
  182.  
  183.  
  184. // Validator messages (include/owl/validate.rc)
  185. //
  186. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  187. BEGIN
  188.   IDS_VALPXPCONFORM     "Input does not conform to picture:\n""%s"""
  189.   IDS_VALINVALIDCHAR    "Invalid character in input"
  190.   IDS_VALNOTINRANGE     "Value is not in the range %ld to %ld."
  191.   IDS_VALNOTINLIST      "Input is not in valid-list"
  192. END
  193.  
  194.  
  195. //
  196. // Bitmaps used by the speedbar.  Each bitmap is associated with a
  197. // particular menu command.
  198. //
  199. CM_CONVERT1 BITMAP "bitmaps/copy.bmp"
  200. CM_PARAMETER BITMAP "bitmaps/preview.bmp"
  201.  
  202. CM_FILENEW BITMAP "bitmaps/new.bmp"
  203. CM_FILEOPEN BITMAP "bitmaps/open.bmp"
  204. CM_FILESAVE BITMAP "bitmaps/save.bmp"
  205.  
  206. CM_EDITUNDO BITMAP "bitmaps/undo.bmp"
  207. CM_EDITCUT BITMAP "bitmaps/cut.bmp"
  208. CM_EDITCOPY BITMAP "bitmaps/copy.bmp"
  209. CM_EDITPASTE BITMAP "bitmaps/paste.bmp"
  210.  
  211. CM_EDITFIND BITMAP "bitmaps/find.bmp"
  212. CM_EDITFINDNEXT BITMAP "bitmaps/findnext.bmp"
  213.  
  214. CM_FILEPRINT BITMAP "bitmaps/print.bmp"
  215.  
  216.  
  217. //
  218. // Misc application definitions
  219. //
  220.  
  221. // Application ICON
  222. //
  223. IDI_SDIAPPLICATION ICON "applsdi.ico"
  224.  
  225.  
  226. // Client Dialog
  227. //
  228. IDD_CLIENT DIALOG 6, 15, 207, 111
  229. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  230. CAPTION "Dialog Client"
  231. FONT 8, "MS Sans Serif"
  232. BEGIN
  233. //  DEFPUSHBUTTON "OK", IDOK, 40, 88, 50, 14
  234. //  PUSHBUTTON "Cancel", IDCANCEL, 116, 88, 50, 14
  235. END
  236.  
  237.  
  238. // About box.
  239. //
  240. IDD_ABOUT DIALOG 12, 17, 204, 114
  241. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  242. CAPTION "About Winp2e"
  243. FONT 8, "MS Sans Serif"
  244. {
  245.  CTEXT " Version (of GUI)", IDC_VERSION, 2, 14, 200, 8, SS_NOPREFIX
  246.  CTEXT "pstoedit - GUI", -1, 2, 4, 200, 8, SS_NOPREFIX
  247.  CTEXT "", IDC_COPYRIGHT, 32, 34, 136, 48, SS_NOPREFIX
  248.  RTEXT "", IDC_DEBUG, 136, 55, 66, 8, SS_NOPREFIX
  249.  ICON IDI_SDIAPPLICATION, -1, 2, 2, 34, 34
  250.  DEFPUSHBUTTON "OK", IDOK, 82, 99, 40, 14
  251. }
  252.  
  253.  
  254. // TInputDialog class dialog box.
  255. //
  256. IDD_INPUTDIALOG DIALOG 20, 24, 180, 64
  257. STYLE WS_POPUP | WS_CAPTION | DS_SETFONT
  258. FONT 8, "Helv"
  259. BEGIN
  260.   LTEXT "", ID_PROMPT, 10, 8, 160, 10, SS_NOPREFIX
  261.   CONTROL "", ID_INPUT, "EDIT", WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL, 10, 20, 160, 12
  262.   DEFPUSHBUTTON "&OK", IDOK, 47, 42, 40, 14
  263.   PUSHBUTTON "&Cancel", IDCANCEL, 93, 42, 40, 14
  264. END
  265.  
  266. IDD_PARAMETER DIALOG 32, 20, 295, 192
  267. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  268. CAPTION "Conversion parameters"
  269. FONT 8, "Helv"
  270. {
  271.  EDITTEXT ID_NAMEEDIT1, 140, 8, 71, 12, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP
  272.  EDITTEXT ID_NAMEEDIT2, 140, 24, 71, 12, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP
  273.  EDITTEXT ID_NAMEEDIT3, 140, 40, 32, 12, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP
  274.  EDITTEXT ID_NAMEEDIT4, 180, 40, 32, 12, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP
  275.  CONTROL "Merging", ID_CHECK1, "BUTTON", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 24, 120, 45, 15
  276.  CONTROL "Draw Text", ID_CHECK2, "BUTTON", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 120, 76, 15
  277.  CONTROL "Display", ID_CHECK3, "BUTTON", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 24, 99, 45, 15
  278.  CONTROL "Verbose", ID_CHECK4, "BUTTON", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 24, 140, 40, 15
  279.  CONTROL "Backend only", ID_CHECK5, "BUTTON", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 220, 99, 56, 15
  280.  CONTROL "Map fonts to ISOLatin1", ID_CHECK6, "BUTTON", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 99, 92, 15
  281.  CONTROL "Dont quit gs", ID_CHECK7, "BUTTON", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 220, 121, 60, 15
  282.  CONTROL "Enhanced (WMF)", ID_CHECK8, "BUTTON", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 92, 140, 84, 15
  283.  DEFPUSHBUTTON "&OK", 1, 20, 164, 49, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  284.  PUSHBUTTON "&Cancel", 2, 232, 164, 49, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  285.  CONTROL "Magnification ", -1, "STATIC", SS_CENTER | WS_CHILD | WS_VISIBLE, 24, 8, 92, 12
  286.  CONTROL "Flatness ", -1, "STATIC", SS_CENTER | WS_CHILD | WS_VISIBLE, 24, 24, 90, 12
  287.  CONTROL "Format ", -1, "STATIC", SS_CENTER | WS_CHILD | WS_VISIBLE, 24, 64, 90, 12
  288.  CONTROL "Test", ID_LISTBOX, "COMBOBOX", CBS_DROPDOWNLIST | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 140, 60, 75, 100
  289.  CONTROL "Resolution (DPI)", -1, "static", SS_CENTER | WS_CHILD | WS_VISIBLE, 20, 40, 96, 12
  290.  CONTROL "X", -1, "static", SS_CENTER | WS_CHILD | WS_VISIBLE, 172, 40, 8, 12
  291. }
  292.  
  293. ICON_1 ICON
  294. BEGIN
  295.     '00 00 01 00 01 00 20 20 10 00 00 00 00 00 E8 02'
  296.     '00 00 16 00 00 00 28 00 00 00 20 00 00 00 40 00'
  297.     '00 00 01 00 04 00 00 00 00 00 80 02 00 00 00 00'
  298.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  299.     '00 00 00 00 80 00 00 80 00 00 00 80 80 00 80 00'
  300.     '00 00 80 00 80 00 80 80 00 00 C0 C0 C0 00 80 80'
  301.     '80 00 00 00 FF 00 00 FF 00 00 00 FF FF 00 FF 00'
  302.     '00 00 FF 00 FF 00 FF FF 00 00 FF FF FF 00 00 00'
  303.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  304.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  305.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  306.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 0F FF'
  307.     'FF FF FF FF FF FF FF FF FF FF FF FF FF 00 0F FF'
  308.     'FF FF FF FF FF FF FF FF FF FF FF FF FF 00 0F F0'
  309.     '00 00 00 00 00 00 00 00 00 00 00 00 FF 00 0F F0'
  310.     'FF F0 F0 0F 0F FF 0F 0F FF 0F 00 F0 FF 00 0F F0'
  311.     'F0 00 F0 0F 0F 0F 0F 0F 00 0F 00 F0 FF 00 0F F0'
  312.     'F0 00 FF FF 0F FF 0F 0F 00 0F FF F0 FF 00 0F F0'
  313.     'F0 00 F0 0F 0F 00 0F 0F 00 0F 00 F0 FF 00 0F F0'
  314.     'FF F0 0F F0 0F FF 0F 0F 00 00 FF 00 FF 00 0F F0'
  315.     '00 00 00 00 00 00 00 00 00 00 00 00 FF 00 0F FF'
  316.     'FF FF FF FF FF FF FF FF FF FF FF FF FF 00 0F FF'
  317.     'FF FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00'
  318.     '00 00 00 00 00 F0 00 00 00 00 00 00 00 00 00 00'
  319.     '00 00 00 00 0F FF 00 00 00 00 00 00 00 00 00 00'
  320.     '00 00 00 00 FF FF F0 00 00 00 00 00 00 00 00 00'
  321.     '00 00 00 00 0F FF 00 00 00 00 00 00 00 00 00 00'
  322.     '00 00 00 00 0F FF 00 00 00 00 00 00 00 00 0F FF'
  323.     'FF FF FF FF FF FF FF FF FF FF FF FF FF 00 0F FF'
  324.     'FF FF FF FF FF FF FF FF FF FF FF FF FF 00 0F F0'
  325.     '00 00 00 00 00 00 00 00 00 00 00 00 FF 00 0F F0'
  326.     '00 00 00 0F 00 0F FF 00 00 00 00 00 FF 00 0F F0'
  327.     '00 00 00 0F 00 00 0F 00 00 00 00 00 FF 00 0F F0'
  328.     '00 00 00 0F FF 0F FF 00 00 00 00 00 FF 00 0F F0'
  329.     '00 00 00 0F 0F 0F 00 00 00 00 00 00 FF 00 0F F0'
  330.     '00 00 00 0F FF 0F FF 00 00 00 00 00 FF 00 0F F0'
  331.     '00 00 00 00 00 00 00 00 00 00 00 00 FF 00 0F FF'
  332.     'FF FF FF FF FF FF FF FF FF FF FF FF FF 00 0F FF'
  333.     'FF FF FF FF FF FF FF FF FF FF FF FF FF 00 00 00'
  334.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  335.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  336.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  337.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  338.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  339.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  340.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  341.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  342.     '00 00 00 00 00 00 00 00 00 00 00 00 00 00'
  343. END
  344.  
  345.  
  346. // Slider thumb bitmaps for TSlider and TVSlider (include/owl/slider.rc)
  347. //
  348. IDB_HSLIDERTHUMB BITMAP "bitmaps/hslider.bmp"
  349. IDB_VSLIDERTHUMB BITMAP "bitmaps/hslider.bmp"
  350.  
  351. // Version info.
  352. //
  353. #if !defined(__DEBUG_)
  354.  
  355. // Non-Debug VERSIONINFO
  356. //
  357. 1 VERSIONINFO 
  358. FILEVERSION 1, 0, 0, 0
  359. PRODUCTVERSION 1, 0, 0, 0
  360. FILEFLAGSMASK 0
  361. FILEFLAGS VS_FFI_FILEFLAGSMASK
  362. FILEOS VOS__WINDOWS16
  363. FILETYPE VFT_APP
  364. {
  365.  BLOCK "StringFileInfo"
  366.  {
  367.   BLOCK "040904E4"
  368.   {
  369.    VALUE "CompanyName", "\000"
  370.    VALUE "FileDescription", "Winp2e for Windows - GUI for pstoedit\000"
  371.    VALUE "FileVersion", "1.0\000"
  372.    VALUE "InternalName", "Winp2e\000"
  373.    VALUE "LegalCopyright", "Copyright ⌐ 1996. Jens Weber for GUI; Wolfgang Glunz for pstoedit; All Rights Reserved.\000"
  374.    VALUE "LegalTrademarks", "Windows(TM) is a trademark of Microsoft Corporation\000"
  375.    VALUE "OriginalFilename", "Winp2e.exe\000"
  376.    VALUE "ProductName", "Winp2e\000"
  377.    VALUE "ProductVersion", "1.0\000"
  378.   }
  379.  
  380.  }
  381.  
  382.  BLOCK "VarFileInfo"
  383.  {
  384.   VALUE "Translation", 0x0409, 0x04e4
  385.  }
  386.  
  387. }
  388.  
  389. STRINGTABLE 
  390. {
  391.  STRINGTABLE_101, ""
  392. }
  393.  
  394.  
  395. #else
  396.  
  397. // Debug VERSIONINFO
  398. //
  399. 1 VERSIONINFO LOADONCALL MOVEABLE
  400. FILEVERSION 1, 0, 0, 0
  401. PRODUCTVERSION 1, 0, 0, 0
  402. FILEFLAGSMASK VS_FF_DEBUG | VS_FF_PRERELEASE | VS_FF_PATCHED | VS_FF_PRIVATEBUILD | VS_FF_SPECIALBUILD
  403. FILEFLAGS VS_FFI_FILEFLAGSMASK
  404. #if defined(BI_PLAT_WIN32)
  405. FILEOS VOS__WINDOWS32
  406. #else
  407. FILEOS VOS__WINDOWS16
  408. #endif
  409. FILETYPE VFT_APP
  410. BEGIN
  411.   BLOCK "StringFileInfo"
  412.   BEGIN
  413.     // Language type = U.S. English(0x0409) and Character Set = Windows, Multilingual(0x04e4)
  414.     BLOCK "040904E4"              // Matches VarFileInfo Translation hex value.
  415.     BEGIN
  416.       VALUE "CompanyName", "\000"
  417.       VALUE "FileDescription", "Winp2e for Windows\000"
  418.       VALUE "FileVersion", "1.0\000"
  419.       VALUE "InternalName", "Winp2e\000"
  420.       VALUE "LegalCopyright", "Copyright ⌐ 1996. All Rights Reserved.\000"
  421.       VALUE "LegalTrademarks", "Windows(TM) is a trademark of Microsoft Corporation\000"
  422.       VALUE "OriginalFilename", "Winp2e.exe\000"
  423.       VALUE "ProductName", "Winp2e\000"
  424.       VALUE "ProductVersion", "1.0\000"
  425.       VALUE "SpecialBuild", "Debug Version\000"
  426.       VALUE "PrivateBuild", "Built by \000"
  427.     END
  428.   END
  429.  
  430.   BLOCK "VarFileInfo"
  431.   BEGIN
  432.     VALUE "Translation", 0x0409, 0x04e4    // U.S. English(0x0409) & Windows Multilingual(0x04e4) 1252
  433.   END
  434. END
  435.  
  436. #endif
  437.