/components/jcf2/Ui/Settings/frTransform.dfm

http://github.com/graemeg/lazarus · Unknown · 99 lines · 99 code · 0 blank · 0 comment · 0 complexity · 78a445477072e3d95498fd2f8ef57eb9 MD5 · raw file

  1. inherited fTransform: TfTransform
  2. Width = 412
  3. Height = 315
  4. Font.Charset = ANSI_CHARSET
  5. Font.Height = -15
  6. Font.Name = 'Segoe UI'
  7. ParentFont = False
  8. ExplicitWidth = 412
  9. ExplicitHeight = 315
  10. object cbBlockEndSemicolons: TCheckBox
  11. Left = 8
  12. Top = 112
  13. Width = 385
  14. Height = 17
  15. Caption = 'Put &semicolons after last statement in a block'
  16. TabOrder = 0
  17. end
  18. object rbBeginEnd: TRadioGroup
  19. Left = 8
  20. Top = 4
  21. Width = 395
  22. Height = 93
  23. Caption = 'Add or Remove &begin and end from single statements'
  24. Items.Strings = (
  25. 'Add begin and end to single statements'
  26. 'Leave begin and end as is'
  27. 'Remove begin and end from around single statements')
  28. TabOrder = 1
  29. end
  30. object bgSortUses: TGroupBox
  31. Left = 8
  32. Top = 139
  33. Width = 218
  34. Height = 171
  35. Caption = 'Sort &uses clauses'
  36. TabOrder = 2
  37. object cbSortInterfaceUses: TCheckBox
  38. Left = 8
  39. Top = 26
  40. Width = 185
  41. Height = 17
  42. Caption = 'Sort i&nterface uses'
  43. TabOrder = 0
  44. end
  45. object cbSortImplementationUses: TCheckBox
  46. Left = 8
  47. Top = 49
  48. Width = 201
  49. Height = 17
  50. Caption = 'Sort i&mplementation uses'
  51. TabOrder = 1
  52. end
  53. object cbBreakUsesSortOnComment: TCheckBox
  54. Left = 8
  55. Top = 118
  56. Width = 185
  57. Height = 17
  58. Caption = 'Break on &comment'
  59. TabOrder = 2
  60. end
  61. object cbBreakUsesSortOnReturn: TCheckBox
  62. Left = 8
  63. Top = 95
  64. Width = 201
  65. Height = 17
  66. Caption = 'Break on &return'
  67. TabOrder = 3
  68. end
  69. object cbNoComments: TCheckBox
  70. Left = 8
  71. Top = 141
  72. Width = 201
  73. Height = 17
  74. Caption = 'Only with no comments'
  75. TabOrder = 4
  76. end
  77. object cbSortProgramUses: TCheckBox
  78. Left = 8
  79. Top = 72
  80. Width = 201
  81. Height = 17
  82. Caption = 'Sort &program uses'
  83. TabOrder = 5
  84. end
  85. end
  86. object rgUsesSortOrder: TRadioGroup
  87. Left = 231
  88. Top = 139
  89. Width = 172
  90. Height = 114
  91. Caption = 'Uses sort &order'
  92. Items.Strings = (
  93. 'Alphabetic'
  94. 'Reverse Alphabetic'
  95. 'Shortest to longest'
  96. 'Longest to shortest')
  97. TabOrder = 3
  98. end
  99. end