X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_activationtype.lfm;h=d72cd6db6987a1eb41122236095fa02ba3ef8910;hp=86a58f2a0ecfbd6836cbb42369d569accd2a0430;hb=b372bf2ef9af243fd5fc6dd34857aed7240b071d;hpb=71ef827e8608f2e426111ff0ddfb7019beba0e65 diff --git a/src/editor/f_activationtype.lfm b/src/editor/f_activationtype.lfm index 86a58f2..d72cd6d 100644 --- a/src/editor/f_activationtype.lfm +++ b/src/editor/f_activationtype.lfm @@ -1,48 +1,48 @@ object ActivationTypeForm: TActivationTypeForm Left = 231 + Height = 149 Top = 196 + Width = 124 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Тип активации' ClientHeight = 149 ClientWidth = 124 Color = clBtnFace - Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' - Font.Style = [] Position = poScreenCenter - PixelsPerInch = 96 + LCLVersion = '1.6.4.0' object cbPlayerCollide: TCheckBox Left = 2 - Top = 0 - Width = 97 Height = 17 + Top = 0 + Width = 88 Caption = 'Игрок близко' TabOrder = 0 end object cbMonsterCollide: TCheckBox Left = 2 - Top = 16 - Width = 97 Height = 17 + Top = 16 + Width = 95 Caption = 'Монстр близко' TabOrder = 1 end object cbPlayerPress: TCheckBox Left = 2 - Top = 32 - Width = 97 Height = 17 + Top = 32 + Width = 84 Caption = 'Игрок нажал' TabOrder = 2 end object bOK: TButton Left = 2 + Height = 25 Top = 120 Width = 121 - Height = 25 Caption = 'OK' Default = True ModalResult = 1 @@ -50,25 +50,25 @@ object ActivationTypeForm: TActivationTypeForm end object cbMonsterPress: TCheckBox Left = 2 - Top = 48 - Width = 97 Height = 17 + Top = 48 + Width = 91 Caption = 'Монстр нажал' TabOrder = 4 end object cbShot: TCheckBox Left = 2 - Top = 64 - Width = 97 Height = 17 + Top = 64 + Width = 62 Caption = 'Выстрел' TabOrder = 5 end object cbNoMonster: TCheckBox Left = 2 - Top = 80 - Width = 97 Height = 17 + Top = 80 + Width = 88 Caption = 'Монстров нет' TabOrder = 6 end