home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Iczelion / files / win32asm.exe / Win32ASM / Win32Proto / Resources / W32Proto.aps / Menus / 101.rc
Encoding:
Text File  |  1997-07-06  |  676 b   |  33 lines

  1. 101 MENU
  2. LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
  3. {
  4.  POPUP "&File"
  5.  {
  6.   MENUITEM "&New\tCtrl+n", 57600
  7.   MENUITEM "&Open...\tCtrl+o", 57601
  8.   MENUITEM "&Close\tCtrl+l", 57602
  9.   MENUITEM SEPARATOR
  10.   MENUITEM "&Save...\tCtrl+s", 57603
  11.   MENUITEM "Save &As...\tCtrl+a", 40005
  12.   MENUITEM SEPARATOR
  13.   MENUITEM "&Print...\tCtrl+p", 57607
  14.   MENUITEM SEPARATOR
  15.   MENUITEM "E&xit\tF3", 40007
  16.  }
  17.  POPUP "&Edit"
  18.  {
  19.   MENUITEM "Cu&t\tCtrl+x", 57635
  20.   MENUITEM "&Copy\tCtrl+c", 57634
  21.   MENUITEM "&Paste\tCtrl+p", 57637
  22.  }
  23.  POPUP "&Gee!"
  24.  {
  25.   MENUITEM "&Data entry...", 40011
  26.  }
  27.  POPUP "&Help"
  28.  {
  29.   MENUITEM "&Content\tF1", 40012
  30.   MENUITEM "&About", 40013
  31.  }
  32. }
  33.