; Fixed: Ticket 267 ; ;This file contains some utility definitions for the FM/2 toolbar. ;FM/2 saved this file as ":\FM2\VIEWS.TLS". ; ;Each tool button has four lines that describe it. The first line is ;the help for the button. ; ;The second line is the text for the button (internally defined tools ;have icons, and the text is ignored). ; ;The third line is a number indicating flags associated with the button. ;A flag value of 0 means the button is non-droppable, 1 means the button ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a ;spacer following, and 9 means droppable with a spacer following. ; ;The fourth line is the ID of the button (for internal commands only). ;Note Commands begin at ID 4000, so a button with ID 4000 would cause ;the first Command to be run and ID 4001 would run the second, and so on. ;4900 marks the first "quick toolbox change" item, and you can ;have up to 50 of them (these buttons load other toolboxes, see ;online help). ; ;You can use \r in the help string to break the help into multiple lines. ; ; Filter Container (Ctrl + f) Filter 0 5001 ; Walk Directories (Ctrl + w) Walk 0 10002 ; Sort by filename Name 0 3005 ; Sort by size Size 0 3006 ; Sort by EA size EAsz 0 3007 ; Sort by first extension 1st 0 3008 ; Sort by last extension Last 0 3009 ; Sort by lastwrite date Date 0 3010 ; Sort by creation date CrDate 0 3012 ; Reverse sort Rev 8 3015 ; Select All +All 0 10006 ; Deselect All (Ctrl + \) -All 0 10007 ; Deselect Dirs -Dirs 0 10011 ; Select Files (Ctrl + /) +Files 0 10008 ; Invert selections (Ctrl + ;) Invert 0 10014 ; Reselect (Ctrl + ') Reslct 8 10027 ; Select Mask (Ctrl + =) +Mask 0 10012 ; Deselect Mask (Ctrl + +) -Mask 8 10013 ; Settings Notebook Setngs 0 3059 ; Set Target Directory (Ctrl + T) TargetDir 8 1154 ; Window Dialog (Ctrl + W) Windws 8 9010 ; Seek and scan files SeekScan 8 1047 ; Make Directory (Ctrl + M) MakeDir 0 1026 ; Rescan (Ctrl + R) Rescan 0 5021 ; Print Files (Ctrl + p) Print 9 1007 ; Exit FM2 (Ctrl + F3) Exit 8 1111 ; Commands toolbar Cmds 0 4900 ; Utility toolbar Utils 0 4901 ; Sort toolbar Sort 0 4902 ; Select toolbar Select 0 4903 ; Configuration toolbar Config 0 4904; ; Files toolbar Files 8 4905 ; ; $Id$