Changeset 1254 for trunk/utils.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/utils.tmp

    r1123 r1254  
    11; Fixed: Ticket 267
    22;
    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\UTILS.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.
     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.
    725;
    826;
     
    2442Directory Sizes (Ctrl + Z)
    2543DirSiz
     440
     451031
     46;
     47Kill Process
     48KillPrc
     490
     502003
     51;
     52Seek and Scan for files
     53SeekScan
    26548
    27 1031
     551047
     56;
     57Edit Files (Ctrl + e)
     58Edit
     591
     601024
     61;
     62Extended Attributes
     63EAs
     641
     651008
    2866;
    2967View INI Files
     
    32702001
    3371;
    34 Kill Process
    35 KillPrc
     72Edit Associations
     73Assoc
    36740
    37 2003
     753001
     76;
     77Set Attributes and Date/Time of Files/Directories (Ctrl + a)
     78Attribs
     799
     801009
    3881;
    3982Instant Command File
     
    41840
    42852006
     86;
     87OS/2 Command Line (F9)
     88OS/2
     898
     902007
    4391;
    4492INF Bookshelf viewer
     
    521002011
    53101;
    54 Settings Notebook
    55 Setngs
    56 8
    57 3059
    58 ;
    59102Play Multimedia (Ctrl + l)
    60103Play
     
    621051058
    63106;
     107Settings Notebook
     108Setngs
     1090
     1103059
     111;
     112FM/2 Help (Ctrl + k)
     113Help
     1148
     115999
     116;
    64117Make Directory (Ctrl + M)
    65 MkDir
    66 8
     118MakeDir
     1190
    671201026
    68 ;
    69 Seek and Scan for files
    70 SeekScan
    71 0
    72 1047
    73 ;
    74 OS/2 Command Line (F9)
    75 OS/2
    76 0
    77 2007
    78121;
    79122Rescan (Ctrl + R)
     
    821255021
    83126;
    84 FM/2 Help (Ctrl + k)
    85 Help
    86 8
    87 999
     127Print Files (Ctrl + p)
     128Print
     1299
     1301007
    88131;
    89132Exit FM2 (Ctrl + F3)
     
    921351111
    93136;
     137Commands toolbar
     138Cmds
     1390
     1404900
     141;
    94142Sort toolbar
    95143Sort
     
    971454902
    98146;
    99 Commands toolbar
    100 Cmds
    101 8
    102 4900
     147Select toolbar
     148Select
     1490
     1504903
     151;
     152Configuration toolbar
     153Config
     1540
     1554904
     156;
     157Files toolbar
     158Files
     1590
     1604905
    103161;
    104162; $Id$
Note: See TracChangeset for help on using the changeset viewer.