📄 formani.dfm
字号:
object frmAniDemo: TfrmAniDemo
Left = 541
Top = 284
AutoScroll = False
BorderIcons = []
Caption = 'Animation Form'
ClientHeight = 193
ClientWidth = 281
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 Label1: TLabel
Left = 172
Top = 60
Width = 48
Height = 13
Caption = 'Time (ms):'
Transparent = True
end
object SeSkinButton1: TSeSkinButton
Left = 172
Top = 18
Width = 95
Height = 25
Performance = kspDoubleBuffer
Transparent = True
OnClick = SeSkinButton1Click
BlackAndWhiteGlyph = False
Caption = 'Show From'
State = kbsNormal
TabOrder = 0
WordWrap = False
ShowCaption = True
ShowGlyph = True
SkinEngine = frmMain.SeSkinEngine1
SkinObject = 'Button'
end
object SeSkinButton2: TSeSkinButton
Left = 96
Top = 150
Width = 95
Height = 25
Performance = kspDoubleBuffer
Transparent = True
OnClick = SeSkinButton2Click
BlackAndWhiteGlyph = False
Caption = 'Close'
State = kbsNormal
TabOrder = 1
WordWrap = False
ShowCaption = True
ShowGlyph = True
SkinEngine = frmMain.SeSkinEngine1
SkinObject = 'Button'
end
object edTime: TSeSkinEdit
Left = 172
Top = 76
Width = 93
Height = 23
Cursor = crIBeam
Performance = kspDoubleBuffer
Transparent = False
AutoSize = True
BevelSides = [kbsLeft, kbsTop, kbsRight, kbsBottom]
BevelInner = kbvLowered
BevelOuter = kbvLowered
BevelKind = kbkSingle
BevelWidth = 1
BorderWidth = 3
PasswordKind = pkNone
TabOrder = 2
Text = '600'
SkinObject = 'Edit'
end
object SeRadioGroup1: TSeSkinRadioGroup
Left = 8
Top = 16
Width = 149
Height = 103
Performance = kspNoBuffer
Transparent = True
CaptionMargin = 12
TabOrder = 3
Caption = 'Animation Kind:'
CheckBoxAlignment = ktaLeftJustify
UseCheckBox = False
SkinEngine = frmMain.SeSkinEngine1
SkinObject = 'GroupBox'
Columns = 2
ItemIndex = 2
Items.Strings = (
'None'
'Random'
'Fade'
'Slide'
'Rect')
end
object SeSkinForm1: TSeSkinForm
BorderIcons = [kbiClose, kbiSystemMenu, kbiMinimize, kbiMaximize, kbiRollup, kbiTray]
BorderStyle = kbsStandard
Caption = 'Animation Form'
Performance = ksfpNoBuffer
StayOnTop = False
StretchBackground = False
WindowState = kwsNormal
SkinEngine = frmMain.SeSkinEngine1
SkinObject = 'Form'
Left = 214
Top = 114
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -