git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@21 05c56307-c608-d34a-929d-697000501d7a
27 lines
553 B
Plaintext
27 lines
553 B
Plaintext
object cxViewEditor: TcxViewEditor
|
|
Left = 742
|
|
Top = 104
|
|
Caption = 'cxViewEditor'
|
|
ClientHeight = 313
|
|
ClientWidth = 343
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
OnKeyPress = FormKeyPress
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object PViewEditor: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 343
|
|
Height = 313
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
end
|
|
end
|