home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TENTERPSWDLG
/
TENTERPSWDLG.txt
Wrap
Text File
|
2001-09-09
|
3KB
|
137 lines
object EnterPswDlg: TEnterPswDlg
Left = 202
Top = 179
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Enter password'
ClientHeight = 242
ClientWidth = 367
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ClientPanel: TPanel
Left = 0
Top = 127
Width = 367
Height = 55
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object lTitle: TLabel
Left = 8
Top = 8
Width = 321
Height = 13
AutoSize = False
Caption = '&Password'
FocusControl = ePsw
WordWrap = True
end
object ePsw: TEdit
Left = 8
Top = 26
Width = 353
Height = 21
MaxLength = 70
PasswordChar = '*'
TabOrder = 0
end
end
object BottomPanel: TPanel
Left = 0
Top = 204
Width = 367
Height = 38
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object bOK: TButton
Left = 200
Top = 2
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object bCancel: TButton
Left = 280
Top = 2
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object bCustom: TButton
Left = 8
Top = 2
Width = 105
Height = 25
ModalResult = 6
TabOrder = 2
end
object bHelp: TButton
Left = 120
Top = 2
Width = 75
Height = 25
Caption = 'Help'
Enabled = False
TabOrder = 3
Visible = False
OnClick = bHelpClick
end
end
object TopPanel: TPanel
Left = 0
Top = 0
Width = 367
Height = 127
Align = alTop
BevelOuter = bvNone
TabOrder = 2
object lListTitle: TLabel
Left = 8
Top = 6
Width = 98
Height = 13
Caption = 'Can be decrypted by'
FocusControl = ePsw
end
object ListBox: TListBox
Left = 8
Top = 24
Width = 353
Height = 102
ItemHeight = 13
TabOrder = 0
end
end
object pnCheckbox: TPanel
Left = 0
Top = 182
Width = 367
Height = 22
Align = alBottom
BevelOuter = bvNone
TabOrder = 3
object CheckBox: TCheckBox
Left = 8
Top = 0
Width = 321
Height = 17
TabOrder = 0
end
end
end