home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TSEARCHEDIT / TSEARCHEDIT.txt
Text File  |  1998-05-08  |  982b  |  50 lines

  1. object SearchEdit: TSearchEdit
  2.   Left = 244
  3.   Top = 201
  4.   BorderStyle = bsNone
  5.   Caption = 'SearchEdit'
  6.   ClientHeight = 53
  7.   ClientWidth = 272
  8.   Color = clInfoBk
  9.   ParentFont = True
  10.   OnClose = FormClose
  11.   OnCreate = FormCreate
  12.   OnDeactivate = FormDeactivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 272
  19.     Height = 53
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     BorderStyle = bsSingle
  23.     Ctl3D = False
  24.     ParentColor = True
  25.     ParentCtl3D = False
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 0
  29.       Top = 0
  30.       Width = 55
  31.       Height = 51
  32.       Align = alLeft
  33.       Caption = ' Search for:'
  34.     end
  35.     object Edit1: TEdit
  36.       Left = 80
  37.       Top = 8
  38.       Width = 121
  39.       Height = 18
  40.       AutoSelect = False
  41.       BorderStyle = bsNone
  42.       ParentColor = True
  43.       TabOrder = 0
  44.       OnChange = Edit1Change
  45.       OnKeyDown = Edit1KeyDown
  46.       OnKeyPress = Edit1KeyPress
  47.     end
  48.   end
  49. end
  50.