ProGestion/Base/uConfigurarConexion.dfm

112 lines
2.3 KiB
Plaintext
Raw Permalink Normal View History

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