Cleanup: Eliminate warnings and hints
[d2df-editor.git] / src / editor / f_keys.lfm
blobfe3597007778b810b931ac7dfb9b49e253f443d0
1 object KeysForm: TKeysForm
2   Left = 392
3   Top = 191
4   BorderIcons = [biSystemMenu]
5   BorderStyle = bsToolWindow
6   Caption = 'Ключи'
7   ClientHeight = 114
8   ClientWidth = 124
9   Color = clBtnFace
10   Font.Charset = DEFAULT_CHARSET
11   Font.Color = clWindowText
12   Font.Height = -11
13   Font.Name = 'MS Sans Serif'
14   Font.Style = []
15   Position = poScreenCenter
16   PixelsPerInch = 96
17   object cbRedKey: TCheckBox
18     Left = 2
19     Top = 0
20     Width = 111
21     Height = 17
22     Caption = 'Красный ключ'
23     TabOrder = 0
24   end
25   object cbGreenKey: TCheckBox
26     Left = 2
27     Top = 16
28     Width = 111
29     Height = 17
30     Caption = 'Зеленый ключ'
31     TabOrder = 1
32   end
33   object cbBlueKey: TCheckBox
34     Left = 2
35     Top = 32
36     Width = 111
37     Height = 17
38     Caption = 'Синий ключ'
39     TabOrder = 2
40   end
41   object bOK: TButton
42     Left = 2
43     Top = 88
44     Width = 121
45     Height = 25
46     Caption = 'OK'
47     Default = True
48     ModalResult = 1
49     TabOrder = 3
50   end
51   object cbRedTeam: TCheckBox
52     Left = 2
53     Top = 48
54     Width = 111
55     Height = 17
56     Caption = 'Красная команда'
57     TabOrder = 4
58   end
59   object cbBlueTeam: TCheckBox
60     Left = 2
61     Top = 64
62     Width = 111
63     Height = 17
64     Caption = 'Синяя команда'
65     TabOrder = 5
66   end
67 end