home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PMASC.ZIP / PMASC.RC < prev   
Text File  |  1990-01-11  |  2KB  |  53 lines

  1. /*--------------------------
  2.    PMASC.RC resource script
  3.   --------------------------*/
  4.  
  5. #include <os2.h>
  6. #include "pmasc.h"
  7.  
  8. POINTER ID_RESOURCE pmasc.ico
  9.  
  10. MENU ID_RESOURCE
  11.      {
  12.      SUBMENU "~Codepage",                    -1
  13.           {
  14.           SUBMENU "~ASCII",                  -1
  15.                {
  16.                MENUITEM "437: ~US-English (original PC)",    437
  17.                MENUITEM "850: ~Multilingual (PM standard)",  850
  18.                MENUITEM "860: ~Portuguese",                  860
  19.                MENUITEM "863: ~Canadian-French",             863
  20.                MENUITEM "865: ~Norwegian",                   865
  21.                }
  22.           SUBMENU "~EBCDIC",                 -1
  23.                {
  24.                MENUITEM "037: ~US-English",                   37
  25.                MENUITEM "273: ~Austrian-German",             273
  26.                MENUITEM "274: ~Belgian",                     274
  27.                MENUITEM "277: ~Danish-Norwegian",            277
  28.                MENUITEM "278: ~Finnish-Swedish",             278
  29.                MENUITEM "280: ~Italian",                     280
  30.                MENUITEM "282: ~Portuguese",                  282
  31.                MENUITEM "284: ~Spanish",                     284
  32.                MENUITEM "285: U~K-English",                  285
  33.                MENUITEM "297: F~rench",                      297
  34.                MENUITEM "500: I~nternational",               500
  35.                }
  36.           MENUITEM SEPARATOR
  37.           MENUITEM "A~bout PMASC...",        IDM_ABOUT
  38.           }
  39.      }
  40.  
  41. DLGTEMPLATE IDD_ABOUT
  42.      {
  43.      DIALOG "", 0, 32, 32, 200, 100,, FCF_DLGBORDER
  44.           {
  45.           CTEXT "ASCII and EBCDIC Table"              -1, 10, 76, 180, 8
  46.           ICON  ID_RESOURCE                           -1,  8, 68,   0, 0
  47.           CTEXT "PC Magazine, Vol. 8, Nos. 14 & 15"   -1, 10, 52, 180, 8
  48.           CTEXT "(c) 1989, Ziff Communications Co."   -1, 10, 42, 180, 8
  49.           CTEXT "Programmed by Charles Petzold, 3/89" -1, 10, 32, 180, 8
  50.           DEFPUSHBUTTON "OK"             DID_OK, 80, 8, 40, 16, WS_GROUP
  51.           }
  52.      }
  53.