mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
|
object CustomersTDG: TCustomersTDG
|
||
|
OldCreateOrder = False
|
||
|
OnCreate = DataModuleCreate
|
||
|
Height = 150
|
||
|
Width = 215
|
||
|
object FDConnection1: TFDConnection
|
||
|
Params.Strings = (
|
||
|
'ConnectionDef=CUSTOMERSITDEVCON')
|
||
|
LoginPrompt = False
|
||
|
Left = 80
|
||
|
Top = 48
|
||
|
end
|
||
|
end
|