Componentes.Terceros.RemObj.../internal/5.0.35.741/1/RemObjects SDK for Delphi/Samples/COM/COM_Main.dfm
2009-02-28 17:16:16 +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