Changeset 1123 for trunk/files.tmp
- Timestamp:
- Aug 27, 2008, 6:30:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/files.tmp
r484 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains definitions for an FM/2 toolbox. 3 ;FM/2 saved this file as "<DRIVE>:\FM2\FILES.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 is6 ; the help for the button.5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 7 7 ; 8 ;The second line is the text for the button (internally defined tools9 ;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 button13 ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a14 :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 cause18 ;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 can20 ;have up to 50 of them (these buttons load other toolboxes, see21 ;online help).22 ;23 ;You can use \r in the help string to break the help into multiple lines.24 ;;25 8 ; 26 9 Rename Files/Directories (Ctrl + r) … … 65 48 ; 66 49 Make Directory (Ctrl + M) 67 M akeDir50 MkDir 68 51 0 69 52 1026 … … 164 147 1111 165 148 ; 166 Views toolbox 149 Sort toolbar 167 150 Sort 151 0 152 4902 153 ; 154 Utility toolbar 155 Utils 168 156 0 169 157 4901 170 158 ; 171 Utility toolbox 172 Utils 173 0 174 4902 175 ; 176 Config toolbox 159 Commands toolbar 177 160 Cmds 178 161 8
Note:
See TracChangeset
for help on using the changeset viewer.