object SearchReport: TSearchReport Left = 153 Top = 87 Width = 435 Height = 300 Caption = 'Search Report' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 Scaled = False OnActivate = FormActivate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object resultField: TRichEdit Left = 0 Top = 0 Width = 427 Height = 235 Align = alClient Font.Color = clBlack Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'RichEdit1') ParentFont = False PlainText = True ScrollBars = ssBoth TabOrder = 0 WordWrap = False end object StatusBar1: TStatusBar Left = 0 Top = 235 Width = 427 Height = 19 Panels = <> SimplePanel = True end object MainMenu1: TMainMenu Left = 56 Top = 72 object File1: TMenuItem Caption = '&File' ShortCut = 0 object New1: TMenuItem Caption = '&New' ShortCut = 0 OnClick = New1Click end object SaveAs1: TMenuItem Caption = 'Save &As...' ShortCut = 0 OnClick = SaveAs1Click end object N3: TMenuItem Caption = '-' ShortCut = 0 end object Dialog1: TMenuItem Caption = '&Dialog...' ShortCut = 116 OnClick = Dialog1Click end object Wizard1: TMenuItem Caption = '&Wizard...' ShortCut = 117 OnClick = Wizard1Click end object N1: TMenuItem Caption = '-' ShortCut = 0 end object SetupPrinter1: TMenuItem Caption = 'Setup Printer...' ShortCut = 0 OnClick = SetupPrinter1Click end object Print1: TMenuItem Caption = '&Print...' ShortCut = 0 OnClick = Print1Click end object N4: TMenuItem Caption = '-' ShortCut = 0 end object LoadConfiguration1: TMenuItem Caption = 'Load Configuration...' ShortCut = 0 OnClick = LoadConfiguration1Click end object SaveConfiguration1: TMenuItem Caption = 'Save Configuration...' ShortCut = 0 OnClick = SaveConfiguration1Click end object N5: TMenuItem Caption = '-' ShortCut = 0 end object Exit1: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = Exit1Click end end object Edit1: TMenuItem Caption = '&Edit' ShortCut = 0 object Cut1: TMenuItem Caption = 'Cut' ShortCut = 16472 OnClick = Cut1Click end object Copy1: TMenuItem Caption = 'Copy' ShortCut = 16451 OnClick = Copy1Click end object Paste1: TMenuItem Caption = 'Paste' ShortCut = 16470 OnClick = Paste1Click end object N2: TMenuItem Caption = '-' ShortCut = 0 end object Font1: TMenuItem Caption = '&Font...' ShortCut = 0 OnClick = Font1Click end end object Stop1: TMenuItem Caption = '&Stop' ShortCut = 0 OnClick = Stop1Click end object Help1: TMenuItem Caption = '&Help' ShortCut = 0 object Help2: TMenuItem Caption = '&Help' ShortCut = 112 OnClick = Help2Click end object About1: TMenuItem Caption = '&About...' ShortCut = 0 OnClick = About1Click end end end object SaveDialog1: TSaveDialog FileEditStyle = fsEdit Left = 96 Top = 72 end object FontDialog1: TFontDialog Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 136 Top = 72 end object PrintDialog1: TPrintDialog Left = 176 Top = 72 end object PrinterSetupDialog1: TPrinterSetupDialog Left = 216 Top = 72 end end