home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TCOMPLISTFORM
/
TCOMPLISTFORM.txt
< prev
Wrap
Text File
|
1997-01-16
|
1KB
|
64 lines
inherited CompListForm: TCompListForm
Left = 240
Top = 237
Width = 183
Height = 266
ActiveControl = SearchText
BorderStyle = bsSizeToolWin
Caption = 'Components'
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
OnResize = FormResize
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 80
Height = 13
Caption = '&Search by name:'
FocusControl = SearchText
IsControl = True
end
object ComponentList: TListBox
Left = 8
Top = 48
Width = 160
Height = 124
IntegralHeight = True
ItemHeight = 30
Sorted = True
Style = lbOwnerDrawFixed
TabOrder = 1
OnClick = CompListClick
OnDblClick = CreateClick
OnDrawItem = CompListDrawItem
IsControl = True
end
object AddButton: TButton
Left = 50
Top = 208
Width = 75
Height = 25
Caption = '&Add to form'
Default = True
TabOrder = 2
OnClick = CreateClick
IsControl = True
end
object SearchText: TEdit
Left = 8
Top = 24
Width = 160
Height = 21
TabOrder = 0
OnChange = SearchChange
OnKeyDown = SearchKeyDown
IsControl = True
end
end