DEADSOFTWARE

fix map test settings interface (by Joseph Stalin)
[d2df-editor.git] / src / editor / f_maptest.lfm
index 1efbe52e8ab75042df948df3d6f3bbd7df51a874..89503fb59ad2658b30e6ccb8076b58ecc4659c99 100644 (file)
@@ -1,80 +1,86 @@
 object MapTestForm: TMapTestForm
   Left = 291
+  Height = 322
   Top = 194
+  Width = 367
   BorderIcons = [biSystemMenu]
   BorderStyle = bsSingle
-  Caption = 'Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82еÑ\81Ñ\82а ÐºÐ°Ñ\80Ñ\82Ñ\8b Ð² D2D:F'
-  ClientHeight = 270
+  Caption = 'Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82еÑ\81Ñ\82а Ð² Ð¸Ð³Ñ\80е'
+  ClientHeight = 322
   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 = '2.0.2.0'
   object bOK: TButton
     Left = 192
-    Top = 240
-    Width = 75
     Height = 25
+    Top = 280
+    Width = 75
     Caption = 'OK'
     Default = True
-    TabOrder = 0
     OnClick = bOKClick
+    TabOrder = 1
   end
   object bCancel: TButton
     Left = 286
-    Top = 240
-    Width = 75
     Height = 25
+    Top = 280
+    Width = 75
     Cancel = True
     Caption = 'Отмена'
-    TabOrder = 1
     OnClick = bCancelClick
+    TabOrder = 2
   end
   object GroupBox1: TGroupBox
     Left = 8
+    Height = 264
     Top = 0
     Width = 353
-    Height = 233
-    TabOrder = 2
+    ClientHeight = 262
+    ClientWidth = 351
+    TabOrder = 0
     object LabelTime: TLabel
       Left = 14
+      Height = 16
       Top = 98
-      Width = 83
-      Height = 13
+      Width = 80
       Caption = 'Лимит времени:'
+      ParentColor = False
     end
     object LabelSecs: TLabel
       Left = 174
+      Height = 16
       Top = 98
       Width = 35
-      Height = 13
       Caption = 'секунд'
+      ParentColor = False
     end
     object LabelScore: TLabel
       Left = 14
+      Height = 16
       Top = 122
-      Width = 68
-      Height = 13
+      Width = 66
       Caption = 'Лимит очков:'
+      ParentColor = False
     end
     object LabelPath: TLabel
       Left = 14
+      Height = 16
       Top = 170
-      Width = 107
-      Height = 13
+      Width = 103
       Caption = 'Путь к Doom2DF.exe:'
+      ParentColor = False
     end
     object rbDM: TRadioButton
       Left = 14
+      Height = 21
       Top = 2
-      Width = 113
-      Height = 17
+      Width = 84
       Caption = 'Deathmatch'
       Checked = True
       TabOrder = 0
@@ -82,49 +88,49 @@ object MapTestForm: TMapTestForm
     end
     object rbTDM: TRadioButton
       Left = 14
+      Height = 21
       Top = 18
       Width = 113
-      Height = 17
       Caption = 'Team Deathmatch'
       TabOrder = 1
     end
     object rbCTF: TRadioButton
       Left = 14
+      Height = 21
       Top = 34
-      Width = 113
-      Height = 17
+      Width = 106
       Caption = 'Capture the Flag'
       TabOrder = 2
     end
     object rbCOOP: TRadioButton
       Left = 14
+      Height = 21
       Top = 50
-      Width = 113
-      Height = 17
+      Width = 83
       Caption = 'Cooperative'
       TabOrder = 3
     end
     object cbTwoPlayers: TCheckBox
       Left = 174
+      Height = 21
       Top = 2
-      Width = 169
-      Height = 17
+      Width = 80
       Caption = 'Два игрока'
       TabOrder = 4
     end
     object cbTeamDamage: TCheckBox
       Left = 174
+      Height = 21
       Top = 18
-      Width = 169
-      Height = 17
+      Width = 126
       Caption = 'Урон своей команде'
       TabOrder = 5
     end
     object cbAllowExit: TCheckBox
       Left = 174
+      Height = 21
       Top = 34
-      Width = 169
-      Height = 17
+      Width = 109
       Caption = 'Выход из уровня'
       Checked = True
       State = cbChecked
@@ -132,92 +138,110 @@ object MapTestForm: TMapTestForm
     end
     object cbWeaponStay: TCheckBox
       Left = 174
+      Height = 21
       Top = 50
-      Width = 169
-      Height = 17
+      Width = 112
       Caption = 'Оружие остается'
       TabOrder = 7
     end
     object cbMonstersDM: TCheckBox
       Left = 174
+      Height = 21
       Top = 66
-      Width = 169
-      Height = 17
+      Width = 98
       Caption = 'Монстры в DM'
       TabOrder = 8
     end
     object edTime: TEdit
       Left = 102
+      Height = 28
       Top = 98
       Width = 49
-      Height = 21
       TabOrder = 9
       Text = '0'
     end
     object edScore: TEdit
       Left = 102
+      Height = 28
       Top = 122
       Width = 49
-      Height = 21
       TabOrder = 10
       Text = '0'
     end
     object UpDown2: TUpDown
       Left = 151
+      Height = 28
       Top = 122
       Width = 12
-      Height = 21
       Associate = edScore
       Max = 1000
-      TabOrder = 11
+      Min = 0
+      Position = 0
+      TabOrder = 12
     end
     object UpDown1: TUpDown
       Left = 151
+      Height = 28
       Top = 98
       Width = 12
-      Height = 21
       Associate = edTime
       Max = 28800
-      TabOrder = 12
+      Min = 0
+      Position = 0
+      TabOrder = 11
     end
     object edD2dexe: TEdit
       Left = 14
+      Height = 28
       Top = 186
       Width = 297
-      Height = 21
-      TabOrder = 13
+      TabOrder = 14
       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]
-      ParentFont = False
-      TabOrder = 14
       OnClick = bChooseD2dClick
+      ParentFont = False
+      TabOrder = 15
+    end
+    object edD2DArgs: TEdit
+      Left = 14
+      Height = 28
+      Top = 232
+      Width = 297
+      TabOrder = 16
     end
     object cbMapOnce: TCheckBox
       Left = 14
+      Height = 21
       Top = 146
-      Width = 225
-      Height = 17
+      Width = 211
       Caption = 'Закрыть игру после выхода из карты'
-      TabOrder = 15
+      TabOrder = 13
+    end
+    object LabelArgs: TLabel
+      Left = 14
+      Height = 16
+      Top = 216
+      Width = 103
+      Caption = 'Параметры запуска:'
+      ParentColor = False
     end
   end
   object FindD2dDialog: TOpenDialog
-    DefaultExt = 'Doom2DF.exe'
-    Filter = 'Doom2DF.exe|Doom2DF.exe'
+    Title = 'Выберите файл игры Doom 2D: Forever'
+    DefaultExt = '.exe'
+    Filter = 'Doom2DF.exe|Doom2DF.exe;Doom2DF'
     Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
-    Title = 'Выберите файл игры Doom 2D:Forever'
-    Left = 320
-    Top = 144
+    left = 296
+    top = 128
   end
 end