1inherited fNotIdentifierCapsSettings: TfNotIdentifierCapsSettings
2  Height = 232
3  Width = 396
4  ClientHeight = 232
5  ClientWidth = 396
6  OnResize = FrameResize
7  TabOrder = 0
8  DesignLeft = 689
9  DesignTop = 570
10  object Label1: TLabel[0]
11    AnchorSideLeft.Control = Owner
12    AnchorSideLeft.Side = asrCenter
13    AnchorSideTop.Control = Owner
14    Left = 99
15    Height = 14
16    Top = 0
17    Width = 199
18    Caption = 'Set capitalisation on these non-identifiers'
19    ParentColor = False
20  end
21  object cbEnableAnyWords: TCheckBox[1]
22    AnchorSideLeft.Control = Owner
23    AnchorSideTop.Control = Owner
24    Left = 6
25    Height = 17
26    Top = 6
27    Width = 50
28    BorderSpacing.Around = 6
29    Caption = 'Enable'
30    Checked = True
31    OnClick = cbEnableAnyWordsClick
32    State = cbChecked
33    TabOrder = 0
34  end
35  object mWords: TMemo[2]
36    AnchorSideLeft.Control = Owner
37    AnchorSideTop.Control = cbEnableAnyWords
38    AnchorSideTop.Side = asrBottom
39    AnchorSideRight.Control = Owner
40    AnchorSideRight.Side = asrBottom
41    AnchorSideBottom.Control = Owner
42    AnchorSideBottom.Side = asrBottom
43    Left = 6
44    Height = 197
45    Top = 29
46    Width = 384
47    Align = alBottom
48    Anchors = [akTop, akLeft, akRight, akBottom]
49    BorderSpacing.Around = 6
50    ScrollBars = ssVertical
51    TabOrder = 1
52  end
53end
54