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 >
Wrap
Text File
|
1995-09-10
|
2KB
|
82 lines
object Wpwd: TWpwd
Left = 349
Top = 159
ActiveControl = WinPwd
BorderStyle = bsDialog
Caption = 'Get Password '
ClientHeight = 110
ClientWidth = 400
Font.Color = clBlack
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object L: TLabel
Left = 7
Top = 7
Width = 306
Height = 46
AutoSize = False
Caption =
'The screen saver you are using is password-protected. You must t' +
'ype the screen saver password to turn off the screen saver.'
end
object L2: TLabel
Left = 7
Top = 65
Width = 90
Height = 11
Caption = '&Password'
end
object WinPwd: TEdit
Left = 7
Top = 85
Width = 202
Height = 19
PasswordChar = '*'
TabOrder = 0
OnChange = WinPwdChange
end
object Ok: TBitBtn
Left = 319
Top = 13
Width = 72
Height = 27
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = OkClick
Glyph.Data = {
4E010000424D4E01000000000000760000002800000012000000120000000100
040000000000D800000000000000000000000000000000000000000000000000
BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333330000003333333333333333330000003333344333333333330000003333
4224333333333300000033342222433333333300000033422222243333333300
000034222A2222433333330000003222A3A222433333330000003A2A333A2224
33333300000033A33333A222433333000000333333333A222433330000003333
333333A222433300000033333333333A222433000000333333333333A2224300
00003333333333333A224300000033333333333333A223000000333333333333
333A33000000333333333333333333000000}
end
object Cancel: TBitBtn
Left = 319
Top = 52
Width = 72
Height = 27
TabOrder = 2
OnClick = CancelClick
Kind = bkCancel
end
object TicToc: TTimer
Interval = 10000
OnTimer = TicTocTimer
Left = 440
Top = 112
end
end