DEADSOFTWARE

Convert forms resources from Delphi to Lazarus format
[d2df-editor.git] / src / editor / f_keys.lfm
index fe3597007778b810b931ac7dfb9b49e253f443d0..2cb59bcae91ef409c57087761da440f3a0a9dd69 100644 (file)
@@ -1,48 +1,48 @@
 object KeysForm: TKeysForm
   Left = 392
+  Height = 114
   Top = 191
+  Width = 124
   BorderIcons = [biSystemMenu]
   BorderStyle = bsToolWindow
   Caption = 'Ключи'
   ClientHeight = 114
   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 cbRedKey: TCheckBox
     Left = 2
-    Top = 0
-    Width = 111
     Height = 17
+    Top = 0
+    Width = 91
     Caption = 'Красный ключ'
     TabOrder = 0
   end
   object cbGreenKey: TCheckBox
     Left = 2
-    Top = 16
-    Width = 111
     Height = 17
+    Top = 16
+    Width = 91
     Caption = 'Зеленый ключ'
     TabOrder = 1
   end
   object cbBlueKey: TCheckBox
     Left = 2
-    Top = 32
-    Width = 111
     Height = 17
+    Top = 32
+    Width = 77
     Caption = 'Синий ключ'
     TabOrder = 2
   end
   object bOK: TButton
     Left = 2
+    Height = 25
     Top = 88
     Width = 121
-    Height = 25
     Caption = 'OK'
     Default = True
     ModalResult = 1
@@ -50,17 +50,17 @@ object KeysForm: TKeysForm
   end
   object cbRedTeam: TCheckBox
     Left = 2
-    Top = 48
-    Width = 111
     Height = 17
+    Top = 48
+    Width = 108
     Caption = 'Красная команда'
     TabOrder = 4
   end
   object cbBlueTeam: TCheckBox
     Left = 2
-    Top = 64
-    Width = 111
     Height = 17
+    Top = 64
+    Width = 96
     Caption = 'Синяя команда'
     TabOrder = 5
   end