📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "About Hotel_Mis"
ClientHeight = 3645
ClientLeft = 30
ClientTop = 330
ClientWidth = 5895
ClipControls = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3645
ScaleWidth = 5895
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Tag = "About Hotel_Mis"
Begin VB.PictureBox picIcon
AutoSize = -1 'True
BackColor = &H00C0C0C0&
ClipControls = 0 'False
Height = 540
Left = 240
Picture = "frmAbout.frx":0000
ScaleHeight = 479.532
ScaleMode = 0 'User
ScaleWidth = 479.532
TabIndex = 1
TabStop = 0 'False
Top = 240
Width = 540
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 345
Left = 4245
TabIndex = 0
Tag = "OK"
Top = 2625
Width = 1467
End
Begin VB.Label lblDescription
Caption = "本系统适合中型宾馆用,界面清析,操作简单。在操作过程中最好不要对系统窗口做改动。"
ForeColor = &H00000000&
Height = 1170
Left = 1050
TabIndex = 5
Tag = "App Description"
Top = 1125
Width = 4092
End
Begin VB.Label lblTitle
Caption = "东 方 客 房 管 理 系 统"
ForeColor = &H00000000&
Height = 480
Left = 1050
TabIndex = 4
Tag = "Application Title"
Top = 240
Width = 4092
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 225
X2 = 5657
Y1 = 2430
Y2 = 2430
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 240
X2 = 5657
Y1 = 2445
Y2 = 2445
End
Begin VB.Label lblVersion
Caption = "制作人:田艳梅"
Height = 225
Left = 1050
TabIndex = 3
Tag = "Version"
Top = 780
Width = 4092
End
Begin VB.Label lblDisclaimer
Caption = "版权所有 ..."
ForeColor = &H00000000&
Height = 825
Left = 255
TabIndex = 2
Tag = "Warning: ..."
Top = 2625
Width = 3870
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()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -