/components/jcf2/Ui/Settings/frIdentifierCapsSettings.dfm
http://github.com/graemeg/lazarus · Unknown · 41 lines · 41 code · 0 blank · 0 comment · 0 complexity · 7823dddcf9e75ecdc1111296c17245b3 MD5 · raw file
- 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