X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_keys.lfm;h=2cb59bcae91ef409c57087761da440f3a0a9dd69;hp=fe3597007778b810b931ac7dfb9b49e253f443d0;hb=b372bf2ef9af243fd5fc6dd34857aed7240b071d;hpb=71ef827e8608f2e426111ff0ddfb7019beba0e65 diff --git a/src/editor/f_keys.lfm b/src/editor/f_keys.lfm index fe35970..2cb59bc 100644 --- a/src/editor/f_keys.lfm +++ b/src/editor/f_keys.lfm @@ -1,48 +1,48 @@ object KeysForm: TKeysForm Left = 392 + Height = 114 Top = 191 + Width = 124 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 + LCLVersion = '1.6.4.0' object cbRedKey: TCheckBox Left = 2 - Top = 0 - Width = 111 Height = 17 + Top = 0 + Width = 91 Caption = 'Красный ключ' TabOrder = 0 end object cbGreenKey: TCheckBox Left = 2 - Top = 16 - Width = 111 Height = 17 + Top = 16 + Width = 91 Caption = 'Зеленый ключ' TabOrder = 1 end object cbBlueKey: TCheckBox Left = 2 - Top = 32 - Width = 111 Height = 17 + Top = 32 + Width = 77 Caption = 'Синий ключ' TabOrder = 2 end object bOK: TButton Left = 2 + Height = 25 Top = 88 Width = 121 - Height = 25 Caption = 'OK' Default = True ModalResult = 1 @@ -50,17 +50,17 @@ object KeysForm: TKeysForm end object cbRedTeam: TCheckBox Left = 2 - Top = 48 - Width = 111 Height = 17 + Top = 48 + Width = 108 Caption = 'Красная команда' TabOrder = 4 end object cbBlueTeam: TCheckBox Left = 2 - Top = 64 - Width = 111 Height = 17 + Top = 64 + Width = 96 Caption = 'Синяя команда' TabOrder = 5 end