📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 3780
ClientLeft = 45
ClientTop = 330
ClientWidth = 6405
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3780
ScaleWidth = 6405
ShowInTaskbar = 0 'False
Begin VB.Label Label5
Caption = "设计人:胡若冰"
Height = 375
Left = 960
TabIndex = 4
Top = 1920
Width = 4455
End
Begin VB.Label Label4
Caption = "完成时间:2007年1月19日"
Height = 375
Left = 960
TabIndex = 3
Top = 1440
Width = 4695
End
Begin VB.Label Label3
Caption = "专业:04级信息管理与信息系统专业"
Height = 375
Left = 960
TabIndex = 2
Top = 960
Width = 4575
End
Begin VB.Label Label2
Caption = "计算机网络课程设计"
Height = 255
Left = 2160
TabIndex = 1
Top = 480
Width = 1935
End
Begin VB.Label Label1
Caption = "版权所有:胡若冰"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3360
TabIndex = 0
Top = 2880
Width = 2895
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -