-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path99-5.frm
More file actions
executable file
·108 lines (105 loc) · 3 KB
/
99-5.frm
File metadata and controls
executable file
·108 lines (105 loc) · 3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
VERSION 5.00
Begin VB.Form Form6
BorderStyle = 3 '雙線固定對話方塊
Caption = "關於"
ClientHeight = 2055
ClientLeft = 1770
ClientTop = 1770
ClientWidth = 4410
Icon = "99-5.frx":0000
LinkTopic = "Form6"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2055
ScaleWidth = 4410
ShowInTaskbar = 0 'False
StartUpPosition = 2 '螢幕中央
Begin VB.CommandButton Command1
Caption = "確定"
Height = 375
Left = 3240
TabIndex = 0
Top = 1560
Width = 975
End
Begin VB.Label Label7
Caption = "http://www.wretch.cc/blog/lssh101"
BeginProperty Font
Name = "新細明體"
Size = 9
Charset = 136
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 255
Left = 1680
MousePointer = 10 '往上指
TabIndex = 4
Top = 120
Width = 2415
End
Begin VB.Label Label6
Caption = "我的網站:"
Height = 255
Left = 840
TabIndex = 3
Top = 120
Width = 855
End
Begin VB.Label Label5
Caption = "我的E-mail:"
Height = 255
Left = 720
TabIndex = 2
Top = 480
Width = 975
End
Begin VB.Label Label4
Caption = "tw19900703@hotmail.com"
BeginProperty Font
Name = "新細明體"
Size = 9
Charset = 136
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 255
Left = 1800
MousePointer = 10 '往上指
TabIndex = 1
Top = 480
Width = 2055
End
Begin VB.Image Image1
Height = 480
Left = 120
Picture = "99-5.frx":000C
Top = 120
Width = 480
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Enabled = True
Unload Form6
Form1.Show
End Sub
Private Sub Form_Load()
CloseEnd Me.hwnd
End Sub
Private Sub Label4_Click()
xreturn = Shell("start.exe mailto:syc837@ms8.hinet.net", 0)
End Sub
Private Sub Label7_Click()
xreturn = Shell("start.exe http://netcity.hinet.net/syc837", 0)
End Sub