📄 editorsstylesdemostylespalette.dfm
字号:
Properties.Alignment.Horz = taLeftJustify
Properties.Alignment.Vert = taVCenter
Properties.Depth = 5
Properties.LabelEffect = cxleCool
Properties.ShadowedColor = 16424562
Style.StyleController = cxLabelStyleController
end
object lbCalcEdit: TcxLabel
Left = 15
Top = 80
Width = 70
Height = 22
Hint = 'cxCalcEdit'
Caption = 'cxCalcEdit'
ParentColor = False
ParentFont = False
Properties.Alignment.Horz = taLeftJustify
Properties.Alignment.Vert = taVCenter
Properties.Depth = 5
Properties.LabelEffect = cxleCool
Properties.ShadowedColor = 16424562
Style.StyleController = cxLabelStyleController
end
object lbColorComboBox: TcxLabel
Left = 15
Top = 309
Width = 90
Height = 22
Hint = 'cxLabel'
Caption = 'cxColorCombo'
ParentColor = False
ParentFont = False
Properties.Alignment.Horz = taLeftJustify
Properties.Alignment.Vert = taVCenter
Properties.Depth = 5
Properties.LabelEffect = cxleCool
Properties.ShadowedColor = 16424562
Style.StyleController = cxLabelStyleController
end
object cxCalcEdit: TcxCalcEdit
Left = 157
Top = 80
Width = 153
Height = 21
EditValue = 0
ParentFont = False
Style.StyleController = cxEditStyleController
TabOrder = 15
end
object cxDateEdit: TcxDateEdit
Left = 157
Top = 374
Width = 153
Height = 21
ParentFont = False
Properties.Kind = ckDateTime
Style.StyleController = cxEditStyleController
TabOrder = 16
end
object lbCheckComboBox: TcxLabel
Left = 15
Top = 341
Width = 97
Height = 22
Hint = 'cxCheckCombo'
Caption = 'cxCheckCombo'
ParentColor = False
ParentFont = False
Properties.Alignment.Horz = taLeftJustify
Properties.Alignment.Vert = taVCenter
Properties.Depth = 5
Properties.LabelEffect = cxleCool
Properties.ShadowedColor = 16424562
Style.StyleController = cxLabelStyleController
end
object cxSpinEdit: TcxSpinEdit
Left = 157
Top = 113
Width = 153
Height = 21
ParentFont = False
Style.StyleController = cxEditStyleController
TabOrder = 18
end
object cbDisableEditors: TcxCheckBox
Left = 16
Top = 424
Width = 161
Height = 21
Hint = 'Disable editors'
Caption = 'Disable editors'
ParentFont = False
Style.TextStyle = [fsBold]
TabOrder = 19
OnClick = cbDisableEditorsClick
end
end
object pnlStyle: TcxGroupBox [2]
Left = 353
Top = 0
Width = 339
Height = 508
Align = alRight
Alignment = alCenterCenter
Style.BorderStyle = ebsNone
TabOrder = 2
object Grid: TcxGrid
Left = 2
Top = 117
Width = 335
Height = 389
Align = alClient
TabOrder = 0
object tvStyles: TcxGridTableView
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoGroupsAlwaysExpanded]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
NavigatorButtons.ConfirmDelete = False
OptionsCustomize.ColumnFiltering = False
OptionsCustomize.ColumnGrouping = False
OptionsCustomize.ColumnHidingOnGrouping = False
OptionsCustomize.ColumnMoving = False
OptionsCustomize.ColumnSorting = False
OptionsView.GroupByBox = False
OptionsView.Header = False
Styles.Group = cxStyle1
object clnStyleCategory: TcxGridColumn
Caption = 'Style'
PropertiesClassName = 'TcxImageComboBoxProperties'
Properties.Items = <
item
Description = 'Normal'
ImageIndex = 0
Value = '0'
end
item
Description = 'Disabled'
ImageIndex = 0
Value = '1'
end
item
Description = 'Focused'
ImageIndex = 0
Value = '2'
end
item
Description = 'Hot'
ImageIndex = 0
Value = '3'
end>
Visible = False
GroupIndex = 0
Options.Editing = False
end
object clnStyleValueName: TcxGridColumn
Options.Editing = False
end
object clnStyleValue: TcxGridColumn
OnGetProperties = clnStyleValueGetProperties
end
end
object lvStyles: TcxGridLevel
GridView = tvStyles
end
end
object cxLabel1: TcxLabel
Left = 2
Top = 2
Width = 335
Height = 26
Hint = 'cxLabel'
Align = alTop
Caption = ' Styles'
ParentFont = False
Properties.Alignment.Horz = taLeftJustify
Properties.Alignment.Vert = taVCenter
Properties.Depth = 7
Properties.LabelEffect = cxleFun
Properties.ShadowedColor = clGray
Style.Font.Charset = DEFAULT_CHARSET
Style.Font.Color = clWindowText
Style.Font.Height = -16
Style.Font.Name = 'Tahoma'
Style.Font.Style = [fsBold]
Style.TransparentBorder = False
end
object Panel: TPanel
Left = 2
Top = 28
Width = 335
Height = 89
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object rgColorPalette: TcxRadioGroup
Left = 8
Top = 0
Width = 165
Height = 81
Caption = 'Color Palette'
ItemIndex = 0
ParentBackground = False
Properties.Columns = 2
Properties.Items = <
item
Caption = 'Light Blue'
end
item
Caption = 'Light Gray'
end
item
Caption = 'Wood'
end
item
Caption = 'Rainy Day'
end
item
Caption = 'Brick'
end
item
Caption = 'Deep Sea'
end>
Properties.OnChange = rgStylesPropertiesChange
TabOrder = 0
end
object rgLookAndFeel: TcxRadioGroup
Left = 180
Top = 0
Width = 149
Height = 81
Caption = 'Look And Feel'
ItemIndex = 2
ParentBackground = False
Properties.Columns = 2
Properties.Items = <
item
Caption = 'Flat'
Value = 0
end
item
Caption = 'Standard'
Value = 1
end
item
Caption = 'Ultra Flat'
Value = 2
end
item
Caption = 'Office11'
Value = 3
end
item
Caption = 'Native'
Value = 4
end>
Properties.OnChange = rgLookAndFeelPropertiesChange
TabOrder = 1
end
end
end
inherited cxEditStyleController: TcxEditStyleController
Style.BorderColor = 10979707
Style.Color = 16568764
Style.Font.Color = clBlack
Style.LookAndFeel.NativeStyle = False
Style.TextColor = clBlack
StyleFocused.BorderColor = 10979707
StyleFocused.Color = 16514043
StyleFocused.TextColor = clBlack
StyleHot.BorderColor = 10979707
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -