【VB开源代码栏目提醒】:网学会员--在 VB开源代码编辑为广大网友搜集整理了:Ex7_5_1.frm绩等信息,祝愿广大网友取得需要的信息,参考学习。
VERSION 5.00
Begin VB.Form Ex7_5_1
Caption = "窗体一"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "激活窗体二"
Height = 495
Left = 1440
TabIndex = 0
Top = 1680
Width = 1215
End
End
Attribute VB_Name = "Ex7_5_1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Ex7_5_2.Show
End Sub
Private Sub Form_Activate()
Print "窗体一是活动的"
Print
End Sub
Private Sub Form_Deactivate()
Print "窗体一是不活动的"
Print
End Sub
上一篇:
Ex7_4.frm
下一篇:
asp论文:浅论ASP在多媒体网页课件制作中的应用