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