home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-08-21 | 24.2 KB | 1,902 lines |
- [ver]
- 4
- [sty]
- ~macro.sty
- [files]
- [charset]
- 82
- ANSI (Windows, IBM CP 1252)
- [revisions]
- 0
- [prn]
- PostScript Printer
- [lang]
- 1
- [desc]
- Select multiple files to print with PRNBATCH. Optionally set a time to print at a later time.
- Lotus WPD Technical Support
- Advanced
- Call Backs, Global Arrays
-
- 682821580
- 49
- 677020248
- 3380
- 8
- 1245
- 9186
- 27
- 27
- Call Backs, Runlater, Global Aray
-
-
-
-
-
- 0
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [lay]
- Standard
- 513
- [rght]
- 15840
- 12240
- 1
- 1440
- 1440
- 1
- 1980
- 1440
- 0
- 1
- 0
- 1
- 0
- 2
- 1
- 1440
- 10800
- 4
- 1
- 720
- 1
- 1440
- 1
- 2160
- 1
- 2880
- [hrght]
- [lyfrm]
- 1
- 11200
- 0
- 0
- 12240
- 1980
- 0
- 1
- 3
- 1 0 0 0 0 0 0
- 0
- 0
- 1
- [frmlay]
- 1980
- 12240
- 1
- 1440
- 0
- 1
- 792
- 1440
- 0
- 1
- 0
- 1
- 1
- 0
- 1
- 1440
- 10800
- 0
- [txt]
- <+B><:da<*!><* >>
-
- <+B>Peyton McManus
-
- <+B>Page <:P10,0,> of <:X3,16384;NumPages>11<:X~3,16384;NumPages>
-
- <+B>
-
- <+B>
-
-
- >
- [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
- 90
- 1
- 14472
- 1440
- 0
- 1
- 0
- 1
- 1
- 0
- 1
- 1440
- 10800
- 0
- [txt]
- <+B>Revision Number <:da<*&><* >>
-
- <+B><:Da> <:b<* >>
-
- <+B>
-
- >
- [elay]
- [l1]
- 0
- [edoc]
- Declare GetFlag(p1)
-
- Declare SetFlag(p1,p2)
-
- Declare SaveSettings(p1,p2,p3)
-
- Define SetTrue() SetDlgITemText(Hdlg,%1,"True")
-
- Define SetFalse() SetDlgITemText(Hdlg,%1,0)
-
- Define GetItem() GetDlgItemText(Hdlg,%1)
-
- Define GetPerm() GetGlobalArray$("perm",%1)
-
- Define GetTemp() GetGlobalArray$("temp",%1)
-
- Define Hour_up 67
-
- Define Minute_up 66
-
- Define Hour_down 57
-
- Define Minute_down 56
-
- define VK_LBUTTON 0x001
-
-
- define GetActiveWindow() DllCall("user,GetActiveWindow,H")
-
- define SetWindowText() DllCall("user,SetWindowText,IHC", %1, %2)
-
- define TitleBarMsg() SetWindowText(GetActiveWindow(), %1)
-
- define GetWindowText() DllCall("user,GetWindowText,HHFH", %1, %2, %3)
-
-
-
-
-
-
- <:><:>Function Multiple()
-
- X = 1
-
- AllocGlobalVar("Perm",200)
-
- SetGlobalArray("Perm",1,1)
-
- AllocGlobalVar("Time"2) ' This is the Time Global
-
- SetGlobalArray("time",1,0)
-
- SetGlobalArray("time",2,0)
-
- Mac=GetRunningMacroFile$()
-
- doc=getdocpath$()
-
- Filledit(9001,"{doc}*.s?m")
-
- Filledit(60,true)
-
- SetDlgCallBack(54,"{Mac}!Time")
-
- SetDlgCallBack(51,"{Mac}!Options")
-
- Box=dialogbox(".","Select")
-
- if Box<<<;>1
-
- FreeGlobalVar("Time")
-
- FreeGlobalVar("Perm")
-
- FreeGlobalVar("Temp")
-
- Exit Function
-
- Endif
-
- Files=GetDialogField$(8001)
-
- Call Loadfiles(Files)
-
- Radio1=getdialogfield$(60)
-
- Radio2=Getdialogfield$(61)
-
- If {Radio2}
-
- hour=GetGlobalArray$("time",1)
-
- Minute=GetGlobalArray$("time",2)
-
- IF Hour<;>0 or Minute<;>0
-
- Runlater("{Mac}!Go","{hour}:{Minute}")
-
- message("Printing will begin in {Hour} Hours and {Minute} Minutes")
-
- Else
-
- Message("No Time Selected...Printing Now!")
-
- Call Go()
-
- Endif
-
- Elseif {Radio1}
-
- Call Go()
-
- Endif
-
- End Function
-
-
-
-
- <:><:><:><:>Function LoadFiles(Files)
-
- 'SingleStep(1)
-
- From=1
-
- Finish=9999
-
- Flag=1
-
- Copies=1
-
- x=1
-
- dir=getcurrentdir$()
-
- Total=GetGlobalArray$("Perm",1)
-
- Dim LStorage(total)
-
- For T=2 to ToTal
-
- LStorage(t)=GetGlobalArray$("Perm",t)
-
- Next
-
- While (1)
-
- Filename=Strfield$(Files,x," ")
-
- if Len(filename)<;>3
-
- Found=ArraySearch(&LStorage,Filename,2,"^")
-
- IF Found<;>0
-
- Temp=LStorage(Found)
-
- Else
-
- temp="{dir}^{Filename}^{Copies}^{From}^{Finish}^{Flag}"
-
- Endif
-
- SetGlobalArray("perm",x+1,Temp)
-
- x=x+1
-
- Else
-
- Break
-
- Endif
-
- Wend
-
- message("Files found {x}")
-
- SetGlobalArray("Perm",1,x)
-
- End Function
-
-
-
- <:><:>Function Options(Hdlg,Id,Text)
-
- Files=GetDlgItemText(Hdlg,8001)
-
- If Len(files) <<3
-
- Message("Please Select Some Files First, Thanks..")
-
- Exit Function
-
- Endif
-
-
- Call Loadfiles(Files)
-
- MaxPerm=GetGlobalArray$("Perm",1)
-
- AllocGlobalVar("Temp",MaxPerm)
-
- AllocGlobalVar ("Counter",1)
-
- SetGlobalVar("Counter",2)
-
-
- For x=2 to Maxperm
-
- Data=GetGlobalArray$("Perm",x)
-
- SetGlobalArray("temp",x,Data)
-
- Next
-
- Call SetFirst()
-
- Mac=GetRunningMacroFile$()
-
- SetDlgCallBack(8000,"{mac}!Numbering")
-
- SetDlgCallBack(8001,"{MAc}!Numbering")
-
- SetDlgCallBack(56,"{mac}!NextFile")
-
- SetDlgCallBack(57,"{mac}!SaveSettings")
-
- Box=dialogbox(".","Options")
-
- if Box = 1
-
- Call TempToPerm() ' if ok swap temp to perm
-
- Endif
-
- FreeGlobalVar("Counter")
-
- End Function
-
-
- <:><:>
-
- Function SaveSettings(Hdlg,Id,Text)
-
- Lcount=GetGlobalVar$("Counter")
-
- From=GetDlgItemText(Hdlg,8000)
-
- Finish=GetDlgItemText(Hdlg,8001)
-
- Copies=GetdlgItemText(Hdlg,8002)
-
- Flag=GetFlag(Hdlg)
-
- Dir=StrField$(GetTemp(Lcount),1,"^")
-
- Name=StrField$(GetTemp(Lcount),2,"^")
-
- SaveBack="{Dir}^{Name}^{copies}^{From}^{Finish}^{Flag}"
-
- 'Message(SaveBack)
-
- SetGlobalArray("Temp",Lcount,SaveBack)
-
- End Function
-
-
- Function NextFile(Hdlg,id,Text)
-
- SaveSettings(Hdlg,id,Text)
-
- LCount=GetGlobalVar$("counter")
-
- Max=GetGlobalArray$("Perm",1)
-
- If Lcount<<Max
-
- Lcount=Lcount+1
-
- Else
-
- Lcount=2
-
- Endif
-
- ShowStat=Lcount - 1
-
- ShowMax=Max - 1
-
- Status="File {ShowStat} of {ShowMax}"
-
- Name2=UCase$(StrField$(GetTemp(Lcount),2,"^"))
-
- Flag=StrField$(GetTemp(Lcount),6,"^")
-
- From=StrField$(GetTemp(Lcount),4,"^")
-
- fin=StrField$(GetTemp(Lcount),5,"^")
-
- Copies=StrField$(GetTemp(Lcount),3,"^")
-
- SetFlag(Hdlg,Flag)
-
- SetDlgItemText(Hdlg,1002,"{Name2}")
-
- SetDlgItemText(Hdlg,8000,from)
-
- SetDlgITemText(Hdlg,8001,Fin)
-
- SetDlgItemText(Hdlg,8002,Copies)
-
- SetDlgItemText(Hdlg,1003,Status)
-
- SetGlobalVar("counter",lcount)
-
- End Function
-
-
- <:><:>Function SetFlag(Hdlg,Flag)
-
- mask = 1
-
- for i = 1 to 11
-
- ' Message("mask= {Mask} I = {i}")
-
- SetDlgItemText(hDlg, 59 + i, flag & mask)
-
- mask = mask * 2
-
- If I=3
-
- Mask=Mask*2
-
- Endif
-
- next
-
- If (GetDlgItemText(Hdlg,60)=0) ' if all is no
-
- SetDlgItemText(Hdlg,90,"True")
-
- Endif
-
- if (((GetDlgItemText(Hdlg,68)=0) and (GetDlgItemText(Hdlg,69)=0)))
-
- SetdlgItemText(Hdlg,50,"True")
-
- Else
-
- SetDlgItemText(Hdlg,50,0)
-
- Endif
-
- End Function
-
-
- Function SetFirst()
-
- Name=Ucase$(Strfield$(GetTemp(2),2,"^"))
-
- flag=StrField$(GetTemp(2),6,"^")
-
- From=Strfield$(GetTemp(2),4,"^")
-
- Finish=Strfield$(GetTemp(2),5,"^")
-
- Copies=StrField$(GetTemp(2),3,"^")
-
- Max=GetGlobalArray$("Perm",1) - 1
-
- Status="File 1 of {Max}"
-
- Filledit(1002,Name)
-
- Filledit(1003,Status)
-
- Filledit(8000,From)
-
- Filledit(8001,Finish)
-
- Filledit(8002,Copies)
-
- mask = 1
-
- for i = 1 to 11
-
- ' Message("mask= {Mask} I = {i}")
-
- Filledit(59 + i, flag & mask)
-
- mask = mask * 2
-
- If I=3
-
- Mask=Mask*2
-
- Endif
-
- next
-
- End Function
-
-
- Function GetFlag(Hdlg)
-
- Mask=1
-
- SumFlag=0
-
- For x=60 to 70
-
- SumFlag=SumFlag+(GetItem(x)*Mask)
-
- Mask=Mask*2
-
- if x=62
-
- mask=Mask*2
-
- Endif
-
-
-
- Next
-
- Return SumFlag;
-
- End Function
-
-
- Function Numbering(Hdlg,Id,Text)
-
- SetDlgItemText(Hdlg,60,0)
-
- SetDlgItemText(Hdlg,90,"True")
-
- End Function
-
-
- Function TempToPerm()
-
- ' This will dump the contents of the Temp Array into the Perm Array.
-
- Total=GetGlobalarray$("Perm",1)
-
- FreeGlobalVar("Perm")
-
- AllocGlobalVar("Perm",200)
-
- SetGlobalArray("Perm",1,Total)
-
- For X= 2 to Total
-
- Data=GetGlobalArray$("Temp",x)
-
- SetGlobalArray("Perm",x,Data)
-
- Next
-
- FreeGlobalVar("Temp")
-
- End function
-
- For T=1 to Total
-
-
-
-
- <:f720,2Tms Rmn,0,0,0>'This is Time------------------
-
- ' This is the time box to allow user to set print time.
-
- '
-
- <:><:>Function Time(hdlg,id,text)
-
- 'singlestep(1)
-
- SetDlgItemText(Hdlg,60,0)
-
- SetDlgItemText(Hdlg,61,"True")
-
- T = 0
-
- Mac=GetRunningMacroFile$()
-
- Today=NOW()
-
- Time= FormatTime$(Today,3)
-
- Date=FormatDate$(Today,"f")
-
- Filledit(1000,Time)
-
- Filledit(1006,Date)
-
- Sec=(GetGlobalArray$("time",1) * 3600) + (GetGlobalArray$("time",2) * 60)
-
- Sec = Sec + Today
-
- Filledit(1001,FormatDate$(Sec, "f"))
-
- Filledit(1005,FormatTime$(Sec, 3))
-
- Filledit(8000, GetGlobalArray$("time",1))
-
- Filledit(8001,GetGlobalArray$("time",2))
-
- SetDlgCallBack(Hour_Up,"{Mac}!Timeup")
-
- SetDlgCallBack(Minute_up,"{Mac}!Timeup")
-
- SetDlgCallBack(Hour_Down,"{Mac}!TimeDown")
-
- SetDlgCallBack(Minute_Down,"{Mac}!TimeDown")
-
- Box=dialogbox(".","Time")
-
- If Box<<<;>1
-
- Exit Function
-
- Endif
-
- SetGlobalArray("time",1,GetDialogField$(8000))
-
- SetGlobalArray("time",2,GetDialogField$(8001))
-
- End Function
-
-
- <:><:>Function Timeup(hdlg,id,text)
-
- dllid = DllLoadLib("User", "GetAsyncKeyState", "HH")
-
- Editbox =8067 - id
-
- Number=GetDlgItemText(Hdlg,Editbox)
-
- Number=Number + 1
-
- if dllid
-
- while (0x8000 & DllCall(dllid, VK_LBUTTON))
-
- Number=Number+1
-
- if Number <;> 60
-
- Number = 0
-
- Endif
-
- SetDlgItemText(hdlg, EditBox, Number)
-
- wend
-
- DllFreeLib(dllid)
-
- Endif
-
- if Number <;> 60
-
- Number = 0
-
- Endif
-
- SetDlgItemText(Hdlg,Editbox,Number)
-
- Call SetTime(Hdlg)
-
- End Function
-
-
- <:><:>Function TimeDown(hdlg,id,text)
-
- dllid = DllLoadLib("User", "GetAsyncKeyState", "HH")
-
- Editbox =8057 - id
-
- Number=GetDlgItemText(Hdlg,Editbox)
-
- Number=Number - 1
-
- if dllid
-
- while (0x8000 & DllCall(dllid, VK_LBUTTON))
-
- Number=Number - 1
-
- if Number << 0
-
- Number = 60
-
- Endif
-
- SetDlgItemText(hdlg, EditBox, Number)
-
- wend
-
- DllFreeLib(dllid)
-
- Endif
-
- if Number << 0
-
- Number = 60
-
- Endif
-
- SetDlgItemText(Hdlg,Editbox,Number)
-
- Call SetTime(Hdlg)
-
- End Function
-
-
- <:><:>Function SetTime(Hdlg)
-
- Today = Now()
-
- Sec=(GetDlgItemText(Hdlg,8000) * 3600) + (GetDlgItemText(Hdlg,8001) * 60)
-
- Sec = Sec + Today
-
- SetDlgItemText(Hdlg,1000,FormatTime$(Today,3))
-
- SetDlgItemText(Hdlg,1006,FormatDate$(Today,"f"))
-
- SetDlgItemText(Hdlg,1001,FormatDate$(Sec, "f"))
-
- SetDlgItemText(Hdlg,1005,FormatTime$(Sec, 3))
-
- End Function
-
-
- <:><:><:><:><:><:>Function Go()
-
- HourGlass(on)
-
- TitleBarMsg("Please Stand By....Printing in Progress")
-
- StatusBarMsg("Now Printing.....")
-
- Total=GetGlobalArray$("Perm",1)
-
- For y=2 to Total
-
- AnswerMsgBox(7)
-
- Path=StrField$(GetPerm(y),1,"^")
-
- Drive=Right$(StrField$(Path,1,":"),1)
-
- Direct=Strfield$(Path,2,":")
-
- Name=UCase$(StrField$(GetPerm(y),2,"^"))
-
- Filename="{Drive}:{Direct}{name}"
-
-
- Flag=StrField$(GetPerm(Y),6,"^")
-
- If ((Flag & 512) or (Flag & 1024))
-
- Else
-
- Flag=Flag+1536
-
- Endif
-
- From=StrField$(GetPerm(Y),4,"^")
-
- fin=StrField$(GetPerm(Y),5,"^")
-
- Copies=StrField$(GetPerm(Y),3,"^")
-
- StatusBarMsg("Now Printing File {Filename} ")
-
- Fileopen("{Filename}",1,"AmiPro")
-
- FilePrint(copies,From,Fin,Flag)
-
- 'Message("File {Filename} Flag {Flag}")
-
- FileClose()
-
- Next
-
- FreeGlobalVar("Time")
-
- FreeGlobalVar("Perm")
-
- TitleBarMsg("")
-
- TitleBarMsg("Ami Pro")
-
- StatusBarMsg("")
-
- HourGlass(off)
-
- End Function
-
-
- ChechBoth(Flag)
-
- End Function
-
-
- DIALOG select
-
- -2134376448 10 98 32 130 112 "" "" "Select Files to Print"
-
- FONT 6 "Helv"
-
- 8 16 66 90 9001 1352859659 "listbox" "" 0
-
- 82 78 38 12 60 1342373897 "button" "Now" 0
-
- 82 90 38 12 61 1342177289 "button" "Later" 0
-
- 8 4 68 10 7999 1342308352 "static" "" 0
-
- 18 92 0 0 8001 1350566016 "edit" "" 0
-
- 78 68 46 36 12 1342177287 "button" "Print " 0
-
- 84 4 40 14 1 1342373889 "button" "OK" 0
-
- 84 20 40 14 2 1342373888 "button" "Cancel" 0
-
- 84 36 40 14 51 1342373888 "button" "Options..." 0
-
- 84 52 40 14 54 1342373888 "button" "Time..." 0
-
- END DIALOG
-
-
-
-
-
- DIALOG Time
-
- -2134376448 15 68 52 180 76 "" "" "Select Time "
-
- FONT 6 "Helv"
-
- 30 28 14 12 8000 1350631424 "edit" "" 0
-
- 81 28 13 12 8001 1350631424 "edit" "" 0
-
- 138 3 40 14 1 1342242817 "button" "OK" 0
-
- 137 19 40 14 2 1342242816 "button" "Cancel" 0
-
- 94 5 40 10 1000 1342177281 "static" " " 0
-
- 25 17 25 10 1002 1342177280 "static" "Hours" 0
-
- 76 18 23 9 1003 1342177280 "static" "Minutes" 0
-
- 20 28 10 12 57 1342177280 "button" "<<" 0
-
- 44 28 11 12 67 1342177280 "button" "<;>" 0
-
- 70 28 11 12 56 1342177280 "button" "<<" 0
-
- 94 28 11 12 66 1342242816 "button" "<;>" 0
-
- 5 5 84 10 1006 1342177281 "static" "" 0
-
- 4 56 84 10 1001 1342177281 "static" "" 0
-
- 93 56 43 10 1005 1342177281 "static" "" 0
-
- 2 45 138 26 10 1342242823 "button" "Print Time" 0
-
- END DIALOG
-
-
-
- DIALOG options
-
- -2134376448 27 62 42 194 134 "" "" "Batch Print Options"
-
- FONT 6 "Helv"
-
- 70 16 16 12 8002 1350631552 "edit" "" 0
-
- 50 30 22 12 60 1342373897 "button" "All" 0
-
- 80 42 22 12 8000 1350631424 "edit" "" 0
-
- 116 42 22 12 8001 1350631424 "edit" "" 0
-
- 50 56 28 12 50 1342373897 "button" "Both" 0
-
- 80 56 30 12 68 1342177289 "button" "Even" 0
-
- 112 56 32 12 69 1342177289 "button" "Odd" 0
-
- 50 42 28 12 90 1342308361 "button" "From:" 0
-
- 104 44 12 10 1001 1342177280 "static" "To:" 0
-
- 26 4 60 10 1002 1342177280 "static" "" 0
-
- 10 78 50 12 61 1342373891 "button" "Reverse" 0
-
- 10 90 50 12 62 1342242819 "button" "Collate" 0
-
- 10 102 50 12 63 1342242819 "button" "Crop marks" 0
-
- 10 114 54 12 70 1342242819 "button" "With pictures" 0
-
- 68 78 78 12 64 1342242819 "button" "With doc description" 0
-
- 68 90 78 12 65 1342242819 "button" "On preprinted form" 0
-
- 68 102 78 12 66 1342242819 "button" "Update power fields" 0
-
- 68 114 78 12 67 1342242819 "button" "With notes" 0
-
- 6 18 62 10 1000 1342308352 "static" "Number of copies:" 0
-
- 88 4 54 10 1003 1342177280 "static" "" 0
-
- 6 4 18 10 1004 1342177280 "static" "Print:" 0
-
- 6 30 42 10 1005 1342177280 "static" "Page range:" 0
-
- 6 68 142 62 33 1342177287 "button" "Extended Options" 0
-
- 16 58 34 10 1006 1342177280 "static" "including:" 0
-
- 148 6 40 14 1 1342373889 "button" "OK" 0
-
- 148 22 40 14 2 1342373888 "button" "Cancel" 0
-
- 148 38 40 14 56 1342373888 "button" "Save" 0
-
- END DIALOG
-
-
- >
-
- [Embedded]
- 00014059
- >
- [macsum] 18
- Multiple 0 0 10 23
- LoadFiles 716 1 13 64
- Options 1356 3 7 97
- SaveSettings 1987 3 9 128
- NextFile 2309 3 11 141
- SetFlag 2987 2 3 167
- SetFirst 3436 0 10 187
- GetFlag 4068 1 4 211
- Numbering 4341 3 1 225
- TempToPerm 4406 0 4 230
- Time 4679 3 7 248
- Timeup 5328 3 4 277
- TimeDown 5725 3 4 299
- SetTime 6124 1 3 321
- Go 6424 0 12 331
- select 7524 0 -1 369
- Time 8072 0 -1 387
- options 8823 0 -1 408
- [macse]
- 14 Multiple
- 5 1
- 8 1
- 0 271 "Perm" 200
- 0 272 "Perm" 1 1
- 0 271 "Time" 2
- 0 272 "time" 1 0
- 0 272 "time" 2 0
- 0 802
- 13
- 8 2
- 0 268
- 13
- 8 3
- 0 31 9001 "{3}*.s?m"
- 0 31 60 1
- 0 41 54 "{2}!Time"
- 0 41 51 "{2}!Options"
- 0 26 "." "Select"
- 13
- 8 4
- 6 4
- 5 1
- 18 1
- 11 00000330
- 0 266 "Time"
- 0 266 "Perm"
- 0 266 "Temp"
- 6 0
- 15
- 9
- 0 27 8001
- 13
- 8 5
- 16 Loadfiles "{5}"
- 0 27 60
- 13
- 8 6
- 0 27 61
- 13
- 8 7
- 6 7
- 11 00000679
- 0 273 "time" 1
- 13
- 8 8
- 0 273 "time" 2
- 13
- 8 9
- 6 8
- 5 0
- 18 3
- 6 9
- 5 0
- 18 3
- 1 2
- 11 00000619
- 0 285 "{2}!Go" "{8}:{9}"
- 0 3 "Printing will begin in {8} Hours and {9} Minutes"
- 10 00000666
- 0 3 "No Time Selected...Printing Now!"
- 16 Go
- 10 00000704
- 6 6
- 11 00000704
- 16 Go
- 6 0
- 15
- 9
- 14 LoadFiles
- 5 1
- 8 2
- 5 9999
- 8 3
- 5 1
- 8 4
- 5 1
- 8 5
- 5 1
- 8 6
- 0 290
- 13
- 8 7
- 0 273 "Perm" 1
- 13
- 8 8
- 6 8
- 21 9 [X]
- 5 2
- 8 10
- 6 8
- 6 10
- 18 2
- 12 00000212
- 10 00000262
- 5 1
- 6 10
- 3 0
- 8 10
- 10 00000134
- 6 10
- 0 273 "Perm" "{10}"
- 13
- 23 9
- 10 00000177
- 5 1
- 11 00000583
- 0 20 "{0}" "{6}" " "
- 13
- 8 11
- 0 14 "{11}"
- 13
- 5 3
- 18 3
- 11 00000557
- 0 1044 &9 "{11}" 2 "^"
- 13
- 8 12
- 6 12
- 5 0
- 18 3
- 11 00000448
- 6 12
- 22 9
- 8 13
- 10 00000484
- 7 "{7}^{11}^{5}^{2}^{3}^{4}"
- 8 13
- 6 6
- 5 1
- 3 0
- 0 272 "perm" [X] "{13}"
- 6 6
- 5 1
- 3 0
- 8 6
- 10 00000570
- 10 00000583
- 10 00000262
- 0 3 "Files found {6}"
- 0 272 "Perm" 1 "{6}"
- 6 1
- 15
- 9
- 14 Options
- 0 42 "{0}" 8001
- 13
- 8 4
- 0 14 "{4}"
- 13
- 5 3
- 18 5
- 11 00000138
- 0 3 "Please Select Some Files First, Thanks.."
- 6 3
- 15
- 9
- 16 Loadfiles "{4}"
- 0 273 "Perm" 1
- 13
- 8 5
- 0 271 "Temp" "{5}"
- 0 271 "Counter" 1
- 0 264 "Counter" 2
- 5 2
- 8 6
- 6 5
- 6 6
- 18 2
- 12 00000326
- 10 00000394
- 5 1
- 6 6
- 3 0
- 8 6
- 10 00000251
- 0 273 "Perm" "{6}"
- 13
- 8 7
- 0 272 "temp" "{6}" "{7}"
- 10 00000293
- 16 SetFirst
- 0 802
- 13
- 8 8
- 0 41 8000 "{8}!Numbering"
- 0 41 8001 "{8}!Numbering"
- 0 41 56 "{8}!NextFile"
- 0 41 57 "{8}!SaveSettings"
- 0 26 "." "Options"
- 13
- 8 9
- 6 9
- 5 1
- 18 0
- 11 00000602
- 16 TempToPerm
- 0 266 "Counter"
- 6 3
- 15
- 9
- 14 SaveSettings
- 0 265 "Counter"
- 13
- 8 4
- 0 42 "{0}" 8000
- 13
- 8 5
- 0 42 "{0}" 8001
- 13
- 8 6
- 0 42 "{0}" 8002
- 13
- 8 7
- 16 GetFlag "{0}"
- 13
- 8 8
- 0 273 "temp" "{4}"
- 13
- 0 20 [X] 1 "^"
- 13
- 8 9
- 0 273 "temp" "{4}"
- 13
- 0 20 [X] 2 "^"
- 13
- 8 10
- 7 "{9}^{10}^{7}^{5}^{6}^{8}"
- 8 11
- 0 272 "Temp" "{4}" "{11}"
- 6 3
- 15
- 9
- 14 NextFile
- 16 SaveSettings "{0}" "{1}" "{2}"
- 0 265 "counter"
- 13
- 8 4
- 0 273 "Perm" 1
- 13
- 8 5
- 6 4
- 6 5
- 18 5
- 11 00000161
- 6 4
- 5 1
- 3 0
- 8 4
- 10 00000171
- 5 2
- 8 4
- 6 4
- 5 1
- 3 1
- 8 6
- 6 5
- 5 1
- 3 1
- 8 7
- 7 "File {6} of {7}"
- 8 8
- 0 273 "temp" "{4}"
- 13
- 0 20 [X] 2 "^"
- 13
- 0 18 [X]
- 13
- 8 9
- 0 273 "temp" "{4}"
- 13
- 0 20 [X] 6 "^"
- 13
- 8 10
- 0 273 "temp" "{4}"
- 13
- 0 20 [X] 4 "^"
- 13
- 8 11
- 0 273 "temp" "{4}"
- 13
- 0 20 [X] 5 "^"
- 13
- 8 12
- 0 273 "temp" "{4}"
- 13
- 0 20 [X] 3 "^"
- 13
- 8 13
- 16 SetFlag "{0}" "{10}"
- 0 43 "{0}" 1002 "{9}"
- 0 43 "{0}" 8000 "{11}"
- 0 43 "{0}" 8001 "{12}"
- 0 43 "{0}" 8002 "{13}"
- 0 43 "{0}" 1003 "{8}"
- 0 264 "counter" "{4}"
- 6 3
- 15
- 9
- 14 SetFlag
- 5 1
- 8 3
- 5 1
- 8 4
- 5 11
- 6 4
- 18 2
- 12 00000108
- 10 00000242
- 5 1
- 6 4
- 3 0
- 8 4
- 10 00000032
- 5 59
- 6 4
- 3 0
- 6 1
- 6 3
- 25 1
- 0 43 "{0}" [X] [X]
- 6 3
- 5 2
- 4 0
- 8 3
- 6 4
- 5 3
- 18 0
- 11 00000229
- 6 3
- 5 2
- 4 0
- 8 3
- 10 00000075
- 0 42 "{0}" 60
- 13
- 5 0
- 18 0
- 11 00000307
- 0 43 "{0}" 90 "True"
- 0 42 "{0}" 68
- 13
- 5 0
- 18 0
- 0 42 "{0}" 69
- 13
- 5 0
- 18 0
- 1 1
- 11 00000420
- 0 43 "{0}" 50 "True"
- 10 00000437
- 0 43 "{0}" 50 0
- 6 2
- 15
- 9
- 14 SetFirst
- 0 273 "temp" 2
- 13
- 0 20 [X] 2 "^"
- 13
- 0 18 [X]
- 13
- 8 1
- 0 273 "temp" 2
- 13
- 0 20 [X] 6 "^"
- 13
- 8 2
- 0 273 "temp" 2
- 13
- 0 20 [X] 4 "^"
- 13
- 8 3
- 0 273 "temp" 2
- 13
- 0 20 [X] 5 "^"
- 13
- 8 4
- 0 273 "temp" 2
- 13
- 0 20 [X] 3 "^"
- 13
- 8 5
- 0 273 "Perm" 1
- 13
- 5 1
- 3 1
- 8 6
- 7 "File 1 of {6}"
- 8 7
- 0 31 1002 "{1}"
- 0 31 1003 "{7}"
- 0 31 8000 "{3}"
- 0 31 8001 "{4}"
- 0 31 8002 "{5}"
- 5 1
- 8 8
- 5 1
- 8 9
- 5 11
- 6 9
- 18 2
- 12 00000492
- 10 00000620
- 5 1
- 6 9
- 3 0
- 8 9
- 10 00000416
- 5 59
- 6 9
- 3 0
- 6 2
- 6 8
- 25 1
- 0 31 [X] [X]
- 6 8
- 5 2
- 4 0
- 8 8
- 6 9
- 5 3
- 18 0
- 11 00000607
- 6 8
- 5 2
- 4 0
- 8 8
- 10 00000459
- 6 0
- 15
- 9
- 14 GetFlag
- 5 1
- 8 2
- 5 0
- 8 3
- 5 60
- 8 4
- 5 70
- 6 4
- 18 2
- 12 00000119
- 10 00000249
- 5 1
- 6 4
- 3 0
- 8 4
- 10 00000043
- 6 3
- 0 42 "{0}" "{4}"
- 13
- 6 2
- 4 0
- 3 0
- 8 3
- 6 2
- 5 2
- 4 0
- 8 2
- 6 4
- 5 62
- 18 0
- 11 00000236
- 6 2
- 5 2
- 4 0
- 8 2
- 10 00000086
- 6 3
- 15
- 9
- 6 1
- 15
- 9
- 14 Numbering
- 0 43 "{0}" 60 0
- 0 43 "{0}" 90 "True"
- 6 3
- 15
- 9
- 14 TempToPerm
- 0 273 "Perm" 1
- 13
- 8 1
- 0 266 "Perm"
- 0 271 "Perm" 200
- 0 272 "Perm" 1 "{1}"
- 5 2
- 8 2
- 6 1
- 6 2
- 18 2
- 12 00000179
- 10 00000247
- 5 1
- 6 2
- 3 0
- 8 2
- 10 00000104
- 0 273 "Temp" "{2}"
- 13
- 8 3
- 0 272 "Perm" "{2}" "{3}"
- 10 00000146
- 0 266 "Temp"
- 6 0
- 15
- 9
- 14 Time
- 0 43 "{0}" 60 0
- 0 43 "{0}" 61 "True"
- 5 0
- 8 4
- 0 802
- 13
- 8 5
- 0 772
- 13
- 8 6
- 0 773 "{6}" 3
- 13
- 8 3
- 0 770 "{6}" "f"
- 13
- 8 7
- 0 31 1000 "{3}"
- 0 31 1006 "{7}"
- 0 273 "time" 1
- 13
- 5 3600
- 4 0
- 0 273 "time" 2
- 13
- 5 60
- 4 0
- 3 0
- 8 8
- 6 8
- 6 6
- 3 0
- 8 8
- 0 770 "{8}" "f"
- 13
- 0 31 1001 [X]
- 0 773 "{8}" 3
- 13
- 0 31 1005 [X]
- 0 273 "time" 1
- 13
- 0 31 8000 [X]
- 0 273 "time" 2
- 13
- 0 31 8001 [X]
- 0 41 67 "{5}!Timeup"
- 0 41 66 "{5}!Timeup"
- 0 41 57 "{5}!TimeDown"
- 0 41 56 "{5}!TimeDown"
- 0 26 "." "Time"
- 13
- 8 9
- 6 9
- 5 1
- 18 1
- 11 00000567
- 6 3
- 15
- 9
- 0 27 8000
- 13
- 0 272 "time" 1 [X]
- 0 27 8001
- 13
- 0 272 "time" 2 [X]
- 6 3
- 15
- 9
- 14 Timeup
- 0 297 "User" "GetAsyncKeyState" "HH"
- 13
- 8 4
- 5 8067
- 6 1
- 3 1
- 8 5
- 0 42 "{0}" "{5}"
- 13
- 8 6
- 6 6
- 5 1
- 3 0
- 8 6
- 6 4
- 11 00000303
- 5 32768
- 0 284 "{4}" 1
- 13
- 25 1
- 11 00000290
- 6 6
- 5 1
- 3 0
- 8 6
- 6 6
- 5 60
- 18 3
- 11 00000253
- 5 0
- 8 6
- 0 43 "{0}" "{5}" "{6}"
- 10 00000146
- 0 298 "{4}"
- 6 6
- 5 60
- 18 3
- 11 00000343
- 5 0
- 8 6
- 0 43 "{0}" "{5}" "{6}"
- 16 SetTime "{0}"
- 6 3
- 15
- 9
- 14 TimeDown
- 0 297 "User" "GetAsyncKeyState" "HH"
- 13
- 8 4
- 5 8057
- 6 1
- 3 1
- 8 5
- 0 42 "{0}" "{5}"
- 13
- 8 6
- 6 6
- 5 1
- 3 1
- 8 6
- 6 4
- 11 00000305
- 5 32768
- 0 284 "{4}" 1
- 13
- 25 1
- 11 00000292
- 6 6
- 5 1
- 3 1
- 8 6
- 6 6
- 5 0
- 18 5
- 11 00000255
- 5 60
- 8 6
- 0 43 "{0}" "{5}" "{6}"
- 10 00000148
- 0 298 "{4}"
- 6 6
- 5 0
- 18 5
- 11 00000345
- 5 60
- 8 6
- 0 43 "{0}" "{5}" "{6}"
- 16 SetTime "{0}"
- 6 3
- 15
- 9
- 14 SetTime
- 0 772
- 13
- 8 2
- 0 42 "{0}" 8000
- 13
- 5 3600
- 4 0
- 0 42 "{0}" 8001
- 13
- 5 60
- 4 0
- 3 0
- 8 3
- 6 3
- 6 2
- 3 0
- 8 3
- 0 773 "{2}" 3
- 13
- 0 43 "{0}" 1000 [X]
- 0 770 "{2}" "f"
- 13
- 0 43 "{0}" 1006 [X]
- 0 770 "{3}" "f"
- 13
- 0 43 "{0}" 1001 [X]
- 0 773 "{3}" 3
- 13
- 0 43 "{0}" 1005 [X]
- 6 1
- 15
- 9
- 14 Go
- 0 296 1
- 0 284 "user,GetActiveWindow,H"
- 13
- 0 284 "user,SetWindowText,IHC" [X] "Please Stand By....Printing in Progress"
- 0 789 "Now Printing....."
- 0 273 "Perm" 1
- 13
- 8 1
- 5 2
- 8 2
- 6 1
- 6 2
- 18 2
- 12 00000267
- 10 00000884
- 5 1
- 6 2
- 3 0
- 8 2
- 10 00000192
- 0 291 7
- 0 273 "perm" "{2}"
- 13
- 0 20 [X] 1 "^"
- 13
- 8 3
- 0 20 "{3}" 1 ":"
- 13
- 0 807 [X] 1
- 13
- 8 4
- 0 20 "{3}" 2 ":"
- 13
- 8 5
- 0 273 "perm" "{2}"
- 13
- 0 20 [X] 2 "^"
- 13
- 0 18 [X]
- 13
- 8 6
- 7 "{4}:{5}{6}"
- 8 7
- 0 273 "perm" "{2}"
- 13
- 0 20 [X] 6 "^"
- 13
- 8 8
- 6 8
- 5 512
- 25 1
- 6 8
- 5 1024
- 25 1
- 1 2
- 11 00000597
- 10 00000620
- 6 8
- 5 1536
- 3 0
- 8 8
- 0 273 "perm" "{2}"
- 13
- 0 20 [X] 4 "^"
- 13
- 8 9
- 0 273 "perm" "{2}"
- 13
- 0 20 [X] 5 "^"
- 13
- 8 10
- 0 273 "perm" "{2}"
- 13
- 0 20 [X] 3 "^"
- 13
- 8 11
- 0 789 "Now Printing File {7} "
- 2 102 1 "{7}" 1 "AmiPro"
- 2 111 1 "{11}" "{9}" "{10}" "{8}"
- 2 147 1
- 10 00000234
- 0 266 "Time"
- 0 266 "Perm"
- 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"
- 0 789 ""
- 0 296 0
- 6 0
- 15
- 9
- DIALOG select
- -2134376448 10 98 32 130 112 "" "" "Select Files to Print"
- FONT 6 "Helv"
- 8 16 66 90 9001 1352859659 "listbox" "" 0
- 82 78 38 12 60 1342373897 "button" "Now" 0
- 82 90 38 12 61 1342177289 "button" "Later" 0
- 8 4 68 10 7999 1342308352 "static" "" 0
- 18 92 0 0 8001 1350566016 "edit" "" 0
- 78 68 46 36 12 1342177287 "button" "Print " 0
- 84 4 40 14 1 1342373889 "button" "OK" 0
- 84 20 40 14 2 1342373888 "button" "Cancel" 0
- 84 36 40 14 51 1342373888 "button" "Options..." 0
- 84 52 40 14 54 1342373888 "button" "Time..." 0
- DIALOG Time
- -2134376448 15 68 52 180 76 "" "" "Select Time "
- FONT 6 "Helv"
- 30 28 14 12 8000 1350631424 "edit" "" 0
- 81 28 13 12 8001 1350631424 "edit" "" 0
- 138 3 40 14 1 1342242817 "button" "OK" 0
- 137 19 40 14 2 1342242816 "button" "Cancel" 0
- 94 5 40 10 1000 1342177281 "static" " " 0
- 25 17 25 10 1002 1342177280 "static" "Hours" 0
- 76 18 23 9 1003 1342177280 "static" "Minutes" 0
- 20 28 10 12 57 1342177280 "button" "<" 0
- 44 28 11 12 67 1342177280 "button" ">" 0
- 70 28 11 12 56 1342177280 "button" "<" 0
- 94 28 11 12 66 1342242816 "button" ">" 0
- 5 5 84 10 1006 1342177281 "static" "" 0
- 4 56 84 10 1001 1342177281 "static" "" 0
- 93 56 43 10 1005 1342177281 "static" "" 0
- 2 45 138 26 10 1342242823 "button" "Print Time" 0
- DIALOG options
- -2134376448 27 62 42 194 134 "" "" "Batch Print Options"
- FONT 6 "Helv"
- 70 16 16 12 8002 1350631552 "edit" "" 0
- 50 30 22 12 60 1342373897 "button" "All" 0
- 80 42 22 12 8000 1350631424 "edit" "" 0
- 116 42 22 12 8001 1350631424 "edit" "" 0
- 50 56 28 12 50 1342373897 "button" "Both" 0
- 80 56 30 12 68 1342177289 "button" "Even" 0
- 112 56 32 12 69 1342177289 "button" "Odd" 0
- 50 42 28 12 90 1342308361 "button" "From:" 0
- 104 44 12 10 1001 1342177280 "static" "To:" 0
- 26 4 60 10 1002 1342177280 "static" "" 0
- 10 78 50 12 61 1342373891 "button" "Reverse" 0
- 10 90 50 12 62 1342242819 "button" "Collate" 0
- 10 102 50 12 63 1342242819 "button" "Crop marks" 0
- 10 114 54 12 70 1342242819 "button" "With pictures" 0
- 68 78 78 12 64 1342242819 "button" "With doc description" 0
- 68 90 78 12 65 1342242819 "button" "On preprinted form" 0
- 68 102 78 12 66 1342242819 "button" "Update power fields" 0
- 68 114 78 12 67 1342242819 "button" "With notes" 0
- 6 18 62 10 1000 1342308352 "static" "Number of copies:" 0
- 88 4 54 10 1003 1342177280 "static" "" 0
- 6 4 18 10 1004 1342177280 "static" "Print:" 0
- 6 30 42 10 1005 1342177280 "static" "Page range:" 0
- 6 68 142 62 33 1342177287 "button" "Extended Options" 0
- 16 58 34 10 1006 1342177280 "static" "including:" 0
- 148 6 40 14 1 1342373889 "button" "OK" 0
- 148 22 40 14 2 1342373888 "button" "Cancel" 0
- 148 38 40 14 56 1342373888 "button" "Save" 0
- 00014084
-