📄 form10.frm
字号:
VERSION 5.00
Begin VB.Form bqxxx
BackColor = &H00FF0000&
BorderStyle = 3 'Fixed Dialog
Caption = "关于客房管理系统"
ClientHeight = 3840
ClientLeft = 45
ClientTop = 435
ClientWidth = 5820
LinkTopic = "Form10"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3840
ScaleWidth = 5820
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "确定"
Default = -1 'True
Height = 345
Left = 4080
TabIndex = 1
Top = 3000
Width = 1500
End
Begin VB.PictureBox picIcon
AutoSize = -1 'True
ClipControls = 0 'False
Height = 540
Left = 240
Picture = "Form10.frx":0000
ScaleHeight = 337.12
ScaleMode = 0 'User
ScaleWidth = 337.12
TabIndex = 0
Top = 240
Width = 540
End
Begin VB.Label lblDisclaimer
BackStyle = 0 'Transparent
Caption = "警告: 未经授权不得随意复制 和传播该软件"
ForeColor = &H00000000&
Height = 465
Left = 120
TabIndex = 6
Top = 3000
Width = 2415
End
Begin VB.Label lblVersion
BackColor = &H00FF0000&
BackStyle = 0 'Transparent
Caption = "版本 V2.0"
Height = 225
Left = 1050
TabIndex = 5
Top = 780
Width = 3885
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 240
X2 = 5789
Y1 = 2760
Y2 = 2760
End
Begin VB.Label lblTitle
BackStyle = 0 'Transparent
Caption = "客房管理系统"
BeginProperty Font
Name = "华文新魏"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00400000&
Height = 480
Left = 1800
TabIndex = 4
Top = 240
Width = 2805
End
Begin VB.Label lblDescription
BackColor = &H00FF0000&
BackStyle = 0 'Transparent
Caption = "此软件使用权属于:"
ForeColor = &H00000000&
Height = 210
Left = 1050
TabIndex = 3
Top = 1080
Width = 3885
End
Begin VB.Label Label1
BackColor = &H0080FFFF&
BorderStyle = 1 'Fixed Single
Caption = $"Form10.frx":0442
Height = 1290
Left = 1080
TabIndex = 2
Top = 1320
Width = 3885
End
End
Attribute VB_Name = "bqxxx"
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 + -