object KeysForm: TKeysForm Left = 392 Top = 191 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Ключи' ClientHeight = 114 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 cbRedKey: TCheckBox Left = 2 Top = 0 Width = 111 Height = 17 Caption = 'Красный ключ' TabOrder = 0 end object cbGreenKey: TCheckBox Left = 2 Top = 16 Width = 111 Height = 17 Caption = 'Зеленый ключ' TabOrder = 1 end object cbBlueKey: TCheckBox Left = 2 Top = 32 Width = 111 Height = 17 Caption = 'Синий ключ' TabOrder = 2 end object bOK: TButton Left = 2 Top = 88 Width = 121 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object cbRedTeam: TCheckBox Left = 2 Top = 48 Width = 111 Height = 17 Caption = 'Красная команда' TabOrder = 4 end object cbBlueTeam: TCheckBox Left = 2 Top = 64 Width = 111 Height = 17 Caption = 'Синяя команда' TabOrder = 5 end end