【VB开源代码栏目提醒】:网学会员,鉴于大家对VB开源代码十分关注,论文会员在此为大家搜集整理了“Ex5_8_2.frm”一文,供大家参考学习!
VERSION 5.00
Begin VB.Form Ex5_8_2
Caption = "Form1"
ClientHeight = 2325
ClientLeft = 60
ClientTop = 450
ClientWidth = 5370
LinkTopic = "Form1"
ScaleHeight = 2325
ScaleWidth = 5370
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label1
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 360
TabIndex = 0
Top = 360
Width = 4695
End
End
Attribute VB_Name = "Ex5_8_2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Ex5_8_1.Show
Ex5_8_2.Hide
End Sub