📄 demo.frm
字号:
VERSION 5.00
Begin VB.Form Demo
Appearance = 0 'Flat
AutoRedraw = -1 'True
BorderStyle = 0 'None
Caption = "皮肤更换控件演示 Ver 1.0.4 "
ClientHeight = 7260
ClientLeft = 45
ClientTop = 435
ClientWidth = 7455
ForeColor = &H8000000E&
Icon = "Demo.frx":0000
LinkTopic = "Form1"
ScaleHeight = 7260
ScaleWidth = 7455
StartUpPosition = 2 '屏幕中心
Begin jcFormsDemo.jcForms jcForms1
Align = 1 'Align Top
Height = 7260
Left = 0
TabIndex = 0
Top = 0
Width = 7455
_ExtentX = 13150
_ExtentY = 12753
ColorFrom = 16512
CloseButton = -1 'True
CustomBackColor = 16777215
Style = 2
Begin VB.Frame Frame4
Caption = "提示"
Height = 675
Left = 180
TabIndex = 36
Top = 6375
Width = 7020
Begin VB.Label Label1
Caption = "更多皮肤请访问 枕善居 http://www.mndsoft.com"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000080FF&
Height = 285
Left = 1095
TabIndex = 37
Top = 285
Width = 4110
End
End
Begin VB.Frame Frame8
Appearance = 0 'Flat
Caption = "窗体按钮:"
ForeColor = &H80000008&
Height = 1695
Left = 2340
TabIndex = 31
Top = 4575
Width = 2355
Begin VB.CheckBox Chkclose
Appearance = 0 'Flat
Caption = "关闭"
ForeColor = &H80000008&
Height = 315
Left = 240
TabIndex = 34
ToolTipText = "Show or hide close button"
Top = 1140
Value = 1 'Checked
Width = 1305
End
Begin VB.CheckBox ChkMax
Appearance = 0 'Flat
Caption = "最大化"
ForeColor = &H80000008&
Height = 315
Left = 240
TabIndex = 33
ToolTipText = "Show or hide maximize button"
Top = 750
Value = 1 'Checked
Width = 1305
End
Begin VB.CheckBox ChkMin
Appearance = 0 'Flat
Caption = "最小化"
ForeColor = &H80000008&
Height = 315
Left = 240
TabIndex = 32
ToolTipText = "Show or hide minimize button"
Top = 360
Value = 1 'Checked
Width = 1305
End
End
Begin VB.Frame Frame7
Appearance = 0 'Flat
Caption = "边框样式:"
ForeColor = &H80000008&
Height = 1245
Left = 240
TabIndex = 28
Top = 5025
Width = 1935
Begin VB.OptionButton Option1
Appearance = 0 'Flat
Caption = "允许缩放"
ForeColor = &H80000008&
Height = 225
Index = 1
Left = 210
TabIndex = 30
Top = 810
Value = -1 'True
Width = 1185
End
Begin VB.OptionButton Option1
Appearance = 0 'Flat
Caption = "固定大小"
ForeColor = &H80000008&
Height = 225
Index = 0
Left = 210
TabIndex = 29
Top = 390
Width = 1185
End
End
Begin VB.Frame Frame6
Appearance = 0 'Flat
Caption = "常规:"
ForeColor = &H80000008&
Height = 1710
Left = 4860
TabIndex = 23
Top = 4560
Width = 2325
Begin VB.CommandButton Command2
Caption = "增加菜单项"
Height = 375
Left = 390
Style = 1 'Graphical
TabIndex = 35
ToolTipText = "Add or remove menu item to jcforms"
Top = 1230
Width = 1485
End
Begin VB.CommandButton Command1
Caption = "改变标题"
Height = 375
Left = 390
Style = 1 'Graphical
TabIndex = 25
Top = 750
Width = 1485
End
Begin VB.ComboBox CboIconSize
Appearance = 0 'Flat
Height = 315
ItemData = "Demo.frx":08CA
Left = 1200
List = "Demo.frx":08DA
Style = 2 'Dropdown List
TabIndex = 24
Top = 315
Width = 675
End
Begin VB.Label Label13
AutoSize = -1 'True
Caption = "图标尺寸:"
Height = 180
Left = 420
TabIndex = 26
Top = 375
Width = 810
End
End
Begin VB.Frame Frame5
Appearance = 0 'Flat
Caption = "自定义颜色:"
ForeColor = &H80000008&
Height = 3695
Left = 4860
TabIndex = 18
Top = 765
Width = 2325
Begin VB.OptionButton OptnColors
Appearance = 0 'Flat
Caption = "渐变结束颜色"
ForeColor = &H80000008&
Height = 255
Index = 2
Left = 240
TabIndex = 22
Top = 1020
Width = 1785
End
Begin VB.OptionButton OptnColors
Appearance = 0 'Flat
Caption = "渐变起始颜色"
ForeColor = &H80000008&
Height = 255
Index = 1
Left = 240
TabIndex = 21
Top = 660
Width = 1785
End
Begin VB.OptionButton OptnColors
Appearance = 0 'Flat
Caption = "自定义背景色"
ForeColor = &H80000008&
Height = 255
Index = 0
Left = 240
TabIndex = 20
Top = 330
Value = -1 'True
Width = 1785
End
Begin VB.PictureBox picColor
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H00FBF4F4&
ForeColor = &H80000008&
Height = 2115
Left = 110
Picture = "Demo.frx":08EE
ScaleHeight = 139
ScaleMode = 3 'Pixel
ScaleWidth = 139
TabIndex = 19
Top = 1460
Width = 2115
Begin VB.Shape ShpColor
BackColor = &H00FBF4F4&
BorderColor = &H00FFFFFF&
FillColor = &H00404040&
Height = 270
Left = 1080
Top = 60
Width = 270
End
End
End
Begin VB.Frame Frame3
Appearance = 0 'Flat
ForeColor = &H80000008&
Height = 1545
Left = 2340
TabIndex = 13
Top = 2910
Width = 2355
Begin VB.CheckBox Check1
Appearance = 0 'Flat
Caption = "窗体背景色"
ForeColor = &H80000008&
Height = 225
Left = 150
TabIndex = 27
ToolTipText = "Check it if you want to change backcolor of all controls"
Top = 0
Width = 2025
End
Begin VB.OptionButton OptnBackcolorStyle
Appearance = 0 'Flat
Caption = "自定义"
Enabled = 0 'False
ForeColor = &H80000008&
Height = 225
Index = 2
Left = 240
TabIndex = 16
ToolTipText = "User Custom BackColor"
Top = 1110
Width = 1065
End
Begin VB.OptionButton OptnBackcolorStyle
Appearance = 0 'Flat
Caption = "自适应"
Enabled = 0 'False
ForeColor = &H80000008&
Height = 225
Index = 1
Left = 240
TabIndex = 15
ToolTipText = "It automatically changes with theme color selection"
Top = 750
Width = 1065
End
Begin VB.OptionButton OptnBackcolorStyle
Appearance = 0 'Flat
Caption = "默认"
Enabled = 0 'False
ForeColor = &H80000008&
Height = 225
Index = 0
Left = 240
TabIndex = 14
ToolTipText = "It sets button face color as backcolor"
Top = 390
Value = -1 'True
Width = 1065
End
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -