@@ -77,7 +77,7 @@ object StateForm: TStateForm
77
77
TabOrder = 2
78
78
object CheckBox8: TCheckBox
79
79
Left = 10
80
- Top = 118
80
+ Top = 101
81
81
Width = 190
82
82
Height = 17
83
83
Caption = ' Draw selection pending'
@@ -86,7 +86,7 @@ object StateForm: TStateForm
86
86
end
87
87
object CheckBox9: TCheckBox
88
88
Left = 10
89
- Top = 135
89
+ Top = 118
90
90
Width = 190
91
91
Height = 17
92
92
Caption = ' Draw selecting'
@@ -102,50 +102,41 @@ object StateForm: TStateForm
102
102
Enabled = False
103
103
TabOrder = 2
104
104
end
105
- object CheckBox20: TCheckBox
106
- Left = 10
107
- Top = 33
108
- Width = 190
109
- Height = 17
110
- Caption = ' Mouse check pending'
111
- Enabled = False
112
- TabOrder = 3
113
- end
114
105
object CheckBox21: TCheckBox
115
106
Left = 10
116
- Top = 50
107
+ Top = 33
117
108
Width = 190
118
109
Height = 17
119
110
Caption = ' Middle mouse button down'
120
111
Enabled = False
121
- TabOrder = 4
112
+ TabOrder = 3
122
113
end
123
114
object CheckBox27: TCheckBox
124
115
Left = 10
125
- Top = 67
116
+ Top = 50
126
117
Width = 190
127
118
Height = 17
128
119
Caption = ' Right mouse button down'
129
120
Enabled = False
130
- TabOrder = 5
121
+ TabOrder = 4
131
122
end
132
123
object CheckBox43: TCheckBox
133
124
Left = 10
134
- Top = 84
125
+ Top = 67
135
126
Width = 190
136
127
Height = 17
137
128
Caption = ' Mouse wheel panning'
138
129
Enabled = False
139
- TabOrder = 6
130
+ TabOrder = 5
140
131
end
141
132
object CheckBox44: TCheckBox
142
133
Left = 10
143
- Top = 101
134
+ Top = 84
144
135
Width = 190
145
136
Height = 17
146
137
Caption = ' Mouse wheel scrolling'
147
138
Enabled = False
148
- TabOrder = 7
139
+ TabOrder = 6
149
140
end
150
141
end
151
142
object GroupBox3: TGroupBox
@@ -175,7 +166,7 @@ object StateForm: TStateForm
175
166
end
176
167
object CheckBox15: TCheckBox
177
168
Left = 10
178
- Top = 84
169
+ Top = 16
179
170
Width = 174
180
171
Height = 17
181
172
Caption = ' Incremental search in progress'
@@ -191,15 +182,6 @@ object StateForm: TStateForm
191
182
Enabled = False
192
183
TabOrder = 3
193
184
end
194
- object CheckBox18: TCheckBox
195
- Left = 10
196
- Top = 16
197
- Width = 174
198
- Height = 17
199
- Caption = ' Key check pending'
200
- Enabled = False
201
- TabOrder = 4
202
- end
203
185
end
204
186
object GroupBox4: TGroupBox
205
187
Left = 223
@@ -438,24 +420,14 @@ object StateForm: TStateForm
438
420
Height = 143
439
421
Caption = ' Window related actions: '
440
422
TabOrder = 8
441
- object CheckBox22: TCheckBox
442
- Left = 10
443
- Top = 118
444
- Width = 190
445
- Height = 17
446
- Caption = ' Default node height scale'
447
- Enabled = False
448
- TabOrder = 0
449
- Visible = False
450
- end
451
423
object CheckBox26: TCheckBox
452
424
Left = 10
453
425
Top = 67
454
426
Width = 190
455
427
Height = 17
456
428
Caption = ' Tree painting'
457
429
Enabled = False
458
- TabOrder = 1
430
+ TabOrder = 0
459
431
end
460
432
object CheckBox30: TCheckBox
461
433
Left = 10
@@ -464,7 +436,7 @@ object StateForm: TStateForm
464
436
Height = 17
465
437
Caption = ' Window resizing'
466
438
Enabled = False
467
- TabOrder = 2
439
+ TabOrder = 1
468
440
end
469
441
object CheckBox34: TCheckBox
470
442
Left = 10
@@ -473,7 +445,7 @@ object StateForm: TStateForm
473
445
Height = 17
474
446
Caption = ' Tumb tracking (scrollbar)'
475
447
Enabled = False
476
- TabOrder = 3
448
+ TabOrder = 2
477
449
end
478
450
object CheckBox35: TCheckBox
479
451
Left = 10
@@ -482,7 +454,7 @@ object StateForm: TStateForm
482
454
Height = 17
483
455
Caption = ' Updates locked'
484
456
Enabled = False
485
- TabOrder = 4
457
+ TabOrder = 3
486
458
end
487
459
object CheckBox38: TCheckBox
488
460
Left = 10
@@ -491,7 +463,7 @@ object StateForm: TStateForm
491
463
Height = 17
492
464
Caption = ' Windows XP Theme support in use'
493
465
Enabled = False
494
- TabOrder = 5
466
+ TabOrder = 4
495
467
end
496
468
object CheckBox45: TCheckBox
497
469
Left = 10
@@ -500,7 +472,7 @@ object StateForm: TStateForm
500
472
Height = 17
501
473
Caption = ' Treewindow is under construction'
502
474
Enabled = False
503
- TabOrder = 6
475
+ TabOrder = 5
504
476
end
505
477
end
506
478
end
0 commit comments