git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@310 0c75b7a4-871f-7646-8a2f-f78d34cc349f
93 lines
1.9 KiB
Plaintext
93 lines
1.9 KiB
Plaintext
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
|
|
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
|
|
Left = 8
|
|
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:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 18
|
|
Top = 60
|
|
Width = 93
|
|
Height = 13
|
|
Margins.Bottom = 0
|
|
Caption = 'Puerto de escucha:'
|
|
end
|
|
object edtServer: TEdit
|
|
Left = 136
|
|
Top = 24
|
|
Width = 223
|
|
Height = 21
|
|
Anchors = [akLeft, akTop, akRight]
|
|
TabOrder = 0
|
|
end
|
|
object edtPort: TEdit
|
|
Left = 136
|
|
Top = 56
|
|
Width = 108
|
|
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
|
|
end
|