home *** CD-ROM | disk | FTP | other *** search
- object FormConfirmPassword: TFormConfirmPassword
- Left = 192
- Top = 107
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Confirm Password'
- ClientHeight = 99
- ClientWidth = 250
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnShow = FormShow
- DesignSize = (
- 250
- 99)
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 16
- Top = 19
- Width = 84
- Height = 13
- Caption = 'Confirm Password'
- end
- object EditConfirmPassword: TEdit
- Left = 112
- Top = 16
- Width = 129
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object BtnOK: TButton
- Left = 81
- Top = 60
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 167
- Top = 60
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-