关于.frm
来自「图书馆管理系统的实现」· FRM 代码 · 共 243 行
FRM
243 行
VERSION 5.00
Begin VB.Form frmGuanYu
BackColor = &H00C0C0C0&
BorderStyle = 4 'Fixed ToolWindow
Caption = "关于图书管理系统"
ClientHeight = 4695
ClientLeft = 45
ClientTop = 285
ClientWidth = 7125
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 4695
ScaleWidth = 7125
ShowInTaskbar = 0 'False
Begin VB.Frame Frame1
BackColor = &H00C0C0C0&
Height = 735
Left = 0
TabIndex = 8
Top = 3960
Width = 7095
Begin VB.CommandButton Command1
BackColor = &H00C0C0C0&
Caption = "确定"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5880
TabIndex = 9
Top = 240
Width = 1095
End
End
Begin VB.Label Label9
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "本产品建议使用分辨率 800 x 600"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 210
Left = 2400
TabIndex = 10
Top = 3240
Width = 3150
End
Begin VB.Label Label8
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "贺伟,李彬,史进财,陈月兰。"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2400
TabIndex = 7
Top = 2880
Width = 2625
End
Begin VB.Label Label7
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "开发人员:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2400
TabIndex = 6
Top = 2520
Width = 945
End
Begin VB.Label Label6
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "版权所有 CP42班第九小组"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2400
TabIndex = 5
Top = 2160
Width = 2415
End
Begin VB.Label Label5
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "Microsoft 图书管理系统"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2400
TabIndex = 4
Top = 1800
Width = 2310
End
Begin VB.Image Image2
Height = 735
Left = 1320
Picture = "关于.frx":0000
Stretch = -1 'True
Top = 1800
Width = 615
End
Begin VB.Label Label4
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "2000"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 435
Left = 5040
TabIndex = 3
Top = 1080
Width = 960
End
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "Windows"
BeginProperty Font
Name = "宋体"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 720
Left = 2280
TabIndex = 2
Top = 840
Width = 2625
End
Begin VB.Label Label2
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "Microsoft"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2160
TabIndex = 1
Top = 600
Width = 945
End
Begin VB.Image Image1
Height = 1095
Left = 600
Picture = "关于.frx":131C7
Stretch = -1 'True
Top = 600
Width = 1335
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "Microsoft"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 5640
TabIndex = 0
Top = 120
Width = 1215
End
End
Attribute VB_Name = "frmGuanYu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?