home *** CD-ROM | disk | FTP | other *** search
- object ChangePassword: TChangePassword
- Left = 194
- Top = 522
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Change password'
- ClientHeight = 146
- ClientWidth = 249
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = ClearPass
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 46
- Top = 115
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 1
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 126
- Top = 115
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 233
- Height = 97
- UseDockManager = False
- TabOrder = 0
- TabStop = True
- object NewPassword: TLabel
- Left = 8
- Top = 8
- Width = 115
- Height = 13
- Caption = 'Fill in the new password:'
- end
- object NewPasswordAgain: TLabel
- Left = 9
- Top = 54
- Width = 144
- Height = 13
- Caption = 'Fill in the new password again:'
- end
- object NewPaswoord: TEdit
- Left = 8
- Top = 21
- Width = 217
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- OnKeyDown = PaswoordKeyDown
- OnKeyPress = EnterKeyPress
- end
- object NewPaswoordCheck: TEdit
- Left = 8
- Top = 67
- Width = 217
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- OnKeyDown = NewPaswoordCheckKeyDown
- OnKeyPress = EnterKeyPress
- end
- end
- end
-