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

  1. object FormPasswordMismatch: TFormPasswordMismatch
  2.   Left = 477
  3.   Top = 300
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password mismatch'
  7.   ClientHeight = 178
  8.   ClientWidth = 253
  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 = poScreenCenter
  17.   DesignSize = (
  18.     253
  19.     178)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 15
  24.     Top = 56
  25.     Width = 40
  26.     Height = 13
  27.     Caption = 'Account'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 15
  31.     Top = 12
  32.     Width = 130
  33.     Height = 13
  34.     Caption = 'Your password is incorrect. '
  35.   end
  36.   object LblUserId: TLabel
  37.     Left = 68
  38.     Top = 56
  39.     Width = 45
  40.     Height = 13
  41.     Caption = 'LblUserId'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 15
  45.     Top = 80
  46.     Width = 46
  47.     Height = 13
  48.     Caption = 'Password'
  49.   end
  50.   object Bevel1: TBevel
  51.     Left = 1
  52.     Top = 135
  53.     Width = 252
  54.     Height = 5
  55.     Anchors = [akLeft, akRight, akBottom]
  56.     Shape = bsBottomLine
  57.   end
  58.   object Label5: TLabel
  59.     Left = 15
  60.     Top = 27
  61.     Width = 169
  62.     Height = 13
  63.     Caption = 'Please enter your correct password.'
  64.   end
  65.   object Label6: TLabel
  66.     Left = 33
  67.     Top = 112
  68.     Width = 179
  69.     Height = 13
  70.     Cursor = crHandPoint
  71.     Caption = 'Click here if you forgot your password.'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlue
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsUnderline]
  77.     ParentFont = False
  78.     OnClick = Label6Click
  79.   end
  80.   object EditPassword: TEdit
  81.     Left = 68
  82.     Top = 75
  83.     Width = 125
  84.     Height = 21
  85.     PasswordChar = '*'
  86.     TabOrder = 0
  87.     Text = 'EditPassword'
  88.   end
  89.   object Button1: TButton
  90.     Left = 144
  91.     Top = 148
  92.     Width = 75
  93.     Height = 25
  94.     Anchors = [akLeft, akBottom]
  95.     Caption = 'Ok'
  96.     Default = True
  97.     TabOrder = 1
  98.     OnClick = Button1Click
  99.   end
  100.   object Button2: TButton
  101.     Left = 23
  102.     Top = 149
  103.     Width = 75
  104.     Height = 25
  105.     Anchors = [akLeft, akBottom]
  106.     Caption = 'Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 2
  109.   end
  110. end
  111.