📄 shadow.dfm
字号:
object frmShadow: TfrmShadow
Left = 451
Top = 274
AutoScroll = False
BorderIcons = []
Caption = 'Cool shadow'
ClientHeight = 198
ClientWidth = 340
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object SeSkinCheckBox1: TSeSkinCheckBox
Left = 154
Top = 17
Width = 98
Height = 20
Performance = kspDoubleBuffer
Transparent = True
OnClick = SeSkinCheckBox1Click
Caption = 'Disable skin'
AllowGrayed = False
Alignment = ktaLeftJustify
Checked = True
Spacing = 5
State = cbChecked
WordWrap = False
TabOrder = 0
SkinEngine = frmMain.SeSkinEngine1
SkinObject = 'CheckBox'
end
object MyForm1: TSeSkinForm
BorderIcons = [kbiClose, kbiSystemMenu, kbiMinimize, kbiMaximize, kbiRollup, kbiTray]
BorderStyle = kbsStandard
Caption = 'Cool shadow'
Dragging.DragMode = kfdmBorder
Performance = ksfpNoBuffer
Shadow.Enabled = True
Shadow.Size = 6
StayOnTop = False
StretchBackground = False
WindowState = kwsNormal
SkinEngine = frmMain.SeSkinEngine1
SkinObject = 'Form'
Left = 16
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -