frmreport.frm
来自「图书管理子系统之一」· FRM 代码 · 共 28 行
FRM
28 行
VERSION 5.00
Begin VB.Form frmreport
Caption = "图书查询报表"
ClientHeight = 5940
ClientLeft = 60
ClientTop = 345
ClientWidth = 7350
LinkTopic = "Form1"
ScaleHeight = 5940
ScaleWidth = 7350
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox picrep
Height = 5295
Left = 0
ScaleHeight = 5235
ScaleWidth = 7275
TabIndex = 0
Top = 600
Width = 7335
End
End
Attribute VB_Name = "frmreport"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?