home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / FILTEDIT.DFM / FILTEDIT.txt
Encoding:
Text File  |  1995-08-24  |  982 b   |  56 lines

  1. object FilterEditor: TFilterEditor
  2.   Left = 248
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Filter Editor'
  6.   ClientHeight = 226
  7.   ClientWidth = 367
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 9
  19.     Width = 351
  20.     Height = 172
  21.   end
  22.   object OKBtn: TBitBtn
  23.     Left = 115
  24.     Top = 192
  25.     Width = 77
  26.     Height = 27
  27.     Caption = '&OK'
  28.     TabOrder = 0
  29.     Kind = bkOK
  30.     Margin = 2
  31.     Spacing = -1
  32.   end
  33.   object CancelBtn: TBitBtn
  34.     Left = 199
  35.     Top = 192
  36.     Width = 77
  37.     Height = 27
  38.     Caption = '&Cancel'
  39.     TabOrder = 1
  40.     Kind = bkCancel
  41.     Margin = 2
  42.     Spacing = -1
  43.   end
  44.   object HelpBtn: TBitBtn
  45.     Left = 283
  46.     Top = 192
  47.     Width = 77
  48.     Height = 27
  49.     TabOrder = 2
  50.     OnClick = HelpBtnClick
  51.     Kind = bkHelp
  52.     Margin = 2
  53.     Spacing = -1
  54.   end
  55. end
  56.