; ;This file contains some utility definitions for the FM/2 toolbar. ;FM/2 saved this file as ":\FM2\UTILS.TLS". ; ;Each tool button has four lines that describe it. The first line is ;the help for the button. ; ;The second line is the text for the button (internally defined tools ;have icons, and the text is ignored). ; ;The third line is a number indicating flags associated with the button. ;A flag value of 0 means the button is non-droppable, 1 means the button ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a :spacer following, and 9 means droppable with a spacer following. ; ;The fourth line is the ID of the button (for internal commands only). ;Note Commands begin at ID 4000, so a button with ID 4000 would cause ;the first Command to be run and ID 4001 would run the second, and so on. ;4900 marks the first "quick toolbox change" item, and you can ;have up to 50 of them (these buttons load other toolboxes, see ;online help). ; ;You can use \r in the help string to break the help into multiple lines. ; ; Collect Files/Directories (Ctrl + C) Collect 0 1011 ; See all files SeeAll 0 1067 ; Window Dialog (Ctrl + W) Windws 0 9010 ; Directory Sizes (Ctrl + Z) DirSiz 8 1031 ; View INI Files INIs 1 2001 ; Kill Process KillPrc 0 2003 ; Instant Command File Instant 0 2006 ; INF Bookshelf viewer InfBooks 0 2010 ; HLP Bookshelf viewer HlpBooks 8 2011 ; Settings Notebook Setngs 8 3059 ; Play Multimedia (Ctrl + l) Play 9 1058 ; Make Directory (Ctrl + M) MakeDir 8 1026 ; Seek and Scan for files SeekScan 0 1047 ; OS/2 Command Line (F9) OS/2 0 2007 ; Rescan (Ctrl + R) Rescan 0 5021 ; FM/2 Help (Ctrl + k) Help 8 999 ; Exit FM2 (Ctrl + F3) Exit 8 1111 ; Views toolbox Sort 0 4901 ; Config toolbox Cmds 8 4900 ; ; $Id: utils.tmp 484 2006-09-07 05:07:11Z root $