Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/COM/COM_Main.dfm
david d99a44999f - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 13:36:58 +00:00

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