frmtip.frm
来自「Visual Basic程序设计视频教程」· FRM 代码 · 共 75 行
FRM
75 行
VERSION 5.00
Begin VB.Form frmTip
Caption = "日积月累"
ClientHeight = 3285
ClientLeft = 2370
ClientTop = 2400
ClientWidth = 5685
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3285
ScaleWidth = 5685
WhatsThisButton = -1 'True
WhatsThisHelp = -1 'True
Begin VB.CheckBox Check1
Caption = "在启动时显示提示(&S)"
Height = 315
Left = 120
TabIndex = 3
Top = 2940
Width = 2055
End
Begin VB.CommandButton Command2
Caption = "下一条提示(&N)"
Height = 375
Left = 4080
TabIndex = 2
Top = 600
Width = 1455
End
Begin VB.PictureBox Picture1
BackColor = &H00FFFFFF&
Height = 2715
Left = 120
Picture = "frmTip.frx":0000
ScaleHeight = 2655
ScaleWidth = 3675
TabIndex = 1
Top = 120
Width = 3735
Begin VB.Label Label1
BackColor = &H00FFFFFF&
Caption = "您知道吗..."
Height = 255
Left = 540
TabIndex = 5
Top = 180
Width = 2655
End
Begin VB.Label lblTipText
BackColor = &H00FFFFFF&
Height = 1635
Left = 180
TabIndex = 4
Top = 840
Width = 3255
End
End
Begin VB.CommandButton Command1
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 375
Left = 4080
TabIndex = 0
Top = 120
Width = 1455
End
End
Attribute VB_Name = "frmTip"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?