manage.frm
来自「用VB实现的期刊论文管理信息系统」· FRM 代码 · 共 47 行
FRM
47 行
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 + =
减小字号Ctrl + -
显示快捷键?