home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-10-28 | 2.4 KB | 197 lines |
- [ver]
- 4
- [sty]
- ~cdefaul.sty
- [files]
- [charset]
- 82
- CHINESEBIG5 (Windows)
- [revisions]
- 0
- [prn]
- PostScript Printer
- [lang]
- 1
- [desc]
- Adds "Tile Horizontally" to Windows menu and tiles the open documents.
- Lotus WPD Marketing
- Intermediate
- Indirection, AppSize, AppMove
- autorun
- 731700883
- 23
- 673469260
- 115
- 1
- 0
- 0
- 0
- 0
-
-
-
-
-
-
- 0
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [l1]
- 0
- [pg]
- 1
- 30 0 12 1025 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0
- [edoc]
- <:#302,9025>Macro by <+!>Charlie Pappas<-!>
-
- <:#302,9025>
-
- <:#302,9025>function tilehorz()
-
- <:#302,9025>declare doit()
-
- <:#302,9025>ignorekeyboard(1)
-
- <:#302,9025>rmac = getrunningmacrofile$()
-
- deletemenuitem(1, "┤░┐┌(&W)", "Tile &Horizontally")
-
- insertmenuitem(1, "┤░┐┌(&W)", 2, "Tile &Horizontally", "{rmac}!doit", "Horizontally tile the open document windows")
-
- <:#302,9025>doit()
-
- <:#302,9025>end function
-
- <:#302,9025>
-
- <:#302,9025>function doit()
-
- <:#302,9025>allocglobalvar("CharliePappas", 1)
-
- <:#302,9025>ck = getglobalvar$("CharliePappas")
-
- <:#302,9025>if ck = ""
-
- <:#302,9025> setglobalvar("CharliePappas", 1)
-
- <:#302,9025> return 1
-
- <:#302,9025>endif
-
- <:#302,9025>docnum = getopenfilecount()
-
- <:#302,9025>if docnum << 1
-
- <:#302,9025> return 0
-
- <:#302,9025>endif
-
- <:#302,9025>dim win(docnum)
-
- <:#302,9025>getopenfilenames(&win)
-
- <:#302,9025>for i = 1 to docnum
-
- <:#302,9025> apprestore(win(i))
-
- <:#302,9025> appsize(win(i), 100, (100 / docnum))
-
- <:#302,9025> appmove(win(i), 0, ((i - 1) * (100 / docnum)))
-
- <:#302,9025>next
-
- <:#302,9025>end function
-
- >
-
- [Embedded]
- 00001695
- >
- [macsum] 2
- tilehorz 0 0 2 2
- doit 199 0 5 11
- [macse]
- 14 tilehorz
- 0 32 1
- 0 802
- 13
- 8 1
- 0 520 1 "┤░┐┌(&W)" "Tile &Horizontally"
- 0 527 1 "┤░┐┌(&W)" 2 "Tile &Horizontally" "{1}!doit" "Horizontally tile the open document windows"
- 16 doit
- 6 0
- 15
- 9
- 14 doit
- 0 271 "CharliePappas" 1
- 0 265 "CharliePappas"
- 13
- 8 1
- 6 1
- 7 ""
- 18 0
- 11 00000133
- 0 264 "CharliePappas" 1
- 5 1
- 15
- 9
- 0 1050
- 13
- 8 2
- 6 2
- 5 1
- 18 5
- 11 00000191
- 5 0
- 15
- 9
- 6 2
- 21 3 [X]
- 0 1051 &3
- 5 1
- 8 4
- 6 2
- 6 4
- 18 2
- 12 00000302
- 10 00000452
- 5 1
- 6 4
- 3 0
- 8 4
- 10 00000227
- 6 4
- 22 3
- 0 1031 [X]
- 6 4
- 22 3
- 5 100
- 6 2
- 4 1
- 0 1026 [X] 100 [X]
- 6 4
- 22 3
- 6 4
- 5 1
- 3 1
- 5 100
- 6 2
- 4 1
- 4 0
- 0 1025 [X] 0 [X]
- 10 00000269
- 6 0
- 15
- 9
- 00001720