DEADSOFTWARE

get rid of "kastet" and "pulemet" in symbols
[d2df-editor.git] / src / editor / f_maptest.lfm
diff --git a/src/editor/f_maptest.lfm b/src/editor/f_maptest.lfm
deleted file mode 100644 (file)
index 1efbe52..0000000
+++ /dev/null
@@ -1,223 +0,0 @@
-object MapTestForm: TMapTestForm
-  Left = 291
-  Top = 194
-  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
-  object bOK: TButton
-    Left = 192
-    Top = 240
-    Width = 75
-    Height = 25
-    Caption = 'OK'
-    Default = True
-    TabOrder = 0
-    OnClick = bOKClick
-  end
-  object bCancel: TButton
-    Left = 286
-    Top = 240
-    Width = 75
-    Height = 25
-    Cancel = True
-    Caption = 'Отмена'
-    TabOrder = 1
-    OnClick = bCancelClick
-  end
-  object GroupBox1: TGroupBox
-    Left = 8
-    Top = 0
-    Width = 353
-    Height = 233
-    TabOrder = 2
-    object LabelTime: TLabel
-      Left = 14
-      Top = 98
-      Width = 83
-      Height = 13
-      Caption = 'Лимит времени:'
-    end
-    object LabelSecs: TLabel
-      Left = 174
-      Top = 98
-      Width = 35
-      Height = 13
-      Caption = 'секунд'
-    end
-    object LabelScore: TLabel
-      Left = 14
-      Top = 122
-      Width = 68
-      Height = 13
-      Caption = 'Лимит очков:'
-    end
-    object LabelPath: TLabel
-      Left = 14
-      Top = 170
-      Width = 107
-      Height = 13
-      Caption = 'Путь к Doom2DF.exe:'
-    end
-    object rbDM: TRadioButton
-      Left = 14
-      Top = 2
-      Width = 113
-      Height = 17
-      Caption = 'Deathmatch'
-      Checked = True
-      TabOrder = 0
-      TabStop = True
-    end
-    object rbTDM: TRadioButton
-      Left = 14
-      Top = 18
-      Width = 113
-      Height = 17
-      Caption = 'Team Deathmatch'
-      TabOrder = 1
-    end
-    object rbCTF: TRadioButton
-      Left = 14
-      Top = 34
-      Width = 113
-      Height = 17
-      Caption = 'Capture the Flag'
-      TabOrder = 2
-    end
-    object rbCOOP: TRadioButton
-      Left = 14
-      Top = 50
-      Width = 113
-      Height = 17
-      Caption = 'Cooperative'
-      TabOrder = 3
-    end
-    object cbTwoPlayers: TCheckBox
-      Left = 174
-      Top = 2
-      Width = 169
-      Height = 17
-      Caption = 'Два игрока'
-      TabOrder = 4
-    end
-    object cbTeamDamage: TCheckBox
-      Left = 174
-      Top = 18
-      Width = 169
-      Height = 17
-      Caption = 'Урон своей команде'
-      TabOrder = 5
-    end
-    object cbAllowExit: TCheckBox
-      Left = 174
-      Top = 34
-      Width = 169
-      Height = 17
-      Caption = 'Выход из уровня'
-      Checked = True
-      State = cbChecked
-      TabOrder = 6
-    end
-    object cbWeaponStay: TCheckBox
-      Left = 174
-      Top = 50
-      Width = 169
-      Height = 17
-      Caption = 'Оружие остается'
-      TabOrder = 7
-    end
-    object cbMonstersDM: TCheckBox
-      Left = 174
-      Top = 66
-      Width = 169
-      Height = 17
-      Caption = 'Монстры в DM'
-      TabOrder = 8
-    end
-    object edTime: TEdit
-      Left = 102
-      Top = 98
-      Width = 49
-      Height = 21
-      TabOrder = 9
-      Text = '0'
-    end
-    object edScore: TEdit
-      Left = 102
-      Top = 122
-      Width = 49
-      Height = 21
-      TabOrder = 10
-      Text = '0'
-    end
-    object UpDown2: TUpDown
-      Left = 151
-      Top = 122
-      Width = 12
-      Height = 21
-      Associate = edScore
-      Max = 1000
-      TabOrder = 11
-    end
-    object UpDown1: TUpDown
-      Left = 151
-      Top = 98
-      Width = 12
-      Height = 21
-      Associate = edTime
-      Max = 28800
-      TabOrder = 12
-    end
-    object edD2dexe: TEdit
-      Left = 14
-      Top = 186
-      Width = 297
-      Height = 21
-      TabOrder = 13
-      Text = 'Doom2DF.exe'
-    end
-    object bChooseD2d: TButton
-      Left = 318
-      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
-    end
-    object cbMapOnce: TCheckBox
-      Left = 14
-      Top = 146
-      Width = 225
-      Height = 17
-      Caption = 'Закрыть игру после выхода из карты'
-      TabOrder = 15
-    end
-  end
-  object FindD2dDialog: TOpenDialog
-    DefaultExt = 'Doom2DF.exe'
-    Filter = 'Doom2DF.exe|Doom2DF.exe'
-    Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
-    Title = 'Выберите файл игры Doom 2D:Forever'
-    Left = 320
-    Top = 144
-  end
-end