git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@303 0c75b7a4-871f-7646-8a2f-f78d34cc349f
124 lines
2.5 KiB
Plaintext
124 lines
2.5 KiB
Plaintext
object fEditorCambiarPassword: TfEditorCambiarPassword
|
|
Left = 398
|
|
Top = 263
|
|
BorderStyle = bsDialog
|
|
Caption = 'Cambiar la contrase'#241'a'
|
|
ClientHeight = 217
|
|
ClientWidth = 406
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnClose = FormClose
|
|
OnCloseQuery = FormCloseQuery
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Bevel4: TBevel
|
|
Left = 8
|
|
Top = 154
|
|
Width = 388
|
|
Height = 10
|
|
Shape = bsBottomLine
|
|
end
|
|
object lbConfirma: TLabel
|
|
Left = 35
|
|
Top = 88
|
|
Width = 103
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Confirmar contrase'#241'a:'
|
|
end
|
|
object lbNovaSenha: TLabel
|
|
Left = 47
|
|
Top = 57
|
|
Width = 91
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Nueva contrase'#241'a:'
|
|
end
|
|
object lbSenhaAtu: TLabel
|
|
Left = 49
|
|
Top = 27
|
|
Width = 89
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Contrase'#241'a actual:'
|
|
end
|
|
object Label1: TLabel
|
|
Left = 19
|
|
Top = 132
|
|
Width = 360
|
|
Height = 13
|
|
Caption =
|
|
'Si hace clic en Cancelar, no se realizar'#225' ning'#250'n cambio sobre la' +
|
|
' contrase'#241'a.'
|
|
end
|
|
object bAceptar: TButton
|
|
Left = 234
|
|
Top = 178
|
|
Width = 75
|
|
Height = 23
|
|
Action = actAceptar
|
|
TabOrder = 0
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 319
|
|
Top = 178
|
|
Width = 75
|
|
Height = 23
|
|
Action = actCancelar
|
|
Cancel = True
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object EditAtu: TEdit
|
|
Left = 143
|
|
Top = 24
|
|
Width = 202
|
|
Height = 21
|
|
Ctl3D = True
|
|
MaxLength = 10
|
|
ParentCtl3D = False
|
|
PasswordChar = '*'
|
|
TabOrder = 2
|
|
end
|
|
object EditConfirma: TEdit
|
|
Left = 143
|
|
Top = 85
|
|
Width = 202
|
|
Height = 21
|
|
Ctl3D = True
|
|
MaxLength = 10
|
|
ParentCtl3D = False
|
|
PasswordChar = '*'
|
|
TabOrder = 4
|
|
end
|
|
object EditNova: TEdit
|
|
Left = 143
|
|
Top = 54
|
|
Width = 202
|
|
Height = 21
|
|
Ctl3D = True
|
|
MaxLength = 10
|
|
ParentCtl3D = False
|
|
PasswordChar = '*'
|
|
TabOrder = 3
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 136
|
|
Top = 169
|
|
object actAceptar: TAction
|
|
Caption = 'C&ambiar'
|
|
OnExecute = actAceptarExecute
|
|
end
|
|
object actCancelar: TAction
|
|
Caption = '&Cancelar'
|
|
OnExecute = actCancelarExecute
|
|
end
|
|
end
|
|
end
|