object SearchForm: TSearchForm Tag = 265 Left = 190 Top = 436 ActiveControl = Edit1 BorderStyle = bsToolWindow Caption = 'Search Message' ClientHeight = 98 ClientWidth = 320 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 264 Left = 56 Top = 12 Width = 61 Height = 13 Caption = 'Search &Text:' FocusControl = Edit1 end object Label2: TLabel Tag = 269 Left = 56 Top = 36 Width = 253 Height = 29 AutoSize = False Caption = 'The content of the found mail is displayed in the main window as' + ' usual.' WordWrap = True end object Label3: TLabel Tag = 266 Left = 8 Top = 76 Width = 75 Height = 13 Caption = 'Search Address' Visible = False end object Label4: TLabel Tag = 268 Left = 100 Top = 84 Width = 45 Height = 13 Caption = '&Find Next' Visible = False end object Label5: TLabel Tag = 267 Left = 100 Top = 72 Width = 20 Height = 13 Caption = '&Find' Visible = False end object Animate1: TAnimate Left = 4 Top = 4 Width = 48 Height = 50 Active = True CommonAVI = aviFindFile StopFrame = 23 end object Edit1: TEdit Left = 128 Top = 8 Width = 185 Height = 21 TabOrder = 1 OnChange = Edit1Change end object Button1: TButton Left = 152 Top = 68 Width = 79 Height = 25 Caption = '&Find' Default = True Enabled = False TabOrder = 2 OnClick = Button1Click end object Button2: TButton Tag = 270 Left = 236 Top = 68 Width = 79 Height = 25 Cancel = True Caption = '&Close' ModalResult = 2 TabOrder = 3 end end