formindex.frm
来自「图书管理系统的登录界面、忘记密码、注册界面的文件包」· FRM 代码 · 共 20 行
FRM
20 行
VERSION 5.00
Begin VB.Form FormIndex
Caption = "图书管理系统"
ClientHeight = 3015
ClientLeft = 165
ClientTop = 255
ClientWidth = 4560
ControlBox = 0 'False
LinkTopic = "Form1"
ScaleHeight = 3015
ScaleWidth = 4560
StartUpPosition = 2 '屏幕中心
End
Attribute VB_Name = "FormIndex"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?