Componentes.Terceros.UserCo.../internal/2.31RC1/1/Source/SenhaForm_U.dfm
david cc4a514b7b - Compilación para D2009
- UCBase.pas -> Modificado el formato de las fechas de 'dd/mm/yyyy' a 'mm/dd/yyyy' para que funcione con Firebird.
- UCBase.pas -> Cuando se llama a DelCurrentUser comprobar que realmente hay un usuario registrado.

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.UserControl@22 970f2627-a9d2-4748-b3d4-b5283c4fe7db
2009-03-01 17:39:41 +00:00

74 lines
1.4 KiB
Plaintext

object SenhaForm: TSenhaForm
Left = 355
Top = 241
ActiveControl = edtSenha
BorderStyle = bsDialog
Caption = 'Digitar Senha...'
ClientHeight = 145
ClientWidth = 244
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object LabelSenha: TLabel
Left = 16
Top = 7
Width = 30
Height = 13
Caption = 'Senha'
end
object LabelConfirma: TLabel
Left = 16
Top = 51
Width = 30
Height = 13
Caption = 'Senha'
end
object edtSenha: TEdit
Left = 16
Top = 23
Width = 217
Height = 21
Ctl3D = True
ParentCtl3D = False
PasswordChar = '*'
TabOrder = 0
end
object edtConfirmaSenha: TEdit
Left = 16
Top = 67
Width = 217
Height = 21
Ctl3D = True
ParentCtl3D = False
PasswordChar = '*'
TabOrder = 1
end
object btnOK: TBitBtn
Left = 44
Top = 108
Width = 75
Height = 25
TabOrder = 2
Kind = bkOK
end
object BtCancel: TBitBtn
Left = 124
Top = 108
Width = 75
Height = 25
TabOrder = 3
Kind = bkCancel
end
end