📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 4605
ClientLeft = 45
ClientTop = 330
ClientWidth = 5310
Icon = "Form3.frx":0000
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4605
ScaleWidth = 5310
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin 工程1.XPContainer XPContainer1
Height = 4575
Left = 0
TabIndex = 0
Top = 0
Width = 5295
_ExtentX = 9340
_ExtentY = 8070
HeaderLightColor= 14934998
HeaderDarkColor = 13224366
BackLightColor = 15329769
BackDarkColor = 16444094
BorderColor = 8421504
TextColor = 3750173
Style = 1
Theme = 7
Begin 工程1.isButton isButton1
Height = 735
Left = 1680
TabIndex = 4
Top = 3000
Width = 1695
_ExtentX = 2990
_ExtentY = 1296
Icon = "Form3.frx":058A
Style = 8
Caption = "关闭"
IconAlign = 1
iNonThemeStyle = 0
BackColor = 12640511
Tooltiptitle = ""
ToolTipIcon = 0
ToolTipType = 0
ttForeColor = 0
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = $"Form3.frx":0924
Height = 975
Left = 240
TabIndex = 3
Top = 840
Width = 4575
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "博创美容美发管理系统 1.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1080
TabIndex = 2
Top = 240
Width = 2895
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = $"Form3.frx":09F8
ForeColor = &H000000FF&
Height = 735
Left = 240
TabIndex = 1
Top = 1920
Width = 4455
End
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub isButton1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -