32 lines
642 B
Plaintext
32 lines
642 B
Plaintext
object MainForm: TMainForm
|
|
Left = 180
|
|
Top = 235
|
|
Width = 1015
|
|
Height = 735
|
|
Caption = ' Synopse mORMot Framework demo - SynFile'
|
|
Color = clBtnFace
|
|
Constraints.MinHeight = 240
|
|
Constraints.MinWidth = 132
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageList32: TImageList
|
|
Height = 32
|
|
Width = 32
|
|
Left = 224
|
|
Top = 72
|
|
end
|
|
object ImageList16: TImageList
|
|
Left = 264
|
|
Top = 72
|
|
end
|
|
end
|