source upload
This commit is contained in:
31
contrib/mORMot/SQLite3/Samples/MainDemo/FileMain.dfm
Normal file
31
contrib/mORMot/SQLite3/Samples/MainDemo/FileMain.dfm
Normal file
@@ -0,0 +1,31 @@
|
||||
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
|
Reference in New Issue
Block a user