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