📄 backgrounddemoabout.dfm
字号:
inherited BackgroundDemoAboutForm: TBackgroundDemoAboutForm
inherited lbDemoName: TLabel
Width = 125
Caption = 'BackgroundDemo'
end
inherited reDemoInfo: TRichEdit
Lines.Strings = (
'Experiment with displaying/hiding '
'background images at runtime.'
''
'In this demo you can:'
''
'- hide background images of one '
'or more toolbars'
''
'- replace images with your own '
''
'- see the effect of changing the '
'display style'
''
'Note the use of '
'dxBarManager1.LockUpdate in '
'the cbShowImageCaptionsClick '
'event handler.')
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -