home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / wowsrc.exe / GETPASS.DFM / GETPASS.txt next >
Text File  |  1995-09-10  |  2KB  |  82 lines

  1. object Wpwd: TWpwd
  2.   Left = 349
  3.   Top = 159
  4.   ActiveControl = WinPwd
  5.   BorderStyle = bsDialog
  6.   Caption = 'Get Password '
  7.   ClientHeight = 110
  8.   ClientWidth = 400
  9.   Font.Color = clBlack
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object L: TLabel
  19.     Left = 7
  20.     Top = 7
  21.     Width = 306
  22.     Height = 46
  23.     AutoSize = False
  24.     Caption = 
  25.       'The screen saver you are using is password-protected. You must t' +
  26.       'ype the screen saver password to turn off the screen saver.'
  27.   end
  28.   object L2: TLabel
  29.     Left = 7
  30.     Top = 65
  31.     Width = 90
  32.     Height = 11
  33.     Caption = '&Password'
  34.   end
  35.   object WinPwd: TEdit
  36.     Left = 7
  37.     Top = 85
  38.     Width = 202
  39.     Height = 19
  40.     PasswordChar = '*'
  41.     TabOrder = 0
  42.     OnChange = WinPwdChange
  43.   end
  44.   object Ok: TBitBtn
  45.     Left = 319
  46.     Top = 13
  47.     Width = 72
  48.     Height = 27
  49.     Caption = 'OK'
  50.     Default = True
  51.     TabOrder = 1
  52.     OnClick = OkClick
  53.     Glyph.Data = {
  54.       4E010000424D4E01000000000000760000002800000012000000120000000100
  55.       040000000000D800000000000000000000000000000000000000000000000000
  56.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  58.       3333330000003333333333333333330000003333344333333333330000003333
  59.       4224333333333300000033342222433333333300000033422222243333333300
  60.       000034222A2222433333330000003222A3A222433333330000003A2A333A2224
  61.       33333300000033A33333A222433333000000333333333A222433330000003333
  62.       333333A222433300000033333333333A222433000000333333333333A2224300
  63.       00003333333333333A224300000033333333333333A223000000333333333333
  64.       333A33000000333333333333333333000000}
  65.   end
  66.   object Cancel: TBitBtn
  67.     Left = 319
  68.     Top = 52
  69.     Width = 72
  70.     Height = 27
  71.     TabOrder = 2
  72.     OnClick = CancelClick
  73.     Kind = bkCancel
  74.   end
  75.   object TicToc: TTimer
  76.     Interval = 10000
  77.     OnTimer = TicTocTimer
  78.     Left = 440
  79.     Top = 112
  80.   end
  81. end
  82.