📄 main.frm
字号:
VERSION 5.00
Begin VB.Form main
BackColor = &H00E0E0E0&
Caption = "期刊论文管理系统"
ClientHeight = 4350
ClientLeft = 60
ClientTop = 450
ClientWidth = 5760
LinkTopic = "Form1"
Picture = "main.frx":0000
ScaleHeight = 4350
ScaleWidth = 5760
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command5
BackColor = &H00C0E0FF&
Caption = "浏览信息"
Height = 375
Left = 840
Style = 1 'Graphical
TabIndex = 5
Top = 1920
Width = 1215
End
Begin VB.CommandButton Command4
BackColor = &H00C0E0FF&
Caption = "退出"
Height = 375
Left = 1320
Style = 1 'Graphical
TabIndex = 3
Top = 3120
Width = 1215
End
Begin VB.CommandButton Command3
BackColor = &H00C0E0FF&
Caption = "系统介绍"
Height = 375
Left = 1080
Style = 1 'Graphical
TabIndex = 2
Top = 2520
Width = 1215
End
Begin VB.CommandButton Command2
BackColor = &H00C0E0FF&
Caption = "期刊论文管理"
Height = 375
Left = 600
Style = 1 'Graphical
TabIndex = 1
Top = 1320
Width = 1215
End
Begin VB.CommandButton Command1
BackColor = &H00C0E0FF&
Caption = "期刊论文查询"
CausesValidation= 0 'False
Height = 375
Left = 360
MaskColor = &H00008000&
Style = 1 'Graphical
TabIndex = 0
Top = 720
Width = 1215
End
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00C0E0FF&
BackStyle = 0 'Transparent
Caption = "期刊论文管理系统"
BeginProperty Font
Name = "黑体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 495
Left = 1200
TabIndex = 4
Top = 240
Width = 3495
End
End
Attribute VB_Name = "main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
check.Show
End Sub
Private Sub Command2_Click()
load.Show
End Sub
Private Sub Command3_Click()
information.Show
End Sub
Private Sub Command4_Click()
End
End Sub
Private Sub Command5_Click()
VIEW.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -