ProGestion/Servidor/uConfGeneral.dfm
2007-06-21 16:12:43 +00:00

40 lines
784 B
Plaintext

inherited frConfGeneral: TfrConfGeneral
Width = 519
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