git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@2 b6239004-a887-0f4b-9937-50029ccdca16
49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
object ClassFactoryServerMainForm: TClassFactoryServerMainForm
|
|
Left = 382
|
|
Top = 238
|
|
AutoScroll = False
|
|
Caption = 'Class Factory Server'
|
|
ClientHeight = 101
|
|
ClientWidth = 254
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Form1'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 14
|
|
object ROPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
|
|
Left = 21
|
|
Top = 10
|
|
Width = 212
|
|
Height = 48
|
|
Cursor = crHandPoint
|
|
end
|
|
object Button1: TButton
|
|
Left = 85
|
|
Top = 66
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Activate'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object ROMessage: TROBinMessage
|
|
Left = 104
|
|
Top = 16
|
|
end
|
|
object ROServer: TROIndyTCPServer
|
|
Dispatchers = <
|
|
item
|
|
Name = 'ROMessage'
|
|
Message = ROMessage
|
|
Enabled = True
|
|
end>
|
|
Port = 8090
|
|
Left = 136
|
|
Top = 16
|
|
end
|
|
end
|