frmback.frm
来自「用VB实现连接oracle817数据月报数输入并统计」· FRM 代码 · 共 40 行
FRM
40 行
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 + =
减小字号Ctrl + -
显示快捷键?