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/Servidor/Configuracion/uConexionOSC.dfm
2007-06-11 17:36:55 +00:00

130 lines
3.5 KiB
Plaintext

inherited frConexionOSC: TfrConexionOSC
Width = 349
Height = 233
Visible = True
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 333
Height = 169
Caption = 'Configuraci'#243'n de la tienda'
TabOrder = 0
object Label1: TLabel
Left = 54
Top = 36
Width = 44
Height = 13
Alignment = taRightJustify
Caption = 'Servidor:'
end
object Label3: TLabel
Left = 26
Top = 62
Width = 72
Height = 13
Alignment = taRightJustify
Caption = 'Base de datos:'
end
object Label4: TLabel
Left = 58
Top = 102
Width = 40
Height = 13
Alignment = taRightJustify
Caption = 'Usuario:'
end
object Label5: TLabel
Left = 38
Top = 129
Width = 60
Height = 13
Alignment = taRightJustify
Caption = 'Contrase'#241'a:'
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
object edtBDUSER: TcxTextEdit
Left = 104
Top = 99
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 = 2
Text = 'edtBDUSER'
Width = 209
end
object edtBDPASS: TcxTextEdit
Left = 104
Top = 126
Properties.EchoMode = eemPassword
Properties.PasswordChar = '*'
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 = 3
Text = 'edtBDPASS'
Width = 209
end
object edtBDNAME: TcxTextEdit
Left = 104
Top = 59
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 = 1
Text = 'edtBDNAME'
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