git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@29 05c56307-c608-d34a-929d-697000501d7a
27 lines
566 B
Plaintext
27 lines
566 B
Plaintext
object SampleDockingRichTextFrame: TSampleDockingRichTextFrame
|
|
Left = 652
|
|
Top = 380
|
|
BorderStyle = bsNone
|
|
ClientHeight = 127
|
|
ClientWidth = 195
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object RichEdit1: TRichEdit
|
|
Left = 0
|
|
Top = 0
|
|
Width = 195
|
|
Height = 127
|
|
Align = alClient
|
|
Lines.Strings = (
|
|
'RichEdit')
|
|
TabOrder = 0
|
|
end
|
|
end
|