X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_about.lfm;h=f1cafd5b1780442e92afa156dcab1e8d342e5ccd;hp=2f3e0aa6fa4c749d05ebf4c6014806f961b7c9c6;hb=b372bf2ef9af243fd5fc6dd34857aed7240b071d;hpb=71ef827e8608f2e426111ff0ddfb7019beba0e65 diff --git a/src/editor/f_about.lfm b/src/editor/f_about.lfm index 2f3e0aa..f1cafd5 100644 --- a/src/editor/f_about.lfm +++ b/src/editor/f_about.lfm @@ -1,117 +1,127 @@ object AboutForm: TAboutForm Left = 414 + Height = 196 Top = 220 + Width = 294 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 + LCLVersion = '1.6.4.0' object ButtonOK: TButton Left = 8 + Height = 25 Top = 168 Width = 281 - Height = 25 Cancel = True Caption = 'ОК' - TabOrder = 0 OnClick = ButtonOKClick + TabOrder = 0 end object PanelAbout: TPanel Left = 8 + Height = 153 Top = 8 Width = 281 - Height = 153 + ClientHeight = 153 + ClientWidth = 281 TabOrder = 1 object Bevel1: TBevel Left = 6 + Height = 41 Top = 6 Width = 265 - Height = 41 Shape = bsFrame end object Bevel2: TBevel Left = 6 + Height = 89 Top = 54 Width = 265 - Height = 89 Shape = bsFrame end object LabelTitle: TLabel Left = 10 + Height = 13 Top = 10 - Width = 87 - Height = 26 + Width = 164 Caption = 'Редактор карт Doom 2D: Forever' + ParentColor = False WordWrap = True end object LabelVer: TLabel Left = 200 + Height = 13 Top = 22 Width = 64 - Height = 13 Caption = 'Версия 2.0.3' + ParentColor = False end object LabelAuthor: TLabel Left = 10 + Height = 13 Top = 62 Width = 76 - Height = 13 Caption = 'Автор: rs.falcon' + ParentColor = False end object LabelMail: TLabel + Cursor = crHandPoint Left = 172 + Height = 13 Top = 62 Width = 92 - Height = 13 - Cursor = crHandPoint Caption = 'rmw.falcon@mail.ru' + ParentColor = False OnClick = LabelMailClick - OnMouseMove = LabelMailMouseMove OnMouseLeave = LabelMailMouseLeave + OnMouseMove = LabelMailMouseMove end object LabelSite: TLabel Left = 10 + Height = 13 Top = 118 Width = 114 - Height = 13 Caption = 'Сайт Doom 2D: Forever' + ParentColor = False end object LabelHttp: TLabel + Cursor = crHandPoint Left = 180 + Height = 13 Top = 118 Width = 83 - Height = 13 - Cursor = crHandPoint Caption = 'www.doom2d.org' + ParentColor = False OnClick = LabelHttpClick - OnMouseMove = LabelMailMouseMove OnMouseLeave = LabelMailMouseLeave + OnMouseMove = LabelMailMouseMove end object LabelAuthor2: TLabel Left = 10 + Height = 13 Top = 90 Width = 93 - Height = 13 Caption = 'Дорабатывал: Pss' + ParentColor = False end object LabelMail2: TLabel + Cursor = crHandPoint Left = 197 + Height = 13 Top = 90 Width = 67 - Height = 13 - Cursor = crHandPoint Caption = 'pssxx@mail.ru' + ParentColor = False OnClick = LabelMail2Click - OnMouseMove = LabelMailMouseMove OnMouseLeave = LabelMailMouseLeave + OnMouseMove = LabelMailMouseMove end end end