object ActivationTypeForm: TActivationTypeForm Left = 231 Top = 196 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 object cbPlayerCollide: TCheckBox Left = 2 Top = 0 Width = 97 Height = 17 Caption = 'Игрок близко' TabOrder = 0 end object cbMonsterCollide: TCheckBox Left = 2 Top = 16 Width = 97 Height = 17 Caption = 'Монстр близко' TabOrder = 1 end object cbPlayerPress: TCheckBox Left = 2 Top = 32 Width = 97 Height = 17 Caption = 'Игрок нажал' TabOrder = 2 end object bOK: TButton Left = 2 Top = 120 Width = 121 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object cbMonsterPress: TCheckBox Left = 2 Top = 48 Width = 97 Height = 17 Caption = 'Монстр нажал' TabOrder = 4 end object cbShot: TCheckBox Left = 2 Top = 64 Width = 97 Height = 17 Caption = 'Выстрел' TabOrder = 5 end object cbNoMonster: TCheckBox Left = 2 Top = 80 Width = 97 Height = 17 Caption = 'Монстров нет' TabOrder = 6 end end