@@ -1,7 +1,7 @@ |
| 1 |
object frmOptions: TfrmOptions |
1 |
object frmOptions: TfrmOptions |
| 2 |
Left = 2176 |
2 |
Left = 1344 |
| 3 |
Height = 615 |
3 |
Height = 615 |
| 4 |
Top = 189 |
4 |
Top = 391 |
| 5 |
Width = 305 |
5 |
Width = 305 |
| 6 |
BorderStyle = bsDialog |
6 |
BorderStyle = bsDialog |
| 7 |
Caption = 'Options' |
7 |
Caption = 'Options' |
@@ -10,7 +10,7 @@ object frmOptions: TfrmOptions |
| 10 |
OnClose = FormClose |
10 |
OnClose = FormClose |
| 11 |
OnCreate = FormCreate |
11 |
OnCreate = FormCreate |
| 12 |
Position = poMainFormCenter |
12 |
Position = poMainFormCenter |
| 13 |
LCLVersion = '2.0.9.0' |
13 |
LCLVersion = '2.0.11.0' |
| 14 |
object Label1: TLabel |
14 |
object Label1: TLabel |
| 15 |
Left = 14 |
15 |
Left = 14 |
| 16 |
Height = 15 |
16 |
Height = 15 |
@@ -59,7 +59,7 @@ object frmOptions: TfrmOptions |
| 59 |
Height = 418 |
59 |
Height = 418 |
| 60 |
Top = 151 |
60 |
Top = 151 |
| 61 |
Width = 279 |
61 |
Width = 279 |
| 62 |
Caption = 'Key map' |
62 |
Caption = 'Custom key map' |
| 63 |
ClientHeight = 398 |
63 |
ClientHeight = 398 |
| 64 |
ClientWidth = 275 |
64 |
ClientWidth = 275 |
| 65 |
Enabled = False |
65 |
Enabled = False |
@@ -76,13 +76,9 @@ object frmOptions: TfrmOptions |
| 76 |
ColCount = 2 |
76 |
ColCount = 2 |
| 77 |
Columns = < |
77 |
Columns = < |
| 78 |
item |
78 |
item |
| 79 |
MinSize = 10 |
|
|
| 80 |
MaxSize = 200 |
|
|
| 81 |
Title.Caption = 'Key' |
79 |
Title.Caption = 'Key' |
| 82 |
end |
80 |
end |
| 83 |
item |
81 |
item |
| 84 |
MinSize = 10 |
|
|
| 85 |
MaxSize = 200 |
|
|
| 86 |
Title.Caption = 'Note' |
82 |
Title.Caption = 'Note' |
| 87 |
end> |
83 |
end> |
| 88 |
DefaultColWidth = 120 |
84 |
DefaultColWidth = 120 |