DEADSOFTWARE

Convert forms resources from Delphi to Lazarus format
[d2df-editor.git] / src / editor / f_about.lfm
index 2f3e0aa6fa4c749d05ebf4c6014806f961b7c9c6..f1cafd5b1780442e92afa156dcab1e8d342e5ccd 100644 (file)
 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