home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
tema
/
thebat
/
download
/
update
/
thebat.exe
/
0
/
RCDATA
/
TIMPORTADDRFORM
/
TIMPORTADDRFORM.txt
Wrap
Text File
|
2001-09-09
|
1KB
|
69 lines
object ImportAddrForm: TImportAddrForm
Left = 200
Top = 112
HelpContext = 14058
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Import Address Book'
ClientHeight = 238
ClientWidth = 370
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object bOK: TButton
Left = 104
Top = 208
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = bOKClick
end
object bCancel: TButton
Left = 192
Top = 208
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object lItems: TFilterGrid
Left = 0
Top = 0
Width = 370
Height = 193
Align = alTop
Color = clBtnFace
ColCount = 3
DefaultRowHeight = 20
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
TabOrder = 0
ColWidths = (
150
65
130)
end
object bHelp: TButton
Left = 280
Top = 208
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 3
OnClick = bHelpClick
end
end