📄 editorsstylesdemonotebook.dfm
字号:
inherited EditorsStylesDemoNoteBookFrame: TEditorsStylesDemoNoteBookFrame
Left = 154
Top = 91
ClientHeight = 536
Color = 11590888
Constraints.MaxHeight = 600
Constraints.MinHeight = 570
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
inherited pnlDescription: TPanel
TabOrder = 1
inherited memDescrip: TcxMemo
Top = 37
Height = 44
Lines.Strings = (
'This page shows three types of the extended ComboBox control:'
''
'1) cxFontNameComboBox, non data-aware, within '#39'Notebook Notes'#39' o' +
'n the left and this is used to control the notes display'
''
'2) cxDBFontNameComboBox, data-aware and stand-alone, used within' +
' the '#39'Text Settings'#39' groupbox.'
''
'3) cxDBColorComboBox, data-aware and stand-alone, used within th' +
'e '#39'Text Settings'#39' groupbox')
end
object gbDescriptionControls: TcxGroupBox
Left = 0
Top = 0
Width = 129
Height = 37
Align = alTop
Alignment = alCenterCenter
Caption = 'p'
TabOrder = 1
object cxFontNameComboBox: TcxFontNameComboBox
Left = 60
Top = 9
Width = 59
Height = 21
Hint = 'cxFontNameComboBox'
Anchors = [akLeft, akTop, akRight]
ParentFont = False
Properties.OnChange = cxFontNameComboBoxPropertiesChange
TabOrder = 0
end
object cxSpinEdit: TcxSpinEdit
Left = 10
Top = 9
Width = 43
Height = 21
Hint = 'cxSpinEdit'
ParentFont = False
Properties.MaxValue = 100
Properties.OnChange = cxSpinEditPropertiesChange
TabOrder = 1
Value = 8
end
end
end
object cxGroupBox1: TcxGroupBox [1]
Left = 321
Top = 0
Width = 371
Height = 536
Align = alClient
Alignment = alCenterCenter
TabOrder = 0
object lblNote: TcxLabel
Left = 2
Top = 2
Width = 367
Height = 17
Hint = 'cxLabel'
Align = alTop
Caption = 'Note:'
ParentColor = False
ParentFont = False
Style.StyleController = cxLabelStyleController
end
object cxGroupBox3: TcxGroupBox
Left = 2
Top = 19
Width = 367
Height = 515
Align = alClient
Alignment = alCenterCenter
Caption = '`'
TabOrder = 1
object pnSpiral: TPanel
Left = 2
Top = 2
Width = 40
Height = 511
Align = alLeft
BevelOuter = bvNone
TabOrder = 0
end
object dbmText: TcxDBMemo
Left = 42
Top = 2
Width = 323
Height = 511
Hint = 'cxDBMemo'
Align = alClient
DataBinding.DataField = 'Note'
DataBinding.DataSource = EditorsStylesDemoDataDM.dsNoteBook
Properties.ScrollBars = ssVertical
Style.Color = 14546939
TabOrder = 1
end
end
end
object cxGroupBox2: TcxGroupBox [2]
Left = 0
Top = 0
Width = 321
Height = 536
Align = alLeft
Alignment = alCenterCenter
TabOrder = 2
object gbFont: TcxGroupBox
Left = 28
Top = 104
Width = 257
Height = 177
Hint = 'cxGroupBox'
Caption = 'Text Settings'
ParentFont = False
TabOrder = 0
LookAndFeel.Kind = lfStandard
object lbNoteFontColor: TcxLabel
Left = 8
Top = 56
Width = 34
Height = 17
Hint = 'cxLabel'
Caption = 'Color: '
ParentColor = False
ParentFont = False
Style.StyleController = cxLabelStyleController
end
object cbFontName: TcxDBFontNameComboBox
Left = 104
Top = 16
Width = 143
Height = 21
Hint = 'cxDBFontNameComboBox'
DataBinding.DataField = 'NoteFont'
DataBinding.DataSource = EditorsStylesDemoDataDM.dsNoteBook
ParentFont = False
Properties.DropDownSizeable = True
Properties.ImmediatePost = True
Style.StyleController = cxEditStyleController
TabOrder = 0
end
object cbFontColor: TcxDBColorComboBox
Left = 128
Top = 56
Width = 121
Height = 21
Hint = 'cxDBColorComboBox'
DataBinding.DataField = 'NoteFontColor'
DataBinding.DataSource = EditorsStylesDemoDataDM.dsNoteBook
ParentFont = False
Properties.AllowSelectColor = True
Properties.DefaultColor = clBlack
Properties.DefaultDescription = 'clBlack'
Properties.DropDownSizeable = True
Properties.ImmediatePost = True
Properties.Items = <>
Properties.PrepareInfo = ''
Style.StyleController = cxEditStyleController
TabOrder = 1
end
object lbTextSize: TcxLabel
Left = 8
Top = 96
Width = 27
Height = 17
Caption = 'Size:'
ParentColor = False
ParentFont = False
Style.StyleController = cxLabelStyleController
end
object seTextSize: TcxDBSpinEdit
Left = 200
Top = 96
Width = 49
Height = 21
DataBinding.DataField = 'NOTETEXTSIZE'
DataBinding.DataSource = EditorsStylesDemoDataDM.dsNoteBook
ParentFont = False
Properties.ImmediatePost = True
Style.StyleController = cxEditStyleController
TabOrder = 4
end
object lbBkGround: TcxLabel
Left = 8
Top = 136
Width = 92
Height = 17
Caption = 'Background Color:'
ParentColor = False
ParentFont = False
Style.StyleController = cxLabelStyleController
end
object cbBkTextColor: TcxDBColorComboBox
Left = 128
Top = 136
Width = 121
Height = 21
Hint = 'cxDBColorComboBox'
DataBinding.DataField = 'NOTETEXTBKCOLOR'
DataBinding.DataSource = EditorsStylesDemoDataDM.dsNoteBook
ParentFont = False
Properties.AllowSelectColor = True
Properties.DefaultColor = clWhite
Properties.DefaultDescription = 'clWhite'
Properties.DropDownSizeable = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -