home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
xcmd
/
mntnmntx.bin
/
mountunmountxcmd106.bin
/
card_3666.txt
< prev
next >
Wrap
Text File
|
1989-06-06
|
4KB
|
191 lines
-- card: 3666 from stack: in.bin
-- bmap block id: 4080
-- flags: 0000
-- background id: 2805
-- name:
-- part 1 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=192 top=55 right=74 bottom=396
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: zone
-- part 2 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=192 top=78 right=97 bottom=396
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: server
-- part 3 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=192 top=101 right=120 bottom=396
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: volume
-- part 4 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=420 top=154 right=205 bottom=485
-- 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: Mount
----- HyperTalk script -----
on mouseUp
Mount card field "zone", card field "server", card field "volume", card field "username", card field "password", card field "vpassword"
if the result <> "" then put the result into msg
--
-- After logging in, clobber the password fields. Network security
-- is bad enough as it is!
--
put "" into card field "password"
put "" into card field "vpassword"
end mouseUp
-- part 5 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=192 top=127 right=146 bottom=396
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: username
-- part 6 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=192 top=170 right=189 bottom=396
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: password
-- part 7 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=192 top=195 right=214 bottom=396
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: vpassword
-- part 8 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=447 top=286 right=320 bottom=486
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris close
go "Home"
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=9 top=296 right=319 bottom=35
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
go to prev card
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=420 top=222 right=244 bottom=485
-- 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: Unmount
----- HyperTalk script -----
on mouseUp
--
-- Just unmount the volume that's currently in the Cheap Chooser's
-- volume field.
--
Unmount card field "volume"
if the result <> "" then put the result into msg
end mouseUp
-- part contents for card part 2
----- text -----
Linker
-- part contents for card part 3
----- text -----
Sources
-- part contents for card part 1
----- text -----
Development Tools