Changeset 1254 for trunk/files.tmp


Ignore:
Timestamp:
Oct 21, 2008, 1:41:53 AM (17 years ago)
Author:
Gregg Young
Message:

David's updated quicktools toolbars all of which iclude buttons to access all the others.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/files.tmp

    r1123 r1254  
    11; Fixed: Ticket 267
    22;
    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"
    45;
    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.
    78;
     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;;
    826;
    927Rename Files/Directories (Ctrl + r)
     
    47651008
    4866;
    49 Make Directory (Ctrl + M)
    50 MkDir
    51 0
    52 1026
    53 ;
    54 Print Files (Ctrl + p)
    55 Print
    56 1
    57 1007
    58 ;
    5967Open Default (F6)
    6068Open
     691
     701017
     71;
     72Set Attributes and Date/Time of Files/Directories (Ctrl + a)
     73Attribs
    61749
    62 1017
     751009
    6376;
    6477Create Objects
     
    124137Seek and scan files
    125138SeekScan
    126 0
     1398
    1271401047
    128141;
    129 OS/2 Command Line (F9)
    130 OS/2
     142Make Directory (Ctrl + M)
     143MakeDir
    1311440
    132 2007
     1451026
    133146;
    134147Rescan (Ctrl + R)
     
    1371505021
    138151;
    139 FM/2 Help (Ctrl + k)
    140 Help
    141 8
    142 999
     152Print Files (Ctrl + p)
     153Print
     1549
     1551007
    143156;
    144157Exit FM2 (Ctrl + F3)
     
    1471601111
    148161;
    149 Sort toolbar
    150 Sort
     162Commands toolbar
     163Cmds
    1511640
    152 4902
     1654900
    153166;
    154167Utility toolbar
     
    1571704901
    158171;
    159 Commands toolbar
    160 Cmds
    161 8
    162 4900
     172Sort toolbar
     173Sort
     1740
     1754902
     176;
     177Select toolbar
     178Select
     1790
     1804903
     181Configuration toolbar
     182Config
     1830
     1844904
    163185;
    164186; $Id$
Note: See TracChangeset for help on using the changeset viewer.