📄 form14.frm
字号:
VERSION 5.00
Begin VB.Form xtjss
BackColor = &H00FF0000&
Caption = "系统介绍"
ClientHeight = 4170
ClientLeft = 60
ClientTop = 450
ClientWidth = 6900
LinkTopic = "Form14"
ScaleHeight = 4170
ScaleWidth = 6900
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
BackColor = &H00C0FFFF&
Height = 3255
Left = 120
TabIndex = 1
Top = 120
Width = 6735
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H000000FF&
Caption = "酒店客房管理信息系统介绍"
BeginProperty Font
Name = "华文行楷"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 555
Left = 240
TabIndex = 3
Top = 240
Width = 6300
End
Begin VB.Label Label2
BackColor = &H00C0FFFF&
Caption = $"Form14.frx":0000
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2175
Left = 240
TabIndex = 2
Top = 840
Width = 6015
End
End
Begin VB.CommandButton Command1
Caption = "关闭"
Height = 495
Left = 2640
TabIndex = 0
Top = 3600
Width = 1695
End
Begin VB.Line Line1
X1 = 120
X2 = 6720
Y1 = 3480
Y2 = 3480
End
End
Attribute VB_Name = "xtjss"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -