form5.frm
来自「办公室小车管理系统,能自动打印派车单,自动统计小车的出车里程耗油等.」· FRM 代码 · 共 22 行
FRM
22 行
VERSION 5.00
Begin VB.Form Form5
AutoRedraw = -1 'True
Caption = "Form5"
ClientHeight = 4704
ClientLeft = 48
ClientTop = 348
ClientWidth = 7080
LinkTopic = "Form5"
ScaleHeight = 4704
ScaleWidth = 7080
StartUpPosition = 3 '窗口缺省
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()
Call print2
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?