📄 frmback.frm
字号:
VERSION 5.00
Begin VB.Form frmBack
AutoRedraw = -1 'True
BorderStyle = 0 'None
Caption = "驾驶员考试系统1.0版"
ClientHeight = 10935
ClientLeft = 0
ClientTop = 0
ClientWidth = 15270
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 10935
ScaleWidth = 15270
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
DragMode = 1 'Automatic
Height = 11580
Left = 30
Picture = "frmBack.frx":0000
Stretch = -1 'True
Top = 0
Width = 15420
End
End
Attribute VB_Name = "frmBack"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_Click()
frmLoginS.Show vbModal
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -