18 lines
382 B
Plaintext
18 lines
382 B
Plaintext
|
|
object cxDesignFormEditor: TcxDesignFormEditor
|
||
|
|
Left = 612
|
||
|
|
Top = 120
|
||
|
|
Width = 320
|
||
|
|
Height = 240
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
OnClose = FormClose
|
||
|
|
OnCreate = FormCreate
|
||
|
|
OnDestroy = FormDestroy
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
end
|