home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
DISK1
/
MACROS.CMZ
/
FINDFILE.SMM
< prev
next >
Wrap
INI File
|
1993-03-14
|
20KB
|
1,380 lines
[ver]
4
[sty]
_macro.sty
[files]
[charset]
82
ANSI (Windows, IBM CP 1252)
[revisions]
0
[prn]
Apple LaserWriter Plus
[port]
LPT1:
[lang]
1
[desc]
Odnalezienie i otwarcie plik<\s>w
Lotus WPD Marketing
Advanced
Instr
noautorun
731031027
15
705033251
297
7
0
0
0
0
1
[fopts]
0
1
0
0
[lnopts]
2
Body Text
1
[docopts]
5
2
[GramStyle]
[ParaNum]
1
[lay]
Standard
516
[rght]
16833
11908
1
1440
1440
1
1440
1440
0
1
0
1
0
2
1
1440
10465
12
1
720
1
1440
1
2160
1
2880
1
3600
1
4320
1
5040
1
5760
1
6480
1
7200
1
7920
1
8640
[hrght]
[lyfrm]
1
11200
0
0
11908
1440
0
1
3
1 0 0 0 0 0 0
0
0
1
[frmlay]
1440
11908
1
1440
72
1
792
1440
0
1
0
1
1
0
1
1440
10465
1
3
9360
[txt]
Modified by Marek G. B</y>czek from UNICORN Poland
>
[frght]
[lyfrm]
1
13248
0
15393
11908
16833
0
1
3
1 0 0 0 0 0 0
0
0
2
[frmlay]
16833
11908
1
1440
792
1
15465
1440
0
1
0
1
1
0
1
1440
10465
2
2
4680
3
9360
[txt]
>
[elay]
[l1]
0
[pg]
7
52 0 22 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
96 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
141 0 10 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
187 0 26 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
232 0 7 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
278 0 6 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
309 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]
Macro by <+!>Charlie Pappas<-!> and David Zoller
DEFINE MoveWindow() DllCall("user,MoveWindow,HHHHHHH",%1,%2,%3,%4,%5,1)
DEFINE GetWindowSize() DllCall("user,GetWindowRect,HHN",%1,%2)
Define PostMessage() DllCall("User,PostMessage,HHHHJ",%1,%2,%3,%4)
define EnableWindow() DllCall("user,EnableWindow,HHH", %1, %2)
define SetFocus() DllCall("user,SetFocus,HH",%1)
define LB_GETSELCOUNT 0x411
define LB_GETSELITEMS 0x412
define LB_GETTEXT 0x40a
@Function@function ff.smm()
IF IsNewWave()
Message("Makroprogram nie dzia</s>a, je</\>li jest uruchomiony HP NewWave.")
Exit Function
ENDIF
'singlestep(0)
hourglass(1)
ignorekeyboard(1)
declare findit(p1 p2 p3 p4)
declare ckfile(file)
rmac = getrunningmacrofile$()
Size = 300
allocglobalvar(1000 size)
allocglobalvar(1001 size)
allocglobalvar(1002 1)
allocglobalvar(1003 1)
allocglobalvar("txt" 1)
allocglobalvar("itran", 1)
allocglobalvar("hits", 1)
setglobalvar("txt", "")
setglobalvar(1002 size)
onerror endit
oncancel endit
FileSpec = Getdocpath$()
FileSpec = "{FileSpec}*.SAM"
Subs = 0
FillEdit(8000 FileSpec)
FillEdit(100 Subs)
filledit(20, 1)
setdlgcallback(0, "{rmac}!initbox")
setdlgcallback(70, "{rmac}!findem")
setdlgcallback(71, "{rmac}!openem")
box = DialogBox(".", "filesfound")
<:#278,9025>endit:
<:#278,9025>freeglobalvar(1000)
<:#278,9025>freeglobalvar(1001)
<:#278,9025>freeglobalvar(1002)
<:#278,9025>freeglobalvar(1003)
<:#278,9025>freeglobalvar("txt")
<:#278,9025>freeglobalvar("itran")
<:#278,9025>freeglobalvar("hits")
<:#278,9025>end function
<:#278,9025>
@Function@<:#278,9025>function initbox(hdlg)
<:#278,9025>hourglass(1)
<:#278,9025>enablewindow(getdlgitem(hdlg, 71), 0)
<:#278,9025>end function
<:#278,9025>
<:#278,9025>
@Function@<:#278,9025>function openem(hdlg, id, dummy)
<:#278,9025>hourglass(1)
<:#278,9025>ignorekeyboard(1)
<:#278,9025>hwnd = GetDlgItem(hdlg, 9007)
<:#278,9025>cnt = AppSendMessage(hwnd, LB_GETSELCOUNT, 0, 0)
<:#278,9025>filesopen=GetOpenFileCount()
<:#278,9025>allowable=9 - filesopen
<:#278,9025>if cnt << 1
<:#240,9025> message("Nie zaznaczono pliku do otwarcia.")
<:#278,9025>' PostMessage(Hdlg,0x111,1,0)
<:#278,9025> return 0
<:#278,9025>endif
<:#278,9025>ret=chr$(13)
<:#278,9025>if cnt <;> allowable
<:#240,9025> message ("Wybierz {allowable} plik<\s>w lub mniej; {filesopen} ju</> otwarto.")
<:#278,9025> return 0
<:#278,9025>endif
<:#556,9025>define GetSelItems(hwnd, max, array) DllCall("user,sendmessage,HHHHN", %1, LB_GETSELITEMS, %2, %3)
<:#278,9025>dim array(cnt)
<:#278,9025>GetSelItems(hwnd, cnt, &array)
<:#556,9025>define GetLBText(hwnd, index, ptr) dllcall("user,sendmessage,HHHHC", %1, LB_GETTEXT, %2, %3)
<:#278,9025>
<:#278,9025>defstr stuff;
<:#278,9025>PostMessage(Hdlg,0x111,1,0)
<:#278,9025>for i = 1 to cnt
<:#278,9025> GetLBText(hwnd, array(i), &stuff)
<:#278,9025> FileOpen(stuff, 1, "")
<:#278,9025> pause (002)
<:#278,9025>' message(strcat$("selected ", array(i), " {stuff}"))
<:#278,9025>next
<:#278,9025>end function
<:#278,9025>
<:#278,9025>
@Function@<:#278,9025>function findem(hdlg)
hourglass(1)
<:#278,9025>ignorekeyboard(1)
<:#278,9025>if getglobalvar$("itran") <<<;> 1
<:#278,9025> dim rect(4)
<:#278,9025> GetWindowSize(hDlg,&rect)
<:#278,9025> x=rect(1)
<:#278,9025> y=rect(2)
<:#278,9025> x1=rect(3)
<:#278,9025> y1=rect(4)
<:#278,9025> MoveWindow(hDlg,x,y,x1-x,y1-y+146)
<:#278,9025>endif
<:#278,9025>setglobalvar("itran", 1)
<:#278,9025>ignorekeyboard(1)
<:#278,9025>onerror endit
<:#278,9025>oncancel endit
<:#278,9025>again:
<:#278,9025>FileSpec = GetDlgitemtext(hdlg, 8000)
<:#278,9025>setglobalvar("txt", GetDlgitemtext(hdlg, 8001))
<:#278,9025>if strchr(1, filespec, "\") << 1
<:#278,9025> filespec = strcat$("\", filespec)
<:#278,9025>endif
<:#278,9025>Subs = GetDlgitemtext(hdlg, 100)
<:#278,9025>handle = getdlgitem(hdlg, 9007)
<:#278,9025>appsendmessage(handle, 0x0405, 0, 0) ' lb_resetcontent clears the listbox
<:#278,9025>freeglobalvar(1000)
<:#278,9025>freeglobalvar(1001)
<:#278,9025>freeglobalvar(1002)
<:#278,9025>freeglobalvar(1003)
<:#278,9025>Size = 300
<:#278,9025>allocglobalvar(1000 size)
<:#278,9025>allocglobalvar(1001 size)
<:#278,9025>allocglobalvar(1002 1)
<:#278,9025>allocglobalvar(1003 1)
<:#278,9025>setglobalvar(1003 0)
<:#278,9025>setglobalvar(1002 size)
<:#278,9025>setglobalvar("hits", 0)
<:#278,9025>setdlgitemtext(hdlg, 8007, getglobalvar$(1003))
<:#278,9025>setdlgitemtext(hdlg, 8009, getglobalvar$(1003))
<:#278,9025>i = 1
<:#278,9025>while (i <;> 0)
<:#278,9025> i = strchr(i FileSpec "\")
<:#278,9025> if i << 1 then
<:#278,9025> break
<:#278,9025> endif
<:#278,9025> j = i
i = i + 1
<:#278,9025>wend
<:#278,9025>if j << 1 then
<:#278,9025> if False = (strchr(1 FileSpec "*")) or False = (strchr(1 FileSpec "?"))
<:#240,9025> Message("B</s><\j>dna specyfikacja pliku")
<:#278,9025> goto again
<:#278,9025> else
<:#278,9025> StartWhere = GetCurrentDir$()
<:#278,9025> if (right$(startwhere, 1)) <<<;> "\" then
<:#278,9025> StartWhere = "{StartWhere}\"
<:#278,9025> endif
<:#278,9025> ForWhat = FileSpec
<:#278,9025> endif
<:#278,9025>else
<:#278,9025> ForWhat = MID$(FileSpec j + 1 (Len(FileSpec) - j + 1))
<:#278,9025> StartWhere = MID$(FileSpec 1 j)
<:#278,9025>endif
<:#278,9025>FindIt(hdlg, StartWhere, ForWhat, Subs)
<:#278,9025>count = getglobalvar$(1003)
<:#278,9025>setdlgitemtext(hdlg, 8007, count)
<:#278,9025>statusbarmsg("")
<:#278,9025>enablewindow(getdlgitem(hdlg, 71), 1)
<:#278,9025>setfocus(getdlgitem(hdlg, 71))
<:#278,9025>return 1
<:#278,9025>endit:
<:#278,9025>for i = 1000 to 1003
<:#278,9025> allocglobalvar(i, 1)
<:#278,9025>next
<:#278,9025>for i = 1000 to 1003
<:#278,9025> freeglobalvar(i)
<:#278,9025>next
<:#278,9025>statusbarmsg("")
<:#278,9025>end function
<:#278,9025>
@Function@<:#278,9025>function findit(hdlg, startwhere, forwhat, subs)
<:#278,9025>'singlestep(1)
<:#278,9025>hourglass(1)
<:#278,9025>ignorekeyboard(1)
<:#278,9025>onerror endit
<:#278,9025>oncancel endit
<:#278,9025>dim dirs(300)
<:#278,9025>count = getglobalvar$(1003)
<:#278,9025>temp = strcat$(startwhere forwhat)
<:#278,9025>name = findfirst$(temp 1)
<:#278,9025>statusbarmsg(name)
<:#278,9025>while "" <<<;> name
<:#278,9025> if "\" <<<;> right$(name, 1)
<:#278,9025> count = count + 1
<:#278,9025> size = getglobalvar$(1002)
<:#278,9025> if size = count
<:#278,9025> size = size + 100
<:#278,9025> allocglobalvar(1000 size)
<:#278,9025> allocglobalvar(1001 size)
<:#278,9025> setglobalvar(1002 size)
<:#278,9025> endif
<:#278,9025> statusbarmsg("{startwhere}{name}")
<:#278,9025> txt = getglobalvar$("txt")
<:#278,9025> if txt <<<;> ""
<:#278,9025> file = ckfile("{startwhere}{name}")
<:#278,9025> if file = 0
<:#278,9025> goto noadd
<:#278,9025> endif
<:#278,9025> endif
<:#278,9025> setdlgitemtext(hdlg, 9007, "{startwhere}{name}")
<:#278,9025> 'count = getglobalvar$(1003)
<:#278,9025> setdlgitemtext(hdlg, 8007, count)
<:#278,9025> hits = getglobalvar$("hits")
<:#278,9025> hits = hits + 1
<:#278,9025> setglobalvar("hits", hits)
<:#278,9025> setdlgitemtext(hdlg, 8009, hits)
<:#278,9025> 'filllist("{startwhere}{name}")
<:#278,9025> 'type("{startwhere}{name}<[>enter]") ******** DATA ***********
<:#278,9025> setglobalarray(1000 count startwhere)
<:#278,9025> setglobalarray(1001 count name)
<:#278,9025> noadd:
<:#278,9025> endif
<:#278,9025> name = findnext$()
<:#278,9025>wend
<:#278,9025>setglobalvar(1003 count)
<:#278,9025>if subs <<<;> 1 then
<:#278,9025> return 1
<:#278,9025>endif
<:#278,9025>temp = strcat$(startwhere "*.*")
<:#278,9025>name = findfirst$(temp 16)
<:#278,9025>dircount = 0
<:#278,9025>while "" <<<;> name
<:#278,9025> if "\" = right$(name, 1)
<:#278,9025> if "." <<<;> mid$(name 1 1)
<:#278,9025> temp = strcat$(startwhere name)
<:#278,9025> dircount = dircount + 1
<:#278,9025> dirs(dircount) = temp
endif
<:#278,9025> endif
<:#278,9025> name = findnext$()
<:#278,9025> statusbarmsg(name)
<:#278,9025>wend
<:#278,9025>for i = 1 to dircount
<:#278,9025> temp = dirs(i)
<:#278,9025> findit(hdlg, temp, forwhat, subs)
<:#278,9025>next
<:#278,9025>return 1
<:#278,9025>endit:
<:#278,9025>'freeglobalvar(1000)
<:#278,9025>'freeglobalvar(1001)
<:#278,9025>'freeglobalvar(1002)
<:#278,9025>'freeglobalvar(1003)
<:#278,9025>return -1
<:#278,9025>end function
<:#278,9025>
<:#278,9025>
@Function@<:#278,9025>
@Function@<:#278,9025>function ckfile(file)
<:#278,9025>ignorekeyboard(1)
<:#278,9025>txt = getglobalvar$("txt")
<:#278,9025>extension=lcase$(strfield$(file, 2, "."))
<:#278,9025>dontsearch=lcase$("bmp com dll exe flt grp hlp ico sys wav")
<:#278,9025>if instr(0, dontsearch, extension) !=0
<:#278,9025> return 0
<:#278,9025> exit function
<:#278,9025>endif
<:#278,9025>statusbarmsg("Sprawdzam tekst pliku: {file}")
<:#278,9025>fh = fopen(file, "rb")
<:#278,9025>if fh << 1
<:#278,9025> message("Nie mog<\j> otworzy<\f> pliku: {file}")
<:#278,9025> return 0
<:#278,9025>endif
<:#278,9025>onerror endit
<:#278,9025>oncancel endit
<:#278,9025>fseek(fh, 0, fend)
<:#278,9025>last = ftell(fh)
<:#278,9025>fseek(fh, 0, fbegin)
<:#278,9025>start = 0
<:#278,9025>while (1)
<:#278,9025> data = fread(fh, 3200)
<:#278,9025> ck = instr(0, data, txt)
<:#278,9025> if ck <<<;> 0 and ck <<<;> ""
break
<:#278,9025> endif
<:#278,9025> start = start + 3200
<:#278,9025> where = ftell(fh)
<:#278,9025> if where <;>= last
<:#278,9025> break
<:#278,9025> endif
<:#278,9025>wend
<:#278,9025>endit:
<:#278,9025>fclose(fh)
<:#278,9025>return ck
<:#278,9025>end function
<:#278,9025>
<:#278,9025>
<:#278,9025>62
<:#278,9025>DIALOG filesfound
<:#480,9025>-2134376448 14 63 56 222 50 "" "" "Przeszukanie Plik<\s>w"
<:#278,9025>FONT 8 "Helv"
<:#278,9025>6 7 58 8 1002 1342177280 "static" "&Szukaj plik<\s>w:" 0
<:#278,9025>69 5 90 12 8000 1350631552 "edit" "" 0
<:#556,9025>69 18 99 9 100 1342242819 "button" "&W</s></y>cznie z podkatalogami" 0
<:#278,9025>6 32 61 10 1001 1342177280 "static" "Szukany tekst:" 0
<:#278,9025>69 30 89 12 8001 1350631552 "edit" "" 0
<:#240,9025>4 60 66 8 1000 1342177280 "static" "Wybierz &pliki:" 0
<:#278,9025>4 71 212 71 9007 1352728587 "listbox" "" 0
<:#278,9025>177 52 40 14 71 1342373889 "button" "Otw<\s>rz" 0
<:#278,9025>177 5 40 14 70 1342373889 "button" "Szukaj" 0
<:#278,9025>177 21 40 14 2 1342373888 "button" "Anuluj" 0
<:#240,9025>104 50 52 10 1003 1342177280 "static" "Sprawdzono" 0
<:#278,9025>82 49 18 9 8007 1342177280 "static" "" 0
<:#240,9025>104 61 48 9 1005 1342177280 "static" "Znaleziono" 0
<:#278,9025>82 61 18 9 8009 1342177280 "static" "" 0
END DIALOG
>
[Embedded]
00013418
>
[macsum] 7
ff.smm 0 0 6 11
initbox 627 1 1 55
openem 716 3 9 61
findem 1362 1 15 94
findit 3205 4 11 174
ckfile 4485 1 10 251
filesfound 5214 0 -1 291
[macse]
14 ff.smm
0 1317
13
11 00000121
0 3 "Makroprogram nie dzia</s>a, je</\>li jest uruchomiony HP NewWave."
6 0
15
9
0 296 1
0 32 1
0 802
13
8 1
5 300
8 2
0 271 1000 "{2}"
0 271 1001 "{2}"
0 271 1002 1
0 271 1003 1
0 271 "txt" 1
0 271 "itran" 1
0 271 "hits" 1
0 264 "txt" ""
0 264 1002 "{2}"
20 00000525
19 00000525
0 268
13
8 3
7 "{3}*.SAM"
8 3
5 0
8 4
0 31 8000 "{3}"
0 31 100 "{4}"
0 31 20 1
0 41 0 "{1}!initbox"
0 41 70 "{1}!findem"
0 41 71 "{1}!openem"
0 26 "." "filesfound"
13
8 5
0 266 1000
0 266 1001
0 266 1002
0 266 1003
0 266 "txt"
0 266 "itran"
0 266 "hits"
6 0
15
9
14 initbox
0 296 1
0 44 "{0}" 71
13
0 284 "user,EnableWindow,HHH" [X] 0
6 1
15
9
14 openem
0 296 1
0 32 1
0 44 "{0}" 9007
13
8 4
0 1036 "{4}" 1041 0 0
13
8 5
0 1050
13
8 6
5 9
6 6
3 1
8 7
6 5
5 1
18 5
11 00000205
0 3 "Nie zaznaczono pliku do otwarcia."
5 0
15
9
0 39 13
13
8 8
6 5
6 7
18 3
11 00000324
0 3 "Wybierz {7} plik<\s>w lub mniej; {6} ju</> otwarto."
5 0
15
9
6 5
21 9 [X]
0 284 "user,sendmessage,HHHHN" "{4}" 1042 "{5}" &9
0 284 "User,PostMessage,HHHHJ" "{0}" 273 1 0
5 1
8 11
6 5
6 11
18 2
12 00000526
10 00000634
5 1
6 11
3 0
8 11
10 00000448
6 11
22 9
0 284 "user,sendmessage,HHHHC" "{4}" 1034 [X] &10
2 102 1 "{10}" 1 ""
0 274 002
10 00000491
6 3
15
9
14 findem
0 296 1
0 32 1
0 265 "itran"
13
5 1
18 1
11 00000294
5 4
21 2 [X]
0 284 "user,GetWindowRect,HHN" "{0}" &2
5 1
22 2
8 3
5 2
22 2
8 4
5 3
22 2
8 5
5 4
22 2
8 6
6 5
6 3
3 1
6 6
6 4
3 1
5 146
3 0
0 284 "user,MoveWindow,HHHHHHH" "{0}" "{3}" "{4}" [X] [X] 1
0 264 "itran" 1
0 32 1
20 00001575
19 00001575
0 42 "{0}" 8000
13
8 7
0 42 "{0}" 8001
13
0 264 "txt" [X]
0 13 1 "{7}" "\"
13
5 1
18 5
11 00000480
0 16 "\" "{7}"
13
8 7
0 42 "{0}" 100
13
8 8
0 44 "{0}" 9007
13
8 9
0 1036 "{9}" 1029 0 0
0 266 1000
0 266 1001
0 266 1002
0 266 1003
5 300
8 10
0 271 1000 "{10}"
0 271 1001 "{10}"
0 271 1002 1
0 271 1003 1
0 264 1003 0
0 264 1002 "{10}"
0 264 "hits" 0
0 265 1003
13
0 43 "{0}" 8007 [X]
0 265 1003
13
0 43 "{0}" 8009 [X]
5 1
8 11
6 11
5 0
18 3
11 00000968
0 13 "{11}" "{7}" "\"
13
8 11
6 11
5 1
18 5
11 00000921
10 00000968
6 11
8 12
6 11
5 1
3 0
8 11
10 00000815
6 12
5 1
18 5
11 00001251
5 0
0 13 1 "{7}" "*"
13
18 0
5 0
0 13 1 "{7}" "?"
13
18 0
1 2
11 00001147
0 3 "B</s><\j>dna specyfikacja pliku"
10 00000345
10 00001238
0 290
13
8 13
0 807 "{13}" 1
13
7 "\"
18 1
11 00001227
7 "{13}\"
8 13
6 7
8 14
10 00001365
6 12
5 1
3 0
0 14 "{7}"
13
6 12
3 1
5 1
3 0
0 15 "{7}" [X] [X]
13
8 14
0 15 "{7}" 1 "{12}"
13
8 13
16 FindIt "{0}" "{13}" "{14}" "{8}"
0 265 1003
13
8 15
0 43 "{0}" 8007 "{15}"
0 789 ""
0 44 "{0}" 71
13
0 284 "user,EnableWindow,HHH" [X] 1
0 44 "{0}" 71
13
0 284 "user,SetFocus,HH" [X]
5 1
15
9
5 1000
8 11
5 1003
6 11
18 2
12 00001670
10 00001699
5 1
6 11
3 0
8 11
10 00001589
0 271 "{11}" 1
10 00001635
5 1000
8 11
5 1003
6 11
18 2
12 00001794
10 00001821
5 1
6 11
3 0
8 11
10 00001713
0 266 "{11}"
10 00001759
0 789 ""
6 1
15
9
14 findit
0 296 1
0 32 1
20 00001255
19 00001255
5 300
21 5 [X]
0 265 1003
13
8 6
0 16 "{1}" "{2}"
13
8 7
0 280 "{7}" 1
13
8 8
0 789 "{8}"
7 ""
6 8
18 1
11 00000737
7 "\"
0 807 "{8}" 1
13
18 1
11 00000708
6 6
5 1
3 0
8 6
0 265 1002
13
8 9
6 9
6 6
18 0
11 00000377
6 9
5 100
3 0
8 9
0 271 1000 "{9}"
0 271 1001 "{9}"
0 264 1002 "{9}"
0 789 "{1}{8}"
0 265 "txt"
13
8 10
6 10
7 ""
18 1
11 00000520
16 ckfile "{1}{8}"
13
8 11
6 11
5 0
18 0
11 00000520
10 00000708
0 43 "{0}" 9007 "{1}{8}"
0 43 "{0}" 8007 "{6}"
0 265 "hits"
13
8 12
6 12
5 1
3 0
8 12
0 264 "hits" "{12}"
0 43 "{0}" 8009 "{12}"
0 272 1000 "{6}" "{1}"
0 272 1001 "{6}" "{8}"
0 281
13
8 8
10 00000156
0 264 1003 "{6}"
6 3
5 1
18 1
11 00000796
5 1
15
9
0 16 "{1}" "*.*"
13
8 7
0 280 "{7}" 16
13
8 8
5 0
8 13
7 ""
6 8
18 1
11 00001088
7 "\"
0 807 "{8}" 1
13
18 0
11 00001046
7 "."
0 15 "{8}" 1 1
13
18 1
11 00001046
0 16 "{1}" "{8}"
13
8 7
6 13
5 1
3 0
8 13
6 13
6 7
23 5
0 281
13
8 8
0 789 "{8}"
10 00000859
5 1
8 14
6 13
6 14
18 2
12 00001178
10 00001243
5 1
6 14
3 0
8 14
10 00001099
6 14
22 5
8 7
16 findit "{0}" "{7}" "{2}" "{3}"
10 00001143
5 1
15
9
5 -1
15
9
6 4
15
9
14 ckfile
0 32 1
0 265 "txt"
13
8 2
0 20 "{0}" 2 "."
13
0 17 [X]
13
8 3
0 17 "bmp com dll exe flt grp hlp ico sys wav"
13
8 4
0 808 0 "{4}" "{3}"
13
5 0
18 1
11 00000212
5 0
15
9
6 1
15
9
0 789 "Sprawdzam tekst pliku: {0}"
0 259 "{0}" "rb"
13
8 5
6 5
5 1
18 5
11 00000359
0 3 "Nie mog<\j> otworzy<\f> pliku: {0}"
5 0
15
9
20 00000692
19 00000692
0 263 "{5}" 0 2
0 262 "{5}"
13
8 6
0 263 "{5}" 0 0
5 0
8 7
5 1
11 00000692
0 782 "{5}" 3200
13
8 8
0 808 0 "{8}" "{2}"
13
8 9
6 9
5 0
18 1
6 9
7 ""
18 1
1 1
11 00000590
10 00000692
6 7
5 3200
3 0
8 7
0 262 "{5}"
13
8 10
6 10
6 6
18 2
11 00000679
10 00000692
10 00000451
0 260 "{5}"
6 9
15
9
6 1
15
9
DIALOG filesfound
-2134376448 14 63 56 222 50 "" "" "Przeszukanie Plik≤w"
FONT 8 "Helv"
6 7 58 8 1002 1342177280 "static" "&Szukaj plik≤w:" 0
69 5 90 12 8000 1350631552 "edit" "" 0
69 18 99 9 100 1342242819 "button" "&W│╣cznie z podkatalogami" 0
6 32 61 10 1001 1342177280 "static" "Szukany tekst:" 0
69 30 89 12 8001 1350631552 "edit" "" 0
4 60 66 8 1000 1342177280 "static" "Wybierz &pliki:" 0
4 71 212 71 9007 1352728587 "listbox" "" 0
177 52 40 14 71 1342373889 "button" "Otw≤rz" 0
177 5 40 14 70 1342373889 "button" "Szukaj" 0
177 21 40 14 2 1342373888 "button" "Anuluj" 0
104 50 52 10 1003 1342177280 "static" "Sprawdzono" 0
82 49 18 9 8007 1342177280 "static" "" 0
104 61 48 9 1005 1342177280 "static" "Znaleziono" 0
82 61 18 9 8009 1342177280 "static" "" 0
00013443