home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 November / VPR9711A.ISO / VPR_DATA / Special / ak307i / ak307i.lzh / NEWUPOP.MNU < prev    next >
Text File  |  1997-06-26  |  8KB  |  229 lines

  1.  
  2.     POPUPMENU   1
  3.     {
  4.         MENUITEM    "&New",                    @newfile
  5.         MENUITEM    "&Open...",                    @openfile
  6.         MENUITEM    "&Save",                    @savefile
  7.         MENUITEM    "Save && Close",        @saveclose
  8.         MENUITEM    "Save &As...",                @saveasfile
  9.         MENUITEM    "Save A&ll",                @saveall
  10.         MENUITEM    "&Duplicate Window",    @dupfile
  11.         MENUITEM    "&Merge File",            @merge
  12.         MENUITEM    "&Close",                    @closefile
  13.         MENUITEM    "Close All",                @closeallfile
  14.         MENUITEM    SEPARATOR
  15.         MENUITEM    "Discard File",            @cancelfile
  16.         MENUITEM    "Reload File",                @reloadfile
  17.         MENUITEM    SEPARATOR
  18.         MENUITEM    "&Print..."                    @print
  19.         MENUITEM    SEPARATOR
  20.         MENUITEM    "Clear File History",    @resetfilehistory
  21.         MENUITEM    "Clear Dir History",     @resetdirhistory
  22.         MENUITEM    SEPARATOR
  23.         MENUITEM    "JAPANEASE version",@switchlang
  24.         MENUITEM    "Exit",                         @exit
  25.     }
  26.  
  27.     POPUPMENU    2
  28.     {
  29.         POPUP        "Setting Edit Mode"
  30.         {
  31.             MENUITEM        "Insert Mode",                      @insmode
  32.             MENUITEM        "Append Mode (Clipboard)",@appendmode
  33.             MENUITEM        "Block Select Mode",             @boxselmode
  34.             MENUITEM        "Enable Drag && Drop Text",     @danddmode
  35.             MENUITEM        "Enable Control Code",    @ctlcodemode
  36.             MENUITEM        "Convert Tab to Space",    @entabtospace
  37.         }
  38.         MENUITEM    "&Undo",                @undo
  39.         MENUITEM    "&Redo",                @redo
  40.         MENUITEM    SEPARATOR
  41.         MENUITEM    "Cu&t",                    @cut
  42.         MENUITEM    "&Copy",                @copy
  43.         MENUITEM    "De&lete",                @delete
  44.         MENUITEM    "&Paste",                 @paste
  45.         MENUITEM    SEPARATOR
  46.         MENUITEM    "Copy Paste (by appended unit)", @pasteac
  47.         MENUITEM    "Move Paste (by appended unit)",    @pasteam
  48.         POPUP        "Select"
  49.         {
  50.             MENUITEM    "Word",                 @selword
  51.             MENUITEM    "Line",                     @selline
  52.             MENUITEM    "To Top of Word",     @seltotopofword
  53.             MENUITEM    "To End of Word",     @seltoendofword
  54.             MENUITEM    "To Prev Word",         @seltoprevword
  55.             MENUITEM    "To Next Word",         @seltonextword
  56.             MENUITEM    "To Top of Line",         @seltotopofline
  57.             MENUITEM    "To End of Line",         @seltoendofline
  58.             MENUITEM    "To Top of File",         @seltotopoffile
  59.             MENUITEM    "To End of File",         @seltoendoffile
  60.             MENUITEM    "All",                        @selall
  61.         }
  62.         POPUP        "Delete"
  63.         {
  64.             MENUITEM    "Word",                 @delword
  65.             MENUITEM    "Line",                     @delline
  66.             MENUITEM    "To Top of Word",     @deltotopofword
  67.             MENUITEM    "To End of Word",     @deltoendofword
  68.             MENUITEM    "To Prev Word",         @deltoprevword
  69.             MENUITEM    "To Next Word",         @deltonextword
  70.             MENUITEM    "To Top of Line",         @deltotopofline
  71.             MENUITEM    "To End of Line",         @deltoendofline
  72.             MENUITEM    "To Top of File",         @deltotopoffile
  73.             MENUITEM    "To End of File",         @deltoendoffile
  74.         }
  75.         MENUITEM    "Auto Text",     @dlgsentence
  76.         MENUITEM    "Change to Lower Case",            @tolower
  77.         MENUITEM    "Change to Upper Case",            @toupper
  78.         MENUITEM    "Indent",                                @indent
  79.         MENUITEM    "Justify",                        @justify
  80.         MENUITEM    "Paste Quated Text",                @pasteq
  81.         MENUITEM    "Insert Date && Time",            @datetime
  82.     }
  83.     POPUPMENU    3
  84.     {
  85.         MENUITEM    "Find",                        @dlgsearch
  86.         MENUITEM    "Replace",                    @dlgreplace
  87.         MENUITEM    "Find/Replace Previous",        @searchprev
  88.         MENUITEM    "Find/Replace Next",        @searchnext
  89.         MENUITEM    SEPARATOR
  90.         MENUITEM    "Set Stopper"                @stopmark
  91.         MENUITEM    SEPARATOR
  92.         MENUITEM    "Spelling",            @spellcheck
  93.         MENUITEM    "Translation",        @translate
  94.         MENUITEM    SEPARATOR
  95.         MENUITEM    "Match bracket",            @parmatch
  96.         MENUITEM    "Line Jump...",                @linejump
  97.         MENUITEM    "Tag Jump゚",                    @tagjump
  98.         MENUITEM    "Jump to Next Tag"        @tagjumpnext
  99.         MENUITEM    "Jump to Prev Tag",    @backtagjump
  100.         MENUITEM    "Mark",                            @mark
  101.         MENUITEM    "Jump to Mark",                @markjump
  102.         MENUITEM    SEPARATOR
  103.         MENUITEM    "Grep...",                        @grep
  104.         MENUITEM    "Grep Mail...",                @mgrep
  105.         MENUITEM    "Browse C/C++ Functions...",            @brow
  106.     }
  107.     
  108.     POPUPMENU    4
  109.     {
  110.         MENUITEM    "Minimise 'akira'",        @iconicakira
  111.         MENUITEM    "Maximise 'akira'",        @zoomakira
  112.         MENUITEM    "Restore 'akira'",        @restoreakira
  113.         MENUITEM    SEPARATOR
  114.         MENUITEM    "Tile Horizontally",    @tilehorz
  115.         MENUITEM    "Tile Vertivally",        @tilevert
  116.         MENUITEM    "Cascade",                @cascade
  117.         MENUITEM    "Arrange Icons",        @arrangeicon
  118.         MENUITEM    SEPARATOR
  119.         MENUITEM    "Minimise All",            @iconicall
  120.         MENUITEM    "Maximise All",        @zoomall
  121.         MENUITEM    "Restore All",            @restoreall
  122.         MENUITEM    SEPARATOR
  123.         MENUITEM    "Next Window",        @nextdoc
  124.         MENUITEM    "Prev Window",            @prevdoc
  125.         MENUITEM    "Next Mail",                @nextmail
  126.         MENUITEM    "Prev Mail",                @prevmail
  127.  
  128.     }
  129.     
  130.     POPUPMENU    5
  131.     {
  132.         MENUITEM        "Resident Mode",                    @resimode
  133.         MENUITEM    SEPARATOR
  134.         MENUITEM        "New Mail to SEND Queue",        @offline
  135.         MENUITEM        "Check Mail if Online",@onlinechkmail
  136.         MENUITEM        "Enable NiftyServe Tour",        @niftytour
  137.         MENUITEM        "Check Mail on Server",                        @rercvmode
  138.         MENUITEM        "Record Log",                        @logfile
  139.         MENUITEM    SEPARATOR
  140.         POPUP            "Tool Bar"
  141.         {
  142.             MENUITEM        "Show",                    @showtoolbar
  143.             MENUITEM        "Lock",            @locktbarpos
  144.             POPUP            "Move..."
  145.             {
  146.                 MENUITEM        "Top",        @tbartop
  147.                 MENUITEM        "Left Edge",    @tbarleft
  148.                 MENUITEM        "Right Edge",    @tbarright
  149.             }
  150.             MENUITEM        "Customize...",                @arrangetbar
  151.         }
  152.         MENUITEM        "Show LineNumber/Column Window",    @showlcwin
  153.         MENUITEM        "Show Status Bar",                    @showstatusbar
  154.         MENUITEM        "Show Ruler",                        @showruler
  155.         POPUP            "Function Keys"
  156.         {
  157.             MENUITEM "Hide",                                @showfunc00
  158.             MENUITEM "Show 4 Keys",    @showfunc04
  159.             MENUITEM "Show 5 Keys",    @showfunc05
  160.             MENUITEM "Show 8 Keys",    @showfunc08
  161.             MENUITEM "Show 10 Keys",    @showfunc10
  162.             MENUITEM "Show 12 Keys",    @showfunc12
  163.         }
  164.         POPUP    "Mouse Cursor Shape"
  165.         {
  166.             MENUITEM    "I Beam",        @curstyle1
  167.             MENUITEM    "Arrow",        @curstyle2
  168.             MENUITEM    "Hand",            @curstyle3
  169.         }
  170.         MENUITEM    SEPARATOR
  171.         MENUITEM        "Enable Dictionary",                    @enabledic
  172.         MENUITEM        "Enable EUC Detection",                @enableeuc
  173.         MENUITEM    SEPARATOR
  174.         MENUITEM        "Global Preferences...",                @dlgglobalenv
  175.         MENUITEM        "File Extension Aliases...",        @dlgextalias
  176.         MENUITEM        "Local Preferences...",                @dlglocalenv
  177.         popup "Other Settings"
  178.         {
  179.             MENUITEM        "Auto Backup...",        @dlgautosave
  180.             MENUITEM        "Key Speed...",                            @dlgkeyspeed
  181.             MENUITEM        "Outline...",                                @dlgoutline
  182.             MENUITEM        "Reserved Words...",                        @registrword
  183.             MENUITEM        "Key Assignment...",                    @defkey
  184.             MENUITEM        "User Menu...",                            @defusermenu
  185.             MENUITEM        "Convert Dictionary...",        @dlgconvdic
  186.             POPUP    "Application Icon"
  187.             {
  188.                 MENUITEM    "Add",            @defappicon
  189.                 MENUITEM    "Delete",            @undefappicon
  190.             }
  191.             POPUP    "User Help"
  192.             {
  193.                 MENUITEM    "Add",            @defuserhelp
  194.                 MENUITEM    "Delete",            @undefuserhelp
  195.             }
  196.         }
  197.         MENUITEM    SEPARATOR
  198.         MENUITEM    "E-Mail Settings",                        @mailenv
  199.         popup        "E-Mail Options"
  200.             {
  201.             MENUITEM        "MIME...",                            @regmime
  202.             MENUITEM        "Address Book...",                @regeadr
  203.             MENUITEM        "Mail Filter...",                    @regfilter
  204.             MENUITEM        "Templates...",                        @regreptpl
  205.             MENUITEM    SEPARATOR
  206.             MENUITEM        "NiftyServe...",                    @niftyref
  207.             MENUITEM        "Forums...",                        @editforum
  208.         }
  209.     }
  210.  
  211.     POPUPMENU    6
  212.     {
  213.             MENUITEM    "Record Keyboard Operation(Start/Stop)"        @reckeymac
  214.             MENUITEM    "Play Keyboard Operation"                            @playkeymac
  215.             MENUITEM    "Save Recorded Keyboard Operation"            @savekeymac
  216.             MENUITEM    "Save/Register Recorded Keyboard Operation"        @saveregmac
  217.             MENUITEM    SEPARATOR
  218.             MENUITEM    "Show User Menu"            @usermenu
  219.             MENUITEM    "Show AppIcon Menu"        @appiconmenu
  220.             MENUITEM    "Run AppIcon..."                @dlgexecicon
  221.             MENUITEM    "Show Last Popup Menu"      @lastpopup
  222.             MENUITEM    "Show HTML Menu"            @html
  223.             MENUITEM    "Show Outline",                @outline
  224.             MENUITEM    SEPARATOR
  225.             MENUITEM    "Refresh Application Menu"    @appmenurefresh
  226.             MENUITEM    "Refresh Popup Menu"            @popupmenurefresh
  227.             MENUITEM    "Refresh HTML Menu"            @htmlmenurefresh
  228.     }
  229.