home *** CD-ROM | disk | FTP | other *** search
- -- card: 3021 from stack: in
- -- bmap block id: 4252
- -- flags: 0000
- -- background id: 2761
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=95 top=287 right=310 bottom=214
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Initialize Input
- ----- HyperTalk script -----
- on mouseUp
- put "Input Initialization in Process" into message box
- delete line 1 of card field "FinStart" of card id 3804
- delete line 1 of card field "FinStop" of card id 3804
- delete line 1 of card field "FinStep" of card id 3804
- delete line 1 of card field "LenIn" of card id 3804
- delete line 1 of card field "DiaIn" of card id 3804
- put 1.0 into line 1 of card field "XforIn" of card id 3804
- hide message box
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=276 top=289 right=312 bottom=412
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Initialize Output
- ----- HyperTalk script -----
- on mouseUp
- put " Output Initialization in Process" into message box
- repeat with i=2 to 10
- put " " into line i of card field "FREQ1" of card id 5160
- put " " into line i of card field "RIN1" of card id 5160
- put " " into line i of card field "XIN1" of card id 5160
- put " " into line i of card field "Loss1" of card id 5160
- end repeat
- repeat with i=2 to 10
- put " " into line i of card field "FREQ2" of card id 5981
- put " " into line i of card field "RIN2" of card id 5981
- put " " into line i of card field "XIN2" of card id 5981
- put " " into line i of card field "Loss2" of card id 5981
- end repeat
- repeat with i=2 to 10
- put " " into line i of card field "FREQ3" of card id 6565
- put " " into line i of card field "RIN3" of card id 6565
- put " " into line i of card field "XIN3" of card id 6565
- put " " into line i of card field "Loss3" of card id 6565
- end repeat
- hide message box
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=226 top=135 right=183 bottom=299
- -- title width / last selected line: 0
- -- icon id / first selected line: 14767 / 14767
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: about
- ----- HyperTalk script -----
- on mouseUp
- go card id 4362
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=198 top=285 right=342 bottom=293
- -- title width / last selected line: 0
- -- icon id / first selected line: 11045 / 11045
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: home
- ----- HyperTalk script -----
- on mouseUp
- go to HOME
- end mouseUp
-
-