home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TUSERSELECTDLG
/
TUSERSELECTDLG.txt
< prev
Wrap
Text File
|
2001-09-09
|
1KB
|
74 lines
object UserSelectDlg: TUserSelectDlg
Left = 247
Top = 180
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Select the Account'
ClientHeight = 137
ClientWidth = 274
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 20
Width = 43
Height = 13
Caption = '&Account:'
FocusControl = eUser
end
object Label2: TLabel
Left = 8
Top = 60
Width = 49
Height = 13
Caption = '&Password:'
FocusControl = ePassword
end
object eUser: TComboBox
Left = 112
Top = 16
Width = 153
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object ePassword: TEdit
Left = 112
Top = 56
Width = 153
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object bOK: TButton
Left = 72
Top = 104
Width = 89
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = bOKClick
end
object bCancel: TButton
Left = 176
Top = 104
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end