form5.frm
来自「模拟驾驶员上机考试,实现单机自动随机出题,批卷,纠错.」· FRM 代码 · 共 48 行
FRM
48 行
VERSION 5.00
Begin VB.Form Form5
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 8970
ClientLeft = 0
ClientTop = 0
ClientWidth = 7515
LinkTopic = "Form1"
Picture = "Form5.frx":0000
ScaleHeight = 8970
ScaleWidth = 7515
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label2
BackStyle = 0 'Transparent
Height = 225
Left = 7170
TabIndex = 1
Top = 60
Width = 285
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Height = 360
Left = 3150
TabIndex = 0
Top = 8565
Width = 1185
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Picture = LoadPicture(App.Path & "\tu\help.pct")
End Sub
Private Sub Label1_Click()
Unload Me
End Sub
Private Sub Label2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?