Changeset 484 for trunk/utils.tmp


Ignore:
Timestamp:
Sep 7, 2006, 7:07:11 AM (19 years ago)
Author:
root
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/utils.tmp

    r2 r484  
    11;
    22;This file contains some utility definitions for the FM/2 toolbar.
     3;FM/2 saved this file as "<DRIVE>:\FM2\UTILS.TLS".
     4;
     5;Each tool button has four lines that describe it.  The first line is
     6;the help for the button.
     7;
     8;The second line is the text for the button (internally defined tools
     9;have icons, and the text is ignored).
     10;
     11;The third line is a number indicating flags associated with the button.
     12;A flag value of 0 means the button is non-droppable, 1 means the button
     13;is droppable, 4 means invisible (5 both), 8 means non-droppable with a
     14:spacer following, and 9 means droppable with a spacer following.
     15;
     16;The fourth line is the ID of the button (for internal commands only).
     17;Note Commands begin at ID 4000, so a button with ID 4000 would cause
     18;the first Command to be run and ID 4001 would run the second, and so on.
     19;4900 marks the first "quick toolbox change" item, and you can
     20;have up to 50 of them (these buttons load other toolboxes, see
     21;online help).
     22;
     23;You can use \r in the help string to break the help into multiple lines.
    324;
    425;
    5 Archive Files/Directories
    6 Archive
     26Collect Files/Directories (Ctrl + C)
     27Collect
     280
     291011
     30;
     31See all files
     32SeeAll
     330
     341067
     35;
     36Window Dialog (Ctrl + W)
     37Windws
     380
     399010
     40;
     41Directory Sizes (Ctrl + Z)
     42DirSiz
     438
     441031
     45;
     46View INI Files
     47INIs
    7481
    8 1029
    9 ;
    10 Extract From Archives
    11 Extract
    12 1
    13 1030
     492001
    1450;
    1551Kill Process
     
    18542003
    1955;
    20 Undelete Files
    21 Undel
    22 0
    23 2004
    24 ;
    2556Instant Command File
    2657Instant
     
    28592006
    2960;
    30 OS/2 Command Line
     61INF Bookshelf viewer
     62InfBooks
     630
     642010
     65;
     66HLP Bookshelf viewer
     67HlpBooks
     688
     692011
     70;
     71Settings Notebook
     72Setngs
     738
     743059
     75;
     76Play Multimedia (Ctrl + l)
     77Play
     789
     791058
     80;
     81Make Directory (Ctrl + M)
     82MakeDir
     838
     841026
     85;
     86Seek and Scan for files
     87SeekScan
     880
     891047
     90;
     91OS/2 Command Line (F9)
    3192OS/2
    32930
    33942007
    3495;
    35 Collect Files/Directories
    36 Collect
     96Rescan (Ctrl + R)
     97Rescan
    37980
    38 1011
     995021
    39100;
    40 Seek and scan files
    41 SeekScan
     101FM/2 Help (Ctrl + k)
     102Help
     1038
     104999
     105;
     106Exit FM2 (Ctrl + F3)
     107Exit
     1088
     1091111
     110;
     111Views toolbox
     112Sort
    421130
    43 1047
     1144901
    44115;
    45 See all files
    46 SeeAll
     116Config toolbox
     117Cmds
    471188
    48 1067
    49 ;
    50 Command toolbox
    51 Cmds
    52 0
    531194900
    54120;
    55 Sort toolbox
    56 Sort
    57 0
    58 4902
    59 ;
    60 Select toolbox
    61 Select
    62 0
    63 4903
     121; $Id$
Note: See TracChangeset for help on using the changeset viewer.