home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / exptdemo.dll / RCDATA / TFILTERDLG / TFILTERDLG.txt
Text File  |  1999-08-11  |  1KB  |  65 lines

  1. object FilterDlg: TFilterDlg
  2.   Left = 335
  3.   Top = 267
  4.   BorderStyle = bsDialog
  5.   Caption = 'Extension Filter'
  6.   ClientHeight = 103
  7.   ClientWidth = 328
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 8
  14.     Top = 12
  15.     Width = 56
  16.     Height = 13
  17.     Caption = '&Description:'
  18.     FocusControl = Description
  19.   end
  20.   object Label2: TLabel
  21.     Left = 8
  22.     Top = 40
  23.     Width = 60
  24.     Height = 13
  25.     Caption = '&Extension(s):'
  26.     FocusControl = Extension
  27.   end
  28.   object Description: TEdit
  29.     Left = 92
  30.     Top = 8
  31.     Width = 225
  32.     Height = 21
  33.     MaxLength = 255
  34.     TabOrder = 0
  35.   end
  36.   object Extension: TEdit
  37.     Left = 92
  38.     Top = 36
  39.     Width = 225
  40.     Height = 21
  41.     MaxLength = 255
  42.     TabOrder = 1
  43.   end
  44.   object Button1: TButton
  45.     Left = 79
  46.     Top = 68
  47.     Width = 77
  48.     Height = 27
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 2
  53.   end
  54.   object Button2: TButton
  55.     Left = 175
  56.     Top = 68
  57.     Width = 77
  58.     Height = 27
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 3
  63.   end
  64. end
  65.