Changeset 1254 for trunk/files.tmp
- Timestamp:
- Oct 21, 2008, 1:41:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/files.tmp
r1123 r1254 1 1 ; Fixed: Ticket 267 2 2 ; 3 ; This file contains definitions for an FM/2 toolbar. 3 ;This file contains definitions for an FM/2 toolbox. 4 ;FM/2 saved this file as "<DRIVE>:\FM2\FILES.TLS" 4 5 ; 5 ; To edit this file manually, see "Manual edit of toolbar files"6 ; in the FM/2 help file.6 ;Each tool button has four lines that describe it. The first line is 7 ;the help for the button. 7 8 ; 9 ;The second line is the text for the button (internally defined tools 10 ;have icons, and the text is ignored). 11 ; 12 ;The third line is a number indicating flags associated with the button. 13 ;A flag value of 0 means the button is non-droppable, 1 means the button 14 ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a 15 ;spacer following, and 9 means droppable with a spacer following. 16 ; 17 ;The fourth line is the ID of the button (for internal commands only). 18 ;Note Commands begin at ID 4000, so a button with ID 4000 would cause 19 ;the first Command to be run and ID 4001 would run the second, and so on. 20 ;4900 marks the first "quick toolbox change" item, and you can 21 ;have up to 50 of them (these buttons load other toolboxes, see 22 ;online help). 23 ; 24 ;You can use \r in the help string to break the help into multiple lines. 25 ;; 8 26 ; 9 27 Rename Files/Directories (Ctrl + r) … … 47 65 1008 48 66 ; 49 Make Directory (Ctrl + M)50 MkDir51 052 102653 ;54 Print Files (Ctrl + p)55 Print56 157 100758 ;59 67 Open Default (F6) 60 68 Open 69 1 70 1017 71 ; 72 Set Attributes and Date/Time of Files/Directories (Ctrl + a) 73 Attribs 61 74 9 62 10 1775 1009 63 76 ; 64 77 Create Objects … … 124 137 Seek and scan files 125 138 SeekScan 126 0 139 8 127 140 1047 128 141 ; 129 OS/2 Command Line (F9)130 OS/2 142 Make Directory (Ctrl + M) 143 MakeDir 131 144 0 132 2007 145 1026 133 146 ; 134 147 Rescan (Ctrl + R) … … 137 150 5021 138 151 ; 139 FM/2 Help (Ctrl + k)140 Help 141 8 142 999 152 Print Files (Ctrl + p) 153 Print 154 9 155 1007 143 156 ; 144 157 Exit FM2 (Ctrl + F3) … … 147 160 1111 148 161 ; 149 Sorttoolbar150 Sort 162 Commands toolbar 163 Cmds 151 164 0 152 490 2165 4900 153 166 ; 154 167 Utility toolbar … … 157 170 4901 158 171 ; 159 Commands toolbar 160 Cmds 161 8 162 4900 172 Sort toolbar 173 Sort 174 0 175 4902 176 ; 177 Select toolbar 178 Select 179 0 180 4903 181 Configuration toolbar 182 Config 183 0 184 4904 163 185 ; 164 186 ; $Id$
Note:
See TracChangeset
for help on using the changeset viewer.