Changeset 1254 for trunk/views.tmp
- Timestamp:
- Oct 21, 2008, 1:41:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/views.tmp
r1123 r1254 1 1 ; Fixed: Ticket 267 2 2 ; 3 ; This file contains definitions for an FM/2 toolbar. 3 ;This file contains some utility definitions for the FM/2 toolbar. 4 ;FM/2 saved this file as "<DRIVE>:\FM2\VIEWS.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. 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. 7 25 ; 8 26 ; … … 16 34 0 17 35 10002 18 ;19 Make Directory (Ctrl + M)20 MkDir21 822 102623 36 ; 24 37 Sort by filename … … 48 61 ; 49 62 Sort by lastwrite date 50 LwDate63 Date 51 64 0 52 65 3010 … … 119 132 Seek and scan files 120 133 SeekScan 121 0 134 8 122 135 1047 123 136 ; 124 OS/2 Command Line (F9)125 OS/2 137 Make Directory (Ctrl + M) 138 MakeDir 126 139 0 127 2007 140 1026 128 141 ; 129 142 Rescan (Ctrl + R) … … 132 145 5021 133 146 ; 134 FM/2 Help (Ctrl + k)135 Help 136 8 137 999 147 Print Files (Ctrl + p) 148 Print 149 9 150 1007 138 151 ; 139 152 Exit FM2 (Ctrl + F3) … … 142 155 1111 143 156 ; 157 Commands toolbar 158 Cmds 159 0 160 4900 161 ; 144 162 Utility toolbar 145 163 Utils … … 147 165 4901 148 166 ; 149 Commands toolbar 150 Cmds 151 8 152 4900 167 Sort toolbar 168 Sort 169 0 170 4902 171 ; 172 Select toolbar 173 Select 174 0 175 4903 176 ; 177 Configuration toolbar 178 Config 179 0 180 4904; 181 ; 182 Files toolbar 183 Files 184 0 185 4905 153 186 ; 154 187 ; $Id$
Note:
See TracChangeset
for help on using the changeset viewer.