DEADSOFTWARE

Convert forms resources from Delphi to Lazarus format
[d2df-editor.git] / src / editor / f_maptest.lfm
index 1efbe52e8ab75042df948df3d6f3bbd7df51a874..eca453c3f0ad492da45cac561e19d10b56ea78d8 100644 (file)
@@ -1,80 +1,86 @@
 object MapTestForm: TMapTestForm
   Left = 291
+  Height = 270
   Top = 194
+  Width = 367
   BorderIcons = [biSystemMenu]
   BorderStyle = bsSingle
   Caption = 'Настройки теста карты в D2D:F'
   ClientHeight = 270
   ClientWidth = 367
   Color = clBtnFace
-  Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -11
   Font.Name = 'MS Sans Serif'
-  Font.Style = []
-  Position = poScreenCenter
   OnActivate = FormActivate
   OnCreate = FormCreate
-  PixelsPerInch = 96
+  Position = poScreenCenter
+  LCLVersion = '1.6.4.0'
   object bOK: TButton
     Left = 192
+    Height = 25
     Top = 240
     Width = 75
-    Height = 25
     Caption = 'OK'
     Default = True
-    TabOrder = 0
     OnClick = bOKClick
+    TabOrder = 0
   end
   object bCancel: TButton
     Left = 286
+    Height = 25
     Top = 240
     Width = 75
-    Height = 25
     Cancel = True
     Caption = 'Отмена'
-    TabOrder = 1
     OnClick = bCancelClick
+    TabOrder = 1
   end
   object GroupBox1: TGroupBox
     Left = 8
+    Height = 233
     Top = 0
     Width = 353
-    Height = 233
+    ClientHeight = 215
+    ClientWidth = 349
     TabOrder = 2
     object LabelTime: TLabel
       Left = 14
+      Height = 13
       Top = 98
       Width = 83
-      Height = 13
       Caption = 'Лимит времени:'
+      ParentColor = False
     end
     object LabelSecs: TLabel
       Left = 174
+      Height = 13
       Top = 98
       Width = 35
-      Height = 13
       Caption = 'секунд'
+      ParentColor = False
     end
     object LabelScore: TLabel
       Left = 14
+      Height = 13
       Top = 122
       Width = 68
-      Height = 13
       Caption = 'Лимит очков:'
+      ParentColor = False
     end
     object LabelPath: TLabel
       Left = 14
+      Height = 13
       Top = 170
       Width = 107
-      Height = 13
       Caption = 'Путь к Doom2DF.exe:'
+      ParentColor = False
     end
     object rbDM: TRadioButton
       Left = 14
-      Top = 2
-      Width = 113
       Height = 17
+      Top = 2
+      Width = 76
       Caption = 'Deathmatch'
       Checked = True
       TabOrder = 0
@@ -82,49 +88,49 @@ object MapTestForm: TMapTestForm
     end
     object rbTDM: TRadioButton
       Left = 14
-      Top = 18
-      Width = 113
       Height = 17
+      Top = 18
+      Width = 106
       Caption = 'Team Deathmatch'
       TabOrder = 1
     end
     object rbCTF: TRadioButton
       Left = 14
-      Top = 34
-      Width = 113
       Height = 17
+      Top = 34
+      Width = 96
       Caption = 'Capture the Flag'
       TabOrder = 2
     end
     object rbCOOP: TRadioButton
       Left = 14
-      Top = 50
-      Width = 113
       Height = 17
+      Top = 50
+      Width = 75
       Caption = 'Cooperative'
       TabOrder = 3
     end
     object cbTwoPlayers: TCheckBox
       Left = 174
-      Top = 2
-      Width = 169
       Height = 17
+      Top = 2
+      Width = 77
       Caption = 'Два игрока'
       TabOrder = 4
     end
     object cbTeamDamage: TCheckBox
       Left = 174
-      Top = 18
-      Width = 169
       Height = 17
+      Top = 18
+      Width = 124
       Caption = 'Урон своей команде'
       TabOrder = 5
     end
     object cbAllowExit: TCheckBox
       Left = 174
-      Top = 34
-      Width = 169
       Height = 17
+      Top = 34
+      Width = 103
       Caption = 'Выход из уровня'
       Checked = True
       State = cbChecked
@@ -132,92 +138,97 @@ object MapTestForm: TMapTestForm
     end
     object cbWeaponStay: TCheckBox
       Left = 174
-      Top = 50
-      Width = 169
       Height = 17
+      Top = 50
+      Width = 106
       Caption = 'Оружие остается'
       TabOrder = 7
     end
     object cbMonstersDM: TCheckBox
       Left = 174
-      Top = 66
-      Width = 169
       Height = 17
+      Top = 66
+      Width = 93
       Caption = 'Монстры в DM'
       TabOrder = 8
     end
     object edTime: TEdit
       Left = 102
+      Height = 21
       Top = 98
       Width = 49
-      Height = 21
       TabOrder = 9
       Text = '0'
     end
     object edScore: TEdit
       Left = 102
+      Height = 21
       Top = 122
       Width = 49
-      Height = 21
       TabOrder = 10
       Text = '0'
     end
     object UpDown2: TUpDown
       Left = 151
+      Height = 21
       Top = 122
       Width = 12
-      Height = 21
       Associate = edScore
       Max = 1000
+      Min = 0
+      Position = 0
       TabOrder = 11
+      Wrap = False
     end
     object UpDown1: TUpDown
       Left = 151
+      Height = 21
       Top = 98
       Width = 12
-      Height = 21
       Associate = edTime
       Max = 28800
+      Min = 0
+      Position = 0
       TabOrder = 12
+      Wrap = False
     end
     object edD2dexe: TEdit
       Left = 14
+      Height = 21
       Top = 186
       Width = 297
-      Height = 21
       TabOrder = 13
       Text = 'Doom2DF.exe'
     end
     object bChooseD2d: TButton
       Left = 318
+      Height = 20
       Top = 186
       Width = 25
-      Height = 20
       Caption = '...'
-      Font.Charset = DEFAULT_CHARSET
       Font.Color = clWindowText
       Font.Height = -11
       Font.Name = 'MS Sans Serif'
       Font.Style = [fsBold]
+      OnClick = bChooseD2dClick
       ParentFont = False
       TabOrder = 14
-      OnClick = bChooseD2dClick
     end
     object cbMapOnce: TCheckBox
       Left = 14
-      Top = 146
-      Width = 225
       Height = 17
+      Top = 146
+      Width = 209
       Caption = 'Закрыть игру после выхода из карты'
       TabOrder = 15
     end
   end
   object FindD2dDialog: TOpenDialog
-    DefaultExt = 'Doom2DF.exe'
+    Title = 'Выберите файл игры Doom 2D:Forever'
+    DefaultExt = '.exe'
     Filter = 'Doom2DF.exe|Doom2DF.exe'
     Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
-    Title = 'Выберите файл игры Doom 2D:Forever'
-    Left = 320
-    Top = 144
+    left = 320
+    top = 144
   end
 end