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