home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
DISK1
/
MACROS.CMZ
/
CHGFONT.SMM
< prev
next >
Wrap
INI File
|
1993-03-14
|
19KB
|
1,170 lines
[ver]
4
[sty]
_macro.sty
[files]
[charset]
82
ANSI (Windows, IBM CP 1252)
[revisions]
0
[prn]
PCL / HP LaserJet
[port]
LPT1:
[lang]
1
[desc]
Zmiana czcionek w listach styl<\s>w
Lotus WPD Technical Support
Advanced
DllCalls, Arrays
No Autorun
723349461
120
674351641
1199
7
917
6327
19
21
Fonts,
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
7
1
720
1
1440
1
2160
1
2880
1
3600
1
4320
3
10800
[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
720
72
1
144
720
0
1
0
1
1
0
1
720
11520
1
3
10601
[txt]
ChangeFonts by John McDaniel, Modified 4/23/92 Peyton McMAnus July 13, 1991
Customer Support Department Page <:P11,1,>
Lotus Development Corporation WPD CHGFONT.SMM
Modified by Marek G. B</y>czek from UNICORN Poland
>
[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
46 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
92 0 72 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
135 0 19 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
181 0 13 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
226 29 29 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
253 0 13 32 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
257 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]
<:#278,10800>Declare Embedded(FileName)
<:#278,10800>Declare GetFonts(FontNames)
<:#278,10800>
@Function@<:#278,10800>FUNCTION chgfont() ' This macro calls FONTDLL.EXE which returns
<:#278,10800>IF IsNewWave()
<:#278,10800> Message("Makroprogram nie dzia</s>a, je</\>li jest aktywny HP NewWave.")
<:#278,10800> Exit Function
<:#278,10800>ENDIF
<:#278,10800>DefStr Stat;
<:#278,10800>DIM files(1) ' all of the available typefaces for your
<:#278,10800>DIM BaseFonts(1) ' change any typeface to an available typeface
<:#278,10800>DIM nface(200) ' for all of your style sheets, and also sets the
<:#278,10800>DIM oface(200) ' style sheet for your default printer
<:#278,10800>Dim Detect(1)
<:#278,10800>IF GetOpenFileCount() << 1
<:#278,10800> defstyle = getprofilestring$("amipro", "defstyle", "amipro.ini")
<:#278,10800> IF defstyle = "" THEN
<:#278,10800> defstyle = "_default.sty"
<:#278,10800> ENDIF
<:#278,10800> new(defstyle, 0, 0)
<:#278,10800>ENDIF
<:#278,10800><:><:><:Z|><:Z~|>ONCANCEL endit
<:#278,10800>ONERROR endit
<:#278,10800>IgnoreKeyboard(1)
<:#278,10800>mpath = GetMacPath$()
<:#278,10800>stypath = GetStylePath$()
<:#278,10800>q = 2
<:#278,10800>If 0 = GetFonts(&BaseFonts)
<:#278,10800> Else
<:#278,10800> Message("Nie mog<\j> rozpozna<\f> czcionek.")
<:#278,10800> Exit Function
<:#278,10800>Endif
<:#278,10800>
<:#278,10800>defprtr = GetProfileString$("windows","device","WIN.INI")
<:#278,10800>IF defprtr = "" THEN
<:#278,10800> Message("Nie mog<\j> rozpozna<\f> domy</\>lnej drukarki. Ustal domy</\>ln</y> drukark<\j> w Windows.")
<:#278,10800> Exit Function
<:#278,10800>ENDIF
<:#278,10800>endofprt = Instr(0,defprtr,",")
<:#278,10800>IF endofprt <<<;> 0 THEN
<:#278,10800> defprtr = Left$(defprtr,(endofprt - 1))
<:#278,10800>ENDIF
<:#278,10800>
<:#278,10800>DOSchdir(Left$(stypath,(Len(stypath) - 1))) ' Choose style sheets to modify
<:#278,10800>FillEdit(110,1)
<:#278,10800>FillEdit(9001,"*.sty")
<:#278,10800>box3 = DialogBox(".","PICKFILE")
<:#278,10800>IF box3 <<<;>1
<:#278,10800> Exit function
<:#278,10800>ENDIF
<:#278,10800>stypath=GetCurrentDir$()
<:#278,10800>IF GetDialogField$(110)=1 THEN ' Check for select one option
<:#278,10800> Files(1) = GetDialogField$(9001)
<:#278,10800> If Files(1) = ""
<:#278,10800> Exit Function
<:#278,10800> ENDIF
<:#278,10800> t = 1
<:#278,10800> GOTO loop3
<:#278,10800>ENDIF
<:#278,10800>file = FindFirst$("{stypath}*.sty" 0) ' Look for first style sheet
<:#278,10800>files(1) = file
<:#278,10800>t = 1
<:#278,10800>WHILE (file <<<;> "")
<:#278,10800> t = t + 1
<:#278,10800> file = FindNext$()
<:#278,10800> ArrayInsert(&Files,t,File) ' load array with styles
<:#278,10800>WEND
<:#278,10800>t = t - 1
<:#278,10800>loop3:
<:#278,10800>FOR x = 1 TO t ' Open style sheet as ASCII
<:#278,10800> HourGlass(on)
<:#278,10800> file = files(x)
<:#278,10800> If 0 = Embedded(File)
<:#278,10800> Else
<:#278,10800> StatusBarMsg("Znalaz</s>em grafik<\j> w pliku {File}")
<:#278,10800> ' A graphic was detected
<:#278,10800> ArrayInsertByKey(&Detect,File,1)
<:#278,10800> Goto Loopem
<:#278,10800> Endif
<:#278,10800> Longfile = strcat$(stypath,"{file}")
<:#278,10800> AsciiOptions(16)
<:#278,10800> If 1 != FileOpen(longfile,144,"ASCII")
<:#278,10800> GOTO skipfile
<:#278,10800> ENDIF
<:#278,10800> StatusBarMsg("Analizuj<\j> {longfile}...{x} of {T}")
<:#278,10800> If 1 = Replace(0,0,4,"prn","prn")
<:#278,10800> TYPE("<[>down]<[>shiftctrldown]{defprtr}")
<:#278,10800> Else
<:#278,10800> GOTO skipfile
<:#278,10800> ENDIF
<:#278,10800> again:
<:#278,10800> WHILE(1= Replace(0,0,4,"fnt","fnt")) 'Find typeface for paragraph style
<:#278,10800> TYPE("<[>down]<[>home]<[>right]<[>right]<[>shiftend]")
<:#278,10800> txt = curshade$()
<:#278,10800> k = ArraySize(&Basefonts)
<:#278,10800> If 0 !=Assign(&Stat,ArraySearch(&BaseFonts,Txt))
<:#278,10800> cg = 1 'We have a match for our font
<:#278,10800> Else
<:#278,10800> ' No match for font in our base set
<:#278,10800> Endif
<:#278,10800> FOR u = 1 TO (q - 1) ' Check to see if font has already been changed
<:#278,10800> IF txt = oface(u) THEN
<:#278,10800> newface = nface(u)
<:#278,10800> TYPE("{newface}")
<:#278,10800> GOTO loop2
<:#278,10800> ENDIF
<:#278,10800> NEXT
<:#278,10800> IF cg = 1 THEN
<:#556,10800> dc = Decide("Czionka ""{txt}"" jest dost<\j>pna na twojej domy</\>lnej drukarce. Czy chcesz j</y> zmieni<\f>?")
<:#278,10800> IF dc = 0 THEN
<:#278,10800> dbox2 = 0
<:#278,10800> GOTO loop5
<:#278,10800> ENDIF
<:#278,10800> ENDIF
<:#278,10800> FillEdit(8050,"""{txt}""")
<:#278,10800> FillEdit(8060,"{file}")
<:#278,10800> IF cg = 1 THEN
<:#556,10800> FillEdit(8070,"zostanie zmieniona. Wybierz czcionk<\j> na kt<\s>r</y> chcesz j</y> zamieni<\f>.")
<:#278,10800> cg = 0
<:#278,10800> GOTO loop4
<:#278,10800> ENDIF
<:#556,10800> FillEdit(8070,"nie jest dost<\j>pna na twojej drukarce. Wybierz czcionk<\j> na kt<\s>r</y> chcesz j</y> zamieni<\f>.")
<:#278,10800> loop4:
<:#278,10800> FillEdit(9000,&Basefonts)
<:#278,10800> dbox2 = DialogBox(".","CHNGFONT")
<:#278,10800> newface = GetDialogField$(9000)
<:#278,10800> loop5:
<:#278,10800> IF dbox2 = 0 THEN
<:#278,10800> newface = txt
<:#278,10800> cg = 0
<:#278,10800> ENDIF
<:#278,10800> oface(q) = txt
<:#278,10800> nface(q) = newface
<:#278,10800> q=q+1
<:#278,10800> TYPE("{newface}")
<:#278,10800> StatusBarMsg("Analizuj<\j> {longfile}")
<:#278,10800>loop2:
<:#278,10800> WEND
<:#278,10800>skipfile:
<:#278,10800>StatusBarMsg("")
<:#278,10800>AnswerMsgBox(Yes)
<:#278,10800>ImportExport(Export,longfile,"ASCII",FALSE,"PARA","ANSI")
<:#278,10800>FileChanged(1,0)
<:#278,10800>Loopem:
@Body Single@<:#279,10800>
@Body Single@<:#279,10800>NEXT
<:#278,10800>defsty = getprofilestring$("AmiPro" "defstyle" "AMIPRO.INI")
<:#278,10800>IF defsty = "" THEN
<:#278,10800> defsty = "_DEFAULT.STY"
<:#278,10800>ENDIF
<:#278,10800>New(defsty,0,128)
<:#278,10800>endit:
@Body Single@<:#279,10800>StatusBarMsg("")
<:#278,10800>NotModified = ArraySize(&Detect)
<:#278,10800>If NotModified <;>1
<:#278,10800> Filledit(9000,&Detect)
<:#278,10800> Box = DialogBox(".","Graphics")
<:#278,10800>Endif
<:#278,10800>end function
<:#278,10800>
@Function@<:#278,10800>Function Embedded(FileName)
<:#278,10800>DefStr FileId;
<:#278,10800>Dir = GetStylePath$()
<:#278,10800>If 0 != Assign(&FileId,Fopen("{Dir}{FileName}","r"))
<:#278,10800> Else
<:#278,10800> Message("Nie mog<\j> otworzy<\f> pliku")
<:#278,10800> Return -1
<:#278,10800>Endif
<:#278,10800>Fseek(FileId,0,Fend) ' move to end of file
<:#278,10800>TotalBytes = FTell(FileId)
<:#278,10800>GetNumber = TotalBytes - 10
<:#278,10800>Fseek(FileId,GetNumber,0)
<:#278,10800>FindEmbedLocation = Fread(FileId, 10) ' Read where to move file pointer
<:#278,10800>If IsNumeric(FindEmbedLocation)
<:#278,10800> Else
<:#278,10800> 'Message("Not Numeric")
<:#278,10800> FClose(FileId)
<:#278,10800> Return -1
<:#278,10800>Endif
<:#278,10800>If FindEmbedLocation + 17 << GetNumber
<:#278,10800> Status = -1
<:#278,10800> Else
<:#278,10800> Status = 0
<:#278,10800>Endif
<:#278,10800>FClose(FileId)
<:#278,10800>Return Status
<:#278,10800>End Function
<:#278,10800>
<:#278,10800>
@Function@<:#278,10800>Function GetFonts(BaseFonts)
<:#278,10800>mpath = GetMacPath$()
<:#278,10800>{fdll} = "{mpath}fontdll.exe" ' Find FONTDLL.EXE
<:#278,10800>StatusBarMsg("Sprawdzam dost<\j>pne czcionki...")
<:#278,10800>dllfile = FindFirst$(fdll 0)
<:#278,10800>IF dllfile <<<;> "FONTDLL.EXE" THEN
<:#278,10800> Message("Nie mog<\j> znale</><\f> pliku Fontdll.exe,")
<:#278,10800> Return -1
<:#278,10800>ENDIF
<:#278,10800>
<:#278,10800>Idi = DLLLoadLib(fdll, "FNT_FontInit", "A")
<:#278,10800>DLLCALL(Idi)
<:#278,10800>Idf = DLLLoadLib(fdll, "FNT_FontFace", "F")
<:#278,10800>DEFSTR face, i
<:#278,10800>i = 0
<:#278,10800>face = "a" ' just a non null value
<:#278,10800>WHILE (face <<<;> "")
<:#278,10800> face = DLLCALL(Idf)
<:#278,10800> i = i + 1
<:#278,10800> ArrayInsertByKey(&BaseFonts,Face,0)'Load typefaces into an array
<:#278,10800>WEND
<:#278,10800>Idc = DLLLoadLib(fdll, "FNT_FontClose", "I")
<:#278,10800>result = DLLCALL(Idc)
<:#278,10800>DllFreeLib(Idc)
<:#278,10800>DllFreeLib(Idf)
<:#278,10800>DllFreeLib(Idi)
<:#278,10800>StatusBarMsg("")
<:#278,10800>End Function
<:#278,10800>
<:#278,10800>
<:#278,10800>
<:#278,10800>
<:#278,10800>
<:#278,10800>------------------------------------------------------------------------------------------
<:#278,10800>
<:#278,10800>DIALOG CHNGFONT
<:#556,10800>-2134376448 9 111 78 165 141 "" "" "Wybierz Now</y> Czcionk<\j>"
<:#278,10800>FONT 8 "Helv"
<:#556,10800>118 6 40 14 1 1342242817 "button" "OK" 0
<:#556,10800>118 23 40 14 2 1342242816 "button" "Anuluj" 0
<:#556,10800>9 89 35 10 1000 1342177280 "static" "Czcionka" 0
<:#556,10800>39 89 89 9 8050 1342177280 "static" "" 0
<:#556,10800>9 97 138 34 8070 1342177280 "static" "" 0
<:#556,10800>10 24 86 63 9000 1352728579 "listbox" "" 0
<:#556,10800>11 11 78 10 1006 1342177280 "static" "Czcionki do wyboru:" 0
<:#556,10800>104 46 47 10 1001 1342177280 "static" "Lista Styl<\s>w:" 0
<:#556,10800>104 57 57 10 8060 1342177280 "static" "" 0
<:#278,10800>END DIALOG
<:#278,10800>
<:#278,10800>DIALOG PICKFILE
<:#556,10800>-2134376448 7 125 58 176 105 "" "" "Wyb<\s>r Listy Styl<\s>w"
<:#278,10800>FONT 8 "Helv"
<:#556,10800>5 15 62 83 9001 1352728579 "listbox" "" 0
<:#556,10800>127 5 43 14 1 1342242817 "button" "OK" 0
<:#556,10800>5 4 73 10 7999 1342177280 "static" "text" 0
<:#556,10800>127 20 43 14 2 1342242816 "button" "Anuluj" 0
<:#556,10800>72 60 96 37 79 1342177287 "button" "Zmie<\q>:" 0
<:#556,10800>77 71 87 12 110 1342177289 "button" "Wybran</y> list<\j> styl<\s>w" 0
<:#556,10800>77 81 88 12 111 1342177289 "button" "Wszystkie w katalogu" 0
<:#278,10800>END DIALOG
<:#278,10800>
<:#278,10800>DIALOG Graphics
<:#556,10800>-2134376448 3 89 63 145 94 "" "" "Niezmodyfikowane Listy Styl<\s>w"
<:#278,10800>FONT 8 "Helv"
<:#556,10800>101 4 40 14 1 1342373889 "button" "OK" 0
<:#556,10800>5 35 93 53 9000 1352728579 "listbox" "" 0
<:#556,10800>4 3 94 27 1000 1342177280 "static" "Te listy styl<\s>w nie zosta</s>y zmodyfikowne, poniewa</> zawieraj</y> grafik<\j>." 0
<:#278,10800>END DIALOG
>
[Embedded]
00013116
>
[macsum] 6
chgfont 0 0 28 3
Embedded 3312 1 7 160
GetFonts 3756 1 10 189
CHNGFONT 4330 0 -1 224
PICKFILE 4864 0 -1 238
Graphics 5310 0 -1 250
[macse]
14 chgfont
0 1317
13
11 00000118
0 3 "Makroprogram nie dzia</s>a, je</\>li jest aktywny HP NewWave."
6 0
15
9
5 1
21 2 [X]
5 1
21 3 [X]
5 200
21 4 [X]
5 200
21 5 [X]
5 1
21 6 [X]
0 1050
13
5 1
18 5
11 00000354
0 286 "amipro" "defstyle" "amipro.ini"
13
8 7
6 7
7 ""
18 0
11 00000335
7 "_default.sty"
8 7
2 101 1 "{7}" 0 0
19 00003194
20 00003194
0 32 1
0 295
13
8 8
0 269
13
8 9
5 2
8 10
5 0
16 GetFonts &3
13
18 0
11 00000488
10 00000542
0 3 "Nie mog<\j> rozpozna<\f> czcionek."
6 0
15
9
0 286 "windows" "device" "WIN.INI"
13
8 11
6 11
7 ""
18 0
11 00000730
0 3 "Nie mog<\j> rozpozna<\f> domy</\>lnej drukarki. Ustal domy</\>ln</y> drukark<\j> w Windows."
6 0
15
9
0 808 0 "{11}" ","
13
8 12
6 12
5 0
18 1
11 00000834
6 12
5 1
3 1
0 806 "{11}" [X]
13
8 11
0 14 "{9}"
13
5 1
3 1
0 806 "{9}" [X]
13
0 781 [X]
0 31 110 1
0 31 9001 "*.sty"
0 26 "." "PICKFILE"
13
8 13
6 13
5 1
18 1
11 00000996
6 0
15
9
0 290
13
8 9
0 27 110
13
5 1
18 0
11 00001148
5 1
0 27 9001
13
23 2
5 1
22 2
7 ""
18 0
11 00001124
6 0
15
9
5 1
8 14
10 00001336
0 280 "{9}*.sty" 0
13
8 15
5 1
6 15
23 2
5 1
8 14
6 15
7 ""
18 1
11 00001314
6 14
5 1
3 0
8 14
0 281
13
8 15
0 1041 &2 "{14}" "{15}"
10 00001206
6 14
5 1
3 1
8 14
5 1
8 16
6 14
6 16
18 2
12 00001426
10 00003067
5 1
6 16
3 0
8 16
10 00001347
0 296 1
6 16
22 2
8 15
5 0
16 Embedded "{15}"
13
18 0
11 00001514
10 00001593
0 789 "Znalaz</s>em grafik<\j> w pliku {15}"
0 1045 &6 "{15}" 1
10 00003054
0 16 "{9}" "{15}"
13
8 17
2 123 1 16
5 1
2 102 1 "{17}" 144 "ASCII"
13
18 1
11 00001703
10 00002983
0 789 "Analizuj<\j> {17}...{16} of {14}"
5 1
2 488 1 0 0 4 "prn" "prn"
13
18 0
11 00001836
0 6 "[40][20520]{11}"
10 00001849
10 00002983
5 1
2 488 1 0 0 4 "fnt" "fnt"
13
18 0
11 00002983
0 6 "[40][36][39][39][4131]"
0 24
13
8 18
0 1046 &3
13
8 19
5 0
0 1044 &3 "{18}"
13
0 805 &1 [X]
13
18 1
11 00002059
5 1
8 20
10 00002059
5 1
8 21
6 10
5 1
3 1
6 21
18 2
12 00002159
10 00002252
5 1
6 21
3 0
8 21
10 00002070
6 18
6 21
22 5
18 0
11 00002239
6 21
22 4
8 22
0 6 "{22}"
10 00002970
10 00002124
6 20
5 1
18 0
11 00002450
0 2 "Czionka ""{18}"" jest dost<\j>pna na twojej domy</\>lnej drukarce. Czy chcesz j</y> zmieni<\f>?"
13
8 23
6 23
5 0
18 0
11 00002450
5 0
8 24
10 00002820
0 31 8050 """{18}"""
0 31 8060 "{15}"
6 20
5 1
18 0
11 00002639
0 31 8070 "zostanie zmieniona. Wybierz czcionk<\j> na kt<\s>r</y> chcesz j</y> zamieni<\f>."
5 0
8 20
10 00002754
0 31 8070 "nie jest dost<\j>pna na twojej drukarce. Wybierz czcionk<\j> na kt<\s>r</y> chcesz j</y> zamieni<\f>."
0 31 9000 &3
0 26 "." "CHNGFONT"
13
8 24
0 27 9000
13
8 22
6 24
5 0
18 0
11 00002873
6 18
8 22
5 0
8 20
6 10
6 18
23 5
6 10
6 22
23 4
6 10
5 1
3 0
8 10
0 6 "{22}"
0 789 "Analizuj<\j> {17}"
10 00001849
0 789 ""
0 291 6
2 107 1 1 "{17}" "ASCII" 0 "PARA" "ANSI"
0 34 1 0
10 00001391
0 286 "AmiPro" "defstyle" "AMIPRO.INI"
13
8 25
6 25
7 ""
18 0
11 00003172
7 "_DEFAULT.STY"
8 25
2 101 1 "{25}" 0 128
0 789 ""
0 1046 &6
13
8 26
6 26
5 1
18 3
11 00003300
0 31 9000 &6
0 26 "." "Graphics"
13
8 27
6 0
15
9
14 Embedded
0 269
13
8 3
5 0
0 259 "{3}{0}" "r"
13
0 805 &2 [X]
13
18 1
11 00000108
10 00000158
0 3 "Nie mog<\j> otworzy<\f> pliku"
5 -1
15
9
0 263 "{2}" 0 2
0 262 "{2}"
13
8 4
6 4
5 10
3 1
8 5
0 263 "{2}" "{5}" 0
0 782 "{2}" 10
13
8 6
0 277 "{6}"
13
11 00000307
10 00000333
0 260 "{2}"
5 -1
15
9
6 6
5 17
3 0
6 5
18 5
11 00000397
5 -1
8 7
10 00000407
5 0
8 7
0 260 "{2}"
6 7
15
9
6 1
15
9
14 GetFonts
0 295
13
8 2
7 "{2}fontdll.exe"
8 3
0 789 "Sprawdzam dost<\j>pne czcionki..."
0 280 "{3}" 0
13
8 4
6 4
7 "FONTDLL.EXE"
18 1
11 00000227
0 3 "Nie mog<\j> znale</><\f> pliku Fontdll.exe,"
5 -1
15
9
0 297 "{3}" "FNT_FontInit" "A"
13
8 5
0 284 "{5}"
0 297 "{3}" "FNT_FontFace" "F"
13
8 6
5 0
8 8
7 "a"
8 7
6 7
7 ""
18 1
11 00000448
0 284 "{6}"
13
8 7
6 8
5 1
3 0
8 8
0 1045 &0 "{7}" 0
10 00000344
0 297 "{3}" "FNT_FontClose" "I"
13
8 9
0 284 "{9}"
13
8 10
0 298 "{9}"
0 298 "{6}"
0 298 "{5}"
0 789 ""
6 1
15
9
DIALOG CHNGFONT
-2134376448 9 111 78 165 141 "" "" "Wybierz Now╣ CzcionkΩ"
FONT 8 "Helv"
118 6 40 14 1 1342242817 "button" "OK" 0
118 23 40 14 2 1342242816 "button" "Anuluj" 0
9 89 35 10 1000 1342177280 "static" "Czcionka" 0
39 89 89 9 8050 1342177280 "static" "" 0
9 97 138 34 8070 1342177280 "static" "" 0
10 24 86 63 9000 1352728579 "listbox" "" 0
11 11 78 10 1006 1342177280 "static" "Czcionki do wyboru:" 0
104 46 47 10 1001 1342177280 "static" "Lista Styl≤w:" 0
104 57 57 10 8060 1342177280 "static" "" 0
DIALOG PICKFILE
-2134376448 7 125 58 176 105 "" "" "Wyb≤r Listy Styl≤w"
FONT 8 "Helv"
5 15 62 83 9001 1352728579 "listbox" "" 0
127 5 43 14 1 1342242817 "button" "OK" 0
5 4 73 10 7999 1342177280 "static" "text" 0
127 20 43 14 2 1342242816 "button" "Anuluj" 0
72 60 96 37 79 1342177287 "button" "Zmie±:" 0
77 71 87 12 110 1342177289 "button" "Wybran╣ listΩ styl≤w" 0
77 81 88 12 111 1342177289 "button" "Wszystkie w katalogu" 0
DIALOG Graphics
-2134376448 3 89 63 145 94 "" "" "Niezmodyfikowane Listy Styl≤w"
FONT 8 "Helv"
101 4 40 14 1 1342373889 "button" "OK" 0
5 35 93 53 9000 1352728579 "listbox" "" 0
4 3 94 27 1000 1342177280 "static" "Te listy styl≤w nie zosta│y zmodyfikowne, poniewa┐ zawieraj╣ grafikΩ." 0
00013141