home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
DISK1
/
MACROS.CMZ
/
WORKGRUP.SMM
< prev
Wrap
INI File
|
1993-03-14
|
21KB
|
1,361 lines
[ver]
4
[sty]
_macro.sty
[files]
[charset]
82
ANSI (Windows, IBM CP 1252)
[revisions]
0
[prn]
PostScript Printer
[port]
FILE:
[lang]
1
[desc]
Otwarcie lub zapisanie grupy dokumet<\s>w Ami Pro.
Lotus WPD Tech Support
Advanced
Call Backs, Fopens, Freads,
Autorun
731032400
52
675982393
963
7
951
6089
18
21
Global Arrays, freads, fopens, CallBacks
0
[fopts]
0
1
0
0
[lnopts]
2
Body Text
1
[docopts]
5
2
[GramStyle]
[ParaNum]
1
[lay]
Standard
513
[rght]
15840
12240
1
720
1440
1
1440
720
2
1
0
1
1
2
1
720
11520
5
1
720
1
1440
1
2880
1
4320
1
5760
[hrght]
[lyfrm]
1
11200
0
0
12240
1440
0
1
3
1 0 0 0 0 0 0
0
0
1
[frmlay]
1440
12240
1
1440
72
1
360
1440
0
1
0
1
1
0
1
1440
10800
0
[txt]
<+@><:f280,2Tms Rmn,0,0,0>WorkGrup.smm<:f>
<+@><:f280,2Tms Rmn,0,0,0>Peyton McManus<:f> Modified by Marek G. B</y>czek from UNICORN Poland
<+@><:P10,0,> of <:X3,0;NumPages>4<:X~3,0;NumPages>
5 73 67 63 9000 1352728579 "listbox" "" 0
108 73 67 63 9002 1352728579 "listbox" "" 0
138 3 40 14 1 1342242817 "button" "OK" 0
138 20 40 14 2 1342242816 "button" "Cancel" 0
37 23 90 10 1000 1342177281 "static" "Workgroup Description" 0
20 54 40 15 1002 1342177281 "static" "Open MDI Docs" 0
116 54 55 16 1003 1342177281 "static" "Files in Workgroup" 0
76 92 29 12 53 1342242816 "button" "Add -<;><;>" 0
76 106 29 12 54 1342242816 "button" "<<<<- Del" 0
<+B>END DIALOG<:f280,2Tms Rmn,0,0,0>.smm<:f>
<+B><:f280,2Tms Rmn,0,0,0> June 4, 1991
<:f><:f280,2Tms Rmn,0,0,0> Page <:P10,0,>
>
[frght]
[lyfrm]
1
13248
0
14400
12240
15840
0
1
3
1 0 0 0 0 0 0
0
0
2
[frmlay]
15840
12240
1
1440
360
1
14472
1440
0
1
0
1
1
0
1
1440
10800
0
[txt]
>
[elay]
[l1]
0
[pg]
7
48 0 40 0 0 1 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
96 0 23 0 0 1 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
144 0 12 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
192 0 18 0 0 1 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
240 0 79 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
273 29 15 0 0 1 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
279 0 10 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 0
[edoc]
<:#240,10800>define GetActiveWindow() DllCall("user,GetActiveWindow,H")
<:#240,10800>define SetWindowText() DllCall("user,SetWindowText,IHC", %1, %2)
<:#240,10800>define TitleBarMsg() SetWindowText(GetActiveWindow(), %1)
<:#240,10800>define GetWindowText() DllCall("user,GetWindowText,HHFH", %1, %2, %3)
<:#240,10800>define WM_USER 1024
<:#240,10800>define LB_SELECTSTRING WM_USER + 13
<:#240,10800>
<:#240,10800>Declare Mdi()
<:#240,10800>Declare GetFiles(Array)
<:#240,10800>Declare Buildfile(p1,p2)
<:#240,10800>Declare OnMenu(p1,p2)
<:#240,10800>
@Function@<:#278,10800>Function Workmenu()
<:#240,10800>IF IsNewWave()
<:#240,10800> Message("Makroprogram nie dzia</s>a, je</\>li jest uruchomiony HP NewWave.")
<:#240,10800> Exit Function
<:#240,10800>ENDIF
<:#240,10800>' Build the menu bar
<:#240,10800>Menu = "P&lik"
<:#240,10800>mpath = GetRunningMacroFile$()
<:#240,10800>cmenu = "&Grupa"
<:#240,10800>running=onmenu(menu, cmenu)
<:#240,10800>if running = 1
<:#240,10800> Mdi()
<:#240,10800>else
<:#240,10800>
<:#240,10800>TitleBarMsg("Instaluj<\j> now</y> komend<\j> w menu plik")
<:#240,10800>pause(010)
<:#240,10800>deletemenuitem(1, menu, cmenu)
<:#240,10800>insertcascademenu(1, "P&lik", 2, "{Cmenu}")
<:#240,10800>addcascademenuitem(1, Menu, Cmenu, "&Otw<\s>rz Grup<\j>...", "{mpath}!Opengrp", "Otwarcie grupy dokument<\s>w.")
<:#240,10800>addcascademenuitem(1, Menu, Cmenu, "&Utw<\s>rz Grup<\j>...", "{mpath}!Mdi", "Utworzenie grupy dokument<\s>w.")
<:#240,10800>addcascademenuitem(1, Menu, Cmenu, "-", "", "")
addcascademenuitem(1, Menu, Cmenu, "&Usu<\q> Komend<\j>", "{mpath}!Quit", "Usuni<\j>cie menu Grupa z Ami Pro.")
<:#240,10800>TitleBarMsg("")
<:#240,10800>TitleBarMsg("Ami Pro")
<:#240,10800>Endif
<:#240,10800>end function
<:#240,10800>
@Function@<:#278,10800><:ZQuit><:Z~Quit>Function Quit()
Deletemenuitem(1,"P&lik","&Grupa")
End Function
@Function@<:Zmdi><:Z~mdi>function mdi()
DefStr Name;
If GetOpenFileCount() <<1
<:#278,10800> Message("Nie ma otwartych dokument<\s>w.")
<:#240,10800> Exit Function
<:#240,10800>Endif
<:#240,10800>macfile=getrunningmacrofile$()
<:#240,10800>Dim LongName(1)
<:#240,10800>Getfiles(&LongName)
<:#240,10800>NumberFiles = ArraySize(&LongName)
<:#240,10800>
<:#240,10800>GvLong=Allocglobalvar("files",GetOpenfileCount())
<:#240,10800>Dim ShortName(NumberFiles)
<:#240,10800>
<:#240,10800>For t=1 to NumberFiles
<:#240,10800> If -1 != Assign(&Name,Strfield$(LongName(t),2,"^"))
<:#240,10800> ShortName(t) = Name;
<:#240,10800> SetGlobalArray("files",T, LongName(T))
<:#240,10800> Endif
<:#240,10800>Next
<:#240,10800>
<:#240,10800>Filledit(9000,&ShortName)
<:#240,10800>SetDlgCallBack (53,"{macfile}!add")
<:#240,10800>SetDlgCallBack (54,"{Macfile}!Del")
<:#240,10800>Box=Dialogbox(".","Workgroup")
<:#240,10800>If Box<<<;>1
<:#240,10800> Exit Function
<:#240,10800>Endif
<:#240,10800>descript=getdialogfield$(8010)
<:#240,10800>If 0 = Len(Descript)
<:#240,10800> If "" = Assign(&Descript, Query$("Nadaj nazw<\j> grupie."))
<:#240,10800> Exit Function
<:#240,10800> endif
<:#240,10800>Endif
<:#240,10800>Buildfile(descript,NumberFiles)
<:#240,10800>Freeglobalvar("files")
<:#240,10800>End Function
<:#240,10800>
@Function@<:#278,10800><:ZBuildFile><:Z~BuildFile>Function Buildfile(Descript,mdicount)
<:#240,10800>amidir=getamidirectory$()
<:#240,10800>today=now()
<:#240,10800>today="""{today}"""
<:#240,10800>today=mid$(today,2,8)
<:#240,10800>handle=fopen("{amidir}{today}.wkg","w")
<:#240,10800>fputs(handle,descript)
<:#240,10800>For l=1 to mdicount
<:#240,10800> name=Strfield$(GetGlobalarray$("files", l),3,"^")
<:#240,10800> if name="save"
<:#240,10800> full=getglobalarray$("files",l)
<:#240,10800> drive=right$(strfield$(full,1,":"),1)
<:#240,10800> rest=strfield$(full,2,":")
<:#240,10800> Full="{drive}:{rest}"
<:#240,10800> Fputs(handle,full)
<:#240,10800> Endif
<:#240,10800>Next
<:#240,10800>Fclose(Handle)
<:#240,10800>End Function
<:#240,10800>
@Function@<:#278,10800><:><:><:ZGetfiles><:Z~Getfiles>Function getfiles(LongName)
<:#240,10800>DefStr Char, Stat;
<:#240,10800>Dim Temp(GetOpenFileCount())
<:#240,10800>GetOpenFileNames(&Temp)
<:#240,10800>For X=1 to GetOpenFileCount()
<:#240,10800> c=1
<:#240,10800> FullPath=Temp(x)
<:#240,10800> If 0 = Assign(&Stat, Instr(0,FullPath,"Untitled"))
<:#240,10800> Length = len(FullPath)
<:#240,10800> WHILE "\" != Assign(&Char, MID$(FullPath, Length, 1))
<:#240,10800> Length = Length - 1
<:#240,10800> WEND
<:#240,10800> FileName = Right$(FullPath, (len(FullPath) - Length))
<:#240,10800> Dir = Left$(FullPath, Length - 1)
<:#240,10800> AllInfo="{Dir}\^{FileName}^Nope"
<:#240,10800> ArrayInsert(&LongName,C, AllInfo)
<:#240,10800> c = c + 1
<:#240,10800> endif
<:#240,10800>Next
<:#240,10800>End Function
<:#240,10800>
@Function@<:#278,10800><:ZAdd><:Z~Add>Function add(Hdlg,Id,Text)
<:#240,10800>temp=" "
<:#240,10800>name=GetDlgItemText(Hdlg,9000)
<:#240,10800>mdicount=GetOpenFileCount()
<:#240,10800>hListBox = GetDlgItem(Hdlg, 9002)
<:#240,10800>Stat = AppSendMessage(hListBox, LB_SELECTSTRING, -1, Name)
<:#240,10800>'Message(Stat)
<:#240,10800>
<:#240,10800>for t=1 to mdicount
<:#240,10800> temp=Strfield$(GetGlobalarray$("files", t),2,"^")
<:#240,10800> if temp=name
<:#240,10800> found=getglobalarray$("files",t)
<:#240,10800> temppath=strfield$(found,1,"^")
<:#240,10800> tempname=strfield$(found,2,"^")
<:#240,10800> savename="{temppath}^{tempname}^save"
<:#240,10800> SetGlobalArray ("files",t,savename)
<:#240,10800> SetDlgItemText(Hdlg,9002,tempname)
<:#240,10800> Break
<:#240,10800> Endif
<:#240,10800>Next
<:#240,10800>End Function
<:#240,10800>
@Function@<:#278,10800><:ZDelete><:Z~Delete>Function Del(Hdlg,Id,Text)
<:#240,10800>temp=" "
<:#240,10800>name=GetDlgItemText(Hdlg,9002)
<:#240,10800>mdicount=GetOpenFileCount()
<:#240,10800>for t=1 to mdicount
<:#240,10800> temp=Strfield$(GetGlobalarray$("files", t),2,"^")
<:#240,10800> if temp=name
<:#240,10800> found=getglobalarray$("files",t)
<:#240,10800> temppath=strfield$(found,1,"^")
<:#240,10800> tempname=strfield$(found,2,"^")
<:#240,10800> savename="{temppath}^{tempname}^Nope"
<:#240,10800> SetGlobalArray ("files",t,savename)
<:#240,10800> Break
<:#240,10800> Endif
<:#240,10800>Next
<:#240,10800>Handle=GetDlgItem(Hdlg,9002)
<:#240,10800>AppSendMessage(Handle,0x0405,0,0)
<:#240,10800>
<:#240,10800>For l=1 to mdicount
<:#240,10800> name=Strfield$(GetGlobalarray$("files", l),3,"^")
<:#240,10800> if name="save"
<:#240,10800> short=Strfield$(GetGlobalArray$("files",l),2,"^")
<:#240,10800> SetDlgItemText(Hdlg,9002,short)
<:#240,10800> Endif
<:#240,10800>Next
<:#240,10800>End Function
<:#240,10800>
@Function@<:#278,10800><:ZOpengrp><:Z~Opengrp>Function OpenGrp()
<:#240,10800>Dim group(200)
<:#240,10800>dim files(12)
<:#240,10800>t=0
<:#240,10800>Total = 0
<:#240,10800>Amidir=getamidirectory$()
<:#240,10800>FNAME=findfirst$("{amidir}*.wkg","33")
<:#240,10800>
<:#240,10800>While Fname<<<;> ""
<:#240,10800> Total=Total + 1
<:#240,10800> handle=Fopen("{amidir}{fname}","r")
<:#240,10800> if handle=0
<:#240,10800> Break
<:#240,10800> Endif
<:#240,10800> descript=fgets$(handle)
<:#240,10800> t=t+1
<:#240,10800> Group(t)="{fname}|{descript}"
<:#240,10800> Filledit(9000,descript)
<:#240,10800> Fclose(Handle)
<:#240,10800> Fname=FindNext$()
<:#240,10800>Wend
<:#240,10800>
<:#240,10800>Filledit(1000,"Dost<\j>pne grupy: {Total}")
<:#240,10800>Filledit(50,1)
<:#240,10800>Box=dialogbox(".","opengroup")
<:#240,10800>if box=2
<:#240,10800> Exit Function
<:#240,10800>Endif
<:#240,10800>getgroup=getdialogfield$(8000)
<:#240,10800>Radio1=GetdialogField$(50)
<:#240,10800>For l=1 to t
<:#240,10800> test=strfield$(Group(l),2,"|")
<:#240,10800> if test=getgroup
<:#240,10800> TarFile=strfield$(group(l),1,"|")
<:#240,10800> Break
<:#240,10800> Endif
<:#240,10800>Next
<:#240,10800>IF Box=3
<:#240,10800> DOSDelFile("{amidir}{TarFile}")
<:#240,10800> Goto Done
<:#240,10800>Endif
<:#240,10800>Handle=Fopen("{Amidir}{Tarfile}","r")
<:#240,10800>if handle=0
<:#240,10800> Exit function
<:#240,10800>Endif
<:#240,10800>Line=fgets$(Handle)
<:#240,10800>While (1)
<:#240,10800> line = Fgets$(Handle)
<:#240,10800> IF Line = -1
<:#240,10800> BREAK
<:#240,10800> ENDIF
<:#240,10800> Path = Strfield$(line,1,"^")
<:#240,10800> File = Strfield$(line,2,"^")
<:#240,10800> Temp = "{path}{File}"
<:#240,10800> Fileopen("{temp}",1,"AmiPro")
<:#240,10800> If (Radio1)
<:#240,10800> Appminimize("{temp}")
<:#240,10800> Endif
<:#240,10800>Wend
<:#240,10800>Fclose(Handle)
<:#240,10800>Done:
<:#240,10800>End Function
<:#240,10800>
<:#240,10800>
@Function@<:#278,10800>FUNCTION onmenu(menu, item)
<:#240,10800>rmac=getrunningmacrofile$()
<:#240,10800>result=checkmenuitem(1, menu, item, 1) ' Must checkmenuitem twice so it gets
<:#240,10800>result=checkmenuitem(1, menu, item, 0) ' correct value without altering item
<:#240,10800>if result=8
<:#240,10800> onmenu= 1
<:#240,10800>elseif
<:#240,10800> onmenu= 0
<:#240,10800>endif
<:#240,10800>END FUNCTION
@Function@<:#278,10800>
<:#240,10800>
<:#240,10800>
<:#240,10800>DIALOG opengroup
<:#480,10800>-2134376448 10 79 46 224 116 "" "" "Otw<\s>rz Grup<\j>"
<:#240,10800>FONT 6 "Helv"
<:#480,10800>8 20 160 82 9000 1352859651 "listbox" "" 0
<:#480,10800>172 78 50 12 50 1342373897 "button" "&Minimalizuj" 0
<:#480,10800>172 90 50 12 51 1342177289 "button" "&Pe</s>ny ekran" 0
<:#480,10800>8 102 160 10 1000 1342308352 "static" "" 0
<:#480,10800>8 8 71 10 1001 1342177280 "static" "&Wybrana grupa:" 0
<:#480,10800>178 40 40 1 1002 1342177285 "static" "text" 0
<:#480,10800>178 6 40 14 1 1342373889 "button" "Otw<\s>rz" 0
<:#480,10800>178 22 40 14 2 1342373888 "button" "Anuluj" 0
<:#480,10800>178 44 40 14 3 1342373888 "button" "&Usu<\q>" 0
<:#480,10800>82 6 86 12 8000 1350762624 "edit" "" 0
<:#240,10800>END DIALOG
<:#240,10800>
<:#240,10800>
<:#240,10800>DIALOG workgroup
<:#480,10800>-2134376448 10 91 46 196 111 "" "" "Utw<\s>rz Grup<\j>"
<:#240,10800>FONT 6 "Helv"
<:#480,10800>6 22 116 12 8010 1350631552 "edit" "" 0
<:#480,10800>6 49 68 61 9000 1352728579 "listbox" "" 0
<:#480,10800>78 49 40 14 53 1342242816 "button" "<;><;> Dodaj <;><;>" 0
<:#480,10800>78 65 40 14 54 1342242816 "button" "<<<< Usu<\q> <<<<" 0
<:#480,10800>122 49 68 61 9002 1352728579 "listbox" "" 0
<:#480,10800>6 12 78 8 1000 1342308352 "static" "&Opis grupy:" 0
<:#480,10800>6 38 72 8 1002 1342177280 "static" "&Otwarte dokumenty:" 0
<:#480,10800>122 38 70 8 1003 1342177280 "static" "&Dokumenty w grupie:" 0
<:#480,10800>150 4 40 14 1 1342373889 "button" "OK" 0
<:#480,10800>150 20 40 14 2 1342373888 "button" "Anuluj" 0
<:#240,10800>END DIALOG
>
[Embedded]
00014332
>
[macsum] 11
Workmenu 0 0 5 12
Quit 902 0 1 39
mdi 949 0 10 44
Buildfile 1716 2 9 82
getfiles 2204 1 11 102
add 2751 3 11 123
Del 3246 3 12 145
OpenGrp 3963 0 19 172
onmenu 5118 2 3 236
opengroup 5302 0 -1 249
workgroup 5876 0 -1 265
[macse]
14 Workmenu
0 1317
13
11 00000123
0 3 "Makroprogram nie dzia</s>a, je</\>li jest uruchomiony HP NewWave."
6 0
15
9
7 "P&lik"
8 1
0 802
13
8 2
7 "&Grupa"
8 3
16 onmenu "{1}" "{3}"
13
8 4
6 4
5 1
18 0
11 00000254
16 Mdi
10 00000890
0 284 "user,GetActiveWindow,H"
13
0 284 "user,SetWindowText,IHC" [X] "Instaluj<\j> now</y> komend<\j> w menu plik"
0 274 010
0 520 1 "{1}" "{3}"
0 528 1 "P&lik" 2 "{3}"
0 525 1 "{1}" "{3}" "&Otw<\s>rz Grup<\j>..." "{2}!Opengrp" "Otwarcie grupy dokument<\s>w."
0 525 1 "{1}" "{3}" "&Utw<\s>rz Grup<\j>..." "{2}!Mdi" "Utworzenie grupy dokument<\s>w."
0 525 1 "{1}" "{3}" "-" "" ""
0 525 1 "{1}" "{3}" "&Usu<\q> Komend<\j>" "{2}!Quit" "Usuni<\j>cie menu Grupa z Ami Pro."
0 284 "user,GetActiveWindow,H"
13
0 284 "user,SetWindowText,IHC" [X] ""
0 284 "user,GetActiveWindow,H"
13
0 284 "user,SetWindowText,IHC" [X] "Ami Pro"
6 0
15
9
14 Quit
0 520 1 "P&lik" "&Grupa"
6 0
15
9
14 mdi
0 1050
13
5 1
18 5
11 00000095
0 3 "Nie ma otwartych dokument<\s>w."
6 0
15
9
0 802
13
8 2
5 1
21 3 [X]
16 Getfiles &3
0 1046 &3
13
8 4
0 1050
13
0 271 "files" [X]
13
8 5
6 4
21 6 [X]
5 1
8 7
6 4
6 7
18 2
12 00000302
10 00000441
5 1
6 7
3 0
8 7
10 00000227
5 -1
6 7
22 3
0 20 [X] 2 "^"
13
0 805 &1 [X]
13
18 1
11 00000428
6 7
6 1
23 6
6 7
22 3
0 272 "files" "{7}" [X]
10 00000269
0 31 9000 &6
0 41 53 "{2}!add"
0 41 54 "{2}!Del"
0 26 "." "Workgroup"
13
8 8
6 8
5 1
18 1
11 00000565
6 0
15
9
0 27 8010
13
8 9
5 0
0 14 "{9}"
13
18 0
11 00000714
7 ""
0 1 "Nadaj nazw<\j> grupie."
13
0 805 &9 [X]
13
18 0
11 00000714
6 0
15
9
16 Buildfile "{9}" "{4}"
0 266 "files"
6 0
15
9
14 Buildfile
0 798
13
8 3
0 772
13
8 4
7 """{4}"""
8 4
0 15 "{4}" 2 8
13
8 4
0 259 "{3}{4}.wkg" "w"
13
8 5
0 258 "{5}" "{0}"
5 1
8 6
6 1
6 6
18 2
12 00000226
10 00000463
5 1
6 6
3 0
8 6
10 00000151
0 273 "files" "{6}"
13
0 20 [X] 3 "^"
13
8 7
6 7
7 "save"
18 0
11 00000450
0 273 "files" "{6}"
13
8 8
0 20 "{8}" 1 ":"
13
0 807 [X] 1
13
8 9
0 20 "{8}" 2 ":"
13
8 10
7 "{9}:{10}"
8 8
0 258 "{5}" "{8}"
10 00000193
0 260 "{5}"
6 2
15
9
14 getfiles
0 1050
13
21 4 [X]
0 1051 &4
5 1
8 5
0 1050
13
6 5
18 2
12 00000138
10 00000535
5 1
6 5
3 0
8 5
10 00000056
5 1
8 6
6 5
22 4
8 7
5 0
0 808 0 "{7}" "Untitled"
13
0 805 &3 [X]
13
18 0
11 00000522
0 14 "{7}"
13
8 8
7 "\"
0 15 "{7}" "{8}" 1
13
0 805 &2 [X]
13
18 1
11 00000358
6 8
5 1
3 1
8 8
10 00000257
0 14 "{7}"
13
6 8
3 1
0 807 "{7}" [X]
13
8 9
6 8
5 1
3 1
0 806 "{7}" [X]
13
8 10
7 "{10}\^{9}^Nope"
8 11
0 1041 &0 "{6}" "{11}"
6 6
5 1
3 0
8 6
10 00000105
6 1
15
9
14 add
7 " "
8 4
0 42 "{0}" 9000
13
8 5
0 1050
13
8 6
0 44 "{0}" 9002
13
8 7
0 1036 "{7}" 1024 -1 "{5}"
13
8 8
5 1
8 9
6 6
6 9
18 2
12 00000211
10 00000483
5 1
6 9
3 0
8 9
10 00000136
0 273 "files" "{9}"
13
0 20 [X] 2 "^"
13
8 4
6 4
6 5
18 0
11 00000470
0 273 "files" "{9}"
13
8 10
0 20 "{10}" 1 "^"
13
8 11
0 20 "{10}" 2 "^"
13
8 12
7 "{11}^{12}^save"
8 13
0 272 "files" "{9}" "{13}"
0 43 "{0}" 9002 "{12}"
10 00000483
10 00000178
6 3
15
9
14 Del
7 " "
8 4
0 42 "{0}" 9002
13
8 5
0 1050
13
8 6
5 1
8 7
6 6
6 7
18 2
12 00000148
10 00000391
5 1
6 7
3 0
8 7
10 00000073
0 273 "files" "{7}"
13
0 20 [X] 2 "^"
13
8 4
6 4
6 5
18 0
11 00000378
0 273 "files" "{7}"
13
8 8
0 20 "{8}" 1 "^"
13
8 9
0 20 "{8}" 2 "^"
13
8 10
7 "{9}^{10}^Nope"
8 11
0 272 "files" "{7}" "{11}"
10 00000391
10 00000115
0 44 "{0}" 9002
13
8 12
0 1036 "{12}" 1029 0 0
5 1
8 13
6 6
6 13
18 2
12 00000531
10 00000705
5 1
6 13
3 0
8 13
10 00000453
0 273 "files" "{13}"
13
0 20 [X] 3 "^"
13
8 5
6 5
7 "save"
18 0
11 00000692
0 273 "files" "{13}"
13
0 20 [X] 2 "^"
13
8 14
0 43 "{0}" 9002 "{14}"
10 00000496
6 3
15
9
14 OpenGrp
5 200
21 1 [X]
5 12
21 2 [X]
5 0
8 3
5 0
8 4
0 798
13
8 5
0 280 "{5}*.wkg" "33"
13
8 6
6 6
7 ""
18 1
11 00000359
6 4
5 1
3 0
8 4
0 259 "{5}{6}" "r"
13
8 7
6 7
5 0
18 0
11 00000234
10 00000359
0 257 "{7}"
13
8 8
6 3
5 1
3 0
8 3
6 3
7 "{6}|{8}"
23 1
0 31 9000 "{8}"
0 260 "{7}"
0 281
13
8 6
10 00000113
0 31 1000 "Dost<\j>pne grupy: {4}"
0 31 50 1
0 26 "." "opengroup"
13
8 9
6 9
5 2
18 0
11 00000478
6 0
15
9
0 27 8000
13
8 10
0 27 50
13
8 11
5 1
8 12
6 3
6 12
18 2
12 00000607
10 00000740
5 1
6 12
3 0
8 12
10 00000529
6 12
22 1
0 20 [X] 2 "|"
13
8 13
6 13
6 10
18 0
11 00000727
6 12
22 1
0 20 [X] 1 "|"
13
8 14
10 00000740
10 00000572
6 9
5 3
18 0
11 00000799
0 779 "{5}{14}"
10 00001143
0 259 "{5}{14}" "r"
13
8 7
6 7
5 0
18 0
11 00000870
6 0
15
9
0 257 "{7}"
13
8 15
5 1
11 00001130
0 257 "{7}"
13
8 15
6 15
5 -1
18 0
11 00000978
10 00001130
0 20 "{15}" 1 "^"
13
8 16
0 20 "{15}" 2 "^"
13
8 17
7 "{16}{17}"
8 18
2 102 1 "{18}" 1 "AmiPro"
6 11
11 00001117
0 1030 "{18}"
10 00000893
0 260 "{7}"
6 0
15
9
14 onmenu
0 802
13
8 3
0 518 1 "{0}" "{1}" 1
13
8 4
0 518 1 "{0}" "{1}" 0
13
8 4
6 4
5 8
18 0
11 00000143
5 1
8 2
10 00000172
6 2
5 0
18 0
11 00000172
6 2
15
9
DIALOG opengroup
-2134376448 10 79 46 224 116 "" "" "Otw≤rz GrupΩ"
FONT 6 "Helv"
8 20 160 82 9000 1352859651 "listbox" "" 0
172 78 50 12 50 1342373897 "button" "&Minimalizuj" 0
172 90 50 12 51 1342177289 "button" "&Pe│ny ekran" 0
8 102 160 10 1000 1342308352 "static" "" 0
8 8 71 10 1001 1342177280 "static" "&Wybrana grupa:" 0
178 40 40 1 1002 1342177285 "static" "text" 0
178 6 40 14 1 1342373889 "button" "Otw≤rz" 0
178 22 40 14 2 1342373888 "button" "Anuluj" 0
178 44 40 14 3 1342373888 "button" "&Usu±" 0
82 6 86 12 8000 1350762624 "edit" "" 0
DIALOG workgroup
-2134376448 10 91 46 196 111 "" "" "Utw≤rz GrupΩ"
FONT 6 "Helv"
6 22 116 12 8010 1350631552 "edit" "" 0
6 49 68 61 9000 1352728579 "listbox" "" 0
78 49 40 14 53 1342242816 "button" ">> Dodaj >>" 0
78 65 40 14 54 1342242816 "button" "<< Usu± <<" 0
122 49 68 61 9002 1352728579 "listbox" "" 0
6 12 78 8 1000 1342308352 "static" "&Opis grupy:" 0
6 38 72 8 1002 1342177280 "static" "&Otwarte dokumenty:" 0
122 38 70 8 1003 1342177280 "static" "&Dokumenty w grupie:" 0
150 4 40 14 1 1342373889 "button" "OK" 0
150 20 40 14 2 1342373888 "button" "Anuluj" 0
00014357