home *** CD-ROM | disk | FTP | other *** search
- object SearchEdit: TSearchEdit
- Left = 244
- Top = 201
- BorderStyle = bsNone
- Caption = 'SearchEdit'
- ClientHeight = 53
- ClientWidth = 272
- Color = clInfoBk
- ParentFont = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 272
- Height = 53
- Align = alClient
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Ctl3D = False
- ParentColor = True
- ParentCtl3D = False
- TabOrder = 0
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 55
- Height = 51
- Align = alLeft
- Caption = ' Search for:'
- end
- object Edit1: TEdit
- Left = 80
- Top = 8
- Width = 121
- Height = 18
- AutoSelect = False
- BorderStyle = bsNone
- ParentColor = True
- TabOrder = 0
- OnChange = Edit1Change
- OnKeyDown = Edit1KeyDown
- OnKeyPress = Edit1KeyPress
- end
- end
- end
-