object AboutForm: TAboutForm Left = 196 Top = 211 BorderStyle = bsDialog Caption = 'About' ClientHeight = 168 ClientWidth = 257 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 53 Top = 208 Width = 3 Height = 13 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 149 Top = 9 Width = 98 Height = 11 Caption = '� 1995-2000, Voronezh, ' Font.Color = clBlack Font.Height = -9 Font.Name = 'Small Fonts' Font.Style = [] ParentFont = False end object Image2: TImage Left = 8 Top = 8 Width = 137 Height = 41 end object Label5: TLabel Left = 204 Top = 20 Width = 29 Height = 11 Caption = 'Russia' Font.Color = clBlack Font.Height = -9 Font.Name = 'Small Fonts' Font.Style = [] ParentFont = False end object Panel1: TPanel Left = 0 Top = 56 Width = 257 Height = 81 TabOrder = 0 object Label1: TLabel Left = 62 Top = 8 Width = 59 Height = 13 Caption = '5.6, eng.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label8: TLabel Left = 8 Top = 32 Width = 40 Height = 13 Caption = 'Author:' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 61 Top = 33 Width = 148 Height = 13 Caption = 'Alexander E. Zavalishin' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 8 Top = 8 Width = 48 Height = 13 Caption = 'Version:' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label7: TLabel Left = 8 Top = 56 Width = 38 Height = 13 Caption = 'e-mail:' Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object EMailLabel: TLabel Left = 63 Top = 56 Width = 84 Height = 13 Caption = 'zalex@relex.ru' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False OnClick = EMailLabelClick end end object Button1: TButton Left = 80 Top = 144 Width = 97 Height = 22 Caption = 'Ok' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 1 OnKeyDown = Button1KeyDown end end