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
|