/components/jcf2/Ui/Settings/frClarifyLongLineBreaker.dfm

http://github.com/graemeg/lazarus · Unknown · 44 lines · 44 code · 0 blank · 0 comment · 0 complexity · ef14a5d070a695db3fee310e75a6a578 MD5 · raw file

  1. inherited fClarifyLongLineBreaker: TfClarifyLongLineBreaker
  2. Width = 437
  3. Height = 523
  4. Font.Charset = ANSI_CHARSET
  5. Font.Height = -15
  6. Font.Name = 'Segoe UI'
  7. ParentFont = False
  8. ExplicitWidth = 437
  9. ExplicitHeight = 523
  10. object Label3: TLabel
  11. Left = 8
  12. Top = 8
  13. Width = 102
  14. Height = 20
  15. Caption = 'Max line length'
  16. end
  17. object edtMaxLineLength: TJvValidateEdit
  18. Left = 116
  19. Top = 3
  20. Width = 49
  21. Height = 28
  22. CriticalPoints.MaxValueIncluded = False
  23. CriticalPoints.MinValueIncluded = False
  24. EditText = '0'
  25. HasMaxValue = True
  26. HasMinValue = True
  27. MaxLength = 3
  28. MaxValue = 999.000000000000000000
  29. TabOrder = 0
  30. end
  31. object rgRebreakLongLines: TRadioGroup
  32. Left = 8
  33. Top = 44
  34. Width = 393
  35. Height = 89
  36. Caption = '&Break lines that are longer than max line length'
  37. ItemIndex = 1
  38. Items.Strings = (
  39. '&Never'
  40. '&Sometimes, if a good place to break is found'
  41. '&Usually, unless there is no acceptable place to break')
  42. TabOrder = 1
  43. end
  44. end