home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
auto32_3.exe
/
rar
/
AUTO32_3
/
LIB.D3
/
AUTOFIND.DFM
/
AUTOFIND.txt
Wrap
Text File
|
1996-12-25
|
1KB
|
69 lines
object AutoFindForm: TAutoFindForm
Left = 220
Top = 120
BorderStyle = bsDialog
Caption = 'Find'
ClientHeight = 216
ClientWidth = 354
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Position = poScreenCenter
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 92
Height = 13
Caption = 'Select From List'
end
object ListBox1: TListBox
Left = 8
Top = 59
Width = 337
Height = 110
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ItemHeight = 13
ParentFont = False
Sorted = True
TabOrder = 0
OnDblClick = ListBox1DblClick
end
object Edit1: TEdit
Left = 8
Top = 28
Width = 337
Height = 21
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnChange = Edit1Change
end
object BitBtn1: TBitBtn
Left = 144
Top = 184
Width = 97
Height = 25
TabOrder = 2
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 248
Top = 184
Width = 97
Height = 25
TabOrder = 3
Kind = bkCancel
end
end