1 | ; Fixed: Ticket 267
|
---|
2 | ;
|
---|
3 | ;This file contains definitions for an FM/2 toolbox.
|
---|
4 | ;FM/2 saved this file as "<DRIVE>:\FM2\FILES.TLS"
|
---|
5 | ;
|
---|
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.
|
---|
25 | ;;
|
---|
26 | ;
|
---|
27 | Rename Files/Directories (Ctrl + r)
|
---|
28 | Rename
|
---|
29 | 1
|
---|
30 | 1005
|
---|
31 | ;
|
---|
32 | Copy Files/Directories (Ctrl + c)
|
---|
33 | Copy
|
---|
34 | 1
|
---|
35 | 1002
|
---|
36 | ;
|
---|
37 | WPS Copy Files/Directories
|
---|
38 | WPSCopy
|
---|
39 | 1
|
---|
40 | 1153
|
---|
41 | ;
|
---|
42 | Move Files/Directories (Ctrl + m)
|
---|
43 | Move
|
---|
44 | 1
|
---|
45 | 1001
|
---|
46 | ;
|
---|
47 | WPS Move Files/Directories
|
---|
48 | WPSMove
|
---|
49 | 1
|
---|
50 | 1152
|
---|
51 | ;
|
---|
52 | View Files (Ctrl + v)
|
---|
53 | View
|
---|
54 | 1
|
---|
55 | 1023
|
---|
56 | ;
|
---|
57 | Edit Files (Ctrl + e)
|
---|
58 | Edit
|
---|
59 | 1
|
---|
60 | 1024
|
---|
61 | ;
|
---|
62 | Extended Attributes (Ctrl + E)
|
---|
63 | EAs
|
---|
64 | 1
|
---|
65 | 1008
|
---|
66 | ;
|
---|
67 | Open Default (F6)
|
---|
68 | Open
|
---|
69 | 1
|
---|
70 | 1017
|
---|
71 | ;
|
---|
72 | Set Attributes and Date/Time of Files/Directories (Ctrl + a)
|
---|
73 | Attribs
|
---|
74 | 9
|
---|
75 | 1009
|
---|
76 | ;
|
---|
77 | Create Objects
|
---|
78 | Objects
|
---|
79 | 1
|
---|
80 | 1022
|
---|
81 | ;
|
---|
82 | Remove objects
|
---|
83 | RemoveObj
|
---|
84 | 1
|
---|
85 | 1043
|
---|
86 | ;
|
---|
87 | Object Information (Ctrl + i)
|
---|
88 | Info
|
---|
89 | 1
|
---|
90 | 1010
|
---|
91 | ;
|
---|
92 | Create Shadow Objects
|
---|
93 | Shadows
|
---|
94 | 9
|
---|
95 | 1021
|
---|
96 | ;
|
---|
97 | Save List to Clipboard (Ctrl + [)
|
---|
98 | SvClip
|
---|
99 | 1
|
---|
100 | 1027
|
---|
101 | ;
|
---|
102 | Save List to File (Ctrl + S)
|
---|
103 | SvList
|
---|
104 | 8
|
---|
105 | 1028
|
---|
106 | ;
|
---|
107 | Archive Files/Directories (Ctrl + A)
|
---|
108 | Archive
|
---|
109 | 1
|
---|
110 | 1029
|
---|
111 | ;
|
---|
112 | Extract From Archives (Ctrl + x)
|
---|
113 | Extract
|
---|
114 | 1
|
---|
115 | 1030
|
---|
116 | ;
|
---|
117 | Text to binary decoding (Ctrl + U)
|
---|
118 | UUDecode
|
---|
119 | 9
|
---|
120 | 1132
|
---|
121 | ;
|
---|
122 | Permanently Delete Files/Directories (Ctrl + D)
|
---|
123 | Kill
|
---|
124 | 0
|
---|
125 | 1006
|
---|
126 | ;
|
---|
127 | Delete Files/Directories (Ctrl + d)
|
---|
128 | Delete
|
---|
129 | 1
|
---|
130 | 1004
|
---|
131 | ;
|
---|
132 | Undelete Files
|
---|
133 | Undel
|
---|
134 | 8
|
---|
135 | 2004
|
---|
136 | ;
|
---|
137 | Seek and scan files
|
---|
138 | SeekScan
|
---|
139 | 8
|
---|
140 | 1047
|
---|
141 | ;
|
---|
142 | Make Directory (Ctrl + M)
|
---|
143 | MakeDir
|
---|
144 | 0
|
---|
145 | 1026
|
---|
146 | ;
|
---|
147 | Rescan (Ctrl + R)
|
---|
148 | Rescan
|
---|
149 | 0
|
---|
150 | 5021
|
---|
151 | ;
|
---|
152 | Print Files (Ctrl + p)
|
---|
153 | Print
|
---|
154 | 9
|
---|
155 | 1007
|
---|
156 | ;
|
---|
157 | Exit FM2 (Ctrl + F3)
|
---|
158 | Exit
|
---|
159 | 8
|
---|
160 | 1111
|
---|
161 | ;
|
---|
162 | Commands toolbar
|
---|
163 | Cmds
|
---|
164 | 0
|
---|
165 | 4900
|
---|
166 | ;
|
---|
167 | Utility toolbar
|
---|
168 | Utils
|
---|
169 | 0
|
---|
170 | 4901
|
---|
171 | ;
|
---|
172 | Sort toolbar
|
---|
173 | Sort
|
---|
174 | 0
|
---|
175 | 4902
|
---|
176 | ;
|
---|
177 | Select toolbar
|
---|
178 | Select
|
---|
179 | 0
|
---|
180 | 4903
|
---|
181 | ;
|
---|
182 | Configuration toolbar
|
---|
183 | Config
|
---|
184 | 8
|
---|
185 | 4904
|
---|
186 | ;
|
---|
187 | ; $Id: files.tmp 1390 2009-01-11 23:21:00Z gyoung $
|
---|