frm6.frm
来自「办公室小车管理系统,能自动打印派车单,自动统计小车的出车里程耗油等.」· FRM 代码 · 共 29 行
FRM
29 行
VERSION 5.00
Begin VB.Form Frm6
Caption = "Form6"
ClientHeight = 5895
ClientLeft = 45
ClientTop = 345
ClientWidth = 7560
LinkTopic = "Form6"
ScaleHeight = 5895
ScaleWidth = 7560
StartUpPosition = 3 '窗口缺省
Begin VB.Image Image1
Height = 5415
Left = 0
Top = 0
Width = 7335
End
End
Attribute VB_Name = "Frm6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Height = Image1.Height
Me.Width = Image1.Width
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?