git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@7 05c56307-c608-d34a-929d-697000501d7a
34 lines
771 B
Plaintext
34 lines
771 B
Plaintext
object formAboutDemo: TformAboutDemo
|
|
Left = 266
|
|
Top = 113
|
|
Width = 284
|
|
Height = 447
|
|
BorderStyle = bsSizeToolWin
|
|
BorderWidth = 8
|
|
Caption = 'About this demo'
|
|
Color = clWindow
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object redDescription: TcxRichEdit
|
|
Left = 0
|
|
Top = 0
|
|
Width = 260
|
|
Height = 397
|
|
Align = alClient
|
|
ParentColor = True
|
|
Properties.PlainText = True
|
|
Properties.ReadOnly = True
|
|
Properties.ScrollBars = ssVertical
|
|
Style.BorderStyle = ebsNone
|
|
Style.HotTrack = False
|
|
Style.TransparentBorder = False
|
|
TabOrder = 0
|
|
end
|
|
end
|