object fmAboutBox: TfmAboutBox Left = 280 Top = 98 BorderStyle = bsDialog Caption = 'fmAboutBox' ClientHeight = 321 ClientWidth = 297 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 9 Top = 8 Width = 281 Height = 265 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Bevel1: TBevel Left = 4 Top = 112 Width = 269 Height = 42 end object ProgramIcon: TImage Left = 8 Top = 8 Width = 170 Height = 100 AutoSize = True Picture.Data = {} IsControl = True end object ProductName: TLabel Left = 184 Top = 23 Width = 89 Height = 13 Caption = 'SQL Filter Example' IsControl = True end object Label6: TLabel Left = 8 Top = 136 Width = 101 Height = 13 Caption = 'fax: +7 0872 770 183' end object Label5: TLabel Left = 9 Top = 123 Width = 107 Height = 13 Caption = 'e-mail: rsd@tibc.tula.ru' end object Label4: TLabel Left = 9 Top = 113 Width = 40 Height = 13 Caption = 'send us:' end object Memo1: TMemo Left = 6 Top = 199 Width = 268 Height = 58 Lines.Strings = ( 'This example illustrates' ' Using of the Visual Filter Component Library') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end object OKButton: TButton Left = 111 Top = 284 Width = 77 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end