home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-10-26 | 6.8 KB | 527 lines |
- [ver]
- 4
- [sty]
- _default.sty
- [charset]
- 82
- ANSI (Windows, IBM CP 1252)
- [PanoseFontTable]
- 3
- 5
- Helvetica
- 2818
- 1029
- 514
- 514
- 1026
- Helv
- 2818
- 1029
- 514
- 770
- 1026
- Times New Roman
- 514
- 774
- 1029
- 517
- 1027
- [revisions]
- 0
- [recfile]
-
- *
- 1
- 1
- 3
- 8
- 0
- 0
- [lang]
- 1
- [desc]
- Part of automated style sheets
-
-
-
-
- 751660788
- 10
- 748550844
- 374
- 0
- 0
- 0
- 0
- 0
-
-
-
-
-
-
- 0
- [prn]
- QMS-PS 810
- [port]
- NW:\\SPEEDY\QMS
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [GramStyle]
-
- [tag]
- Body Text:1
- 1
- [fnt]
- Times New Roman
- 240
- 0
- 49152
- [algn]
- 1
- 1
- 0
- 0
- 0
- [spc]
- 33
- 0
- 1
- 0
- 0
- 1
- 100
- [brk]
- 4
- [line]
- 8
- 0
- 1
- 0
- 0
- 0
- 0
- 144
- 144
- 1
- [spec]
- 0
- 0
-
- 0
- 1
- 1
- 0
- 0
- 0
- 0
- [nfmt]
- 280
- 1
- 2
- .
- ,
- $
-
- 0
- 0
- [lay]
- Standard
- 513
- [rght]
- 15840
- 12240
- 1
- 1440
- 1440
- 1
- 1440
- 1440
- 0
- 1
- 0
- 1
- 0
- 2
- 1
- 1440
- 10800
- 12
- 1
- 720
- 1
- 1440
- 1
- 2160
- 1
- 2880
- 1
- 3600
- 1
- 4320
- 1
- 5040
- 1
- 5760
- 1
- 6480
- 1
- 7200
- 1
- 7920
- 1
- 8640
- [frght]
- [lyfrm]
- 0
- 13184
- 0
- 14400
- 12240
- 15840
- 0
- 1
- 1
- 0 0 0 0 0 0 0
- 0
- 16777215
- 0
- [frmlay]
- 15840
- 12240
- 1
- 1440
- 792
- 1
- 14472
- 1440
- 0
- 1
- 0
- 0
- 0
- 0
- 1
- 1440
- 10800
- 2
- 2
- 4680
- 3
- 9360
- [txt]
- <:s><:#P30670848,P943718>
-
- >
- [hrght]
- [lyfrm]
- 0
- 11136
- 0
- 0
- 12240
- 1440
- 0
- 1
- 1
- 0 0 0 0 0 0 0
- 0
- 16777215
- 0
- [frmlay]
- 1440
- 12240
- 1
- 1440
- 72
- 1
- 792
- 1440
- 0
- 1
- 0
- 0
- 0
- 0
- 1
- 1440
- 10800
- 2
- 2
- 4680
- 3
- 9360
- [txt]
- <:s><:#P30670848,P943718>
-
- >
- [elay]
- [l1]
- 0
- [edoc]
- <:s><:#P30670848,P943718>'declares and defines
-
- <:s><:#P30670848,P1887436>define MSG_CANTRUNSOLO "This function is for automated frames. It is not intended to be run by itself."
-
- <:s><:#P30670848,P943718>'define true 1
-
- <:s><:#P30670848,P943718>
-
- @Subhead@<:s><:#P30670848,P943718>function custframe(framenum)
-
- <:s><:#P30670848,P943718>IgnoreKeyBoard(2)
-
- <:s><:#P30670848,P943718>'framenum=1
-
- <:s><:#P30670848,P943718>if framenum=""
-
- <:s><:#P30670848,P943718> Message(MSG_CANTRUNSOLO)
-
- <:s><:#P30670848,P943718> exit function
-
- <:s><:#P30670848,P943718>endif
-
- <:s><:#P30670848,P943718>rmac=getrunningmacrofile$()
-
- <:s><:#P30670848,P943718>filledit(20, true)
-
- <:s><:#P30670848,P943718>box=dialogbox("framcust.dlg", "framer")
-
- <:s><:#P30670848,P943718>if box=0 or box=2
-
- <:s><:#P30670848,P943718> exit function
-
- <:s><:#P30670848,P943718>endif
-
- <:s><:#P30670848,P943718>cover="as_frame{framenum}cover"
-
- <:s><:#P30670848,P943718>rightone="as_frame{framenum}"
-
- <:s><:#P30670848,P943718>result=MarkBookMark(cover, 4002 )
-
- <:s><:#P30670848,P943718>'if result =1
-
- <:s><:#P30670848,P943718> ' Now delete the frame
-
- <:s><:#P30670848,P943718> Type( "<[>Del]" )
-
- <:s><:#P30670848,P943718> pause(020)
-
- <:s><:#P30670848,P943718>'endif
-
- <:s><:#P30670848,P943718>MarkBookMark(rightone, 4002 ) ' go to the frame
-
- <:s><:#P30670848,P943718>MarkBookMark(rightone, 4004) ' delete the bookmark
-
- <:s><:#P30670848,P943718>if box = 3
-
- <:s><:#P30670848,P943718> 'kill the frame
-
- <:s><:#P30670848,P943718> type ( "<[>Del]" )
-
- <:s><:#P30670848,P943718> exit function
-
- <:s><:#P30670848,P943718>endif
-
- <:s><:#P30670848,P943718>'HourGlass(on)
-
- <:s><:#P30670848,P943718>if GetDialogField$(20)
-
- <:s><:#P30670848,P943718> ImportPicture
-
- <:s><:#P30670848,P943718> type ("<[>esc]")
-
- <:s><:#P30670848,P943718>elseif GetDialogField$(21)
-
- <:s><:#P30670848,P943718> Tables
-
- <:s><:#P30670848,P943718>elseif getdialogfield$(24)
-
- <:s><:#P30670848,P943718> Equations()
-
- <:s><:#P30670848,P943718>elseif getdialogfield$(25)
-
- <:s><:#P30670848,P943718> type("<[>enter]")
-
- <:s><:#P30670848,P943718>elseif getdialogfield$(26)
-
- <:s><:#P30670848,P943718> 'do nothing
-
- <:s><:#P30670848,P943718>endif
-
- <:s><:#P30670848,P943718>'HourGlass(off)
-
- <:s><:#P30670848,P943718>end function
-
- <:s><:#P30670848,P943718>
-
- <:s><:#P30670848,P943718>DIALOG framer
-
- <:s><:#P30670848,P943718>-2134376448 11 78 55 126 101 "" "" "Frame Options"
-
- <:s><:#P30670848,P943718>FONT 8 "Helv"
-
- <:s><:#P30670848,P943718>6 14 39 12 20 1342242825 "button" "&Picture" 0
-
- <:s><:#P30670848,P943718>6 26 33 12 21 1342242825 "button" "Ta&ble" 0
-
- <:s><:#P30670848,P943718>6 38 33 12 22 1342242825 "button" "&Chart" 0
-
- <:s><:#P30670848,P943718>6 50 45 12 23 1342242825 "button" "&Drawing" 0
-
- <:s><:#P30670848,P943718>6 62 45 12 24 1342242825 "button" "&Equation" 0
-
- <:s><:#P30670848,P943718>6 74 30 12 25 1342242825 "button" "&Text" 0
-
- <:s><:#P30670848,P943718>6 86 63 12 26 1342242825 "button" "&Nothing" 0
-
- <:s><:#P30670848,P943718>81 5 39 15 1 1342373889 "button" "OK" 0
-
- <:s><:#P30670848,P943718>81 23 39 15 2 1342373888 "button" "Cancel" 0
-
- <:s><:#P30670848,P943718>69 41 51 15 3 1342373888 "button" "De&lete Frame" 0
-
- <:s><:#P30670848,P943718>6 5 30 9 1000 1342177280 "static" "Insert:" 0
-
- <:s><:#P30670848,P943718>END DIALOG
- >
-
- [Embedded]
- 00005254
- >
- [macsum4] 2 17
- custframe 0 1 6 4
- framer 1022 0 65535 48
- [macse]
- 14 custframe
- 29 0 framenum
- 29 1 custframe
- 17 1
- 0 32 2
- 17 3
- 6 0
- 7 ""
- 18 0
- 11 00000200
- 17 4
- 0 3 "This function is for automated frames. It is not intended to be run by itself."
- 6 1
- 15
- 9
- 17 7
- 29 2 rmac
- 0 802
- 13
- 8 2
- 17 8
- 0 31 20 1
- 17 9
- 29 3 box
- 0 26 "framcust.dlg" "framer"
- 13
- 8 3
- 17 10
- 6 3
- 5 0
- 18 0
- 6 3
- 5 2
- 18 0
- 1 2
- 11 00000374
- 6 1
- 15
- 9
- 17 13
- 29 4 cover
- 7 "as_frame{0}cover"
- 8 4
- 17 14
- 29 5 rightone
- 7 "as_frame{0}"
- 8 5
- 17 15
- 29 6 result
- 16 _$$4MarkBookMark "{4}" 4002
- 13
- 8 6
- 17 18
- 0 6 "[46]"
- 17 19
- 0 274 020
- 17 21
- 16 _$$4MarkBookMark "{5}" 4002
- 17 22
- 16 _$$4MarkBookMark "{5}" 4004
- 17 23
- 6 3
- 5 3
- 18 0
- 11 00000707
- 17 25
- 0 6 "[46]"
- 6 1
- 15
- 9
- 17 29
- 0 27 20
- 13
- 11 00000780
- 24 141
- 17 31
- 0 6 "[27]"
- 10 00001003
- 17 32
- 0 27 21
- 13
- 11 00000834
- 24 457
- 10 00001003
- 17 34
- 0 27 24
- 13
- 11 00000905
- 17 35
- 34 0 49 "AmiEqn"
- 10 00001003
- 17 36
- 0 27 25
- 13
- 11 00000970
- 17 37
- 0 6 "[13]"
- 10 00001003
- 17 38
- 0 27 26
- 13
- 11 00001003
- 6 1
- 15
- 17 42
- 9
- DIALOG framer
- -2134376448 11 78 55 126 101 "" "" "Frame Options"
- FONT 8 "Helv"
- 6 14 39 12 20 1342242825 "button" "&Picture" 0
- 6 26 33 12 21 1342242825 "button" "Ta&ble" 0
- 6 38 33 12 22 1342242825 "button" "&Chart" 0
- 6 50 45 12 23 1342242825 "button" "&Drawing" 0
- 6 62 45 12 24 1342242825 "button" "&Equation" 0
- 6 74 30 12 25 1342242825 "button" "&Text" 0
- 6 86 63 12 26 1342242825 "button" "&Nothing" 0
- 81 5 39 15 1 1342373889 "button" "OK" 0
- 81 23 39 15 2 1342373888 "button" "Cancel" 0
- 69 41 51 15 3 1342373888 "button" "De&lete Frame" 0
- 6 5 30 9 1000 1342177280 "static" "Insert:" 0
- 00005279
-