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
|