home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMCUSTSUPPSEARCH / TFMCUSTSUPPSEARCH.txt
Text File  |  1999-06-21  |  2KB  |  103 lines

  1. object fmCustSuppSearch: TfmCustSuppSearch
  2.   Left = 254
  3.   Top = 224
  4.   Width = 316
  5.   Height = 149
  6.   ActiveControl = edFind
  7.   Caption = 'Search'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 61
  21.     Height = 16
  22.     Caption = 'Search By'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 48
  27.     Width = 64
  28.     Height = 16
  29.     Caption = 'Search For'
  30.   end
  31.   object BtnOk: TButton
  32.     Left = 8
  33.     Top = 84
  34.     Width = 92
  35.     Height = 31
  36.     Caption = '&Ok'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 0
  40.   end
  41.   object BtnCancel: TButton
  42.     Left = 208
  43.     Top = 84
  44.     Width = 92
  45.     Height = 31
  46.     Caption = '&Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object cbSearchBy: TComboBox
  51.     Left = 96
  52.     Top = 12
  53.     Width = 145
  54.     Height = 24
  55.     ItemHeight = 16
  56.     TabOrder = 2
  57.     OnChange = cbSearchByChange
  58.   end
  59.   object edFind: TEdit
  60.     Left = 96
  61.     Top = 44
  62.     Width = 201
  63.     Height = 24
  64.     TabOrder = 3
  65.     OnChange = edFindChange
  66.   end
  67.   object Sizer1: TSizer
  68.     Enabled = True
  69.     ExceptionAction = eaIgnoreControl
  70.     GridColumnSizing = gcSizeAllColumns
  71.     GridRowSizing = grSizeByDefaults
  72.     MinimumSize = True
  73.     NavigateOnEnter = False
  74.     OverrideParentFont = True
  75.     PerformAssertions = True
  76.     ShowAssertionFailures = False
  77.     StretchFonts = True
  78.     StretchImages = True
  79.     StretchOnResize = True
  80.     ThreadProcessing = False
  81.     Left = 128
  82.     Top = 80
  83.     ScreenWidth = (
  84.       800)
  85.     ScreenHeight = (
  86.       600)
  87.     OriginalFormWidth = (
  88.       316)
  89.     OriginalFormHeight = (
  90.       149)
  91.     OriginalFormLeft = (
  92.       254)
  93.     OriginalFormTop = (
  94.       224)
  95.     OriginalFormPPI = (
  96.       120)
  97.     OriginalClientWidth = (
  98.       308)
  99.     OriginalClientHeight = (
  100.       122)
  101.   end
  102. end
  103.