File: editor_markup_userdefined.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (675 lines) | stat: -rw-r--r-- 20,972 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
object EditorMarkupUserDefinedFrame: TEditorMarkupUserDefinedFrame
  Left = 0
  Height = 369
  Top = 0
  Width = 507
  ClientHeight = 369
  ClientWidth = 507
  TabOrder = 0
  DesignLeft = 432
  DesignTop = 323
  object ToolBar1: TToolBar
    Left = 0
    Height = 24
    Top = 0
    Width = 507
    AutoSize = True
    Caption = 'ToolBar1'
    EdgeBorders = [ebBottom]
    ParentShowHint = False
    ShowCaptions = True
    ShowHint = True
    TabOrder = 0
    object tbSelectList: TToolButton
      Left = 1
      Top = 0
      Caption = 'tbSelectList'
      DropdownMenu = ListMenu
      OnClick = tbSelectListClick
      Style = tbsDropDown
    end
    object tbNewList: TToolButton
      Left = 81
      Top = 0
      Caption = 'tbNewList'
      OnClick = tbNewListClick
    end
    object tbDeleteList: TToolButton
      Left = 142
      Top = 0
      Caption = 'tbDeleteList'
      OnClick = tbDeleteListClick
    end
    object ToolButton2: TToolButton
      Left = 212
      Height = 22
      Top = 0
      Caption = 'ToolButton2'
      Style = tbsDivider
    end
    object tbMainPage: TToolButton
      Left = 217
      Top = 0
      AllowAllUp = True
      Caption = 'tbMainPage'
      Down = True
      Grouped = True
      OnClick = tbSelectPageClicked
      Style = tbsCheck
    end
    object tbKeyPage: TToolButton
      Left = 289
      Top = 0
      AllowAllUp = True
      Caption = 'tbKeyPage'
      Grouped = True
      OnClick = tbSelectPageClicked
      Style = tbsCheck
    end
  end
  object MainPanel: TPanel
    Left = 0
    Height = 345
    Top = 24
    Width = 507
    Align = alClient
    AutoSize = True
    BevelOuter = bvNone
    ClientHeight = 345
    ClientWidth = 507
    TabOrder = 1
    inline SynColorAttrEditor1: TSynColorAttrEditor
      Height = 146
      Top = 195
      Width = 507
      Align = alTop
      ClientHeight = 146
      ClientWidth = 507
      TabOrder = 1
      inherited ForeGroundUseDefaultCheckBox: TCheckBox
        AnchorSideLeft.Control = SynColorAttrEditor1
      end
      inherited ForegroundColorBox: TColorBox
        AnchorSideTop.Control = SynColorAttrEditor1
        AnchorSideRight.Control = SynColorAttrEditor1
      end
      inherited BackGroundColorBox: TColorBox
        AnchorSideRight.Control = SynColorAttrEditor1
      end
      inherited BackGroundUseDefaultCheckBox: TCheckBox
        AnchorSideLeft.Control = SynColorAttrEditor1
      end
      inherited FrameColorBox: TColorBox
        AnchorSideRight.Control = SynColorAttrEditor1
      end
      inherited FrameColorUseDefaultCheckBox: TCheckBox
        AnchorSideLeft.Control = SynColorAttrEditor1
      end
      inherited pnlUnderline: TPanel
        AnchorSideLeft.Control = SynColorAttrEditor1
      end
      inherited MarkupFoldColorUseDefaultCheckBox: TCheckBox
        AnchorSideLeft.Control = SynColorAttrEditor1
      end
    end
    object Notebook1: TNotebook
      Left = 0
      Height = 195
      Top = 0
      Width = 507
      PageIndex = 0
      Align = alTop
      AutoSize = True
      Constraints.MinHeight = 195
      TabOrder = 0
      TabStop = True
      object PageMain: TPage
        object HCenter: TLabel
          AnchorSideLeft.Control = PageMain
          AnchorSideLeft.Side = asrCenter
          AnchorSideTop.Control = PageMain
          Left = 253
          Height = 1
          Top = 0
          Width = 1
          ParentColor = False
        end
        object edListName: TEdit
          AnchorSideLeft.Side = asrBottom
          AnchorSideTop.Control = PageMain
          AnchorSideRight.Control = HCenter
          Left = 84
          Height = 23
          Top = 6
          Width = 143
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Right = 20
          BorderSpacing.Around = 6
          OnEditingDone = edListNameEditingDone
          OnKeyPress = edListNameKeyPress
          TabOrder = 0
          Text = 'edListName'
        end
        object lbListName: TLabel
          AnchorSideLeft.Control = PageMain
          AnchorSideTop.Control = edListName
          AnchorSideTop.Side = asrCenter
          Left = 6
          Height = 15
          Top = 10
          Width = 60
          BorderSpacing.Around = 6
          Caption = 'lbListName'
          ParentColor = False
        end
        object WordList: TColorStringGrid
          AnchorSideLeft.Control = HCenter
          AnchorSideTop.Control = PageMain
          AnchorSideRight.Control = PageMain
          AnchorSideRight.Side = asrBottom
          AnchorSideBottom.Control = PageMain
          AnchorSideBottom.Side = asrBottom
          Left = 259
          Height = 183
          Top = 6
          Width = 242
          Anchors = [akTop, akLeft, akRight, akBottom]
          AutoAdvance = aaDown
          AutoFillColumns = True
          BorderSpacing.Around = 6
          ColCount = 2
          Columns = <          
            item
              Title.Caption = 'Title'
              Width = 213
            end          
            item
              ButtonStyle = cbsButtonColumn
              MaxSize = 20
              SizePriority = 0
              Title.Caption = 'Del'
              Width = 25
            end>
          FixedCols = 0
          FixedRows = 0
          Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goThumbTracking, goSmoothScroll, goColSpanning]
          RowCount = 1
          TabOrder = 4
          OnColRowDeleted = WordListColRowDeleted
          OnButtonClick = WordListButtonClick
          OnEditingDone = WordListEditingDone
          OnExit = WordListExit
          OnKeyUp = WordListKeyUp
          OnSelection = WordListSelection
          ColWidths = (
            213
            25
          )
        end
        object cbCaseSense: TCheckBox
          AnchorSideLeft.Control = PageMain
          AnchorSideTop.Control = edListName
          Left = 6
          Height = 19
          Top = 42
          Width = 88
          BorderSpacing.Top = 30
          BorderSpacing.Around = 6
          Caption = 'cbCaseSense'
          OnChange = GeneralCheckBoxChange
          TabOrder = 1
        end
        object cbMatchStartBound: TCheckBox
          AnchorSideLeft.Control = PageMain
          AnchorSideTop.Control = cbCaseSense
          AnchorSideTop.Side = asrBottom
          Left = 6
          Height = 19
          Top = 67
          Width = 126
          BorderSpacing.Around = 6
          Caption = 'cbMatchStartBound'
          OnChange = GeneralCheckBoxChange
          TabOrder = 2
        end
        object cbMatchEndBound: TCheckBox
          AnchorSideLeft.Control = PageMain
          AnchorSideTop.Control = cbMatchStartBound
          AnchorSideTop.Side = asrBottom
          Left = 6
          Height = 19
          Top = 92
          Width = 122
          BorderSpacing.Around = 6
          Caption = 'cbMatchEndBound'
          OnChange = GeneralCheckBoxChange
          TabOrder = 3
        end
      end
      object PageKeys: TPage
        object cbKeyCase: TCheckBox
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = lbNewKeyOptions
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HCenterKey
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 19
          Top = 26
          Width = 228
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 5
          BorderSpacing.Right = 20
          Caption = 'cbKeyCase'
          OnChange = GeneralCheckBoxChange
          TabOrder = 0
        end
        object lbNewKeyOptions: TLabel
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = PageKeys
          AnchorSideRight.Control = HCenterKey
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 15
          Top = 6
          Width = 242
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 6
          BorderSpacing.Right = 6
          Caption = 'lbNewKeyOptions'
          ParentColor = False
          WordWrap = True
        end
        object Panel1: TPanel
          AnchorSideLeft.Control = HCenterKey
          AnchorSideTop.Control = PageKeys
          AnchorSideRight.Control = PageKeys
          AnchorSideRight.Side = asrBottom
          AnchorSideBottom.Control = PageKeys
          AnchorSideBottom.Side = asrBottom
          Left = 253
          Height = 217
          Top = 0
          Width = 254
          Anchors = [akTop, akLeft, akRight, akBottom]
          BevelOuter = bvNone
          ClientHeight = 217
          ClientWidth = 254
          TabOrder = 1
          object divKeyAdd: TDividerBevel
            Left = 6
            Height = 17
            Top = 0
            Width = 242
            Caption = 'divKeyAdd'
            Align = alTop
            BorderSpacing.Left = 6
            BorderSpacing.Right = 6
            Font.Style = [fsBold]
            LeftIndent = 30
            ParentFont = False
          end
          object btnKeyAdd: TSpeedButton
            AnchorSideLeft.Control = Panel1
            AnchorSideTop.Control = divKeyAdd
            AnchorSideTop.Side = asrBottom
            Left = 6
            Height = 22
            Top = 17
            Width = 23
            BorderSpacing.Left = 6
            Caption = '...'
            OnClick = KeyEditClicked
          end
          object lbKeyAdd1: TLabel
            AnchorSideLeft.Control = btnKeyAdd
            AnchorSideLeft.Side = asrBottom
            AnchorSideTop.Control = btnKeyAdd
            AnchorSideRight.Control = Panel1
            AnchorSideRight.Side = asrBottom
            Left = 35
            Height = 15
            Top = 17
            Width = 213
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 6
            BorderSpacing.Right = 6
            Caption = 'lbKeyAdd1'
            ParentColor = False
          end
          object lbKeyAdd2: TLabel
            AnchorSideLeft.Control = lbKeyAdd1
            AnchorSideTop.Control = lbKeyAdd1
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = Panel1
            AnchorSideRight.Side = asrBottom
            Left = 35
            Height = 15
            Top = 38
            Width = 219
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Top = 6
            Caption = 'lbKeyAdd2'
            ParentColor = False
          end
          object divKeyRemove: TDividerBevel
            AnchorSideLeft.Control = Panel1
            AnchorSideTop.Control = lbKeyAdd2
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = Panel1
            AnchorSideRight.Side = asrBottom
            Left = 6
            Height = 17
            Top = 59
            Width = 242
            Caption = 'divKeyRemove'
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 6
            BorderSpacing.Top = 6
            BorderSpacing.Right = 6
            Font.Style = [fsBold]
            LeftIndent = 30
            ParentFont = False
          end
          object divKeyToggle: TDividerBevel
            AnchorSideLeft.Control = Panel1
            AnchorSideTop.Control = lbKeyRemove2
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = Panel1
            AnchorSideRight.Side = asrBottom
            Left = 6
            Height = 17
            Top = 118
            Width = 242
            Caption = 'divKeyToggle'
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 6
            BorderSpacing.Top = 6
            BorderSpacing.Right = 6
            Font.Style = [fsBold]
            LeftIndent = 30
            ParentFont = False
          end
          object btnKeyRemove: TSpeedButton
            AnchorSideLeft.Control = Panel1
            AnchorSideTop.Control = divKeyRemove
            AnchorSideTop.Side = asrBottom
            Left = 6
            Height = 22
            Top = 76
            Width = 23
            BorderSpacing.Left = 6
            Caption = '...'
            OnClick = KeyEditClicked
          end
          object btnKeyToggle: TSpeedButton
            AnchorSideLeft.Control = Panel1
            AnchorSideTop.Control = divKeyToggle
            AnchorSideTop.Side = asrBottom
            Left = 6
            Height = 22
            Top = 135
            Width = 23
            BorderSpacing.Left = 6
            Caption = '...'
            OnClick = KeyEditClicked
          end
          object lbKeyRemove1: TLabel
            AnchorSideLeft.Control = btnKeyRemove
            AnchorSideLeft.Side = asrBottom
            AnchorSideTop.Control = btnKeyRemove
            AnchorSideRight.Control = Panel1
            AnchorSideRight.Side = asrBottom
            Left = 35
            Height = 15
            Top = 76
            Width = 213
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 6
            BorderSpacing.Right = 6
            Caption = 'lbKeyRemove1'
            ParentColor = False
          end
          object lbKeyRemove2: TLabel
            AnchorSideLeft.Control = lbKeyRemove1
            AnchorSideTop.Control = lbKeyRemove1
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = Panel1
            AnchorSideRight.Side = asrBottom
            Left = 35
            Height = 15
            Top = 97
            Width = 213
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Top = 6
            BorderSpacing.Right = 6
            Caption = 'lbKeyRemove2'
            ParentColor = False
          end
          object lbKeyToggle1: TLabel
            AnchorSideLeft.Control = btnKeyToggle
            AnchorSideLeft.Side = asrBottom
            AnchorSideTop.Control = btnKeyToggle
            AnchorSideRight.Control = Panel1
            AnchorSideRight.Side = asrBottom
            Left = 35
            Height = 15
            Top = 135
            Width = 213
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Left = 6
            BorderSpacing.Right = 6
            Caption = 'lbKeyToggle1'
            ParentColor = False
          end
          object lbKeyToggle2: TLabel
            AnchorSideLeft.Control = lbKeyToggle1
            AnchorSideTop.Control = lbKeyToggle1
            AnchorSideTop.Side = asrBottom
            AnchorSideRight.Control = Panel1
            AnchorSideRight.Side = asrBottom
            Left = 35
            Height = 15
            Top = 156
            Width = 213
            Anchors = [akTop, akLeft, akRight]
            BorderSpacing.Top = 6
            BorderSpacing.Right = 6
            BorderSpacing.Bottom = 6
            Caption = 'lbKeyToggle2'
            ParentColor = False
          end
        end
        object HCenterKey: TLabel
          AnchorSideLeft.Control = PageKeys
          AnchorSideLeft.Side = asrCenter
          AnchorSideTop.Control = PageKeys
          Left = 253
          Height = 1
          Top = 0
          Width = 1
          ParentColor = False
        end
        object cbKeyBoundStart: TCheckBox
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = cbKeyCase
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HCenterKey
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 19
          Top = 50
          Width = 228
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 5
          BorderSpacing.Right = 20
          Caption = 'cbKeyBoundStart'
          OnChange = GeneralCheckBoxChange
          TabOrder = 2
        end
        object cbKeyBoundEnd: TCheckBox
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = cbKeyBoundStart
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HCenterKey
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 19
          Top = 74
          Width = 228
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 5
          BorderSpacing.Right = 20
          Caption = 'cbKeyBoundEnd'
          OnChange = GeneralCheckBoxChange
          TabOrder = 3
        end
        object lbKeyBoundMinLen: TLabel
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = cbKeyBoundEnd
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HCenterKey
          Left = 6
          Height = 15
          Top = 101
          Width = 241
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 8
          BorderSpacing.Right = 6
          Caption = 'lbKeyBoundMinLen'
          ParentColor = False
          WordWrap = True
        end
        object lbWordMin: TLabel
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = lbKeyBoundMinLen
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HQuarter
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 15
          Top = 119
          Width = 116
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 3
          BorderSpacing.Right = 6
          Caption = 'lbWordMin'
          ParentColor = False
          WordWrap = True
        end
        object lbSelectMin: TLabel
          AnchorSideLeft.Control = HQuarter
          AnchorSideTop.Control = lbWordMin
          AnchorSideRight.Control = HCenterKey
          AnchorSideRight.Side = asrBottom
          Left = 133
          Height = 15
          Top = 119
          Width = 115
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Right = 6
          Caption = 'lbSelectMin'
          ParentColor = False
          WordWrap = True
        end
        object edWordMin: TSpinEdit
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = lbWordMin
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HQuarter
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 23
          Top = 138
          Width = 70
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 4
          BorderSpacing.Right = 6
          Constraints.MaxWidth = 70
          MaxValue = 9999
          OnChange = GeneralCheckBoxChange
          TabOrder = 4
        end
        object edSelectMin: TSpinEdit
          AnchorSideLeft.Control = HQuarter
          AnchorSideTop.Control = lbSelectMin
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HCenterKey
          AnchorSideRight.Side = asrBottom
          Left = 133
          Height = 23
          Top = 138
          Width = 70
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 4
          BorderSpacing.Right = 6
          Constraints.MaxWidth = 70
          MaxValue = 9999
          OnChange = GeneralCheckBoxChange
          TabOrder = 5
        end
        object HQuarter: TLabel
          AnchorSideLeft.Control = lbNewKeyOptions
          AnchorSideLeft.Side = asrCenter
          AnchorSideTop.Control = PageKeys
          Left = 127
          Height = 1
          Top = 0
          Width = 1
          ParentColor = False
        end
        object cbSmartSelectBound: TCheckBox
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = edWordMin
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HCenterKey
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 19
          Top = 167
          Width = 228
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 6
          BorderSpacing.Right = 20
          BorderSpacing.Bottom = 6
          Caption = 'cbSmartSelectBound'
          OnChange = GeneralCheckBoxChange
          TabOrder = 6
        end
        object cbGlobalList: TCheckBox
          AnchorSideLeft.Control = PageKeys
          AnchorSideTop.Control = cbSmartSelectBound
          AnchorSideTop.Side = asrBottom
          AnchorSideRight.Control = HCenterKey
          AnchorSideRight.Side = asrBottom
          Left = 6
          Height = 19
          Top = 192
          Width = 228
          Anchors = [akTop, akLeft, akRight]
          BorderSpacing.Left = 6
          BorderSpacing.Top = 6
          BorderSpacing.Right = 20
          BorderSpacing.Bottom = 6
          Caption = 'cbGlobalList'
          OnChange = GeneralCheckBoxChange
          TabOrder = 7
        end
      end
    end
  end
  object ListMenu: TPopupMenu
    left = 456
    top = 65528
  end
end