object fConfigurarConexion: TfConfigurarConexion
Left = 663
Top = 468
ActiveControl = edtServer
Caption = 'Configuraci'#243'n de la conexi'#243'n'
ClientHeight = 149
ClientWidth = 392
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object bProbar: TButton
Left = 8
Top = 113
Width = 121
Height = 25
Caption = '&Probar la conexi'#243'n'
TabOrder = 1
OnClick = bProbarClick
end
object GroupBox1: TGroupBox
Top = 8
Width = 375
Height = 97
Caption = 'Servidor'
TabOrder = 0
DesignSize = (
375
97)
object Label1: TLabel
Left = 18
Top = 28
Width = 97
Height = 13
Margins.Bottom = 0
Caption = 'Nombre del servidor:'
object Label2: TLabel
Top = 60
Width = 93
Caption = 'Puerto de escucha:'
object edtServer: TEdit
Left = 136
Top = 24
Width = 223
Height = 21
Anchors = [akLeft, akTop, akRight]
object edtPort: TEdit
Top = 56
Width = 108
Text = '8099'
object bAceptar: TButton
Left = 219
Width = 75
Caption = '&Aceptar'
Default = True
ModalResult = 1
TabOrder = 2
object bCancelar: TButton
Left = 307
Cancel = True
Caption = '&Cancelar'
ModalResult = 2
TabOrder = 3
object HTTPChannel: TROWinInetHTTPChannel
ServerLocators = <>
DispatchOptions = []
ProbeServers = False
ProbeFrequency = 60000
UserAgent = 'AdminPV'
TargetURL = 'http://localhost:8099/BIN'
Left = 120
Top = 112
object ROBinMessage: TROBinMessage
Left = 152
object CoService: TRORemoteService
ServiceName = 'srvLogin'
Message = ROBinMessage
Channel = HTTPChannel
Left = 184