📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于客户管理系统"
ClientHeight = 2835
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 4485
ClipControls = 0 'False
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1956.767
ScaleMode = 0 'User
ScaleWidth = 4211.647
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox picIcon
AutoSize = -1 'True
ClipControls = 0 'False
Height = 540
Left = 120
Picture = "frmAbout.frx":0000
ScaleHeight = 337.12
ScaleMode = 0 'User
ScaleWidth = 337.12
TabIndex = 1
Top = 120
Width = 540
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 1560
TabIndex = 0
Top = 2400
Width = 1500
End
Begin VB.Label Label2
Caption = "2008年6月27日 东华理工大学 061183班"
Height = 255
Left = 840
TabIndex = 6
Top = 1920
Width = 3495
End
Begin VB.Label Label1
Caption = "完成时间"
Height = 255
Left = 840
TabIndex = 5
Top = 1560
Width = 855
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 0
X1 = 676.117
X2 = 4056.703
Y1 = 993.913
Y2 = 993.913
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 112.686
X2 = 4056.703
Y1 = 1573.696
Y2 = 1573.696
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 2
X1 = 676.117
X2 = 4056.703
Y1 = 414.131
Y2 = 414.131
End
Begin VB.Label lblDescription
Caption = "曾晓云 周为富 吴文星 王宜泰 刘明"
ForeColor = &H00000000&
Height = 210
Left = 810
TabIndex = 2
Top = 1080
Width = 3405
End
Begin VB.Label lblTitle
Caption = "VB客房管理系统"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 1560
TabIndex = 3
Top = 240
Width = 1605
End
Begin VB.Label lblVersion
Caption = "完成成员"
Height = 225
Left = 840
TabIndex = 4
Top = 720
Width = 765
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -