1inherited fComments: TfComments
2  TabOrder = 0
3  DesignLeft = 148
4  DesignTop = 150
5  object cbRemoveEmptyDoubleSlashComments: TCheckBox[0]
6    AnchorSideLeft.Control = Owner
7    AnchorSideTop.Control = Owner
8    Left = 6
9    Height = 17
10    Top = 6
11    Width = 156
12    BorderSpacing.Around = 6
13    Caption = 'Remove empty ''//'' comments'
14    TabOrder = 0
15  end
16  object cbRemoveEmptyCurlyBraceComments: TCheckBox[1]
17    AnchorSideLeft.Control = Owner
18    AnchorSideTop.Control = cbRemoveEmptyDoubleSlashComments
19    AnchorSideTop.Side = asrBottom
20    Left = 6
21    Height = 17
22    Top = 29
23    Width = 161
24    BorderSpacing.Around = 6
25    Caption = 'Remove empty ''{ }'' comments'
26    TabOrder = 1
27  end
28end
29