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.
LuisLeon_FactuGES/Source/Servidor/Configuracion/uConexionOSC.dfm
2007-06-11 15:29:06 +00:00

56 lines
1.4 KiB
Plaintext

inherited frConexionOSC: TfrConexionOSC
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 333
Height = 169
Caption = 'Configuraci'#243'n de la tienda'
TabOrder = 0
object Label1: TLabel
Left = 31
Top = 36
Width = 67
Height = 13
Alignment = taRightJustify
Caption = 'Origen ODBC:'
end
object edtBDSERVER: TcxTextEdit
Left = 104
Top = 32
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Text = 'edtBDSERVER'
Width = 209
end
end
object bComprobar: TButton
Left = 180
Top = 191
Width = 161
Height = 25
Action = actComprobar
TabOrder = 1
end
object ActionList1: TActionList
Left = 24
Top = 24
object actAceptar: TAction
Caption = '&Aceptar'
end
object actCancelar: TAction
Caption = '&Cancelar'
end
object actComprobar: TAction
Caption = 'Comprobar la conexi'#243'n'
OnExecute = actComprobarExecute
end
end
end