git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
28 lines
634 B
Plaintext
28 lines
634 B
Plaintext
inherited ESBarDemoAboutForm: TESBarDemoAboutForm
|
|
ClientWidth = 293
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited lbDemoName: TLabel
|
|
Width = 86
|
|
Caption = 'ESBarDemo'
|
|
end
|
|
inherited reDemoInfo: TRichEdit
|
|
Width = 157
|
|
Lines.Strings = (
|
|
'This is the SideBar feature '
|
|
'demo.'
|
|
''
|
|
'Experiment with adding, '
|
|
'deleting and renaming groups.'
|
|
''
|
|
'Drag a tree node into the '
|
|
'SideBar to add an item into a '
|
|
'group.'
|
|
''
|
|
'Try different SideBar paint '
|
|
'styles - Flat, Standard, W2k '
|
|
'and XP'
|
|
'')
|
|
end
|
|
end
|