【VB开源代码栏目提醒】:网学会员为需要VB开源代码的朋友们搜集整理了Ex6_3.frm相关资料,希望对各位网友有所帮助!
VERSION 5.00
Begin VB.Form Ex6_3
Caption = "Form1"
ClientHeight = 2085
ClientLeft = 60
ClientTop = 450
ClientWidth = 3180
LinkTopic = "Form1"
ScaleHeight = 2085
ScaleWidth = 3180
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "调用"
Height = 495
Left = 720
TabIndex = 0
Top = 1320
Width = 1695
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Left = 600
TabIndex = 1
Top = 480
Width = 1695
End
End
Attribute VB_Name = "Ex6_3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public clsNew As ShowMe '创建类ShowMed的实例
Private Sub Command1_Click()
Set clsNew = New ShowMe
clsNew.ShowFrm '调用类模块中的ShowFrm过程
End Sub
上一篇:
Ex6_2.frm
下一篇:
投简历到国外的公司需考虑哪些东西?