Cleanup: Eliminate warnings and hints
[d2df-editor.git] / src / editor / f_about.lfm
blob2f3e0aa6fa4c749d05ebf4c6014806f961b7c9c6
1 object AboutForm: TAboutForm
2   Left = 414
3   Top = 220
4   BorderIcons = [biSystemMenu]
5   BorderStyle = bsSingle
6   Caption = 'О программе'
7   ClientHeight = 196
8   ClientWidth = 294
9   Color = clBtnFace
10   Font.Charset = DEFAULT_CHARSET
11   Font.Color = clWindowText
12   Font.Height = -11
13   Font.Name = 'MS Sans Serif'
14   Font.Style = []
15   Position = poScreenCenter
16   PixelsPerInch = 96
17   object ButtonOK: TButton
18     Left = 8
19     Top = 168
20     Width = 281
21     Height = 25
22     Cancel = True
23     Caption = 'ОК'
24     TabOrder = 0
25     OnClick = ButtonOKClick
26   end
27   object PanelAbout: TPanel
28     Left = 8
29     Top = 8
30     Width = 281
31     Height = 153
32     TabOrder = 1
33     object Bevel1: TBevel
34       Left = 6
35       Top = 6
36       Width = 265
37       Height = 41
38       Shape = bsFrame
39     end
40     object Bevel2: TBevel
41       Left = 6
42       Top = 54
43       Width = 265
44       Height = 89
45       Shape = bsFrame
46     end
47     object LabelTitle: TLabel
48       Left = 10
49       Top = 10
50       Width = 87
51       Height = 26
52       Caption = 'Редактор карт Doom 2D: Forever'
53       WordWrap = True
54     end
55     object LabelVer: TLabel
56       Left = 200
57       Top = 22
58       Width = 64
59       Height = 13
60       Caption = 'Версия 2.0.3'
61     end
62     object LabelAuthor: TLabel
63       Left = 10
64       Top = 62
65       Width = 76
66       Height = 13
67       Caption = 'Автор: rs.falcon'
68     end
69     object LabelMail: TLabel
70       Left = 172
71       Top = 62
72       Width = 92
73       Height = 13
74       Cursor = crHandPoint
75       Caption = 'rmw.falcon@mail.ru'
76       OnClick = LabelMailClick
77       OnMouseMove = LabelMailMouseMove
78       OnMouseLeave = LabelMailMouseLeave
79     end
80     object LabelSite: TLabel
81       Left = 10
82       Top = 118
83       Width = 114
84       Height = 13
85       Caption = 'Сайт Doom 2D: Forever'
86     end
87     object LabelHttp: TLabel
88       Left = 180
89       Top = 118
90       Width = 83
91       Height = 13
92       Cursor = crHandPoint
93       Caption = 'www.doom2d.org'
94       OnClick = LabelHttpClick
95       OnMouseMove = LabelMailMouseMove
96       OnMouseLeave = LabelMailMouseLeave
97     end
98     object LabelAuthor2: TLabel
99       Left = 10
100       Top = 90
101       Width = 93
102       Height = 13
103       Caption = 'Дорабатывал: Pss'
104     end
105     object LabelMail2: TLabel
106       Left = 197
107       Top = 90
108       Width = 67
109       Height = 13
110       Cursor = crHandPoint
111       Caption = 'pssxx@mail.ru'
112       OnClick = LabelMail2Click
113       OnMouseMove = LabelMailMouseMove
114       OnMouseLeave = LabelMailMouseLeave
115     end
116   end