home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / delphi32.dmt / delphi32.txt
Text File  |  1999-08-11  |  8KB  |  359 lines

  1. object TMenuTemplateManager
  2.   object TMenuTemplate
  3.     Description = 'File Menu'
  4.     object TMenuItem
  5.       object TMenuItem
  6.         Caption = '&File'
  7.         object TMenuItem
  8.           Caption = '&New'
  9.         end
  10.         object TMenuItem
  11.           Caption = '&Open...'
  12.         end
  13.         object TMenuItem
  14.           Caption = '&Save'
  15.         end
  16.         object TMenuItem
  17.           Caption = 'Save &As...'
  18.         end
  19.         object TMenuItem
  20.           Caption = '-'
  21.         end
  22.         object TMenuItem
  23.           Caption = '&Print...'
  24.         end
  25.         object TMenuItem
  26.           Caption = 'P&rint Setup...'
  27.         end
  28.         object TMenuItem
  29.           Caption = '-'
  30.         end
  31.         object TMenuItem
  32.           Caption = 'E&xit'
  33.         end
  34.       end
  35.     end
  36.   end
  37.   object TMenuTemplate
  38.     Description = 'Edit Menu'
  39.     object TMenuItem
  40.       object TMenuItem
  41.         Caption = '&Edit'
  42.         object TMenuItem
  43.           Caption = '&Undo'
  44.           ShortCutText = 'Ctrl+Z'
  45.         end
  46.         object TMenuItem
  47.           Caption = '&Repeat <command>'
  48.         end
  49.         object TMenuItem
  50.           Caption = '-'
  51.         end
  52.         object TMenuItem
  53.           Caption = 'Cu&t'
  54.           ShortCutText = 'Ctrl+X'
  55.         end
  56.         object TMenuItem
  57.           Caption = '&Copy'
  58.           ShortCutText = 'Ctrl+C'
  59.         end
  60.         object TMenuItem
  61.           Caption = '&Paste'
  62.           ShortCutText = 'Ctrl+V'
  63.         end
  64.         object TMenuItem
  65.           Caption = 'Paste &Special...'
  66.         end
  67.         object TMenuItem
  68.           Caption = '-'
  69.         end
  70.         object TMenuItem
  71.           Caption = '&Find...'
  72.         end
  73.         object TMenuItem
  74.           Caption = 'R&eplace...'
  75.         end
  76.         object TMenuItem
  77.           Caption = '&Go To...'
  78.         end
  79.         object TMenuItem
  80.           Caption = '-'
  81.         end
  82.         object TMenuItem
  83.           Caption = 'Lin&ks...'
  84.         end
  85.         object TMenuItem
  86.           Caption = '&Object'
  87.         end
  88.       end
  89.     end
  90.   end
  91.   object TMenuTemplate
  92.     Description = 'Window Menu'
  93.     object TMenuItem
  94.       object TMenuItem
  95.         Caption = '&Window'
  96.         object TMenuItem
  97.           Caption = '&New Window'
  98.         end
  99.         object TMenuItem
  100.           Caption = '&Tile'
  101.         end
  102.         object TMenuItem
  103.           Caption = '&Cascade'
  104.         end
  105.         object TMenuItem
  106.           Caption = '&Arrange All'
  107.         end
  108.         object TMenuItem
  109.           Caption = '-'
  110.         end
  111.         object TMenuItem
  112.           Caption = '&Hide'
  113.         end
  114.         object TMenuItem
  115.           Caption = '&Show...'
  116.         end
  117.       end
  118.     end
  119.   end
  120.   object TMenuTemplate
  121.     Description = 'MDI Frame Menu'
  122.     object TMenuItem
  123.       object TMenuItem
  124.         Caption = '&File'
  125.         object TMenuItem
  126.           Caption = '&New'
  127.         end
  128.         object TMenuItem
  129.           Caption = '&Open...'
  130.         end
  131.         object TMenuItem
  132.           Caption = '&Save'
  133.         end
  134.         object TMenuItem
  135.           Caption = 'Save &As...'
  136.         end
  137.         object TMenuItem
  138.           Caption = '-'
  139.         end
  140.         object TMenuItem
  141.           Caption = '&Print...'
  142.         end
  143.         object TMenuItem
  144.           Caption = 'P&rint Setup...'
  145.         end
  146.         object TMenuItem
  147.           Caption = '-'
  148.         end
  149.         object TMenuItem
  150.           Caption = 'E&xit'
  151.         end
  152.       end
  153.       object TMenuItem
  154.         Caption = '&Edit'
  155.         object TMenuItem
  156.           Caption = '&Undo'
  157.           ShortCutText = 'Ctrl+Z'
  158.         end
  159.         object TMenuItem
  160.           Caption = '&Repeat <command>'
  161.         end
  162.         object TMenuItem
  163.           Caption = '-'
  164.         end
  165.         object TMenuItem
  166.           Caption = 'Cu&t'
  167.           ShortCutText = 'Ctrl+X'
  168.         end
  169.         object TMenuItem
  170.           Caption = '&Copy'
  171.           ShortCutText = 'Ctrl+C'
  172.         end
  173.         object TMenuItem
  174.           Caption = '&Paste'
  175.           ShortCutText = 'Ctrl+V'
  176.         end
  177.         object TMenuItem
  178.           Caption = 'Paste &Special...'
  179.         end
  180.         object TMenuItem
  181.           Caption = '-'
  182.         end
  183.         object TMenuItem
  184.           Caption = '&Find...'
  185.         end
  186.         object TMenuItem
  187.           Caption = 'R&eplace...'
  188.         end
  189.         object TMenuItem
  190.           Caption = '&Go To...'
  191.         end
  192.         object TMenuItem
  193.           Caption = '-'
  194.         end
  195.         object TMenuItem
  196.           Caption = 'Lin&ks...'
  197.         end
  198.         object TMenuItem
  199.           Caption = '&Object'
  200.         end
  201.       end
  202.       object TMenuItem
  203.         Caption = '&Window'
  204.         object TMenuItem
  205.           Caption = '&New Window'
  206.         end
  207.         object TMenuItem
  208.           Caption = '&Tile'
  209.         end
  210.         object TMenuItem
  211.           Caption = '&Cascade'
  212.         end
  213.         object TMenuItem
  214.           Caption = '&Arrange All'
  215.         end
  216.         object TMenuItem
  217.           Caption = '-'
  218.         end
  219.         object TMenuItem
  220.           Caption = '&Hide'
  221.         end
  222.         object TMenuItem
  223.           Caption = '&Show...'
  224.         end
  225.       end
  226.       object TMenuItem
  227.         Caption = '&Help'
  228.         object TMenuItem
  229.           Caption = '&Contents'
  230.         end
  231.         object TMenuItem
  232.           Caption = '&Index'
  233.         end
  234.         object TMenuItem
  235.           Caption = 'Co&mmands'
  236.         end
  237.         object TMenuItem
  238.           Caption = '&Procedures'
  239.         end
  240.         object TMenuItem
  241.           Caption = '&Keyboard'
  242.         end
  243.         object TMenuItem
  244.           Caption = '&Search for Help On'
  245.         end
  246.         object TMenuItem
  247.           Caption = '&Tutorial'
  248.         end
  249.         object TMenuItem
  250.           Caption = '&How to Use Help'
  251.         end
  252.         object TMenuItem
  253.           Caption = '&About...'
  254.         end
  255.       end
  256.     end
  257.   end
  258.   object TMenuTemplate
  259.     Description = 'Help Menu'
  260.     object TMenuItem
  261.       object TMenuItem
  262.         Caption = '&Help'
  263.         object TMenuItem
  264.           Caption = '&Contents'
  265.         end
  266.         object TMenuItem
  267.           Caption = '&Search for Help On...'
  268.         end
  269.         object TMenuItem
  270.           Caption = '&How to Use Help'
  271.         end
  272.         object TMenuItem
  273.           Caption = '&About...'
  274.         end
  275.       end
  276.     end
  277.   end
  278.   object TMenuTemplate
  279.     Description = 'Help Menu (Expanded)'
  280.     object TMenuItem
  281.       object TMenuItem
  282.         Caption = '&Help'
  283.         object TMenuItem
  284.           Caption = '&Contents'
  285.         end
  286.         object TMenuItem
  287.           Caption = '&Index'
  288.         end
  289.         object TMenuItem
  290.           Caption = 'Co&mmands'
  291.         end
  292.         object TMenuItem
  293.           Caption = '&Procedures'
  294.         end
  295.         object TMenuItem
  296.           Caption = '&Keyboard'
  297.         end
  298.         object TMenuItem
  299.           Caption = '&Search for Help On...'
  300.         end
  301.         object TMenuItem
  302.           Caption = '&Tutorial'
  303.         end
  304.         object TMenuItem
  305.           Caption = '&How to Use Help'
  306.         end
  307.         object TMenuItem
  308.           Caption = '&About...'
  309.         end
  310.       end
  311.     end
  312.   end
  313.   object TMenuTemplate
  314.     Description = 'File Menu (for TextEdit Example)'
  315.     object TMenuItem
  316.       object TMenuItem
  317.         Caption = '&File'
  318.         object TMenuItem
  319.           Caption = '&New'
  320.           ShortCutText = 'Ctrl+N'
  321.         end
  322.         object TMenuItem
  323.           Caption = '&Open'
  324.           ShortCutText = 'Ctrl+O'
  325.         end
  326.         object TMenuItem
  327.           Caption = '&Close'
  328.         end
  329.         object TMenuItem
  330.           Caption = '-'
  331.         end
  332.         object TMenuItem
  333.           Caption = '&Save'
  334.           ShortCutText = 'Ctrl+S'
  335.         end
  336.         object TMenuItem
  337.           Caption = 'Save &As...'
  338.         end
  339.         object TMenuItem
  340.           Caption = '-'
  341.         end
  342.         object TMenuItem
  343.           Caption = '&Print'
  344.           ShortCutText = 'Ctrl+P'
  345.         end
  346.         object TMenuItem
  347.           Caption = 'Prin&t Setup...'
  348.         end
  349.         object TMenuItem
  350.           Caption = '-'
  351.         end
  352.         object TMenuItem
  353.           Caption = 'E&xit'
  354.         end
  355.       end
  356.     end
  357.   end
  358. end
  359.