📄 manage.frm
字号:
VERSION 5.00
Begin VB.Form manage
BackColor = &H00C0FFFF&
Caption = "管理窗口"
ClientHeight = 1980
ClientLeft = 60
ClientTop = 450
ClientWidth = 4575
LinkTopic = "Form1"
ScaleHeight = 1980
ScaleWidth = 4575
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
BackColor = &H00E0E0E0&
Caption = "退出"
Height = 495
Left = 2640
Style = 1 'Graphical
TabIndex = 1
Top = 720
Width = 1335
End
Begin VB.CommandButton Command1
BackColor = &H00E0E0E0&
Caption = "添加/删除资料"
Height = 495
Left = 720
Style = 1 'Graphical
TabIndex = 0
Top = 720
Width = 1455
End
End
Attribute VB_Name = "manage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
add.Show
Unload Me
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -