例7.11b.frm
来自「一本学习Visual Basic编程的好书」· FRM 代码 · 共 23 行
FRM
23 行
VERSION 5.00
Begin VB.Form Form2
Caption = "第二个窗体(显示时间)"
ClientHeight = 3192
ClientLeft = 60
ClientTop = 348
ClientWidth = 4680
LinkTopic = "Form2"
ScaleHeight = 3192
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Show
Print "这里是窗体Form2"
Print "现在时间: "; Time
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?