object fmSearch: TfmSearch Left = 254 Top = 224 Width = 316 Height = 149 ActiveControl = edFind Caption = 'Search' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 8 Top = 16 Width = 61 Height = 16 Caption = 'Search By' end object Label2: TLabel Left = 8 Top = 48 Width = 64 Height = 16 Caption = 'Search For' end object BtnOk: TButton Left = 8 Top = 84 Width = 92 Height = 31 Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 0 end object BtnCancel: TButton Left = 208 Top = 84 Width = 92 Height = 31 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object cbSearchBy: TComboBox Left = 96 Top = 12 Width = 145 Height = 24 ItemHeight = 16 TabOrder = 2 OnChange = cbSearchByChange end object edFind: TEdit Left = 96 Top = 44 Width = 201 Height = 24 TabOrder = 3 OnChange = edFindChange end object Sizer1: TSizer Enabled = True ExceptionAction = eaIgnoreControl GridColumnSizing = gcSizeAllColumns GridRowSizing = grSizeByDefaults MinimumSize = True NavigateOnEnter = False OverrideParentFont = True PerformAssertions = True ShowAssertionFailures = False StretchFonts = True StretchImages = True StretchOnResize = True ThreadProcessing = False Left = 128 Top = 80 ScreenWidth = ( 800) ScreenHeight = ( 600) OriginalFormWidth = ( 316) OriginalFormHeight = ( 149) OriginalFormLeft = ( 254) OriginalFormTop = ( 224) OriginalFormPPI = ( 120) OriginalClientWidth = ( 308) OriginalClientHeight = ( 122) end end