📄 tabsframe.dfm
字号:
Left = 460
Top = 84
Width = 181
Height = 41
Caption = 'Tab Sequence'
Columns = 2
ItemHotTrack = True
ItemIndex = 0
Items.Strings = (
'Standard'
'Reverse')
ParentColor = True
TabOrder = 2
OnClick = grpTabSequenceClick
end
object GrpImages: TRzGroupBox
Left = 8
Top = 84
Width = 129
Caption = 'Images'
ParentColor = True
TabOrder = 3
object RzLabel3: TRzLabel
Left = 8
Top = 44
Width = 44
Height = 13
Caption = 'Position'
end
object chkImages: TRzCheckBox
Left = 8
Top = 20
Width = 105
Height = 17
Caption = 'Show Images'
HotTrack = True
State = cbUnchecked
TabOrder = 0
OnClick = chkImagesClick
end
object grpImagePosition: TRzRadioGroup
Left = 16
Top = 60
Width = 109
Height = 41
Columns = 2
GroupStyle = gsCustom
ItemHotTrack = True
ItemIndex = 0
Items.Strings = (
'Left'
'Top'
'Right'
'Bottom')
ParentColor = True
StartXPos = 0
StartYPos = 0
TabOrder = 1
OnClick = grpImagePositionClick
end
end
object GrpPageDisplay: TRzGroupBox
Left = 144
Top = 84
Width = 133
Height = 129
Caption = 'Page Display'
ParentColor = True
TabOrder = 4
object RzLabel7: TRzLabel
Left = 8
Top = 48
Width = 36
Height = 13
Caption = 'Frame'
end
object RzLabel8: TRzLabel
Left = 8
Top = 20
Width = 28
Height = 13
Caption = 'Page'
end
object chkColoredTabs: TRzCheckBox
Left = 8
Top = 80
Width = 113
Height = 17
Caption = 'Colored Pages'
HotTrack = True
State = cbUnchecked
TabOrder = 0
OnClick = chkColoredTabsClick
end
object chkMultiLine: TRzCheckBox
Left = 8
Top = 104
Width = 77
Height = 17
Caption = 'Multi-Line'
HotTrack = True
State = cbUnchecked
TabOrder = 1
OnClick = chkMultiLineClick
end
object edtFrameColor: TRzColorEdit
Left = 52
Top = 44
Width = 69
Height = 21
DefaultColor = 10263441
SelectedColor = 10263441
ShowCustomColor = True
ShowDefaultColor = True
ShowSystemColors = True
FlatButtons = True
FrameVisible = True
TabOrder = 2
OnChange = edtFrameColorChange
end
object edtPageColor: TRzColorEdit
Left = 52
Top = 16
Width = 69
Height = 21
CustomColors = RzCustomColors1
DefaultColor = 16119543
SelectedColor = 16119543
ShowCustomColor = True
ShowDefaultColor = True
ShowSystemColors = True
FlatButtons = True
FrameVisible = True
TabOrder = 3
OnChange = edtPageColorChange
end
end
object GrpHotTrack: TRzGroupBox
Left = 460
Top = 128
Width = 181
Height = 85
Caption = 'Hot Track'
ParentColor = True
TabOrder = 5
object RzLabel1: TRzLabel
Left = 8
Top = 16
Width = 29
Height = 13
Caption = 'Style'
end
object RzLabel2: TRzLabel
Left = 68
Top = 16
Width = 31
Height = 13
Caption = 'Color'
end
object grpHotTrackStyle: TRzRadioGroup
Left = 16
Top = 30
Width = 49
Height = 43
GroupStyle = gsCustom
ItemHotTrack = True
ItemIndex = 0
Items.Strings = (
'Tab'
'Text')
ParentColor = True
StartXPos = 0
StartYPos = 0
TabOrder = 0
OnClick = grpHotTrackStyleClick
end
object edtHotTrackColor: TRzColorEdit
Left = 76
Top = 36
Width = 93
Height = 21
CustomColors = RzCustomColors1
DefaultColor = 13145750
SelectedColor = 13145750
ShowCustomColor = True
ShowDefaultColor = True
ShowSystemColors = True
FlatButtons = True
FrameVisible = True
TabOrder = 1
OnChange = edtHotTrackColorChange
end
object chkComplement: TRzCheckBox
Left = 76
Top = 60
Width = 97
Height = 17
Caption = 'Complement'
HotTrack = True
State = cbUnchecked
TabOrder = 2
OnClick = chkComplementClick
end
end
object GrpTabColors: TRzGroupBox
Left = 284
Top = 84
Width = 169
Height = 129
Caption = 'Tab Colors'
ParentColor = True
TabOrder = 6
object RzLabel4: TRzLabel
Left = 8
Top = 20
Width = 73
Height = 13
Caption = 'Highlight Bar'
end
object RzLabel5: TRzLabel
Left = 8
Top = 48
Width = 70
Height = 13
Caption = 'Tab Shadow'
end
object RzLabel6: TRzLabel
Left = 8
Top = 76
Width = 62
Height = 13
Caption = 'Unselected'
end
object edtHighlightBarColor: TRzColorEdit
Left = 92
Top = 16
Width = 69
Height = 21
CustomColors = RzCustomColors1
DefaultColor = 9856100
SelectedColor = 9856100
ShowCustomColor = True
ShowDefaultColor = True
ShowSystemColors = True
FlatButtons = True
FrameVisible = True
TabOrder = 0
OnChange = edtHighlightBarColorChange
end
object edtShadowColor: TRzColorEdit
Left = 92
Top = 44
Width = 69
Height = 21
CustomColors = RzCustomColors1
DefaultColor = clBtnFace
SelectedColor = clBtnFace
ShowCustomColor = True
ShowDefaultColor = True
ShowSystemColors = True
FlatButtons = True
FrameVisible = True
TabOrder = 1
OnChange = edtShadowColorChange
end
object edtUnselectedColor: TRzColorEdit
Left = 92
Top = 72
Width = 69
Height = 21
CustomColors = RzCustomColors1
DefaultColor = clWindow
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -