delphimvcframework/samples/activerecord_showcase/MainFormU.dfm
2019-06-24 21:00:17 +02:00

113 lines
2.2 KiB
Plaintext

object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'TMVCActiveRecord - ShowCase'
ClientHeight = 401
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
635
401)
PixelsPerInch = 96
TextHeight = 13
object btnCRUD: TButton
Left = 8
Top = 8
Width = 121
Height = 33
Caption = 'CRUD'
TabOrder = 0
OnClick = btnCRUDClick
end
object btnSelect: TButton
Left = 8
Top = 86
Width = 121
Height = 33
Caption = 'Queries'
TabOrder = 1
OnClick = btnSelectClick
end
object Memo1: TMemo
Left = 135
Top = 8
Width = 492
Height = 385
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Consolas'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 2
end
object btnRelations: TButton
Left = 8
Top = 125
Width = 121
Height = 35
Caption = 'Relations'
TabOrder = 3
OnClick = btnRelationsClick
end
object btnInheritance: TButton
Left = 8
Top = 166
Width = 121
Height = 34
Caption = 'Inheritance'
TabOrder = 4
OnClick = btnInheritanceClick
end
object btnValidation: TButton
Left = 8
Top = 206
Width = 121
Height = 34
Caption = 'Validation'
TabOrder = 5
OnClick = btnValidationClick
end
object btnMultiThreading: TButton
Left = 8
Top = 286
Width = 121
Height = 34
Caption = 'Multi Threading'
TabOrder = 6
OnClick = btnMultiThreadingClick
end
object btnRQL: TButton
Left = 8
Top = 246
Width = 121
Height = 34
Caption = 'RQL Query'
TabOrder = 7
OnClick = btnRQLClick
end
object btnTransientFields: TButton
Left = 8
Top = 47
Width = 121
Height = 33
Caption = 'CRUD Transient'
TabOrder = 8
OnClick = btnTransientFieldsClick
end
object FDConnection1: TFDConnection
Left = 176
Top = 56
end
end