📄 ctrl2.dfm
字号:
object frmControls2: TfrmControls2
Left = 378
Top = 208
AutoScroll = False
BorderIcons = [biMinimize, biMaximize]
Caption = 'Controls #2'
ClientHeight = 278
ClientWidth = 490
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 KsBlendPanel1: TTePanel
Left = 328
Top = 8
Width = 149
Height = 90
BorderWidth = 3
Caption = 'Panel'
TabOrder = 0
ThemeObject = 'default'
end
object KsBlendPanel2: TTePanel
Left = 328
Top = 106
Width = 147
Height = 90
BorderWidth = 3
Caption = 'Panel'
TabOrder = 1
ThemeObject = 'default'
end
object PageControl: TTeTabControl
Left = 8
Top = 16
Width = 305
Height = 245
Performance = kspNoBuffer
ActivePage = SeCustomTabSheet3
Tabs.Strings = (
'Page1'
'Page2'
'Page3'
'Page4')
TabIndex = 2
ThemeObject = 'default'
UsePages = True
TabOrder = 2
TabStop = True
object SeCustomTabSheet1: TTeTabSheet
Caption = 'Page1'
PageIndex = 0
PageVisible = True
object SeSkinButton1: TTeButton
Left = 24
Top = 24
Width = 105
Height = 25
Performance = kspDoubleBuffer
BlackAndWhiteGlyph = False
Caption = 'SeSkinButton1'
ThemeObject = 'default'
TabOrder = 0
WordWrap = False
end
end
object SeCustomTabSheet2: TTeTabSheet
Caption = 'Page2'
PageIndex = 1
PageVisible = True
object SeSkinGroupBox1: TTeGroupBox
Left = 24
Top = 24
Width = 100
Height = 121
Performance = kspNoBuffer
CaptionMargin = 12
Caption = 'GroupBox'
CheckBoxAlignment = kalLeftJustify
ThemeObject = 'default'
Transparent = True
TabOrder = 0
UseCheckBox = False
end
end
object SeCustomTabSheet3: TTeTabSheet
Caption = 'Page3'
PageIndex = 2
PageVisible = True
object TabControl: TTeTabControl
Left = 8
Top = 18
Width = 273
Height = 175
Performance = kspNoBuffer
Tabs.Strings = (
'Tab1'
'Tab2'
'Tab3'
'Tab4')
TabIndex = 0
ThemeObject = 'default'
UsePages = False
TabOrder = 0
TabStop = True
object KsBlendCheckBox3: TTeCheckBox
Left = 32
Top = 89
Width = 71
Height = 20
Performance = kspDoubleBuffer
OnClick = KsBlendCheckBox3Click
Caption = 'Opposite'
AllowGrayed = False
Alignment = kalLeftJustify
Checked = False
Spacing = 5
State = kcbsUnChecked
ThemeObject = 'default'
TabOrder = 0
Transparent = True
WordWrap = False
end
object KsBlendCheckBox2: TTeCheckBox
Left = 32
Top = 65
Width = 73
Height = 20
Performance = kspDoubleBuffer
OnClick = KsBlendCheckBox2Click
Caption = 'Multiline'
AllowGrayed = False
Alignment = kalLeftJustify
Checked = False
Spacing = 5
State = kcbsUnChecked
ThemeObject = 'default'
TabOrder = 1
Transparent = True
WordWrap = False
end
end
end
object SeCustomTabSheet4: TTeTabSheet
Caption = 'Page4'
PageIndex = 3
PageVisible = True
end
end
object SeSkinCheckBox1: TTeCheckBox
Left = 330
Top = 238
Width = 109
Height = 20
Performance = kspDoubleBuffer
OnClick = SeSkinCheckBox1Click
Caption = 'Disable skin'
AllowGrayed = False
Alignment = kalLeftJustify
Checked = False
Spacing = 5
State = kcbsUnChecked
ThemeObject = 'default'
TabOrder = 3
Transparent = True
WordWrap = False
end
object SeSkinForm1: TTeForm
Animation.EffectKind = '[ RANDOM ] - Random selection'
BorderIcons = [kbiClose, kbiSystemMenu, kbiMinimize, kbiMaximize, kbiRollup, kbiTray]
BorderStyle = kbsStandard
Caption = 'Controls #2'
SystemMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
TrayMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
Performance = ksfpNoBuffer
StayOnTop = False
StretchBackground = False
WindowState = kwsNormal
ThemeObject = 'default'
Left = 332
Top = 204
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -