home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMCONFIRMPASSWORD / TFORMCONFIRMPASSWORD.txt
Encoding:
Text File  |  2004-04-06  |  1.1 KB  |  61 lines

  1. object FormConfirmPassword: TFormConfirmPassword
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Password'
  7.   ClientHeight = 99
  8.   ClientWidth = 250
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     250
  20.     99)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label3: TLabel
  24.     Left = 16
  25.     Top = 19
  26.     Width = 84
  27.     Height = 13
  28.     Caption = 'Confirm Password'
  29.   end
  30.   object EditConfirmPassword: TEdit
  31.     Left = 112
  32.     Top = 16
  33.     Width = 129
  34.     Height = 21
  35.     PasswordChar = '*'
  36.     TabOrder = 0
  37.   end
  38.   object BtnOK: TButton
  39.     Left = 81
  40.     Top = 60
  41.     Width = 75
  42.     Height = 25
  43.     Anchors = [akTop, akRight]
  44.     Caption = 'OK'
  45.     Default = True
  46.     TabOrder = 1
  47.     OnClick = BtnOKClick
  48.   end
  49.   object BtnCancel: TButton
  50.     Left = 167
  51.     Top = 60
  52.     Width = 75
  53.     Height = 25
  54.     Anchors = [akTop, akRight]
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.