/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

  1. inherited fIdentifierCapsSettings: TfIdentifierCapsSettings
  2. Width = 366
  3. Height = 230
  4. Font.Charset = ANSI_CHARSET
  5. Font.Height = -15
  6. Font.Name = 'Segoe UI'
  7. ParentFont = False
  8. OnResize = FrameResize
  9. ExplicitWidth = 366
  10. ExplicitHeight = 230
  11. object Label1: TLabel
  12. Left = 108
  13. Top = 3
  14. Width = 244
  15. Height = 20
  16. Caption = 'Set capitalisation on these identifiers'
  17. end
  18. object cbEnableAnyWords: TCheckBox
  19. Left = 8
  20. Top = 5
  21. Width = 75
  22. Height = 17
  23. Caption = 'Enable'
  24. Checked = True
  25. State = cbChecked
  26. TabOrder = 0
  27. OnClick = cbEnableAnyWordsClick
  28. end
  29. object mWords: TJvMemo
  30. Left = 0
  31. Top = 32
  32. Width = 366
  33. Height = 198
  34. AutoSize = False
  35. MaxLines = 0
  36. HideCaret = False
  37. Align = alBottom
  38. ScrollBars = ssVertical
  39. TabOrder = 1
  40. end
  41. end