home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2011 October / PCgo_1011_CD.iso / start.exe / 0 / RCDATA / TPASSWORD / TPASSWORD.txt
Encoding:
Text File  |  2009-02-13  |  674 b   |  37 lines

  1. object Password: TPassword
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 41
  7.   ClientWidth = 253
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object edPassword: TEdit
  20.     Left = 8
  21.     Top = 8
  22.     Width = 156
  23.     Height = 21
  24.     PasswordChar = '*'
  25.     TabOrder = 0
  26.   end
  27.   object btnOK: TButton
  28.     Left = 170
  29.     Top = 8
  30.     Width = 75
  31.     Height = 21
  32.     Caption = 'OK'
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36. end
  37.