home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 18 / 18.iso / w / w252 / 4.ddi / MACROS.CMZ / PRNBATCH.SMM < prev    next >
Encoding:
INI File  |  1991-08-21  |  24.2 KB  |  1,902 lines

  1. [ver]
  2.     4
  3. [sty]
  4.     ~macro.sty
  5. [files]
  6. [charset]
  7.     82
  8.     ANSI (Windows, IBM CP 1252)
  9. [revisions]
  10.     0
  11. [prn]
  12.     PostScript Printer
  13. [lang]
  14.     1
  15. [desc]
  16.     Select multiple files to print with PRNBATCH.  Optionally set a time to print at a later time.
  17.     Lotus WPD Technical Support
  18.     Advanced
  19.     Call Backs, Global Arrays
  20.     
  21.     682821580
  22.     49
  23.     677020248
  24.     3380
  25.     8
  26.     1245
  27.     9186
  28.     27
  29.     27
  30.     Call Backs, Runlater, Global Aray
  31.     
  32.     
  33.     
  34.     
  35.     
  36.     0
  37. [fopts]
  38.     0
  39.     1
  40.     0
  41.     0
  42. [lnopts]
  43.     2
  44.     Body Text
  45.     1
  46. [docopts]
  47.     5
  48.     2
  49. [lay]
  50.     Standard
  51.     513
  52.     [rght]
  53.         15840
  54.         12240
  55.         1
  56.         1440
  57.         1440
  58.         1
  59.         1980
  60.         1440
  61.         0
  62.         1
  63.         0
  64.         1
  65.         0
  66.         2
  67.         1
  68.         1440
  69.         10800
  70.         4
  71.         1
  72.         720
  73.         1
  74.         1440
  75.         1
  76.         2160
  77.         1
  78.         2880
  79.     [hrght]
  80.     [lyfrm]
  81.         1
  82.         11200
  83.         0
  84.         0
  85.         12240
  86.         1980
  87.         0
  88.         1
  89.         3
  90.         1 0 0 0 0 0 0
  91.         0
  92.         0
  93.         1
  94.     [frmlay]
  95.         1980
  96.         12240
  97.         1
  98.         1440
  99.         0
  100.         1
  101.         792
  102.         1440
  103.         0
  104.         1
  105.         0
  106.         1
  107.         1
  108.         0
  109.         1
  110.         1440
  111.         10800
  112.         0
  113.     [txt]
  114. <+B><:da<*!><* >>
  115.  
  116. <+B>Peyton McManus
  117.  
  118. <+B>Page <:P10,0,> of <:X3,16384;NumPages>11<:X~3,16384;NumPages>
  119.  
  120. <+B>
  121.  
  122. <+B>
  123.  
  124.  
  125. >
  126.     [frght]
  127.     [lyfrm]
  128.         1
  129.         13248
  130.         0
  131.         14400
  132.         12240
  133.         15840
  134.         0
  135.         1
  136.         3
  137.         1 0 0 0 0 0 0
  138.         0
  139.         0
  140.         2
  141.     [frmlay]
  142.         15840
  143.         12240
  144.         1
  145.         1440
  146.         90
  147.         1
  148.         14472
  149.         1440
  150.         0
  151.         1
  152.         0
  153.         1
  154.         1
  155.         0
  156.         1
  157.         1440
  158.         10800
  159.         0
  160.     [txt]
  161. <+B>Revision Number <:da<*&><* >>
  162.  
  163. <+B><:Da> <:b<* >>
  164.  
  165. <+B>
  166.  
  167. >
  168. [elay]
  169. [l1]
  170.     0
  171. [edoc]
  172. Declare GetFlag(p1)
  173.  
  174. Declare SetFlag(p1,p2)
  175.  
  176. Declare SaveSettings(p1,p2,p3)
  177.  
  178. Define    SetTrue()        SetDlgITemText(Hdlg,%1,"True")
  179.  
  180. Define    SetFalse()        SetDlgITemText(Hdlg,%1,0)
  181.  
  182. Define GetItem()        GetDlgItemText(Hdlg,%1)
  183.  
  184. Define    GetPerm()        GetGlobalArray$("perm",%1)
  185.  
  186. Define    GetTemp()        GetGlobalArray$("temp",%1)
  187.  
  188. Define    Hour_up        67
  189.  
  190. Define    Minute_up        66
  191.  
  192. Define    Hour_down        57
  193.  
  194. Define    Minute_down        56
  195.  
  196. define    VK_LBUTTON        0x001
  197.  
  198.  
  199. define GetActiveWindow()    DllCall("user,GetActiveWindow,H")
  200.  
  201. define SetWindowText()    DllCall("user,SetWindowText,IHC", %1, %2)
  202.  
  203. define TitleBarMsg()    SetWindowText(GetActiveWindow(), %1)
  204.  
  205. define GetWindowText()    DllCall("user,GetWindowText,HHFH", %1, %2, %3)
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212. <:><:>Function Multiple()
  213.  
  214. X = 1
  215.  
  216. AllocGlobalVar("Perm",200)
  217.  
  218. SetGlobalArray("Perm",1,1)
  219.  
  220. AllocGlobalVar("Time"2) ' This is the Time Global
  221.  
  222. SetGlobalArray("time",1,0)
  223.  
  224. SetGlobalArray("time",2,0)
  225.  
  226. Mac=GetRunningMacroFile$()
  227.  
  228. doc=getdocpath$()
  229.  
  230. Filledit(9001,"{doc}*.s?m")
  231.  
  232. Filledit(60,true)
  233.  
  234. SetDlgCallBack(54,"{Mac}!Time")
  235.  
  236. SetDlgCallBack(51,"{Mac}!Options")
  237.  
  238. Box=dialogbox(".","Select")
  239.  
  240. if Box<<<;>1
  241.  
  242.     FreeGlobalVar("Time")
  243.  
  244.     FreeGlobalVar("Perm")
  245.  
  246.     FreeGlobalVar("Temp")
  247.  
  248.     Exit Function
  249.  
  250. Endif
  251.  
  252. Files=GetDialogField$(8001)
  253.  
  254. Call Loadfiles(Files)
  255.  
  256. Radio1=getdialogfield$(60)
  257.  
  258. Radio2=Getdialogfield$(61)
  259.  
  260. If {Radio2}
  261.  
  262.     hour=GetGlobalArray$("time",1)
  263.  
  264.     Minute=GetGlobalArray$("time",2)
  265.  
  266.         IF Hour<;>0 or Minute<;>0
  267.  
  268.             Runlater("{Mac}!Go","{hour}:{Minute}")
  269.  
  270.             message("Printing will begin in {Hour} Hours and {Minute} Minutes")
  271.  
  272.         Else
  273.  
  274.             Message("No Time Selected...Printing Now!")
  275.  
  276.             Call Go()
  277.  
  278.         Endif
  279.  
  280. Elseif {Radio1}
  281.  
  282.     Call Go()
  283.  
  284. Endif
  285.  
  286. End Function
  287.  
  288.  
  289.  
  290.  
  291. <:><:><:><:>Function LoadFiles(Files)
  292.  
  293. 'SingleStep(1)
  294.  
  295. From=1
  296.  
  297. Finish=9999
  298.  
  299. Flag=1
  300.  
  301. Copies=1
  302.  
  303. x=1
  304.  
  305. dir=getcurrentdir$()
  306.  
  307. Total=GetGlobalArray$("Perm",1)
  308.  
  309.     Dim LStorage(total)
  310.  
  311.         For T=2 to ToTal
  312.  
  313.             LStorage(t)=GetGlobalArray$("Perm",t)
  314.  
  315.         Next
  316.  
  317. While (1)
  318.  
  319.         Filename=Strfield$(Files,x," ")
  320.  
  321.         if Len(filename)<;>3
  322.  
  323.             Found=ArraySearch(&LStorage,Filename,2,"^")
  324.  
  325.             IF Found<;>0
  326.  
  327.                 Temp=LStorage(Found)
  328.  
  329.             Else
  330.  
  331.         temp="{dir}^{Filename}^{Copies}^{From}^{Finish}^{Flag}"
  332.  
  333.             Endif        
  334.  
  335.             SetGlobalArray("perm",x+1,Temp)
  336.  
  337.             x=x+1
  338.  
  339.         Else
  340.  
  341.             Break
  342.  
  343.         Endif
  344.  
  345. Wend
  346.  
  347. message("Files found {x}")
  348.  
  349. SetGlobalArray("Perm",1,x)
  350.  
  351. End Function
  352.  
  353.  
  354.  
  355. <:><:>Function Options(Hdlg,Id,Text)
  356.  
  357. Files=GetDlgItemText(Hdlg,8001)
  358.  
  359. If Len(files) <<3
  360.  
  361.     Message("Please Select Some Files First, Thanks..")
  362.  
  363.     Exit Function
  364.  
  365. Endif
  366.  
  367.  
  368. Call Loadfiles(Files)
  369.  
  370. MaxPerm=GetGlobalArray$("Perm",1)
  371.  
  372. AllocGlobalVar("Temp",MaxPerm)
  373.  
  374. AllocGlobalVar ("Counter",1)
  375.  
  376. SetGlobalVar("Counter",2)
  377.  
  378.  
  379. For x=2 to Maxperm
  380.  
  381.     Data=GetGlobalArray$("Perm",x)
  382.  
  383.     SetGlobalArray("temp",x,Data)
  384.  
  385. Next    
  386.  
  387. Call SetFirst()
  388.  
  389. Mac=GetRunningMacroFile$()
  390.  
  391. SetDlgCallBack(8000,"{mac}!Numbering")
  392.  
  393. SetDlgCallBack(8001,"{MAc}!Numbering")
  394.  
  395. SetDlgCallBack(56,"{mac}!NextFile")
  396.  
  397. SetDlgCallBack(57,"{mac}!SaveSettings")
  398.  
  399. Box=dialogbox(".","Options")
  400.  
  401. if Box = 1
  402.  
  403. Call TempToPerm() ' if ok swap temp to perm
  404.  
  405. Endif
  406.  
  407. FreeGlobalVar("Counter")
  408.  
  409. End Function
  410.  
  411.  
  412. <:><:>
  413.  
  414. Function SaveSettings(Hdlg,Id,Text)
  415.  
  416. Lcount=GetGlobalVar$("Counter")
  417.  
  418. From=GetDlgItemText(Hdlg,8000)
  419.  
  420. Finish=GetDlgItemText(Hdlg,8001)
  421.  
  422. Copies=GetdlgItemText(Hdlg,8002)
  423.  
  424. Flag=GetFlag(Hdlg)
  425.  
  426. Dir=StrField$(GetTemp(Lcount),1,"^")
  427.  
  428. Name=StrField$(GetTemp(Lcount),2,"^")
  429.  
  430. SaveBack="{Dir}^{Name}^{copies}^{From}^{Finish}^{Flag}"
  431.  
  432. 'Message(SaveBack)
  433.  
  434. SetGlobalArray("Temp",Lcount,SaveBack)
  435.  
  436. End Function
  437.  
  438.  
  439. Function NextFile(Hdlg,id,Text)
  440.  
  441. SaveSettings(Hdlg,id,Text)
  442.  
  443. LCount=GetGlobalVar$("counter")
  444.  
  445. Max=GetGlobalArray$("Perm",1)
  446.  
  447. If Lcount<<Max
  448.  
  449.     Lcount=Lcount+1
  450.  
  451. Else
  452.  
  453.     Lcount=2
  454.  
  455. Endif
  456.  
  457. ShowStat=Lcount - 1
  458.  
  459. ShowMax=Max - 1
  460.  
  461.     Status="File {ShowStat} of {ShowMax}"
  462.  
  463.     Name2=UCase$(StrField$(GetTemp(Lcount),2,"^"))
  464.  
  465.     Flag=StrField$(GetTemp(Lcount),6,"^")
  466.  
  467.     From=StrField$(GetTemp(Lcount),4,"^")
  468.  
  469.     fin=StrField$(GetTemp(Lcount),5,"^")
  470.  
  471.     Copies=StrField$(GetTemp(Lcount),3,"^")
  472.  
  473.     SetFlag(Hdlg,Flag)
  474.  
  475.     SetDlgItemText(Hdlg,1002,"{Name2}")
  476.  
  477.     SetDlgItemText(Hdlg,8000,from)
  478.  
  479.     SetDlgITemText(Hdlg,8001,Fin)
  480.  
  481.     SetDlgItemText(Hdlg,8002,Copies)
  482.  
  483.     SetDlgItemText(Hdlg,1003,Status)
  484.  
  485. SetGlobalVar("counter",lcount)
  486.  
  487. End Function
  488.  
  489.  
  490. <:><:>Function SetFlag(Hdlg,Flag)
  491.  
  492. mask = 1
  493.  
  494. for i = 1 to 11
  495.  
  496. '    Message("mask= {Mask} I = {i}")
  497.  
  498.     SetDlgItemText(hDlg, 59 + i, flag & mask)
  499.  
  500.     mask = mask * 2
  501.  
  502. If I=3 
  503.  
  504.     Mask=Mask*2
  505.  
  506. Endif
  507.  
  508. next
  509.  
  510. If (GetDlgItemText(Hdlg,60)=0) ' if all is no
  511.  
  512.     SetDlgItemText(Hdlg,90,"True")
  513.  
  514. Endif
  515.  
  516. if (((GetDlgItemText(Hdlg,68)=0) and (GetDlgItemText(Hdlg,69)=0)))
  517.  
  518.     SetdlgItemText(Hdlg,50,"True")
  519.  
  520. Else
  521.  
  522.     SetDlgItemText(Hdlg,50,0)    
  523.  
  524. Endif
  525.  
  526. End Function
  527.  
  528.  
  529. Function SetFirst()
  530.  
  531. Name=Ucase$(Strfield$(GetTemp(2),2,"^"))
  532.  
  533. flag=StrField$(GetTemp(2),6,"^")
  534.  
  535. From=Strfield$(GetTemp(2),4,"^")
  536.  
  537. Finish=Strfield$(GetTemp(2),5,"^")
  538.  
  539. Copies=StrField$(GetTemp(2),3,"^")
  540.  
  541. Max=GetGlobalArray$("Perm",1) - 1
  542.  
  543. Status="File 1 of {Max}"
  544.  
  545. Filledit(1002,Name)
  546.  
  547. Filledit(1003,Status)
  548.  
  549. Filledit(8000,From)
  550.  
  551. Filledit(8001,Finish)
  552.  
  553. Filledit(8002,Copies)
  554.  
  555. mask = 1
  556.  
  557. for i = 1 to 11
  558.  
  559. '    Message("mask= {Mask} I = {i}")
  560.  
  561.     Filledit(59 + i, flag & mask)
  562.  
  563.     mask = mask * 2
  564.  
  565. If I=3 
  566.  
  567.     Mask=Mask*2
  568.  
  569. Endif
  570.  
  571. next
  572.  
  573. End Function
  574.  
  575.  
  576. Function GetFlag(Hdlg)
  577.  
  578. Mask=1
  579.  
  580. SumFlag=0
  581.  
  582. For x=60 to 70
  583.  
  584.     SumFlag=SumFlag+(GetItem(x)*Mask)
  585.  
  586.     Mask=Mask*2
  587.  
  588. if x=62
  589.  
  590.         mask=Mask*2
  591.  
  592. Endif
  593.  
  594.     
  595.  
  596. Next
  597.  
  598. Return SumFlag;
  599.  
  600. End Function
  601.  
  602.  
  603. Function Numbering(Hdlg,Id,Text)
  604.  
  605. SetDlgItemText(Hdlg,60,0)
  606.  
  607. SetDlgItemText(Hdlg,90,"True")
  608.  
  609. End Function
  610.  
  611.  
  612. Function TempToPerm()
  613.  
  614. ' This will dump the contents of the Temp Array into the Perm Array.
  615.  
  616. Total=GetGlobalarray$("Perm",1)
  617.  
  618. FreeGlobalVar("Perm")
  619.  
  620. AllocGlobalVar("Perm",200)
  621.  
  622. SetGlobalArray("Perm",1,Total)
  623.  
  624. For X= 2 to Total
  625.  
  626.     Data=GetGlobalArray$("Temp",x)
  627.  
  628.     SetGlobalArray("Perm",x,Data)
  629.  
  630. Next
  631.  
  632. FreeGlobalVar("Temp")
  633.  
  634. End function
  635.  
  636. For T=1 to Total
  637.  
  638.     
  639.  
  640.  
  641. <:f720,2Tms Rmn,0,0,0>'This is Time------------------
  642.  
  643. '  This is the time box to allow user to set print time.
  644.  
  645. '
  646.  
  647. <:><:>Function Time(hdlg,id,text)
  648.  
  649. 'singlestep(1)
  650.  
  651. SetDlgItemText(Hdlg,60,0)
  652.  
  653. SetDlgItemText(Hdlg,61,"True")
  654.  
  655. T = 0
  656.  
  657. Mac=GetRunningMacroFile$()
  658.  
  659. Today=NOW()
  660.  
  661. Time= FormatTime$(Today,3)
  662.  
  663. Date=FormatDate$(Today,"f")
  664.  
  665. Filledit(1000,Time)
  666.  
  667. Filledit(1006,Date)
  668.  
  669. Sec=(GetGlobalArray$("time",1) * 3600) + (GetGlobalArray$("time",2) * 60)
  670.  
  671. Sec = Sec + Today
  672.  
  673. Filledit(1001,FormatDate$(Sec, "f"))
  674.  
  675. Filledit(1005,FormatTime$(Sec, 3))
  676.  
  677. Filledit(8000, GetGlobalArray$("time",1))
  678.  
  679. Filledit(8001,GetGlobalArray$("time",2))
  680.  
  681. SetDlgCallBack(Hour_Up,"{Mac}!Timeup")
  682.  
  683. SetDlgCallBack(Minute_up,"{Mac}!Timeup")
  684.  
  685. SetDlgCallBack(Hour_Down,"{Mac}!TimeDown")
  686.  
  687. SetDlgCallBack(Minute_Down,"{Mac}!TimeDown")
  688.  
  689. Box=dialogbox(".","Time")
  690.  
  691. If Box<<<;>1
  692.  
  693.     Exit Function
  694.  
  695. Endif
  696.  
  697. SetGlobalArray("time",1,GetDialogField$(8000))
  698.  
  699. SetGlobalArray("time",2,GetDialogField$(8001))
  700.  
  701. End Function
  702.  
  703.  
  704. <:><:>Function Timeup(hdlg,id,text)
  705.  
  706. dllid = DllLoadLib("User", "GetAsyncKeyState", "HH")
  707.  
  708. Editbox =8067 - id
  709.  
  710. Number=GetDlgItemText(Hdlg,Editbox)
  711.  
  712. Number=Number + 1
  713.  
  714. if  dllid
  715.  
  716.     while (0x8000 & DllCall(dllid, VK_LBUTTON))
  717.  
  718.         Number=Number+1
  719.  
  720.         if Number <;> 60 
  721.  
  722.             Number = 0
  723.  
  724.         Endif
  725.  
  726.         SetDlgItemText(hdlg, EditBox, Number)
  727.  
  728.     wend
  729.  
  730.     DllFreeLib(dllid)
  731.  
  732. Endif
  733.  
  734. if Number <;> 60 
  735.  
  736.         Number = 0
  737.  
  738.     Endif
  739.  
  740. SetDlgItemText(Hdlg,Editbox,Number)
  741.  
  742. Call SetTime(Hdlg)
  743.  
  744. End Function
  745.  
  746.  
  747. <:><:>Function TimeDown(hdlg,id,text)
  748.  
  749. dllid = DllLoadLib("User", "GetAsyncKeyState", "HH")
  750.  
  751. Editbox =8057 - id
  752.  
  753. Number=GetDlgItemText(Hdlg,Editbox)
  754.  
  755. Number=Number - 1
  756.  
  757. if  dllid
  758.  
  759.     while (0x8000 & DllCall(dllid, VK_LBUTTON))
  760.  
  761.         Number=Number - 1
  762.  
  763.         if Number << 0 
  764.  
  765.             Number = 60
  766.  
  767.         Endif
  768.  
  769.         SetDlgItemText(hdlg, EditBox, Number)
  770.  
  771.     wend
  772.  
  773.     DllFreeLib(dllid)
  774.  
  775. Endif
  776.  
  777.     if Number << 0 
  778.  
  779.         Number = 60
  780.  
  781.     Endif
  782.  
  783. SetDlgItemText(Hdlg,Editbox,Number)
  784.  
  785. Call SetTime(Hdlg)
  786.  
  787. End Function
  788.  
  789.  
  790. <:><:>Function SetTime(Hdlg)
  791.  
  792. Today = Now()
  793.  
  794. Sec=(GetDlgItemText(Hdlg,8000) * 3600) + (GetDlgItemText(Hdlg,8001) * 60)
  795.  
  796. Sec = Sec + Today
  797.  
  798. SetDlgItemText(Hdlg,1000,FormatTime$(Today,3))
  799.  
  800. SetDlgItemText(Hdlg,1006,FormatDate$(Today,"f"))
  801.  
  802. SetDlgItemText(Hdlg,1001,FormatDate$(Sec, "f"))
  803.  
  804. SetDlgItemText(Hdlg,1005,FormatTime$(Sec, 3))
  805.  
  806. End Function
  807.  
  808.  
  809. <:><:><:><:><:><:>Function Go()
  810.  
  811. HourGlass(on)
  812.  
  813. TitleBarMsg("Please Stand By....Printing in Progress")
  814.  
  815. StatusBarMsg("Now Printing.....")
  816.  
  817. Total=GetGlobalArray$("Perm",1)
  818.  
  819. For y=2 to Total
  820.  
  821. AnswerMsgBox(7)
  822.  
  823.     Path=StrField$(GetPerm(y),1,"^")
  824.  
  825.     Drive=Right$(StrField$(Path,1,":"),1)
  826.  
  827.     Direct=Strfield$(Path,2,":")
  828.  
  829.     Name=UCase$(StrField$(GetPerm(y),2,"^"))
  830.  
  831.     Filename="{Drive}:{Direct}{name}"
  832.  
  833.  
  834.     Flag=StrField$(GetPerm(Y),6,"^")
  835.  
  836. If ((Flag & 512) or (Flag & 1024))
  837.  
  838. Else
  839.  
  840.     Flag=Flag+1536
  841.  
  842. Endif
  843.  
  844.     From=StrField$(GetPerm(Y),4,"^")
  845.  
  846.     fin=StrField$(GetPerm(Y),5,"^")
  847.  
  848.     Copies=StrField$(GetPerm(Y),3,"^")
  849.  
  850.     StatusBarMsg("Now Printing File {Filename} ")
  851.  
  852.     Fileopen("{Filename}",1,"AmiPro")
  853.  
  854.     FilePrint(copies,From,Fin,Flag)
  855.  
  856. 'Message("File {Filename} Flag {Flag}")
  857.  
  858.     FileClose()
  859.  
  860. Next
  861.  
  862. FreeGlobalVar("Time")
  863.  
  864. FreeGlobalVar("Perm")
  865.  
  866. TitleBarMsg("")
  867.  
  868. TitleBarMsg("Ami Pro")
  869.  
  870. StatusBarMsg("")
  871.  
  872. HourGlass(off)
  873.  
  874. End Function
  875.  
  876.  
  877. ChechBoth(Flag)
  878.  
  879. End Function
  880.  
  881.  
  882. DIALOG select
  883.  
  884. -2134376448 10 98 32 130 112 "" "" "Select Files to Print"
  885.  
  886. FONT 6 "Helv"
  887.  
  888. 8 16 66 90 9001 1352859659 "listbox" "" 0 
  889.  
  890. 82 78 38 12 60 1342373897 "button" "Now" 0 
  891.  
  892. 82 90 38 12 61 1342177289 "button" "Later" 0 
  893.  
  894. 8 4 68 10 7999 1342308352 "static" "" 0 
  895.  
  896. 18 92 0 0 8001 1350566016 "edit" "" 0 
  897.  
  898. 78 68 46 36 12 1342177287 "button" "Print " 0 
  899.  
  900. 84 4 40 14 1 1342373889 "button" "OK" 0 
  901.  
  902. 84 20 40 14 2 1342373888 "button" "Cancel" 0 
  903.  
  904. 84 36 40 14 51 1342373888 "button" "Options..." 0 
  905.  
  906. 84 52 40 14 54 1342373888 "button" "Time..." 0 
  907.  
  908. END DIALOG
  909.  
  910.  
  911.  
  912.  
  913.  
  914. DIALOG Time
  915.  
  916. -2134376448 15 68 52 180 76 "" "" "Select Time "
  917.  
  918. FONT 6 "Helv"
  919.  
  920. 30 28 14 12 8000 1350631424 "edit" "" 0 
  921.  
  922. 81 28 13 12 8001 1350631424 "edit" "" 0 
  923.  
  924. 138 3 40 14 1 1342242817 "button" "OK" 0 
  925.  
  926. 137 19 40 14 2 1342242816 "button" "Cancel" 0 
  927.  
  928. 94 5 40 10 1000 1342177281 "static" " " 0 
  929.  
  930. 25 17 25 10 1002 1342177280 "static" "Hours" 0 
  931.  
  932. 76 18 23 9 1003 1342177280 "static" "Minutes" 0 
  933.  
  934. 20 28 10 12 57 1342177280 "button" "<<" 0 
  935.  
  936. 44 28 11 12 67 1342177280 "button" "<;>" 0 
  937.  
  938. 70 28 11 12 56 1342177280 "button" "<<" 0 
  939.  
  940. 94 28 11 12 66 1342242816 "button" "<;>" 0 
  941.  
  942. 5 5 84 10 1006 1342177281 "static" "" 0 
  943.  
  944. 4 56 84 10 1001 1342177281 "static" "" 0 
  945.  
  946. 93 56 43 10 1005 1342177281 "static" "" 0 
  947.  
  948. 2 45 138 26 10 1342242823 "button" "Print Time" 0 
  949.  
  950. END DIALOG
  951.  
  952.  
  953.  
  954. DIALOG options
  955.  
  956. -2134376448 27 62 42 194 134 "" "" "Batch Print Options"
  957.  
  958. FONT 6 "Helv"
  959.  
  960. 70 16 16 12 8002 1350631552 "edit" "" 0 
  961.  
  962. 50 30 22 12 60 1342373897 "button" "All" 0 
  963.  
  964. 80 42 22 12 8000 1350631424 "edit" "" 0 
  965.  
  966. 116 42 22 12 8001 1350631424 "edit" "" 0 
  967.  
  968. 50 56 28 12 50 1342373897 "button" "Both" 0 
  969.  
  970. 80 56 30 12 68 1342177289 "button" "Even" 0 
  971.  
  972. 112 56 32 12 69 1342177289 "button" "Odd" 0 
  973.  
  974. 50 42 28 12 90 1342308361 "button" "From:" 0 
  975.  
  976. 104 44 12 10 1001 1342177280 "static" "To:" 0 
  977.  
  978. 26 4 60 10 1002 1342177280 "static" "" 0 
  979.  
  980. 10 78 50 12 61 1342373891 "button" "Reverse" 0 
  981.  
  982. 10 90 50 12 62 1342242819 "button" "Collate" 0 
  983.  
  984. 10 102 50 12 63 1342242819 "button" "Crop marks" 0 
  985.  
  986. 10 114 54 12 70 1342242819 "button" "With pictures" 0 
  987.  
  988. 68 78 78 12 64 1342242819 "button" "With doc description" 0 
  989.  
  990. 68 90 78 12 65 1342242819 "button" "On preprinted form" 0 
  991.  
  992. 68 102 78 12 66 1342242819 "button" "Update power fields" 0 
  993.  
  994. 68 114 78 12 67 1342242819 "button" "With notes" 0 
  995.  
  996. 6 18 62 10 1000 1342308352 "static" "Number of copies:" 0 
  997.  
  998. 88 4 54 10 1003 1342177280 "static" "" 0 
  999.  
  1000. 6 4 18 10 1004 1342177280 "static" "Print:" 0 
  1001.  
  1002. 6 30 42 10 1005 1342177280 "static" "Page range:" 0 
  1003.  
  1004. 6 68 142 62 33 1342177287 "button" "Extended Options" 0 
  1005.  
  1006. 16 58 34 10 1006 1342177280 "static" "including:" 0 
  1007.  
  1008. 148 6 40 14 1 1342373889 "button" "OK" 0 
  1009.  
  1010. 148 22 40 14 2 1342373888 "button" "Cancel" 0 
  1011.  
  1012. 148 38 40 14 56 1342373888 "button" "Save" 0 
  1013.  
  1014. END DIALOG
  1015.  
  1016.  
  1017. >
  1018.  
  1019. [Embedded]
  1020. 00014059
  1021. >
  1022. [macsum] 18
  1023. Multiple 0 0 10 23
  1024. LoadFiles 716 1 13 64
  1025. Options 1356 3 7 97
  1026. SaveSettings 1987 3 9 128
  1027. NextFile 2309 3 11 141
  1028. SetFlag 2987 2 3 167
  1029. SetFirst 3436 0 10 187
  1030. GetFlag 4068 1 4 211
  1031. Numbering 4341 3 1 225
  1032. TempToPerm 4406 0 4 230
  1033. Time 4679 3 7 248
  1034. Timeup 5328 3 4 277
  1035. TimeDown 5725 3 4 299
  1036. SetTime 6124 1 3 321
  1037. Go 6424 0 12 331
  1038. select 7524 0 -1 369
  1039. Time 8072 0 -1 387
  1040. options 8823 0 -1 408
  1041. [macse]
  1042. 14 Multiple
  1043. 5 1
  1044. 8 1
  1045. 0 271 "Perm" 200
  1046. 0 272 "Perm" 1 1
  1047. 0 271 "Time" 2
  1048. 0 272 "time" 1 0
  1049. 0 272 "time" 2 0
  1050. 0 802
  1051. 13
  1052. 8 2
  1053. 0 268
  1054. 13
  1055. 8 3
  1056. 0 31 9001 "{3}*.s?m"
  1057. 0 31 60 1
  1058. 0 41 54 "{2}!Time"
  1059. 0 41 51 "{2}!Options"
  1060. 0 26 "." "Select"
  1061. 13
  1062. 8 4
  1063. 6 4
  1064. 5 1
  1065. 18 1
  1066. 11 00000330
  1067. 0 266 "Time"
  1068. 0 266 "Perm"
  1069. 0 266 "Temp"
  1070. 6 0
  1071. 15
  1072. 9
  1073. 0 27 8001
  1074. 13
  1075. 8 5
  1076. 16 Loadfiles "{5}"
  1077. 0 27 60
  1078. 13
  1079. 8 6
  1080. 0 27 61
  1081. 13
  1082. 8 7
  1083. 6 7
  1084. 11 00000679
  1085. 0 273 "time" 1
  1086. 13
  1087. 8 8
  1088. 0 273 "time" 2
  1089. 13
  1090. 8 9
  1091. 6 8
  1092. 5 0
  1093. 18 3
  1094. 6 9
  1095. 5 0
  1096. 18 3
  1097. 1 2
  1098. 11 00000619
  1099. 0 285 "{2}!Go" "{8}:{9}"
  1100. 0 3 "Printing will begin in {8} Hours and {9} Minutes"
  1101. 10 00000666
  1102. 0 3 "No Time Selected...Printing Now!"
  1103. 16 Go
  1104. 10 00000704
  1105. 6 6
  1106. 11 00000704
  1107. 16 Go
  1108. 6 0
  1109. 15
  1110. 9
  1111. 14 LoadFiles
  1112. 5 1
  1113. 8 2
  1114. 5 9999
  1115. 8 3
  1116. 5 1
  1117. 8 4
  1118. 5 1
  1119. 8 5
  1120. 5 1
  1121. 8 6
  1122. 0 290
  1123. 13
  1124. 8 7
  1125. 0 273 "Perm" 1
  1126. 13
  1127. 8 8
  1128. 6 8
  1129. 21 9 [X]
  1130. 5 2
  1131. 8 10
  1132. 6 8
  1133. 6 10
  1134. 18 2
  1135. 12 00000212
  1136. 10 00000262
  1137. 5 1
  1138. 6 10
  1139. 3 0
  1140. 8 10
  1141. 10 00000134
  1142. 6 10
  1143. 0 273 "Perm" "{10}"
  1144. 13
  1145. 23 9
  1146. 10 00000177
  1147. 5 1
  1148. 11 00000583
  1149. 0 20 "{0}" "{6}" " "
  1150. 13
  1151. 8 11
  1152. 0 14 "{11}"
  1153. 13
  1154. 5 3
  1155. 18 3
  1156. 11 00000557
  1157. 0 1044 &9 "{11}" 2 "^"
  1158. 13
  1159. 8 12
  1160. 6 12
  1161. 5 0
  1162. 18 3
  1163. 11 00000448
  1164. 6 12
  1165. 22 9
  1166. 8 13
  1167. 10 00000484
  1168. 7 "{7}^{11}^{5}^{2}^{3}^{4}"
  1169. 8 13
  1170. 6 6
  1171. 5 1
  1172. 3 0
  1173. 0 272 "perm" [X] "{13}"
  1174. 6 6
  1175. 5 1
  1176. 3 0
  1177. 8 6
  1178. 10 00000570
  1179. 10 00000583
  1180. 10 00000262
  1181. 0 3 "Files found {6}"
  1182. 0 272 "Perm" 1 "{6}"
  1183. 6 1
  1184. 15
  1185. 9
  1186. 14 Options
  1187. 0 42 "{0}" 8001
  1188. 13
  1189. 8 4
  1190. 0 14 "{4}"
  1191. 13
  1192. 5 3
  1193. 18 5
  1194. 11 00000138
  1195. 0 3 "Please Select Some Files First, Thanks.."
  1196. 6 3
  1197. 15
  1198. 9
  1199. 16 Loadfiles "{4}"
  1200. 0 273 "Perm" 1
  1201. 13
  1202. 8 5
  1203. 0 271 "Temp" "{5}"
  1204. 0 271 "Counter" 1
  1205. 0 264 "Counter" 2
  1206. 5 2
  1207. 8 6
  1208. 6 5
  1209. 6 6
  1210. 18 2
  1211. 12 00000326
  1212. 10 00000394
  1213. 5 1
  1214. 6 6
  1215. 3 0
  1216. 8 6
  1217. 10 00000251
  1218. 0 273 "Perm" "{6}"
  1219. 13
  1220. 8 7
  1221. 0 272 "temp" "{6}" "{7}"
  1222. 10 00000293
  1223. 16 SetFirst
  1224. 0 802
  1225. 13
  1226. 8 8
  1227. 0 41 8000 "{8}!Numbering"
  1228. 0 41 8001 "{8}!Numbering"
  1229. 0 41 56 "{8}!NextFile"
  1230. 0 41 57 "{8}!SaveSettings"
  1231. 0 26 "." "Options"
  1232. 13
  1233. 8 9
  1234. 6 9
  1235. 5 1
  1236. 18 0
  1237. 11 00000602
  1238. 16 TempToPerm
  1239. 0 266 "Counter"
  1240. 6 3
  1241. 15
  1242. 9
  1243. 14 SaveSettings
  1244. 0 265 "Counter"
  1245. 13
  1246. 8 4
  1247. 0 42 "{0}" 8000
  1248. 13
  1249. 8 5
  1250. 0 42 "{0}" 8001
  1251. 13
  1252. 8 6
  1253. 0 42 "{0}" 8002
  1254. 13
  1255. 8 7
  1256. 16 GetFlag "{0}"
  1257. 13
  1258. 8 8
  1259. 0 273 "temp" "{4}"
  1260. 13
  1261. 0 20 [X] 1 "^"
  1262. 13
  1263. 8 9
  1264. 0 273 "temp" "{4}"
  1265. 13
  1266. 0 20 [X] 2 "^"
  1267. 13
  1268. 8 10
  1269. 7 "{9}^{10}^{7}^{5}^{6}^{8}"
  1270. 8 11
  1271. 0 272 "Temp" "{4}" "{11}"
  1272. 6 3
  1273. 15
  1274. 9
  1275. 14 NextFile
  1276. 16 SaveSettings "{0}" "{1}" "{2}"
  1277. 0 265 "counter"
  1278. 13
  1279. 8 4
  1280. 0 273 "Perm" 1
  1281. 13
  1282. 8 5
  1283. 6 4
  1284. 6 5
  1285. 18 5
  1286. 11 00000161
  1287. 6 4
  1288. 5 1
  1289. 3 0
  1290. 8 4
  1291. 10 00000171
  1292. 5 2
  1293. 8 4
  1294. 6 4
  1295. 5 1
  1296. 3 1
  1297. 8 6
  1298. 6 5
  1299. 5 1
  1300. 3 1
  1301. 8 7
  1302. 7 "File {6} of {7}"
  1303. 8 8
  1304. 0 273 "temp" "{4}"
  1305. 13
  1306. 0 20 [X] 2 "^"
  1307. 13
  1308. 0 18 [X]
  1309. 13
  1310. 8 9
  1311. 0 273 "temp" "{4}"
  1312. 13
  1313. 0 20 [X] 6 "^"
  1314. 13
  1315. 8 10
  1316. 0 273 "temp" "{4}"
  1317. 13
  1318. 0 20 [X] 4 "^"
  1319. 13
  1320. 8 11
  1321. 0 273 "temp" "{4}"
  1322. 13
  1323. 0 20 [X] 5 "^"
  1324. 13
  1325. 8 12
  1326. 0 273 "temp" "{4}"
  1327. 13
  1328. 0 20 [X] 3 "^"
  1329. 13
  1330. 8 13
  1331. 16 SetFlag "{0}" "{10}"
  1332. 0 43 "{0}" 1002 "{9}"
  1333. 0 43 "{0}" 8000 "{11}"
  1334. 0 43 "{0}" 8001 "{12}"
  1335. 0 43 "{0}" 8002 "{13}"
  1336. 0 43 "{0}" 1003 "{8}"
  1337. 0 264 "counter" "{4}"
  1338. 6 3
  1339. 15
  1340. 9
  1341. 14 SetFlag
  1342. 5 1
  1343. 8 3
  1344. 5 1
  1345. 8 4
  1346. 5 11
  1347. 6 4
  1348. 18 2
  1349. 12 00000108
  1350. 10 00000242
  1351. 5 1
  1352. 6 4
  1353. 3 0
  1354. 8 4
  1355. 10 00000032
  1356. 5 59
  1357. 6 4
  1358. 3 0
  1359. 6 1
  1360. 6 3
  1361. 25 1
  1362. 0 43 "{0}" [X] [X]
  1363. 6 3
  1364. 5 2
  1365. 4 0
  1366. 8 3
  1367. 6 4
  1368. 5 3
  1369. 18 0
  1370. 11 00000229
  1371. 6 3
  1372. 5 2
  1373. 4 0
  1374. 8 3
  1375. 10 00000075
  1376. 0 42 "{0}" 60
  1377. 13
  1378. 5 0
  1379. 18 0
  1380. 11 00000307
  1381. 0 43 "{0}" 90 "True"
  1382. 0 42 "{0}" 68
  1383. 13
  1384. 5 0
  1385. 18 0
  1386. 0 42 "{0}" 69
  1387. 13
  1388. 5 0
  1389. 18 0
  1390. 1 1
  1391. 11 00000420
  1392. 0 43 "{0}" 50 "True"
  1393. 10 00000437
  1394. 0 43 "{0}" 50 0
  1395. 6 2
  1396. 15
  1397. 9
  1398. 14 SetFirst
  1399. 0 273 "temp" 2
  1400. 13
  1401. 0 20 [X] 2 "^"
  1402. 13
  1403. 0 18 [X]
  1404. 13
  1405. 8 1
  1406. 0 273 "temp" 2
  1407. 13
  1408. 0 20 [X] 6 "^"
  1409. 13
  1410. 8 2
  1411. 0 273 "temp" 2
  1412. 13
  1413. 0 20 [X] 4 "^"
  1414. 13
  1415. 8 3
  1416. 0 273 "temp" 2
  1417. 13
  1418. 0 20 [X] 5 "^"
  1419. 13
  1420. 8 4
  1421. 0 273 "temp" 2
  1422. 13
  1423. 0 20 [X] 3 "^"
  1424. 13
  1425. 8 5
  1426. 0 273 "Perm" 1
  1427. 13
  1428. 5 1
  1429. 3 1
  1430. 8 6
  1431. 7 "File 1 of {6}"
  1432. 8 7
  1433. 0 31 1002 "{1}"
  1434. 0 31 1003 "{7}"
  1435. 0 31 8000 "{3}"
  1436. 0 31 8001 "{4}"
  1437. 0 31 8002 "{5}"
  1438. 5 1
  1439. 8 8
  1440. 5 1
  1441. 8 9
  1442. 5 11
  1443. 6 9
  1444. 18 2
  1445. 12 00000492
  1446. 10 00000620
  1447. 5 1
  1448. 6 9
  1449. 3 0
  1450. 8 9
  1451. 10 00000416
  1452. 5 59
  1453. 6 9
  1454. 3 0
  1455. 6 2
  1456. 6 8
  1457. 25 1
  1458. 0 31 [X] [X]
  1459. 6 8
  1460. 5 2
  1461. 4 0
  1462. 8 8
  1463. 6 9
  1464. 5 3
  1465. 18 0
  1466. 11 00000607
  1467. 6 8
  1468. 5 2
  1469. 4 0
  1470. 8 8
  1471. 10 00000459
  1472. 6 0
  1473. 15
  1474. 9
  1475. 14 GetFlag
  1476. 5 1
  1477. 8 2
  1478. 5 0
  1479. 8 3
  1480. 5 60
  1481. 8 4
  1482. 5 70
  1483. 6 4
  1484. 18 2
  1485. 12 00000119
  1486. 10 00000249
  1487. 5 1
  1488. 6 4
  1489. 3 0
  1490. 8 4
  1491. 10 00000043
  1492. 6 3
  1493. 0 42 "{0}" "{4}"
  1494. 13
  1495. 6 2
  1496. 4 0
  1497. 3 0
  1498. 8 3
  1499. 6 2
  1500. 5 2
  1501. 4 0
  1502. 8 2
  1503. 6 4
  1504. 5 62
  1505. 18 0
  1506. 11 00000236
  1507. 6 2
  1508. 5 2
  1509. 4 0
  1510. 8 2
  1511. 10 00000086
  1512. 6 3
  1513. 15
  1514. 9
  1515. 6 1
  1516. 15
  1517. 9
  1518. 14 Numbering
  1519. 0 43 "{0}" 60 0
  1520. 0 43 "{0}" 90 "True"
  1521. 6 3
  1522. 15
  1523. 9
  1524. 14 TempToPerm
  1525. 0 273 "Perm" 1
  1526. 13
  1527. 8 1
  1528. 0 266 "Perm"
  1529. 0 271 "Perm" 200
  1530. 0 272 "Perm" 1 "{1}"
  1531. 5 2
  1532. 8 2
  1533. 6 1
  1534. 6 2
  1535. 18 2
  1536. 12 00000179
  1537. 10 00000247
  1538. 5 1
  1539. 6 2
  1540. 3 0
  1541. 8 2
  1542. 10 00000104
  1543. 0 273 "Temp" "{2}"
  1544. 13
  1545. 8 3
  1546. 0 272 "Perm" "{2}" "{3}"
  1547. 10 00000146
  1548. 0 266 "Temp"
  1549. 6 0
  1550. 15
  1551. 9
  1552. 14 Time
  1553. 0 43 "{0}" 60 0
  1554. 0 43 "{0}" 61 "True"
  1555. 5 0
  1556. 8 4
  1557. 0 802
  1558. 13
  1559. 8 5
  1560. 0 772
  1561. 13
  1562. 8 6
  1563. 0 773 "{6}" 3
  1564. 13
  1565. 8 3
  1566. 0 770 "{6}" "f"
  1567. 13
  1568. 8 7
  1569. 0 31 1000 "{3}"
  1570. 0 31 1006 "{7}"
  1571. 0 273 "time" 1
  1572. 13
  1573. 5 3600
  1574. 4 0
  1575. 0 273 "time" 2
  1576. 13
  1577. 5 60
  1578. 4 0
  1579. 3 0
  1580. 8 8
  1581. 6 8
  1582. 6 6
  1583. 3 0
  1584. 8 8
  1585. 0 770 "{8}" "f"
  1586. 13
  1587. 0 31 1001 [X]
  1588. 0 773 "{8}" 3
  1589. 13
  1590. 0 31 1005 [X]
  1591. 0 273 "time" 1
  1592. 13
  1593. 0 31 8000 [X]
  1594. 0 273 "time" 2
  1595. 13
  1596. 0 31 8001 [X]
  1597. 0 41 67 "{5}!Timeup"
  1598. 0 41 66 "{5}!Timeup"
  1599. 0 41 57 "{5}!TimeDown"
  1600. 0 41 56 "{5}!TimeDown"
  1601. 0 26 "." "Time"
  1602. 13
  1603. 8 9
  1604. 6 9
  1605. 5 1
  1606. 18 1
  1607. 11 00000567
  1608. 6 3
  1609. 15
  1610. 9
  1611. 0 27 8000
  1612. 13
  1613. 0 272 "time" 1 [X]
  1614. 0 27 8001
  1615. 13
  1616. 0 272 "time" 2 [X]
  1617. 6 3
  1618. 15
  1619. 9
  1620. 14 Timeup
  1621. 0 297 "User" "GetAsyncKeyState" "HH"
  1622. 13
  1623. 8 4
  1624. 5 8067
  1625. 6 1
  1626. 3 1
  1627. 8 5
  1628. 0 42 "{0}" "{5}"
  1629. 13
  1630. 8 6
  1631. 6 6
  1632. 5 1
  1633. 3 0
  1634. 8 6
  1635. 6 4
  1636. 11 00000303
  1637. 5 32768
  1638. 0 284 "{4}" 1
  1639. 13
  1640. 25 1
  1641. 11 00000290
  1642. 6 6
  1643. 5 1
  1644. 3 0
  1645. 8 6
  1646. 6 6
  1647. 5 60
  1648. 18 3
  1649. 11 00000253
  1650. 5 0
  1651. 8 6
  1652. 0 43 "{0}" "{5}" "{6}"
  1653. 10 00000146
  1654. 0 298 "{4}"
  1655. 6 6
  1656. 5 60
  1657. 18 3
  1658. 11 00000343
  1659. 5 0
  1660. 8 6
  1661. 0 43 "{0}" "{5}" "{6}"
  1662. 16 SetTime "{0}"
  1663. 6 3
  1664. 15
  1665. 9
  1666. 14 TimeDown
  1667. 0 297 "User" "GetAsyncKeyState" "HH"
  1668. 13
  1669. 8 4
  1670. 5 8057
  1671. 6 1
  1672. 3 1
  1673. 8 5
  1674. 0 42 "{0}" "{5}"
  1675. 13
  1676. 8 6
  1677. 6 6
  1678. 5 1
  1679. 3 1
  1680. 8 6
  1681. 6 4
  1682. 11 00000305
  1683. 5 32768
  1684. 0 284 "{4}" 1
  1685. 13
  1686. 25 1
  1687. 11 00000292
  1688. 6 6
  1689. 5 1
  1690. 3 1
  1691. 8 6
  1692. 6 6
  1693. 5 0
  1694. 18 5
  1695. 11 00000255
  1696. 5 60
  1697. 8 6
  1698. 0 43 "{0}" "{5}" "{6}"
  1699. 10 00000148
  1700. 0 298 "{4}"
  1701. 6 6
  1702. 5 0
  1703. 18 5
  1704. 11 00000345
  1705. 5 60
  1706. 8 6
  1707. 0 43 "{0}" "{5}" "{6}"
  1708. 16 SetTime "{0}"
  1709. 6 3
  1710. 15
  1711. 9
  1712. 14 SetTime
  1713. 0 772
  1714. 13
  1715. 8 2
  1716. 0 42 "{0}" 8000
  1717. 13
  1718. 5 3600
  1719. 4 0
  1720. 0 42 "{0}" 8001
  1721. 13
  1722. 5 60
  1723. 4 0
  1724. 3 0
  1725. 8 3
  1726. 6 3
  1727. 6 2
  1728. 3 0
  1729. 8 3
  1730. 0 773 "{2}" 3
  1731. 13
  1732. 0 43 "{0}" 1000 [X]
  1733. 0 770 "{2}" "f"
  1734. 13
  1735. 0 43 "{0}" 1006 [X]
  1736. 0 770 "{3}" "f"
  1737. 13
  1738. 0 43 "{0}" 1001 [X]
  1739. 0 773 "{3}" 3
  1740. 13
  1741. 0 43 "{0}" 1005 [X]
  1742. 6 1
  1743. 15
  1744. 9
  1745. 14 Go
  1746. 0 296 1
  1747. 0 284 "user,GetActiveWindow,H"
  1748. 13
  1749. 0 284 "user,SetWindowText,IHC" [X] "Please Stand By....Printing in Progress"
  1750. 0 789 "Now Printing....."
  1751. 0 273 "Perm" 1
  1752. 13
  1753. 8 1
  1754. 5 2
  1755. 8 2
  1756. 6 1
  1757. 6 2
  1758. 18 2
  1759. 12 00000267
  1760. 10 00000884
  1761. 5 1
  1762. 6 2
  1763. 3 0
  1764. 8 2
  1765. 10 00000192
  1766. 0 291 7
  1767. 0 273 "perm" "{2}"
  1768. 13
  1769. 0 20 [X] 1 "^"
  1770. 13
  1771. 8 3
  1772. 0 20 "{3}" 1 ":"
  1773. 13
  1774. 0 807 [X] 1
  1775. 13
  1776. 8 4
  1777. 0 20 "{3}" 2 ":"
  1778. 13
  1779. 8 5
  1780. 0 273 "perm" "{2}"
  1781. 13
  1782. 0 20 [X] 2 "^"
  1783. 13
  1784. 0 18 [X]
  1785. 13
  1786. 8 6
  1787. 7 "{4}:{5}{6}"
  1788. 8 7
  1789. 0 273 "perm" "{2}"
  1790. 13
  1791. 0 20 [X] 6 "^"
  1792. 13
  1793. 8 8
  1794. 6 8
  1795. 5 512
  1796. 25 1
  1797. 6 8
  1798. 5 1024
  1799. 25 1
  1800. 1 2
  1801. 11 00000597
  1802. 10 00000620
  1803. 6 8
  1804. 5 1536
  1805. 3 0
  1806. 8 8
  1807. 0 273 "perm" "{2}"
  1808. 13
  1809. 0 20 [X] 4 "^"
  1810. 13
  1811. 8 9
  1812. 0 273 "perm" "{2}"
  1813. 13
  1814. 0 20 [X] 5 "^"
  1815. 13
  1816. 8 10
  1817. 0 273 "perm" "{2}"
  1818. 13
  1819. 0 20 [X] 3 "^"
  1820. 13
  1821. 8 11
  1822. 0 789 "Now Printing File {7} "
  1823. 2 102 1 "{7}" 1 "AmiPro"
  1824. 2 111 1 "{11}" "{9}" "{10}" "{8}"
  1825. 2 147 1
  1826. 10 00000234
  1827. 0 266 "Time"
  1828. 0 266 "Perm"
  1829. 0 284 "user,GetActiveWindow,H"
  1830. 13
  1831. 0 284 "user,SetWindowText,IHC" [X] ""
  1832. 0 284 "user,GetActiveWindow,H"
  1833. 13
  1834. 0 284 "user,SetWindowText,IHC" [X] "Ami Pro"
  1835. 0 789 ""
  1836. 0 296 0
  1837. 6 0
  1838. 15
  1839. 9
  1840. DIALOG select
  1841. -2134376448 10 98 32 130 112 "" "" "Select Files to Print" 
  1842. FONT 6 "Helv" 
  1843. 8 16 66 90 9001 1352859659 "listbox" "" 0 
  1844. 82 78 38 12 60 1342373897 "button" "Now" 0 
  1845. 82 90 38 12 61 1342177289 "button" "Later" 0 
  1846. 8 4 68 10 7999 1342308352 "static" "" 0 
  1847. 18 92 0 0 8001 1350566016 "edit" "" 0 
  1848. 78 68 46 36 12 1342177287 "button" "Print " 0 
  1849. 84 4 40 14 1 1342373889 "button" "OK" 0 
  1850. 84 20 40 14 2 1342373888 "button" "Cancel" 0 
  1851. 84 36 40 14 51 1342373888 "button" "Options..." 0 
  1852. 84 52 40 14 54 1342373888 "button" "Time..." 0 
  1853. DIALOG Time
  1854. -2134376448 15 68 52 180 76 "" "" "Select Time " 
  1855. FONT 6 "Helv" 
  1856. 30 28 14 12 8000 1350631424 "edit" "" 0 
  1857. 81 28 13 12 8001 1350631424 "edit" "" 0 
  1858. 138 3 40 14 1 1342242817 "button" "OK" 0 
  1859. 137 19 40 14 2 1342242816 "button" "Cancel" 0 
  1860. 94 5 40 10 1000 1342177281 "static" " " 0 
  1861. 25 17 25 10 1002 1342177280 "static" "Hours" 0 
  1862. 76 18 23 9 1003 1342177280 "static" "Minutes" 0 
  1863. 20 28 10 12 57 1342177280 "button" "<" 0 
  1864. 44 28 11 12 67 1342177280 "button" ">" 0 
  1865. 70 28 11 12 56 1342177280 "button" "<" 0 
  1866. 94 28 11 12 66 1342242816 "button" ">" 0 
  1867. 5 5 84 10 1006 1342177281 "static" "" 0 
  1868. 4 56 84 10 1001 1342177281 "static" "" 0 
  1869. 93 56 43 10 1005 1342177281 "static" "" 0 
  1870. 2 45 138 26 10 1342242823 "button" "Print Time" 0 
  1871. DIALOG options
  1872. -2134376448 27 62 42 194 134 "" "" "Batch Print Options" 
  1873. FONT 6 "Helv" 
  1874. 70 16 16 12 8002 1350631552 "edit" "" 0 
  1875. 50 30 22 12 60 1342373897 "button" "All" 0 
  1876. 80 42 22 12 8000 1350631424 "edit" "" 0 
  1877. 116 42 22 12 8001 1350631424 "edit" "" 0 
  1878. 50 56 28 12 50 1342373897 "button" "Both" 0 
  1879. 80 56 30 12 68 1342177289 "button" "Even" 0 
  1880. 112 56 32 12 69 1342177289 "button" "Odd" 0 
  1881. 50 42 28 12 90 1342308361 "button" "From:" 0 
  1882. 104 44 12 10 1001 1342177280 "static" "To:" 0 
  1883. 26 4 60 10 1002 1342177280 "static" "" 0 
  1884. 10 78 50 12 61 1342373891 "button" "Reverse" 0 
  1885. 10 90 50 12 62 1342242819 "button" "Collate" 0 
  1886. 10 102 50 12 63 1342242819 "button" "Crop marks" 0 
  1887. 10 114 54 12 70 1342242819 "button" "With pictures" 0 
  1888. 68 78 78 12 64 1342242819 "button" "With doc description" 0 
  1889. 68 90 78 12 65 1342242819 "button" "On preprinted form" 0 
  1890. 68 102 78 12 66 1342242819 "button" "Update power fields" 0 
  1891. 68 114 78 12 67 1342242819 "button" "With notes" 0 
  1892. 6 18 62 10 1000 1342308352 "static" "Number of copies:" 0 
  1893. 88 4 54 10 1003 1342177280 "static" "" 0 
  1894. 6 4 18 10 1004 1342177280 "static" "Print:" 0 
  1895. 6 30 42 10 1005 1342177280 "static" "Page range:" 0 
  1896. 6 68 142 62 33 1342177287 "button" "Extended Options" 0 
  1897. 16 58 34 10 1006 1342177280 "static" "including:" 0 
  1898. 148 6 40 14 1 1342373889 "button" "OK" 0 
  1899. 148 22 40 14 2 1342373888 "button" "Cancel" 0 
  1900. 148 38 40 14 56 1342373888 "button" "Save" 0 
  1901. 00014084
  1902.