X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_maptest.lfm;h=89503fb59ad2658b30e6ccb8076b58ecc4659c99;hb=1ec6c5d2252441662f455c88e8b777fac19b024c;hp=9e842974688b2be560bec8dc9f1d9cf038fcd2b8;hpb=6bd345e89b3193c3249c53e6807a542a063461ce;p=d2df-editor.git diff --git a/src/editor/f_maptest.lfm b/src/editor/f_maptest.lfm index 9e84297..89503fb 100644 --- a/src/editor/f_maptest.lfm +++ b/src/editor/f_maptest.lfm @@ -1,12 +1,12 @@ object MapTestForm: TMapTestForm Left = 291 - Height = 270 + Height = 322 Top = 194 Width = 367 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Настройки теста в игре' - ClientHeight = 270 + ClientHeight = 322 ClientWidth = 367 Color = clBtnFace Font.Color = clWindowText @@ -15,46 +15,46 @@ object MapTestForm: TMapTestForm OnActivate = FormActivate OnCreate = FormCreate Position = poScreenCenter - LCLVersion = '1.6.4.0' + LCLVersion = '2.0.2.0' object bOK: TButton Left = 192 Height = 25 - Top = 240 + Top = 280 Width = 75 Caption = 'OK' Default = True OnClick = bOKClick - TabOrder = 0 + TabOrder = 1 end object bCancel: TButton Left = 286 Height = 25 - Top = 240 + Top = 280 Width = 75 Cancel = True Caption = 'Отмена' OnClick = bCancelClick - TabOrder = 1 + TabOrder = 2 end object GroupBox1: TGroupBox Left = 8 - Height = 233 + Height = 264 Top = 0 Width = 353 - ClientHeight = 215 - ClientWidth = 349 - TabOrder = 2 + ClientHeight = 262 + ClientWidth = 351 + TabOrder = 0 object LabelTime: TLabel Left = 14 - Height = 13 + Height = 16 Top = 98 - Width = 83 + Width = 80 Caption = 'Лимит времени:' ParentColor = False end object LabelSecs: TLabel Left = 174 - Height = 13 + Height = 16 Top = 98 Width = 35 Caption = 'секунд' @@ -62,25 +62,25 @@ object MapTestForm: TMapTestForm end object LabelScore: TLabel Left = 14 - Height = 13 + Height = 16 Top = 122 - Width = 68 + Width = 66 Caption = 'Лимит очков:' ParentColor = False end object LabelPath: TLabel Left = 14 - Height = 13 + Height = 16 Top = 170 - Width = 107 + Width = 103 Caption = 'Путь к Doom2DF.exe:' ParentColor = False end object rbDM: TRadioButton Left = 14 - Height = 17 + Height = 21 Top = 2 - Width = 76 + Width = 84 Caption = 'Deathmatch' Checked = True TabOrder = 0 @@ -88,49 +88,49 @@ object MapTestForm: TMapTestForm end object rbTDM: TRadioButton Left = 14 - Height = 17 + Height = 21 Top = 18 - Width = 106 + Width = 113 Caption = 'Team Deathmatch' TabOrder = 1 end object rbCTF: TRadioButton Left = 14 - Height = 17 + Height = 21 Top = 34 - Width = 96 + Width = 106 Caption = 'Capture the Flag' TabOrder = 2 end object rbCOOP: TRadioButton Left = 14 - Height = 17 + Height = 21 Top = 50 - Width = 75 + Width = 83 Caption = 'Cooperative' TabOrder = 3 end object cbTwoPlayers: TCheckBox Left = 174 - Height = 17 + Height = 21 Top = 2 - Width = 77 + Width = 80 Caption = 'Два игрока' TabOrder = 4 end object cbTeamDamage: TCheckBox Left = 174 - Height = 17 + Height = 21 Top = 18 - Width = 124 + Width = 126 Caption = 'Урон своей команде' TabOrder = 5 end object cbAllowExit: TCheckBox Left = 174 - Height = 17 + Height = 21 Top = 34 - Width = 103 + Width = 109 Caption = 'Выход из уровня' Checked = True State = cbChecked @@ -138,23 +138,23 @@ object MapTestForm: TMapTestForm end object cbWeaponStay: TCheckBox Left = 174 - Height = 17 + Height = 21 Top = 50 - Width = 106 + Width = 112 Caption = 'Оружие остается' TabOrder = 7 end object cbMonstersDM: TCheckBox Left = 174 - Height = 17 + Height = 21 Top = 66 - Width = 93 + Width = 98 Caption = 'Монстры в DM' TabOrder = 8 end object edTime: TEdit Left = 102 - Height = 21 + Height = 28 Top = 98 Width = 49 TabOrder = 9 @@ -162,7 +162,7 @@ object MapTestForm: TMapTestForm end object edScore: TEdit Left = 102 - Height = 21 + Height = 28 Top = 122 Width = 49 TabOrder = 10 @@ -170,34 +170,32 @@ object MapTestForm: TMapTestForm end object UpDown2: TUpDown Left = 151 - Height = 21 + Height = 28 Top = 122 Width = 12 Associate = edScore Max = 1000 Min = 0 Position = 0 - TabOrder = 11 - Wrap = False + TabOrder = 12 end object UpDown1: TUpDown Left = 151 - Height = 21 + Height = 28 Top = 98 Width = 12 Associate = edTime Max = 28800 Min = 0 Position = 0 - TabOrder = 12 - Wrap = False + TabOrder = 11 end object edD2dexe: TEdit Left = 14 - Height = 21 + Height = 28 Top = 186 Width = 297 - TabOrder = 13 + TabOrder = 14 Text = 'Doom2DF.exe' end object bChooseD2d: TButton @@ -212,23 +210,38 @@ object MapTestForm: TMapTestForm Font.Style = [fsBold] OnClick = bChooseD2dClick ParentFont = False - TabOrder = 14 + TabOrder = 15 + end + object edD2DArgs: TEdit + Left = 14 + Height = 28 + Top = 232 + Width = 297 + TabOrder = 16 end object cbMapOnce: TCheckBox Left = 14 - Height = 17 + Height = 21 Top = 146 - Width = 209 + 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 Title = 'Выберите файл игры Doom 2D: Forever' DefaultExt = '.exe' - Filter = 'Doom2DF.exe|Doom2DF.exe' + Filter = 'Doom2DF.exe|Doom2DF.exe;Doom2DF' Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing] - left = 320 - top = 144 + left = 296 + top = 128 end end