home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / Valentin / setup.exe / 0 / RCDATA / TEPASS / TEPASS.txt
Encoding:
Text File  |  1998-01-10  |  1.3 KB  |  69 lines

  1. object epass: Tepass
  2.   Left = 290
  3.   Top = 328
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Windows Screen Saver'
  7.   ClientHeight = 76
  8.   ClientWidth = 279
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 10
  23.     Width = 162
  24.     Height = 13
  25.     Caption = 'Type your screen saver password:'
  26.   end
  27.   object btnOK: TButton
  28.     Tag = 10
  29.     Left = 193
  30.     Top = 8
  31.     Width = 75
  32.     Height = 23
  33.     Caption = '&OK'
  34.     Default = True
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     OnClick = btnOKClick
  42.   end
  43.   object passwd: TEdit
  44.     Left = 8
  45.     Top = 32
  46.     Width = 145
  47.     Height = 21
  48.     PasswordChar = '*'
  49.     TabOrder = 1
  50.     OnKeyPress = passwdKeyPress
  51.   end
  52.   object Button1: TButton
  53.     Left = 193
  54.     Top = 40
  55.     Width = 75
  56.     Height = 23
  57.     Cancel = True
  58.     Caption = '&Cancel'
  59.     TabOrder = 2
  60.     OnClick = Button1Click
  61.   end
  62.   object Timer1: TTimer
  63.     Enabled = False
  64.     OnTimer = Timer1Timer
  65.     Left = 12
  66.     Top = 56
  67.   end
  68. end
  69.