- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 - Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
object COM_MainForm: TCOM_MainForm
|
|
Left = 494
|
|
Top = 271
|
|
Width = 248
|
|
Height = 191
|
|
Caption = 'COM Test'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
|
|
Left = 11
|
|
Top = 104
|
|
Width = 212
|
|
Height = 48
|
|
Cursor = crHandPoint
|
|
ApplicationType = atClient
|
|
end
|
|
object SumButton: TButton
|
|
Left = 80
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Sum'
|
|
TabOrder = 0
|
|
OnClick = SumButtonClick
|
|
end
|
|
object TPersonButton: TButton
|
|
Left = 80
|
|
Top = 40
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'TPerson'
|
|
TabOrder = 1
|
|
OnClick = TPersonButtonClick
|
|
end
|
|
object MultipleCallButton: TButton
|
|
Left = 80
|
|
Top = 72
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Multiple calls'
|
|
Default = True
|
|
TabOrder = 2
|
|
OnClick = MultipleCallButtonClick
|
|
end
|
|
end
|