www.pudn.com > vbgame.rar > help.frm
VERSION 5.00
Begin VB.Form frmhelp
BorderStyle = 3 'Fixed Dialog
Caption = "°ïÖú"
ClientHeight = 2490
ClientLeft = 4395
ClientTop = 4065
ClientWidth = 3840
Icon = "help.frx":0000
LinkTopic = "Form6"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2490
ScaleWidth = 3840
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command1
Caption = "È·¶¨"
Height = 375
Left = 2760
TabIndex = 1
Top = 1920
Width = 855
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "ËÎÌå"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1455
Left = 240
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 0
Text = "help.frx":030A
Top = 240
Width = 3375
End
End
Attribute VB_Name = "frmhelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub