Componentes.Terceros.RemObj.../internal/6.0.43.801/1/RemObjects Samples/RemObjects SDK for Delphi/COM/COM_Main.dfm
2010-01-29 16:17:43 +00:00

49 lines
991 B
Plaintext

object COM_MainForm: TCOM_MainForm
Left = 494
Top = 271
Width = 248
Height = 191
Caption = 'COM Test'
Color = clBtnFace
ParentFont = True
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