object AboutForm: TAboutForm Left = 414 Top = 220 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'О программе' ClientHeight = 196 ClientWidth = 294 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 object ButtonOK: TButton Left = 8 Top = 168 Width = 281 Height = 25 Cancel = True Caption = 'ОК' TabOrder = 0 OnClick = ButtonOKClick end object PanelAbout: TPanel Left = 8 Top = 8 Width = 281 Height = 153 TabOrder = 1 object Bevel1: TBevel Left = 6 Top = 6 Width = 265 Height = 41 Shape = bsFrame end object Bevel2: TBevel Left = 6 Top = 54 Width = 265 Height = 89 Shape = bsFrame end object LabelTitle: TLabel Left = 10 Top = 10 Width = 87 Height = 26 Caption = 'Редактор карт Doom 2D: Forever' WordWrap = True end object LabelVer: TLabel Left = 200 Top = 22 Width = 64 Height = 13 Caption = 'Версия 2.0.3' end object LabelAuthor: TLabel Left = 10 Top = 62 Width = 76 Height = 13 Caption = 'Автор: rs.falcon' end object LabelMail: TLabel Left = 172 Top = 62 Width = 92 Height = 13 Cursor = crHandPoint Caption = 'rmw.falcon@mail.ru' OnClick = LabelMailClick OnMouseMove = LabelMailMouseMove OnMouseLeave = LabelMailMouseLeave end object LabelSite: TLabel Left = 10 Top = 118 Width = 114 Height = 13 Caption = 'Сайт Doom 2D: Forever' end object LabelHttp: TLabel Left = 180 Top = 118 Width = 83 Height = 13 Cursor = crHandPoint Caption = 'www.doom2d.org' OnClick = LabelHttpClick OnMouseMove = LabelMailMouseMove OnMouseLeave = LabelMailMouseLeave end object LabelAuthor2: TLabel Left = 10 Top = 90 Width = 93 Height = 13 Caption = 'Дорабатывал: Pss' end object LabelMail2: TLabel Left = 197 Top = 90 Width = 67 Height = 13 Cursor = crHandPoint Caption = 'pssxx@mail.ru' OnClick = LabelMail2Click OnMouseMove = LabelMailMouseMove OnMouseLeave = LabelMailMouseLeave end end end