📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H00C0E0FF&
BorderStyle = 1 'Fixed Single
ClientHeight = 2145
ClientLeft = 15
ClientTop = 15
ClientWidth = 4995
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2145
ScaleWidth = 4995
StartUpPosition = 2 'CenterScreen
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "E-mail:nwp100@163.com.cn"
BeginProperty Font
Name = "方正姚体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00400000&
Height = 255
Index = 2
Left = 1560
TabIndex = 2
Top = 1440
Width = 2895
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "郑州大学计算机科学与技术专业 牛文平"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Index = 1
Left = 1200
TabIndex = 1
Top = 1800
Width = 3735
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "销售系统 1.0"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 375
Index = 0
Left = 1920
TabIndex = 0
Top = 600
Width = 2175
End
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
Height = 855
Left = 360
Picture = "frmAbout.frx":0000
Stretch = -1 'True
Top = 600
Width = 975
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Unload Me
End Sub
Private Sub Label1_Click(Index As Integer)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -