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 / ADBSRCH.DFM / ADBSRCH.txt
Text File  |  1997-07-12  |  741b  |  38 lines

  1. object AutoSearchForm_: TAutoSearchForm_
  2.   Left = 123
  3.   Top = 211
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'AutoSearchForm_'
  7.   ClientHeight = 43
  8.   ClientWidth = 272
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 272
  22.     Height = 43
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Edit: TEdit
  26.       Left = 6
  27.       Top = 7
  28.       Width = 128
  29.       Height = 21
  30.       TabOrder = 0
  31.       Text = 'Edit'
  32.       OnChange = EditChange
  33.       OnKeyDown = EditKeyDown
  34.       OnKeyPress = EditKeyPress
  35.     end
  36.   end
  37. end
  38.