object FormSuchen: TFormSuchen Left = 258 Top = 368 BorderStyle = bsDialog Caption = 'Suchen' ClientHeight = 126 ClientWidth = 271 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 271 Height = 89 Align = alTop end object Label1: TLabel Left = 8 Top = 28 Width = 55 Height = 13 Caption = 'Suchfeld:' Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 56 Width = 73 Height = 13 Caption = 'Suche nach:' Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ButtonSuchen: TBitBtn Left = 184 Top = 96 Width = 80 Height = 25 Caption = 'Suchen' Default = True ModalResult = 1 TabOrder = 0 OnClick = ButtonSuchenClick Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 04000000000080000000CE0E0000D80E00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3303333333333333300033333333333300033333333333300033333333333300 0333333700073B7033333307777700B3333330EFEFEF7033333377FEFEFEF773 333307EFEFEFE703333307FEFEFEF703333307EFEFEFE703333377FEFEFEF773 3333307FEFEF7033333333077777033333333337000733333333} end object HilfeButton: TBitBtn Left = 6 Top = 96 Width = 80 Height = 25 HelpContext = 3 Caption = 'Hilfe' TabOrder = 1 Kind = bkHelp end object AbbruchButton: TBitBtn Left = 95 Top = 96 Width = 80 Height = 25 TabOrder = 2 OnClick = AbbruchButtonClick Kind = bkAbort end object EditSuchenText: TEdit Left = 88 Top = 52 Width = 169 Height = 21 TabOrder = 3 OnKeyUp = EditSuchenTextKeyUp end object ComboBox1: TComboBox Left = 88 Top = 24 Width = 169 Height = 21 ItemHeight = 13 Items.Strings = ( 'Vorname' 'Name' 'Stra�e' 'Land' 'Postleitzahl' 'Ort' 'Rubrik' 'Telefon 1' 'Telefon 2' 'Fax' 'Email' 'WWW') TabOrder = 4 Text = 'ComboBox1' end end