📄 add.frm
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form5
Caption = "添加论文"
ClientHeight = 7785
ClientLeft = 60
ClientTop = 450
ClientWidth = 10575
LinkTopic = "Form5"
ScaleHeight = 7785
ScaleWidth = 10575
StartUpPosition = 3 'Windows Default
Begin VB.ComboBox Combo1
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 480
Left = 1800
Sorted = -1 'True
Style = 2 'Dropdown List
TabIndex = 17
Top = 5520
Width = 4815
End
Begin MSComDlg.CommonDialog CommonDialog1
Left = 120
Top = 7080
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin VB.CommandButton Command4
Caption = "添加路径"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 8160
TabIndex = 16
Top = 6720
Width = 2175
End
Begin VB.TextBox Text1
DataField = "name"
DataSource = "Data1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1800
TabIndex = 8
Top = 480
Width = 5775
End
Begin VB.TextBox Text2
DataField = "author"
DataSource = "Data1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1800
TabIndex = 7
Top = 1320
Width = 4695
End
Begin VB.TextBox Text3
DataField = "abstract"
DataSource = "Data1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 1800
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 6
Top = 2160
Width = 5775
End
Begin VB.TextBox Text4
DataField = "keyword"
DataSource = "Data1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1800
TabIndex = 5
Top = 3480
Width = 4935
End
Begin VB.TextBox Text5
DataField = "journal"
DataSource = "Data1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 1800
TabIndex = 4
Top = 4440
Width = 4815
End
Begin VB.TextBox Text7
DataField = "path"
DataSource = "Data1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 1800
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 3
Top = 6360
Width = 5895
End
Begin VB.CommandButton Command1
Caption = "更新"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 8160
TabIndex = 2
Top = 360
Width = 2055
End
Begin VB.CommandButton Command2
Caption = "添加下一个"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 8160
TabIndex = 1
Top = 1440
Width = 2055
End
Begin VB.CommandButton Command3
Caption = "返回"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 8160
TabIndex = 0
Top = 2520
Width = 2055
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "论文题目"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 360
TabIndex = 15
Top = 600
Width = 1455
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "作者"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 360
TabIndex = 14
Top = 1500
Width = 1575
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "关键词"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -