lazarus/components/jcf2/Ui/Settings/frIdentifierCapsSettings.dfm

42 lines
836 B
Plaintext

inherited fIdentifierCapsSettings: TfIdentifierCapsSettings
Width = 366
Height = 230
Font.Charset = ANSI_CHARSET
Font.Height = -15
Font.Name = 'Segoe UI'
ParentFont = False
OnResize = FrameResize
ExplicitWidth = 366
ExplicitHeight = 230
object Label1: TLabel
Left = 108
Top = 3
Width = 244
Height = 20
Caption = 'Set capitalisation on these identifiers'
end
object cbEnableAnyWords: TCheckBox
Left = 8
Top = 5
Width = 75
Height = 17
Caption = 'Enable'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = cbEnableAnyWordsClick
end
object mWords: TJvMemo
Left = 0
Top = 32
Width = 366
Height = 198
AutoSize = False
MaxLines = 0
HideCaret = False
Align = alBottom
ScrollBars = ssVertical
TabOrder = 1
end
end