Changeset 1254 for trunk/views.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/views.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\VIEWS.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;
     
    16340
    173510002
    18 ;
    19 Make Directory (Ctrl + M)
    20 MkDir
    21 8
    22 1026
    2336;
    2437Sort by filename
     
    4861;
    4962Sort by lastwrite date
    50 LwDate
     63Date
    51640
    52653010
     
    119132Seek and scan files
    120133SeekScan
    121 0
     1348
    1221351047
    123136;
    124 OS/2 Command Line (F9)
    125 OS/2
     137Make Directory (Ctrl + M)
     138MakeDir
    1261390
    127 2007
     1401026
    128141;
    129142Rescan (Ctrl + R)
     
    1321455021
    133146;
    134 FM/2 Help (Ctrl + k)
    135 Help
    136 8
    137 999
     147Print Files (Ctrl + p)
     148Print
     1499
     1501007
    138151;
    139152Exit FM2 (Ctrl + F3)
     
    1421551111
    143156;
     157Commands toolbar
     158Cmds
     1590
     1604900
     161;
    144162Utility toolbar
    145163Utils
     
    1471654901
    148166;
    149 Commands toolbar
    150 Cmds
    151 8
    152 4900
     167Sort toolbar
     168Sort
     1690
     1704902
     171;
     172Select toolbar
     173Select
     1740
     1754903
     176;
     177Configuration toolbar
     178Config
     1790
     1804904;
     181;
     182Files toolbar
     183Files
     1840
     1854905
    153186;
    154187; $Id$
Note: See TracChangeset for help on using the changeset viewer.