object fmAboutBox: TfmAboutBox Left = 280 Top = 98 BorderStyle = bsDialog Caption = 'fmAboutBox' ClientHeight = 343 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 = 297 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Bevel1: TBevel Left = 4 Top = 112 Width = 269 Height = 41 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 = 31 Width = 81 Height = 42 Alignment = taCenter AutoSize = False Caption = 'Example of using DBReference' WordWrap = True 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 Label1: TLabel Left = 14 Top = 163 Width = 236 Height = 13 Caption = 'Go to our web site and find much more !!!' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Bevel2: TBevel Left = 6 Top = 160 Width = 267 Height = 41 end object Memo1: TMemo Left = 7 Top = 208 Width = 268 Height = 82 Lines.Strings = ( 'This example illustrates' ' Using of the DBReference component.' '' 'Click to ReferencePanel twice and you will see ' 'the Delphi controls which is appering on the' 'bottom of the popup form.') ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end object Edit1: TEdit Left = 15 Top = 176 Width = 252 Height = 21 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ReadOnly = True TabOrder = 0 Text = 'http://www.rsd.pp.ru' end end object OKButton: TButton Left = 111 Top = 312 Width = 77 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end