Changeset 1123 for trunk/views.tmp
- Timestamp:
- Aug 27, 2008, 6:30:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/views.tmp
r484 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains some utility definitions for the FM/2 toolbar. 3 ;FM/2 saved this file as "<DRIVE>:\FM2\VIEWS.TLS". 3 ; This file contains definitions for an FM/2 toolbar. 4 4 ; 5 ;Each tool button has four lines that describe it. The first line is 6 ;the help for the button. 7 ; 8 ;The second line is the text for the button (internally defined tools 9 ;have icons, and the text is ignored). 10 ; 11 ;The third line is a number indicating flags associated with the button. 12 ;A flag value of 0 means the button is non-droppable, 1 means the button 13 ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a 14 :spacer following, and 9 means droppable with a spacer following. 15 ; 16 ;The fourth line is the ID of the button (for internal commands only). 17 ;Note Commands begin at ID 4000, so a button with ID 4000 would cause 18 ;the first Command to be run and ID 4001 would run the second, and so on. 19 ;4900 marks the first "quick toolbox change" item, and you can 20 ;have up to 50 of them (these buttons load other toolboxes, see 21 ;online help). 22 ; 23 ;You can use \r in the help string to break the help into multiple lines. 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 24 7 ; 25 8 ; … … 35 18 ; 36 19 Make Directory (Ctrl + M) 37 M akeDir20 MkDir 38 21 8 39 22 1026 … … 65 48 ; 66 49 Sort by lastwrite date 67 Date50 LwDate 68 51 0 69 52 3010 … … 159 142 1111 160 143 ; 161 Utility toolb ox144 Utility toolbar 162 145 Utils 163 146 0 164 490 2147 4901 165 148 ; 166 Co nfig toolbox149 Commands toolbar 167 150 Cmds 168 151 8
Note:
See TracChangeset
for help on using the changeset viewer.