📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H80000014&
BorderStyle = 0 'None
Caption = "关于我们"
ClientHeight = 6360
ClientLeft = 0
ClientTop = 0
ClientWidth = 6105
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
ScaleHeight = 6360
ScaleWidth = 6105
ShowInTaskbar = 0 'False
Begin VB.PictureBox Picture2
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 4575
Left = 0
Picture = "frmAbout.frx":030A
ScaleHeight = 4545
ScaleWidth = 6075
TabIndex = 2
Top = 1770
Width = 6105
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "中旭软件 2005.12.1"
ForeColor = &H8000000E&
Height = 255
Left = 3840
TabIndex = 5
Top = 4200
Width = 1695
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = $"frmAbout.frx":5B94
Height = 3375
Left = 120
TabIndex = 4
Top = 600
Width = 5775
End
End
Begin VB.PictureBox Picture1
Align = 1 'Align Top
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 1804
Left = 0
Picture = "frmAbout.frx":5EA9
ScaleHeight = 1800
ScaleWidth = 6105
TabIndex = 0
Top = 0
Width = 6105
Begin VB.Label Label1
BackStyle = 0 'Transparent
Height = 375
Left = 5760
TabIndex = 3
Top = 0
Width = 330
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "星级大酒店客房管理"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000040C0&
Height = 300
Left = 2040
TabIndex = 1
Top = 600
Width = 2835
End
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Me.Left = (Screen.Width - Me.Width) / 2
Me.Top = (Screen.Height - Me.Height) / 2
Explode Me, 1000
End Sub
Private Sub Label1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -