DEADSOFTWARE

Convert forms resources from Delphi to Lazarus format
[d2df-editor.git] / src / editor / f_activationtype.lfm
index 86a58f2a0ecfbd6836cbb42369d569accd2a0430..d72cd6db6987a1eb41122236095fa02ba3ef8910 100644 (file)
@@ -1,48 +1,48 @@
 object ActivationTypeForm: TActivationTypeForm
   Left = 231
+  Height = 149
   Top = 196
+  Width = 124
   BorderIcons = [biSystemMenu]
   BorderStyle = bsToolWindow
   Caption = 'Тип активации'
   ClientHeight = 149
   ClientWidth = 124
   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 cbPlayerCollide: TCheckBox
     Left = 2
-    Top = 0
-    Width = 97
     Height = 17
+    Top = 0
+    Width = 88
     Caption = 'Игрок близко'
     TabOrder = 0
   end
   object cbMonsterCollide: TCheckBox
     Left = 2
-    Top = 16
-    Width = 97
     Height = 17
+    Top = 16
+    Width = 95
     Caption = 'Монстр близко'
     TabOrder = 1
   end
   object cbPlayerPress: TCheckBox
     Left = 2
-    Top = 32
-    Width = 97
     Height = 17
+    Top = 32
+    Width = 84
     Caption = 'Игрок нажал'
     TabOrder = 2
   end
   object bOK: TButton
     Left = 2
+    Height = 25
     Top = 120
     Width = 121
-    Height = 25
     Caption = 'OK'
     Default = True
     ModalResult = 1
@@ -50,25 +50,25 @@ object ActivationTypeForm: TActivationTypeForm
   end
   object cbMonsterPress: TCheckBox
     Left = 2
-    Top = 48
-    Width = 97
     Height = 17
+    Top = 48
+    Width = 91
     Caption = 'Монстр нажал'
     TabOrder = 4
   end
   object cbShot: TCheckBox
     Left = 2
-    Top = 64
-    Width = 97
     Height = 17
+    Top = 64
+    Width = 62
     Caption = 'Выстрел'
     TabOrder = 5
   end
   object cbNoMonster: TCheckBox
     Left = 2
-    Top = 80
-    Width = 97
     Height = 17
+    Top = 80
+    Width = 88
     Caption = 'Монстров нет'
     TabOrder = 6
   end