person_view.frm
来自「一个基于SQL的教师管理系统 数据库文件在教师信息管理系统文件夹下的“db”文」· FRM 代码 · 共 29 行
FRM
29 行
VERSION 5.00
Begin VB.Form person_view
Caption = "个人详细"
ClientHeight = 5280
ClientLeft = 60
ClientTop = 465
ClientWidth = 4410
LinkTopic = "Form1"
ScaleHeight = 5280
ScaleWidth = 4410
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "退出"
Height = 615
Left = 1080
TabIndex = 0
Top = 4440
Width = 1575
End
End
Attribute VB_Name = "person_view"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?