home *** CD-ROM | disk | FTP | other *** search
- object epass: Tepass
- Left = 290
- Top = 328
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Windows Screen Saver'
- ClientHeight = 76
- ClientWidth = 279
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 8
- Top = 10
- Width = 162
- Height = 13
- Caption = 'Type your screen saver password:'
- end
- object btnOK: TButton
- Tag = 10
- Left = 193
- Top = 8
- Width = 75
- Height = 23
- Caption = '&OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = btnOKClick
- end
- object passwd: TEdit
- Left = 8
- Top = 32
- Width = 145
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- OnKeyPress = passwdKeyPress
- end
- object Button1: TButton
- Left = 193
- Top = 40
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 12
- Top = 56
- end
- end
-