home *** CD-ROM | disk | FTP | other *** search
- object Dlgpwreset: TDlgpwreset
- Left = 191
- Top = 147
- Width = 224
- Height = 150
- Caption = 'Password Reset'
- Color = clBtnFace
- Constraints.MaxHeight = 150
- Constraints.MaxWidth = 224
- Constraints.MinHeight = 150
- Constraints.MinWidth = 224
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 2
- Top = 3
- Width = 210
- Height = 13
- Caption = 'Enter Users Email Address to reset password'
- end
- object Label2: TLabel
- Left = 2
- Top = 43
- Width = 139
- Height = 13
- Caption = 'Enter New Password for User'
- end
- object UserEmail: TEdit
- Left = 8
- Top = 21
- Width = 201
- Height = 21
- TabOrder = 0
- end
- object Breset: TButton
- Left = 0
- Top = 88
- Width = 70
- Height = 25
- Caption = 'Reset'
- TabOrder = 2
- OnClick = BresetClick
- end
- object BEmail: TButton
- Left = 72
- Top = 88
- Width = 70
- Height = 25
- Caption = 'Email'
- TabOrder = 3
- OnClick = BEmailClick
- end
- object BCancel: TButton
- Left = 144
- Top = 88
- Width = 70
- Height = 25
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = BCancelClick
- end
- object PW: TEdit
- Left = 7
- Top = 61
- Width = 201
- Height = 21
- TabOrder = 1
- end
- end
-