home *** CD-ROM | disk | FTP | other *** search
- object MudaPwd: TMudaPwd
- Left = 289
- Top = 224
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Mudan�a de Senha'
- ClientHeight = 184
- ClientWidth = 236
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnActivate = FormActivate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 14
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 236
- Height = 184
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 2
- TabOrder = 0
- object Panel3: TPanel
- Left = 2
- Top = 2
- Width = 232
- Height = 180
- Align = alClient
- TabOrder = 0
- object lblOldPassword: TLabel
- Left = 8
- Top = 9
- Width = 103
- Height = 14
- Caption = 'Digite a senha &antiga:'
- FocusControl = SenhaAntiga
- end
- object lblNewPassword: TLabel
- Left = 8
- Top = 55
- Width = 98
- Height = 14
- Caption = 'Digite a &nova senha:'
- FocusControl = Password1
- end
- object lblPasswordAgain: TLabel
- Left = 8
- Top = 102
- Width = 110
- Height = 14
- Caption = '&Redigite a nova senha:'
- FocusControl = Password2
- end
- object SenhaAntiga: TEdit
- Left = 8
- Top = 28
- Width = 217
- Height = 22
- MaxLength = 10
- PasswordChar = '*'
- TabOrder = 0
- OnExit = SenhaAntigaExit
- end
- object OKBtn: TButton
- Left = 72
- Top = 149
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 3
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 153
- Top = 149
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancelar'
- ModalResult = 2
- TabOrder = 4
- end
- object Password1: TEdit
- Left = 8
- Top = 72
- Width = 217
- Height = 22
- MaxLength = 10
- PasswordChar = '*'
- TabOrder = 1
- end
- object Password2: TEdit
- Left = 8
- Top = 119
- Width = 217
- Height = 22
- MaxLength = 10
- PasswordChar = '*'
- TabOrder = 2
- end
- end
- end
- end
-