AlonsoYSal_FactuGES2/Source/ApplicationBase/Configuracion/Views/uViewConfiguracionGeneral.dfm
2019-11-18 10:36:42 +00:00

234 lines
5.6 KiB
Plaintext

inherited frViewConfiguracionGeneral: TfrViewConfiguracionGeneral
Width = 910
Height = 433
inherited Panel1: TPanel
Width = 900
ExplicitWidth = 424
inherited Label3: TLabel
Width = 888
Caption = 'Apariencia'
ExplicitWidth = 63
end
end
inherited JvGradientHeaderPanel1: TJvGradientHeaderPanel
Width = 910
ExplicitWidth = 434
end
object Panel2: TPanel
AlignWithMargins = True
Left = 5
Top = 142
Width = 900
Height = 22
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
Alignment = taLeftJustify
AutoSize = True
BevelInner = bvSpace
BevelOuter = bvNone
Color = clInactiveCaptionText
Font.Charset = DEFAULT_CHARSET
Font.Color = clHotLight
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Padding.Left = 5
Padding.Top = 3
Padding.Right = 5
Padding.Bottom = 3
ParentBackground = False
ParentFont = False
TabOrder = 2
ExplicitWidth = 424
object Label2: TLabel
Left = 6
Top = 4
Width = 888
Height = 14
Align = alTop
Caption = 'Seguridad'
ExplicitWidth = 62
end
end
object Panel3: TPanel
AlignWithMargins = True
Left = 5
Top = 68
Width = 900
Height = 74
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
ParentColor = True
TabOrder = 3
ExplicitWidth = 424
object Label1: TLabel
Left = 17
Top = 14
Width = 54
Height = 13
Caption = 'Apariencia:'
Visible = False
end
object cbEsquemaColor: TComboBox
Left = 77
Top = 11
Width = 202
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
Visible = False
end
object cbMostrarMenu: TCheckBox
Left = 17
Top = 43
Width = 262
Height = 17
Caption = 'Mostrar siempre men'#250' principal'
TabOrder = 1
end
end
object Panel4: TPanel
AlignWithMargins = True
Left = 5
Top = 164
Width = 900
Height = 72
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
ParentColor = True
TabOrder = 4
ExplicitWidth = 424
object Label4: TLabel
Left = 17
Top = 43
Width = 237
Height = 13
Caption = 'N'#186' m'#225'ximo de intentos de inicio de sesi'#243'n fallidos:'
end
object CheckBox1: TCheckBox
Left = 17
Top = 12
Width = 336
Height = 17
Caption =
'Recordar usuario y contrase'#241'a del '#250'ltimo inicio de sesi'#243'n v'#225'lido' +
'.'
TabOrder = 0
end
object edtNumIntentos: TcxSpinEdit
Left = 260
Top = 40
Properties.ImmediatePost = True
Properties.MaxValue = 10.000000000000000000
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
Width = 45
end
end
object Panel5: TPanel
AlignWithMargins = True
Left = 5
Top = 236
Width = 900
Height = 22
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
Alignment = taLeftJustify
AutoSize = True
BevelInner = bvSpace
BevelOuter = bvNone
Color = clInactiveCaptionText
Font.Charset = DEFAULT_CHARSET
Font.Color = clHotLight
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Padding.Left = 5
Padding.Top = 3
Padding.Right = 5
Padding.Bottom = 3
ParentBackground = False
ParentFont = False
TabOrder = 5
ExplicitWidth = 424
object Label5: TLabel
Left = 6
Top = 4
Width = 888
Height = 14
Align = alTop
Caption = 'Usuarios'
ExplicitWidth = 51
end
end
object Panel6: TPanel
AlignWithMargins = True
Left = 5
Top = 258
Width = 900
Height = 72
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
ParentColor = True
TabOrder = 6
ExplicitWidth = 424
object lblLongMinPass: TLabel
Left = 17
Top = 43
Width = 163
Height = 13
Caption = 'Longitud m'#237'nima de la contrase'#241'a:'
end
object cbPassObligatoria: TCheckBox
Left = 17
Top = 12
Width = 262
Height = 17
Caption = 'Contrase'#241'a obligatoria para los usuarios'
TabOrder = 0
end
object edtLongMinPass: TcxSpinEdit
Left = 186
Top = 40
Properties.ImmediatePost = True
Properties.MaxValue = 10.000000000000000000
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
Width = 45
end
end
end