home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-08-14 | 18.0 KB | 1,173 lines |
- [ver]
- 4
- [sty]
- _default.sty
- [files]
- [charset]
- 82
- CHINESEBIG5 (Windows)
- [revisions]
- 0
- [prn]
- PCL / HP LaserJet
- [port]
- LPT1:
- [lang]
- 1
- [desc]
- º∩┼▄╝╦ªí¬φªr½¼
- Lotus WPD Technical Support
- Advanced
- DllCalls, Arrays
- No Autorun
- 775683256
- 128
- 674351641
- 1189
- 6
- 933
- 6453
- 18
- 22
- Fonts,
-
-
-
-
-
- 0
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [GramStyle]
-
- [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
-
- >
- [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]
- 6
- 45 0 15 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
- 90 0 16 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 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
- 180 0 5 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
- 225 0 0 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
- 260 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]
- <:#284,10800>Declare Embedded(FileName)
-
- <:#284,10800>Declare GetFonts(FontNames)
-
- <:#284,10800>
-
- @Function@<:#284,10800>FUNCTION chgfont() ' This macro calls FONTDLL.EXE which returns
-
- <:#284,10800>IF IsNewWave()
-
- <:#284,10800> Message("Macro not available while running under HP NewWave.")
-
- <:#284,10800> Exit Function
-
- <:#284,10800>ENDIF
-
- <:#284,10800>DefStr Stat;
-
- <:#284,10800>DIM files(1) ' all of the available typefaces for your
-
- <:#284,10800>DIM BaseFonts(1) ' change any typeface to an available typeface
-
- <:#284,10800>DIM nface(200) ' for all of your style sheets, and also sets the
-
- <:#284,10800>DIM oface(200) ' style sheet for your default printer
-
- <:#284,10800>Dim Detect(1)
-
- <:#284,10800>IF GetOpenFileCount() << 1
-
- <:#284,10800> defstyle = getprofilestring$("amipro", "defstyle", "amipro.ini")
-
- <:#284,10800> IF defstyle = "" THEN
-
- <:#284,10800> defstyle = "_cdefaul.sty"
-
- <:#284,10800> ENDIF
-
- <:#284,10800> new(defstyle, 0, 0)
-
- <:#284,10800>ENDIF
-
- <:#284,10800><:><:><:Z|><:Z~|>ONCANCEL endit
-
- <:#284,10800>ONERROR endit
-
- <:#284,10800>IgnoreKeyboard(1)
-
- <:#284,10800>mpath = GetMacPath$()
-
- <:#284,10800>stypath = GetStylePath$()
-
- <:#284,10800>q = 2
-
- <:#284,10800>If 0 = GetFonts(&BaseFonts)
-
- <:#284,10800> Else
-
- <:#284,10800> Message("Font Could not be retrieved")
-
- <:#284,10800> Exit Function
-
- <:#284,10800>Endif
-
- <:#284,10800>
-
- <:#284,10800>defprtr = GetProfileString$("windows","device","WIN.INI")
-
- <:#284,10800>IF defprtr = "" THEN
-
- <:#284,10800> Message("Unable to locate your default printer. Exiting Macro")
-
- <:#284,10800> Exit Function
-
- <:#284,10800>ENDIF
-
- <:#284,10800>endofprt = Instr(0,defprtr,",")
-
- <:#284,10800>IF endofprt <<<;> 0 THEN
-
- <:#284,10800> defprtr = Left$(defprtr,(endofprt - 1))
-
- <:#284,10800>ENDIF
-
- <:#284,10800>
-
- <:#284,10800>DOSchdir(Left$(stypath,(Len(stypath) - 1))) ' Choose style sheets to modify
-
- <:#284,10800>FillEdit(110,1)
-
- <:#284,10800>FillEdit(9001,"*.sty")
-
- <:#284,10800>box3 = DialogBox(".","PICKFILE")
-
- <:#284,10800>IF box3 <<<;>1
-
- <:#284,10800> Exit function
-
- <:#284,10800>ENDIF
-
- <:#284,10800>stypath=GetCurrentDir$()
-
- <:#284,10800>IF GetDialogField$(110)=1 THEN ' Check for select one option
-
- <:#284,10800> Files(1) = GetDialogField$(9001)
-
- <:#284,10800> If Files(1) = ""
-
- <:#284,10800> Exit Function
-
- <:#284,10800> ENDIF
-
- <:#284,10800> t = 1
-
- <:#284,10800> GOTO loop3
-
- <:#284,10800>ENDIF
-
- <:#284,10800>file = FindFirst$("{stypath}*.sty" 0) ' Look for first style sheet
-
- <:#284,10800>files(1) = file
-
- <:#284,10800>t = 1
-
- <:#284,10800>WHILE (file <<<;> "")
-
- <:#284,10800> t = t + 1
-
- <:#284,10800> file = FindNext$()
-
- <:#284,10800> ArrayInsert(&Files,t,File) ' load array with styles
-
- <:#284,10800>WEND
-
- <:#284,10800>t = t - 1
-
- <:#284,10800>loop3:
-
- <:#284,10800>FOR x = 1 TO t ' Open style sheet as ASCII
-
- <:#284,10800> HourGlass(on)
-
- <:#284,10800> file = files(x)
-
- <:#284,10800> Stat = Embedded(File)
-
- <:#284,10800> If Stat = 0
-
- <:#284,10800> Else
-
- <:#284,10800> StatusBarMsg("Graphic Detected in {File}")
-
- <:#284,10800> ' A graphic was detected
-
- <:#284,10800> ArrayInsertByKey(&Detect,File,1)
-
- <:#284,10800> Goto Loopem
-
- <:#284,10800> Endif
-
- <:#284,10800> Longfile = strcat$(stypath,"{file}")
-
- <:#284,10800> AsciiOptions(16)
-
- <:#284,10800> If 1 != FileOpen(longfile,144,"ASCII")
-
- <:#284,10800> GOTO skipfile
-
- <:#284,10800> ENDIF
-
- <:#284,10800> StatusBarMsg("Analyzing {longfile}...{x} of {T}")
-
- <:#284,10800> If 1 = Replace(0,0,4,"prn","prn")
-
- <:#284,10800> TYPE("<[>down]<[>shiftctrldown]{defprtr}")
-
- <:#284,10800> Else
-
- <:#284,10800> GOTO skipfile
-
- <:#284,10800> ENDIF
-
- <:#284,10800> again:
-
- <:#284,10800> WHILE(1= Replace(0,0,4,"fnt","fnt")) 'Find typeface for paragraph style
-
- <:#284,10800> TYPE("<[>down]<[>home]<[>right]<[>right]<[>shiftend]")
-
- <:#284,10800> txt = curshade$()
-
- <:#284,10800> k = ArraySize(&Basefonts)
-
- <:#284,10800> If 0 !=Assign(&Stat,ArraySearch(&BaseFonts,Txt))
-
- <:#284,10800> cg = 1 'We have a match for our font
-
- <:#284,10800> Else
-
- <:#284,10800> ' No match for font in our base set
-
- <:#284,10800> Endif
-
- <:#284,10800> FOR u = 1 TO (q - 1) ' Check to see if font has already been changed
-
- <:#284,10800> IF txt = oface(u) THEN
-
- <:#284,10800> newface = nface(u)
-
- <:#284,10800> TYPE("{newface}")
-
- <:#284,10800> GOTO loop2
-
- <:#284,10800> ENDIF
-
- <:#284,10800> NEXT
-
- <:#284,10800> IF cg = 1 THEN
-
- <:#284,10800> dc = Decide("""{txt}"" is available on your default printer. Do you want to change it?")
-
- <:#284,10800> IF dc = 0 THEN
-
- <:#284,10800> dbox2 = 0
-
- <:#284,10800> GOTO loop5
-
- <:#284,10800> ENDIF
-
- <:#284,10800> ENDIF
-
- <:#284,10800> FillEdit(8050,"""{txt}""")
-
- <:#284,10800> FillEdit(8060,"{file}")
-
- <:#284,10800> IF cg = 1 THEN
-
- <:#284,10800> FillEdit(8070,"will be changed. Please select an available typeface to replace it.")
-
- <:#284,10800> cg = 0
-
- <:#284,10800> GOTO loop4
-
- <:#284,10800> ENDIF
-
- <:#284,10800> FillEdit(8070,"is not available on your default printer. Please select an available typeface")
-
- <:#284,10800> loop4:
-
- <:#284,10800> FillEdit(9000,&Basefonts)
-
- <:#284,10800> dbox2 = DialogBox(".","CHNGFONT")
-
- <:#284,10800> newface = GetDialogField$(9000)
-
- <:#284,10800> loop5:
-
- <:#284,10800> IF dbox2 = 0 THEN
-
- <:#284,10800> newface = txt
-
- <:#284,10800> cg = 0
-
- <:#284,10800> ENDIF
-
- <:#284,10800> oface(q) = txt
-
- <:#284,10800> nface(q) = newface
-
- <:#284,10800> q=q+1
-
- <:#284,10800> TYPE("{newface}")
-
- <:#284,10800> StatusBarMsg("Analyzing {longfile}")
-
- <:#284,10800>loop2:
-
- <:#284,10800> WEND
-
- <:#284,10800>skipfile:
-
- <:#284,10800>StatusBarMsg("")
-
- <:#284,10800>AnswerMsgBox(Yes)
-
- <:#284,10800>ImportExport(Export,longfile,"ASCII",FALSE,"PARA","ANSI")
-
- <:#284,10800>FileChanged(1,0)
-
- <:#284,10800>Loopem:
-
- @Body Single@<:#284,10800>
-
- @Body Single@<:#284,10800>NEXT
-
- <:#284,10800>defsty = getprofilestring$("AmiPro" "defstyle" "AMIPRO.INI")
-
- <:#284,10800>IF defsty = "" THEN
-
- defsty = "_cdefaul.sty"
-
- <:#284,10800>ENDIF
-
- <:#284,10800>New(defsty,0,128)
-
- <:#284,10800>endit:
-
- @Body Single@<:#284,10800>StatusBarMsg("")
-
- <:#284,10800>NotModified = ArraySize(&Detect)
-
- <:#284,10800>If NotModified <;>1
-
- <:#284,10800> Filledit(9000,&Detect)
-
- <:#284,10800> Box = DialogBox(".","Graphics")
-
- <:#284,10800>Endif
-
- <:#284,10800>end function
-
- <:#284,10800>
-
- @Function@<:#284,10800>Function Embedded(FileName)
-
- <:#284,10800>DefStr FileId;
-
- <:#284,10800>Dir = GetStylePath$()
-
- <:#284,10800>If 0 != Assign(&FileId,Fopen("{Dir}{FileName}","r"))
-
- <:#284,10800> Else
-
- <:#284,10800> Message("Could not open file")
-
- <:#284,10800> Return -1
-
- <:#284,10800>Endif
-
- <:#284,10800>Fseek(FileId,0,Fend) ' move to end of file
-
- <:#284,10800>TotalBytes = FTell(FileId)
-
- <:#284,10800>GetNumber = TotalBytes - 10
-
- <:#284,10800>Fseek(FileId,GetNumber,0)
-
- <:#284,10800>FindEmbedLocation = Fread(FileId, 10) ' Read where to move file pointer
-
- <:#284,10800>If IsNumeric(FindEmbedLocation)
-
- <:#284,10800> Else
-
- <:#284,10800> 'Message("Not Numeric")
-
- <:#284,10800> FClose(FileId)
-
- <:#284,10800> Return -1
-
- <:#284,10800>Endif
-
- <:#284,10800>If FindEmbedLocation + 17 << GetNumber
-
- <:#284,10800> ' Embedded graphic here
-
- <:#284,10800> Status = -1
-
- <:#284,10800> Else
-
- <:#284,10800> ' File is ok
-
- <:#284,10800> Status = 0
-
- <:#284,10800>Endif
-
- <:#284,10800>FClose(FileId)
-
- <:#284,10800>Return Status
-
- <:#284,10800>End Function
-
- <:#284,10800>
-
- <:#284,10800>
-
- @Function@<:#284,10800>Function GetFonts(BaseFonts)
-
- <:#284,10800>mpath = GetMacPath$()
-
- <:#284,10800>{fdll} = "{mpath}fontdll.exe" ' Find FONTDLL.EXE
-
- <:#284,10800>StatusBarMsg("Checking For Available Fonts...")
-
- <:#284,10800>dllfile = FindFirst$(fdll 0)
-
- <:#284,10800>IF dllfile <<<;> "FONTDLL.EXE" THEN
-
- <:#284,10800> Message("Can't Find File Fontdll.exe, Exiting Macro")
-
- <:#284,10800> Return -1
-
- <:#284,10800>ENDIF
-
- <:#284,10800>
-
- <:#284,10800>Idi = DLLLoadLib(fdll, "FNT_FontInit", "A")
-
- <:#284,10800>DLLCALL(Idi)
-
- <:#284,10800>Idf = DLLLoadLib(fdll, "FNT_FontFace", "F")
-
- <:#284,10800>DEFSTR face, i
-
- <:#284,10800>i = 0
-
- <:#284,10800>face = "a" ' just a non null value
-
- <:#284,10800>WHILE (face <<<;> "")
-
- <:#284,10800> face = DLLCALL(Idf)
-
- <:#284,10800> i = i + 1
-
- <:#284,10800> ArrayInsertByKey(&BaseFonts,Face,0)'Load typefaces into an array
-
- <:#284,10800>WEND
-
- <:#284,10800>Idc = DLLLoadLib(fdll, "FNT_FontClose", "I")
-
- <:#284,10800>result = DLLCALL(Idc)
-
- <:#284,10800>DllFreeLib(Idc)
-
- <:#284,10800>DllFreeLib(Idf)
-
- <:#284,10800>DllFreeLib(Idi)
-
- <:#284,10800>StatusBarMsg("")
-
- <:#284,10800>End Function
-
- <:#284,10800>
-
- <:#284,10800>
-
- <:#284,10800>
-
- <:#284,10800>
-
- <:#284,10800>
-
- <:#284,10800>------------------------------------------------------------------------------------------
-
- <:#284,10800>
-
- <:#284,10800>DIALOG CHNGFONT
-
- <:#284,10800>-2134376448 9 109 78 165 128 "" "" "Select New Typeface"
-
- <:#284,10800>FONT 8 "Helv"
-
- <:#284,10800>118 6 40 14 1 1342242817 "button" "OK" 0
-
- <:#284,10800>118 23 40 14 2 1342242816 "button" "Cancel" 0
-
- <:#284,10800>9 89 35 10 1000 1342177280 "static" "The font" 0
-
- <:#284,10800>39 89 89 9 8050 1342177280 "static" "" 0
-
- <:#284,10800>9 97 138 19 8070 1342177280 "static" "" 0
-
- <:#284,10800>10 24 86 63 9000 1352728579 "listbox" "" 0
-
- <:#284,10800>11 11 78 10 1006 1342177280 "static" "Available printer fonts:" 0
-
- <:#284,10800>104 46 47 10 1001 1342177280 "static" "Style Sheet:" 0
-
- <:#284,10800>104 57 57 10 8060 1342177280 "static" "" 0
-
- <:#284,10800>END DIALOG
-
- <:#284,10800>
-
- <:#284,10800>DIALOG PICKFILE
-
- <:#284,10800>-2134376448 7 123 58 160 105 "" "" "Select style sheets"
-
- <:#284,10800>FONT 8 "Helv"
-
- <:#284,10800>5 15 62 83 9001 1352728579 "listbox" "" 0
-
- <:#284,10800>110 5 43 14 1 1342242817 "button" "OK" 0
-
- <:#284,10800>5 4 73 10 7999 1342177280 "static" "text" 0
-
- <:#284,10800>110 20 43 14 2 1342242816 "button" "Cancel" 0
-
- <:#284,10800>72 60 81 37 79 1342177287 "button" "Options:" 0
-
- <:#284,10800>77 71 71 12 110 1342177289 "button" "Single style sheet" 0
-
- <:#284,10800>77 81 71 12 111 1342177289 "button" "Entire directory" 0
-
- <:#284,10800>END DIALOG
-
- <:#284,10800>
-
- <:#284,10800>DIALOG Graphics
-
- <:#284,10800>-2134376448 3 55 29 145 94 "" "" "Unmodified Style Sheets"
-
- <:#284,10800>FONT 8 "Helv"
-
- <:#284,10800>101 4 40 14 1 1342373889 "button" "OK" 0
-
- <:#284,10800>5 35 93 53 9000 1352728579 "listbox" "" 0
-
- <:#284,10800>4 3 94 27 1000 1342177280 "static" "These style sheets were not modified.due to embedded graphics" 0
-
- <:#284,10800>END DIALOG
-
- >
-
- [Embedded]
- 00012809
- >
- [macsum] 6
- chgfont 0 0 28 3
- Embedded 3189 1 7 161
- GetFonts 3623 1 10 192
- CHNGFONT 4193 0 -1 227
- PICKFILE 4729 0 -1 241
- Graphics 5172 0 -1 253
- [macse]
- 14 chgfont
- 0 1317
- 13
- 11 00000108
- 0 3 "Macro not available while running under 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 00000344
- 0 286 "amipro" "defstyle" "amipro.ini"
- 13
- 8 7
- 6 7
- 7 ""
- 18 0
- 11 00000325
- 7 "_cdefaul.sty"
- 8 7
- 2 101 1 "{7}" 0 0
- 19 00003071
- 20 00003071
- 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 00000478
- 10 00000525
- 0 3 "Font Could not be retrieved"
- 6 0
- 15
- 9
- 0 286 "windows" "device" "WIN.INI"
- 13
- 8 11
- 6 11
- 7 ""
- 18 0
- 11 00000674
- 0 3 "Unable to locate your default printer. Exiting Macro"
- 6 0
- 15
- 9
- 0 808 0 "{11}" ","
- 13
- 8 12
- 6 12
- 5 0
- 18 1
- 11 00000778
- 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 00000940
- 6 0
- 15
- 9
- 0 290
- 13
- 8 9
- 0 27 110
- 13
- 5 1
- 18 0
- 11 00001092
- 5 1
- 0 27 9001
- 13
- 23 2
- 5 1
- 22 2
- 7 ""
- 18 0
- 11 00001068
- 6 0
- 15
- 9
- 5 1
- 8 14
- 10 00001280
- 0 280 "{9}*.sty" 0
- 13
- 8 15
- 5 1
- 6 15
- 23 2
- 5 1
- 8 14
- 6 15
- 7 ""
- 18 1
- 11 00001258
- 6 14
- 5 1
- 3 0
- 8 14
- 0 281
- 13
- 8 15
- 0 1041 &2 "{14}" "{15}"
- 10 00001150
- 6 14
- 5 1
- 3 1
- 8 14
- 5 1
- 8 16
- 6 14
- 6 16
- 18 2
- 12 00001370
- 10 00002944
- 5 1
- 6 16
- 3 0
- 8 16
- 10 00001291
- 0 296 1
- 6 16
- 22 2
- 8 15
- 16 Embedded "{15}"
- 13
- 8 1
- 6 1
- 5 0
- 18 0
- 11 00001468
- 10 00001535
- 0 789 "Graphic Detected in {15}"
- 0 1045 &6 "{15}" 1
- 10 00002931
- 0 16 "{9}" "{15}"
- 13
- 8 17
- 2 123 1 16
- 5 1
- 2 102 1 "{17}" 144 "ASCII"
- 13
- 18 1
- 11 00001645
- 10 00002860
- 0 789 "Analyzing {17}...{16} of {14}"
- 5 1
- 2 488 1 0 0 4 "prn" "prn"
- 13
- 18 0
- 11 00001775
- 0 6 "[40][20520]{11}"
- 10 00001788
- 10 00002860
- 5 1
- 2 488 1 0 0 4 "fnt" "fnt"
- 13
- 18 0
- 11 00002860
- 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 00001998
- 5 1
- 8 20
- 10 00001998
- 5 1
- 8 21
- 6 10
- 5 1
- 3 1
- 6 21
- 18 2
- 12 00002098
- 10 00002191
- 5 1
- 6 21
- 3 0
- 8 21
- 10 00002009
- 6 18
- 6 21
- 22 5
- 18 0
- 11 00002178
- 6 21
- 22 4
- 8 22
- 0 6 "{22}"
- 10 00002847
- 10 00002063
- 6 20
- 5 1
- 18 0
- 11 00002366
- 0 2 """{18}"" is available on your default printer. Do you want to change it?"
- 13
- 8 23
- 6 23
- 5 0
- 18 0
- 11 00002366
- 5 0
- 8 24
- 10 00002700
- 0 31 8050 """{18}"""
- 0 31 8060 "{15}"
- 6 20
- 5 1
- 18 0
- 11 00002543
- 0 31 8070 "will be changed. Please select an available typeface to replace it."
- 5 0
- 8 20
- 10 00002634
- 0 31 8070 "is not available on your default printer. Please select an available typeface"
- 0 31 9000 &3
- 0 26 "." "CHNGFONT"
- 13
- 8 24
- 0 27 9000
- 13
- 8 22
- 6 24
- 5 0
- 18 0
- 11 00002753
- 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 "Analyzing {17}"
- 10 00001788
- 0 789 ""
- 0 291 6
- 2 107 1 1 "{17}" "ASCII" 0 "PARA" "ANSI"
- 0 34 1 0
- 10 00001335
- 0 286 "AmiPro" "defstyle" "AMIPRO.INI"
- 13
- 8 25
- 6 25
- 7 ""
- 18 0
- 11 00003049
- 7 "_cdefaul.STY"
- 8 25
- 2 101 1 "{25}" 0 128
- 0 789 ""
- 0 1046 &6
- 13
- 8 26
- 6 26
- 5 1
- 18 3
- 11 00003177
- 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 00000148
- 0 3 "Could not open file"
- 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 00000297
- 10 00000323
- 0 260 "{2}"
- 5 -1
- 15
- 9
- 6 6
- 5 17
- 3 0
- 6 5
- 18 5
- 11 00000387
- 5 -1
- 8 7
- 10 00000397
- 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 "Checking For Available Fonts..."
- 0 280 "{3}" 0
- 13
- 8 4
- 6 4
- 7 "FONTDLL.EXE"
- 18 1
- 11 00000223
- 0 3 "Can't Find File Fontdll.exe, Exiting Macro"
- 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 00000444
- 0 284 "{6}"
- 13
- 8 7
- 6 8
- 5 1
- 3 0
- 8 8
- 0 1045 &0 "{7}" 0
- 10 00000340
- 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 109 78 165 128 "" "" "Select New Typeface"
- FONT 8 "Helv"
- 118 6 40 14 1 1342242817 "button" "OK" 0
- 118 23 40 14 2 1342242816 "button" "Cancel" 0
- 9 89 35 10 1000 1342177280 "static" "The font" 0
- 39 89 89 9 8050 1342177280 "static" "" 0
- 9 97 138 19 8070 1342177280 "static" "" 0
- 10 24 86 63 9000 1352728579 "listbox" "" 0
- 11 11 78 10 1006 1342177280 "static" "Available printer fonts:" 0
- 104 46 47 10 1001 1342177280 "static" "Style Sheet:" 0
- 104 57 57 10 8060 1342177280 "static" "" 0
- DIALOG PICKFILE
- -2134376448 7 123 58 160 105 "" "" "Select style sheets"
- FONT 8 "Helv"
- 5 15 62 83 9001 1352728579 "listbox" "" 0
- 110 5 43 14 1 1342242817 "button" "OK" 0
- 5 4 73 10 7999 1342177280 "static" "text" 0
- 110 20 43 14 2 1342242816 "button" "Cancel" 0
- 72 60 81 37 79 1342177287 "button" "Options:" 0
- 77 71 71 12 110 1342177289 "button" "Single style sheet" 0
- 77 81 71 12 111 1342177289 "button" "Entire directory" 0
- DIALOG Graphics
- -2134376448 3 55 29 145 94 "" "" "Unmodified Style Sheets"
- 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" "These style sheets were not modified.due to embedded graphics" 0
- 00012834