/ide/frames/editor_codetools_options.lfm

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

  1. object EditorCodetoolsOptionsFrame: TEditorCodetoolsOptionsFrame
  2. Left = 0
  3. Height = 492
  4. Top = 0
  5. Width = 634
  6. HorzScrollBar.Page = 634
  7. VertScrollBar.Page = 492
  8. AutoScroll = True
  9. ClientHeight = 492
  10. ClientWidth = 634
  11. TabOrder = 0
  12. Visible = False
  13. DesignLeft = 263
  14. DesignTop = 222
  15. object AutoDelayLabel: TLabel
  16. AnchorSideLeft.Control = AutoHintAndCompletionDelayLabel
  17. AnchorSideLeft.Side = asrBottom
  18. AnchorSideTop.Control = AutoHintAndCompletionDelayLabel
  19. Left = 217
  20. Height = 15
  21. Top = 156
  22. Width = 83
  23. BorderSpacing.Left = 20
  24. Caption = 'AutoDelayLabel'
  25. ParentColor = False
  26. end
  27. object ToolTipBevel: TBevel
  28. AnchorSideLeft.Control = Owner
  29. AnchorSideTop.Control = AutoCompleteBlockCheckBox
  30. AnchorSideTop.Side = asrBottom
  31. AnchorSideRight.Control = Owner
  32. AnchorSideRight.Side = asrBottom
  33. Left = 0
  34. Height = 3
  35. Top = 56
  36. Width = 634
  37. Anchors = [akTop, akLeft, akRight]
  38. BorderSpacing.Top = 6
  39. BorderSpacing.Bottom = 6
  40. end
  41. object AutoRemoveEmptyMethodsOnSave: TCheckBox
  42. AnchorSideLeft.Control = Owner
  43. AnchorSideTop.Control = Owner
  44. Left = 6
  45. Height = 19
  46. Top = 6
  47. Width = 210
  48. BorderSpacing.Left = 6
  49. BorderSpacing.Top = 6
  50. Caption = 'AutoRemoveEmptyMethodsOnSave'
  51. TabOrder = 0
  52. end
  53. object AutoToolTipSymbToolsCheckBox: TCheckBox
  54. AnchorSideLeft.Control = Owner
  55. AnchorSideTop.Control = AutoDisplayFuncProtoCheckBox
  56. AnchorSideTop.Side = asrBottom
  57. Left = 6
  58. Height = 19
  59. Top = 87
  60. Width = 198
  61. BorderSpacing.Left = 6
  62. BorderSpacing.Top = 6
  63. Caption = 'AutoToolTipSymbToolsCheckBox'
  64. TabOrder = 1
  65. end
  66. object AutoCompleteBlockCheckBox: TCheckBox
  67. AnchorSideLeft.Control = Owner
  68. AnchorSideTop.Control = AutoRemoveEmptyMethodsOnSave
  69. AnchorSideTop.Side = asrBottom
  70. Left = 6
  71. Height = 19
  72. Top = 31
  73. Width = 179
  74. BorderSpacing.Left = 6
  75. BorderSpacing.Top = 6
  76. Caption = 'AutoCompleteBlockCheckBox'
  77. TabOrder = 2
  78. end
  79. object AutoToolTipExprEvalCheckBox: TCheckBox
  80. AnchorSideLeft.Control = Owner
  81. AnchorSideTop.Control = AutoToolTipSymbToolsCheckBox
  82. AnchorSideTop.Side = asrBottom
  83. Left = 6
  84. Height = 19
  85. Top = 112
  86. Width = 182
  87. BorderSpacing.Left = 6
  88. BorderSpacing.Top = 6
  89. Caption = 'AutoToolTipExprEvalCheckBox'
  90. TabOrder = 3
  91. end
  92. object AutoDelayTrackBar: TTrackBar
  93. AnchorSideLeft.Control = Owner
  94. AnchorSideTop.Control = AutoHintAndCompletionDelayLabel
  95. AnchorSideTop.Side = asrBottom
  96. AnchorSideRight.Control = Owner
  97. AnchorSideRight.Side = asrBottom
  98. Left = 6
  99. Height = 30
  100. Top = 172
  101. Width = 622
  102. Frequency = 250
  103. Max = 4000
  104. Min = 10
  105. OnChange = AutoDelayTrackBarChange
  106. Position = 500
  107. ShowSelRange = False
  108. Anchors = [akTop, akLeft, akRight]
  109. BorderSpacing.Left = 6
  110. BorderSpacing.Top = 1
  111. BorderSpacing.Right = 6
  112. TabOrder = 4
  113. end
  114. object AutoHintAndCompletionDelayLabel: TLabel
  115. AnchorSideLeft.Control = ToolTipBevel
  116. AnchorSideTop.Control = DbgToolTipAutoCastClass
  117. AnchorSideTop.Side = asrBottom
  118. Left = 6
  119. Height = 15
  120. Top = 156
  121. Width = 191
  122. BorderSpacing.Left = 6
  123. BorderSpacing.Top = 6
  124. Caption = 'AutoHintAndCompletionDelayLabel'
  125. ParentColor = False
  126. end
  127. object CompletionDropDownHintTrackBar: TTrackBar
  128. AnchorSideLeft.Control = Owner
  129. AnchorSideTop.Control = CompletionDropDownLabel
  130. AnchorSideTop.Side = asrBottom
  131. AnchorSideRight.Control = Owner
  132. AnchorSideRight.Side = asrBottom
  133. Left = 6
  134. Height = 30
  135. Top = 224
  136. Width = 622
  137. Frequency = 250
  138. Max = 4000
  139. OnChange = AutoDelayTrackBarChange
  140. Position = 0
  141. ShowSelRange = False
  142. Anchors = [akTop, akLeft, akRight]
  143. BorderSpacing.Left = 6
  144. BorderSpacing.Top = 1
  145. BorderSpacing.Right = 6
  146. TabOrder = 5
  147. end
  148. object CompletionDropDownLabel: TLabel
  149. AnchorSideLeft.Control = ToolTipBevel
  150. AnchorSideTop.Control = AutoDelayTrackBar
  151. AnchorSideTop.Side = asrBottom
  152. Left = 6
  153. Height = 15
  154. Top = 208
  155. Width = 148
  156. BorderSpacing.Left = 6
  157. BorderSpacing.Top = 6
  158. Caption = 'CompletionDropDownLabel'
  159. ParentColor = False
  160. end
  161. object CompletionDropDownDelayLabel: TLabel
  162. AnchorSideLeft.Control = CompletionDropDownLabel
  163. AnchorSideLeft.Side = asrBottom
  164. AnchorSideTop.Control = CompletionDropDownLabel
  165. Left = 174
  166. Height = 15
  167. Top = 208
  168. Width = 177
  169. BorderSpacing.Left = 20
  170. Caption = 'CompletionDropDownDelayLabel'
  171. ParentColor = False
  172. end
  173. object CompletionDropDownHint: TComboBox
  174. AnchorSideLeft.Control = Owner
  175. AnchorSideTop.Control = CompletionDropDownHintTrackBar
  176. AnchorSideTop.Side = asrBottom
  177. AnchorSideBottom.Control = Owner
  178. AnchorSideBottom.Side = asrBottom
  179. Left = 6
  180. Height = 23
  181. Top = 256
  182. Width = 220
  183. BorderSpacing.Left = 6
  184. BorderSpacing.Top = 2
  185. ItemHeight = 15
  186. Style = csDropDownList
  187. TabOrder = 6
  188. end
  189. object CompletionDropDownHintLabel: TLabel
  190. AnchorSideLeft.Control = CompletionDropDownHint
  191. AnchorSideLeft.Side = asrBottom
  192. AnchorSideTop.Control = CompletionDropDownHint
  193. AnchorSideTop.Side = asrCenter
  194. Left = 232
  195. Height = 15
  196. Top = 260
  197. Width = 171
  198. BorderSpacing.Around = 6
  199. Caption = 'CompletionDropDownHintLabel'
  200. ParentColor = False
  201. end
  202. object DbgToolTipAutoCastClass: TCheckBox
  203. AnchorSideLeft.Control = AutoToolTipExprEvalCheckBox
  204. AnchorSideTop.Control = AutoToolTipExprEvalCheckBox
  205. AnchorSideTop.Side = asrBottom
  206. Left = 26
  207. Height = 19
  208. Top = 131
  209. Width = 159
  210. BorderSpacing.Left = 20
  211. Caption = 'DbgToolTipAutoCastClass'
  212. TabOrder = 7
  213. end
  214. object AutoDisplayFuncProtoCheckBox: TCheckBox
  215. AnchorSideLeft.Control = Owner
  216. AnchorSideTop.Control = ToolTipBevel
  217. Left = 6
  218. Height = 19
  219. Top = 62
  220. Width = 191
  221. BorderSpacing.Left = 6
  222. BorderSpacing.Top = 6
  223. Caption = 'AutoDisplayFuncProtoCheckBox'
  224. TabOrder = 8
  225. end
  226. end