📄 main.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "论文数据库管理系统"
ClientHeight = 7395
ClientLeft = 165
ClientTop = 855
ClientWidth = 10800
LinkTopic = "Form2"
ScaleHeight = 7395
ScaleWidth = 10800
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "欢迎使用个人论文管理系统"
BeginProperty Font
Name = "华文彩云"
Size = 42
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF80FF&
Height = 870
Left = 2640
TabIndex = 0
Top = 3480
Width = 10260
End
Begin VB.Menu file
Caption = "文件"
Begin VB.Menu exit
Caption = "退出"
End
End
Begin VB.Menu usermanage
Caption = "用户管理"
Begin VB.Menu key
Caption = "修改密码"
End
End
Begin VB.Menu theisemanage
Caption = "论文管理"
Begin VB.Menu theiseadd
Caption = "论文管理"
End
End
Begin VB.Menu pathmanage
Caption = "目录管理"
Begin VB.Menu pathadd
Caption = "目录管理"
End
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub exit_Click()
End
End Sub
Private Sub key_Click()
Form3.Show
End Sub
Private Sub pathadd_Click()
theiseadd.Enabled = False
Form6.Show
End Sub
Private Sub theiseadd_Click()
pathadd.Enabled = False
Form4.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -