home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POWERdrive for you 1998 January
/
PFY0198.BIN
/
share
/
win95
/
anwend
/
afspack
/
_setup.1
/
AFSPacker.exe
/
0
/
RCDATA
/
TPASSWORDDLG
/
TPASSWORDDLG.txt
Wrap
Text File
|
1997-11-19
|
942b
|
52 lines
object PasswordDlg: TPasswordDlg
Left = 245
Top = 108
BorderStyle = bsDialog
Caption = 'Pa�wort-Dialog'
ClientHeight = 93
ClientWidth = 233
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 9
Width = 89
Height = 13
Caption = 'Pa�wort eingeben:'
end
object Password: TEdit
Left = 8
Top = 27
Width = 217
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TButton
Left = 70
Top = 59
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 150
Top = 59
Width = 75
Height = 25
Cancel = True
Caption = 'Abbrechen'
ModalResult = 2
TabOrder = 2
end
end