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
Text File  |  1996-12-25  |  1KB  |  69 lines

  1. object AutoFindForm: TAutoFindForm
  2.   Left = 220
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find'
  6.   ClientHeight = 216
  7.   ClientWidth = 354
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnDestroy = FormDestroy
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 92
  21.     Height = 13
  22.     Caption = 'Select From List'
  23.   end
  24.   object ListBox1: TListBox
  25.     Left = 8
  26.     Top = 59
  27.     Width = 337
  28.     Height = 110
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ItemHeight = 13
  34.     ParentFont = False
  35.     Sorted = True
  36.     TabOrder = 0
  37.     OnDblClick = ListBox1DblClick
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 8
  41.     Top = 28
  42.     Width = 337
  43.     Height = 21
  44.     Font.Color = clBlack
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     TabOrder = 1
  50.     OnChange = Edit1Change
  51.   end
  52.   object BitBtn1: TBitBtn
  53.     Left = 144
  54.     Top = 184
  55.     Width = 97
  56.     Height = 25
  57.     TabOrder = 2
  58.     Kind = bkOK
  59.   end
  60.   object BitBtn2: TBitBtn
  61.     Left = 248
  62.     Top = 184
  63.     Width = 97
  64.     Height = 25
  65.     TabOrder = 3
  66.     Kind = bkCancel
  67.   end
  68. end
  69.