git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@2 c93665c3-c93d-084d-9b98-7d5f4a9c3376
56 lines
1.4 KiB
Plaintext
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
|