📄 person_view.frm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -