?? 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 + -