This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Noviseda_FactuGES2/Source/Servidor/Configuracion/uConfGeneral.dfm
2009-12-16 17:16:54 +00:00

40 lines
787 B
Plaintext

inherited frConfGeneral: TfrConfGeneral
Visible = True
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 375
Height = 105
Caption = 'General'
TabOrder = 0
DesignSize = (
375
105)
object Label2: TLabel
Left = 18
Top = 60
Width = 93
Height = 13
Caption = 'Puerto de escucha:'
end
object edtPort: TEdit
Left = 128
Top = 56
Width = 116
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = '8099'
OnExit = edtPortExit
end
object cbInicioWin: TCheckBox
Left = 17
Top = 27
Width = 232
Height = 17
Caption = 'Iniciar con Windows'
TabOrder = 1
end
end
end