/ide/frames/editor_dividerdraw_options.lfm

http://github.com/graemeg/lazarus · Unknown · 250 lines · 250 code · 0 blank · 0 comment · 0 complexity · 2ec74682aa085f027594bdac7fde80b0 MD5 · raw file

  1. inherited EditorDividerDrawOptionsFrame: TEditorDividerDrawOptionsFrame
  2. Height = 334
  3. Width = 521
  4. Anchors = [akTop]
  5. ClientHeight = 334
  6. ClientWidth = 521
  7. TabOrder = 0
  8. Visible = False
  9. DesignLeft = 207
  10. DesignTop = 207
  11. object LanguageLabel: TLabel[0]
  12. AnchorSideLeft.Control = LanguageComboBox
  13. AnchorSideLeft.Side = asrBottom
  14. AnchorSideTop.Control = LanguageComboBox
  15. AnchorSideTop.Side = asrCenter
  16. Left = 206
  17. Height = 18
  18. Top = 12
  19. Width = 98
  20. BorderSpacing.Left = 6
  21. BorderSpacing.Right = 6
  22. Caption = 'LanguageLabel'
  23. ParentColor = False
  24. end
  25. object DividerConfPanel: TPanel[1]
  26. AnchorSideLeft.Control = Owner
  27. AnchorSideTop.Control = LanguageComboBox
  28. AnchorSideTop.Side = asrBottom
  29. AnchorSideRight.Control = Owner
  30. AnchorSideRight.Side = asrBottom
  31. AnchorSideBottom.Control = Owner
  32. AnchorSideBottom.Side = asrBottom
  33. Left = 0
  34. Height = 291
  35. Top = 43
  36. Width = 521
  37. Anchors = [akTop, akLeft, akRight, akBottom]
  38. BorderSpacing.Top = 6
  39. BevelOuter = bvNone
  40. ClientHeight = 291
  41. ClientWidth = 521
  42. TabOrder = 1
  43. object DividerSpinPanel: TPanel
  44. AnchorSideLeft.Side = asrBottom
  45. AnchorSideTop.Control = DividerConfPanel
  46. AnchorSideRight.Control = DividerConfPanel
  47. AnchorSideRight.Side = asrBottom
  48. Left = 206
  49. Height = 27
  50. Top = 0
  51. Width = 315
  52. Anchors = [akTop, akLeft, akRight]
  53. AutoSize = True
  54. BorderSpacing.Left = 6
  55. BevelOuter = bvNone
  56. ClientHeight = 27
  57. ClientWidth = 315
  58. TabOrder = 1
  59. object DividerSpinLabel: TLabel
  60. AnchorSideLeft.Control = DividerSpinEdit
  61. AnchorSideLeft.Side = asrBottom
  62. AnchorSideTop.Control = DividerSpinEdit
  63. AnchorSideTop.Side = asrCenter
  64. AnchorSideRight.Control = DividerSpinPanel
  65. AnchorSideRight.Side = asrBottom
  66. Left = 53
  67. Height = 18
  68. Top = 4
  69. Width = 262
  70. Anchors = [akTop, akLeft, akRight]
  71. BorderSpacing.Left = 3
  72. Caption = 'DividerSpinLabel'
  73. ParentColor = False
  74. end
  75. object DividerSpinEdit: TSpinEdit
  76. AnchorSideLeft.Control = DividerSpinPanel
  77. AnchorSideTop.Control = DividerSpinPanel
  78. Left = 0
  79. Height = 27
  80. Top = 0
  81. Width = 50
  82. OnChange = DividerSpinEditChange
  83. ParentShowHint = False
  84. ShowHint = True
  85. TabOrder = 0
  86. end
  87. end
  88. object NestLvlPanel: TPanel
  89. AnchorSideLeft.Side = asrBottom
  90. AnchorSideTop.Control = TopLvlPanel
  91. AnchorSideTop.Side = asrBottom
  92. AnchorSideRight.Control = DividerConfPanel
  93. AnchorSideRight.Side = asrBottom
  94. Left = 206
  95. Height = 55
  96. Top = 94
  97. Width = 315
  98. Anchors = [akTop, akLeft, akRight]
  99. AutoSize = True
  100. BorderSpacing.Left = 6
  101. BorderSpacing.Top = 6
  102. BevelOuter = bvNone
  103. ClientHeight = 55
  104. ClientWidth = 315
  105. TabOrder = 2
  106. Visible = False
  107. object NestLvlColorLabel: TLabel
  108. AnchorSideLeft.Control = NestLvlPanel
  109. AnchorSideTop.Control = NestLvlPanel
  110. Left = 0
  111. Height = 18
  112. Top = 0
  113. Width = 115
  114. Caption = 'NestLvlColorLabel'
  115. ParentColor = False
  116. end
  117. object NestLvlColorBox: TColorBox
  118. AnchorSideLeft.Control = NestLvlPanel
  119. AnchorSideTop.Control = NestLvlColorLabel
  120. AnchorSideTop.Side = asrBottom
  121. AnchorSideRight.Control = NestLvlColorCheckBox
  122. Left = 0
  123. Height = 31
  124. Top = 24
  125. Width = 136
  126. DefaultColorColor = clWhite
  127. Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
  128. Anchors = [akTop, akLeft, akRight]
  129. BorderSpacing.Top = 6
  130. BorderSpacing.Right = 6
  131. ItemHeight = 16
  132. OnChange = NestLvlColorBoxChange
  133. TabOrder = 0
  134. end
  135. object NestLvlColorCheckBox: TCheckBox
  136. AnchorSideLeft.Side = asrBottom
  137. AnchorSideTop.Control = NestLvlColorBox
  138. AnchorSideTop.Side = asrCenter
  139. AnchorSideRight.Control = NestLvlPanel
  140. AnchorSideRight.Side = asrBottom
  141. Left = 142
  142. Height = 22
  143. Top = 28
  144. Width = 167
  145. Anchors = [akTop, akRight]
  146. BorderSpacing.Right = 6
  147. Caption = 'NestLvlColorCheckBox'
  148. OnChange = NestLvlColorCheckBoxChange
  149. TabOrder = 1
  150. end
  151. end
  152. object TopLvlPanel: TPanel
  153. AnchorSideLeft.Side = asrBottom
  154. AnchorSideTop.Control = DividerSpinPanel
  155. AnchorSideTop.Side = asrBottom
  156. AnchorSideRight.Control = DividerConfPanel
  157. AnchorSideRight.Side = asrBottom
  158. Left = 206
  159. Height = 55
  160. Top = 33
  161. Width = 315
  162. Anchors = [akTop, akLeft, akRight]
  163. AutoSize = True
  164. BorderSpacing.Left = 6
  165. BorderSpacing.Top = 6
  166. BevelOuter = bvNone
  167. ClientHeight = 55
  168. ClientWidth = 315
  169. TabOrder = 3
  170. object TopLvlColorLabel: TLabel
  171. AnchorSideLeft.Control = TopLvlPanel
  172. AnchorSideTop.Control = TopLvlPanel
  173. Left = 0
  174. Height = 18
  175. Top = 0
  176. Width = 106
  177. Caption = 'TopLvlColorLabel'
  178. ParentColor = False
  179. end
  180. object TopLvlColorBox: TColorBox
  181. AnchorSideLeft.Control = TopLvlPanel
  182. AnchorSideTop.Control = TopLvlColorLabel
  183. AnchorSideTop.Side = asrBottom
  184. AnchorSideRight.Control = TopLvlColorCheckBox
  185. Left = 0
  186. Height = 31
  187. Top = 24
  188. Width = 145
  189. DefaultColorColor = clWhite
  190. Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames]
  191. Anchors = [akTop, akLeft, akRight]
  192. BorderSpacing.Top = 6
  193. BorderSpacing.Right = 6
  194. ItemHeight = 16
  195. OnChange = TopLvlColorBoxChange
  196. TabOrder = 0
  197. end
  198. object TopLvlColorCheckBox: TCheckBox
  199. AnchorSideLeft.Side = asrBottom
  200. AnchorSideTop.Control = TopLvlColorBox
  201. AnchorSideTop.Side = asrCenter
  202. AnchorSideRight.Control = TopLvlPanel
  203. AnchorSideRight.Side = asrBottom
  204. Left = 151
  205. Height = 22
  206. Top = 28
  207. Width = 158
  208. Anchors = [akTop, akRight]
  209. BorderSpacing.Right = 6
  210. Caption = 'TopLvlColorCheckBox'
  211. OnChange = TopLvlColorCheckBoxChange
  212. TabOrder = 1
  213. end
  214. end
  215. object DividerConfigListBox: TCheckListBox
  216. AnchorSideLeft.Control = DividerConfPanel
  217. AnchorSideTop.Control = DividerConfPanel
  218. AnchorSideRight.Side = asrBottom
  219. AnchorSideBottom.Control = DividerConfPanel
  220. AnchorSideBottom.Side = asrBottom
  221. Left = 0
  222. Height = 291
  223. Top = 0
  224. Width = 200
  225. Anchors = [akTop, akLeft, akBottom]
  226. ExtendedSelect = False
  227. ItemHeight = 0
  228. OnClick = DividerConfigListBoxClick
  229. OnExit = DividerConfigListBoxClick
  230. OnKeyUp = DividerConfigListBoxKeyUp
  231. TabOrder = 0
  232. TopIndex = -1
  233. end
  234. end
  235. object LanguageComboBox: TComboBox[2]
  236. AnchorSideLeft.Control = Owner
  237. AnchorSideTop.Control = Owner
  238. Left = 0
  239. Height = 31
  240. Top = 6
  241. Width = 200
  242. BorderSpacing.Top = 6
  243. ItemHeight = 0
  244. OnChange = LanguageComboBoxChange
  245. OnExit = LanguageComboBoxExit
  246. OnKeyDown = LanguageComboBoxKeyDown
  247. Style = csDropDownList
  248. TabOrder = 0
  249. end
  250. end