Componentes.Terceros.DevExp.../official/x.19/ExpressBars 5/Demos/Delphi/SampleDocking/SampleDockingRichText.dfm
2007-09-09 11:27:22 +00:00

26 lines
541 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 = []
PixelsPerInch = 96
TextHeight = 13
object RichEdit1: TRichEdit
Left = 0
Top = 0
Width = 195
Height = 127
Align = alClient
Lines.Strings = (
'RichEdit')
TabOrder = 0
end
end