📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "皮肤界面示例"
ClientHeight = 1470
ClientLeft = 45
ClientTop = 435
ClientWidth = 5235
Icon = "Form1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1470
ScaleWidth = 5235
StartUpPosition = 2 '屏幕中心
Begin prjXPFrame.isButton Command1
Height = 345
Left = 30
TabIndex = 0
Top = 120
Width = 5145
_extentx = 9075
_extenty = 609
icon = "Form1.frx":038A
style = 10
caption = "显示皮肤窗口"
iconalign = 1
inonthemestyle = 0
tooltiptitle = ""
tooltipicon = 0
tooltiptype = 0
ttforecolor = 0
font = "Form1.frx":03A6
iconvisible = 0 'False
End
Begin prjXPFrame.isButton Command2
Height = 345
Left = 30
TabIndex = 1
Top = 540
Width = 5145
_extentx = 9075
_extenty = 609
icon = "Form1.frx":03CA
style = 10
caption = "显示浮动工具栏窗口"
iconalign = 1
inonthemestyle = 0
tooltiptitle = ""
tooltipicon = 0
tooltiptype = 0
ttforecolor = 0
font = "Form1.frx":03E6
iconvisible = 0 'False
End
Begin prjXPFrame.isButton Command3
Height = 345
Left = 30
TabIndex = 2
Top = 975
Width = 5145
_extentx = 9075
_extenty = 609
icon = "Form1.frx":040A
style = 10
caption = "显示完整功能"
iconalign = 1
inonthemestyle = 0
tooltiptitle = ""
tooltipicon = 0
tooltiptype = 0
ttforecolor = 0
font = "Form1.frx":0426
iconvisible = 0 'False
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Form2.Show
End Sub
Private Sub Command2_Click()
Form3.Show
End Sub
Private Sub Command3_Click()
Form4.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -