FrameCfgSynEdit.lfm 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. object fraCfgSynEdit: TfraCfgSynEdit
  2. Left = 0
  3. Height = 404
  4. Top = 0
  5. Width = 468
  6. ClientHeight = 404
  7. ClientWidth = 468
  8. DesignTimePPI = 120
  9. ParentFont = False
  10. TabOrder = 0
  11. DesignLeft = 234
  12. DesignTop = 426
  13. object cbutLinAct: TColorButton
  14. Left = 344
  15. Height = 31
  16. Top = 120
  17. Width = 80
  18. BorderWidth = 2
  19. ButtonColorSize = 16
  20. ButtonColor = clBlack
  21. ParentFont = False
  22. end
  23. object Label1: TLabel
  24. Left = 280
  25. Height = 20
  26. Top = 125
  27. Width = 39
  28. Caption = 'Color:'
  29. ParentColor = False
  30. ParentFont = False
  31. end
  32. object Label8: TLabel
  33. Left = 10
  34. Height = 20
  35. Top = 50
  36. Width = 74
  37. Caption = 'Back Color:'
  38. ParentColor = False
  39. ParentFont = False
  40. end
  41. object cbutBackCol: TColorButton
  42. Left = 130
  43. Height = 31
  44. Top = 42
  45. Width = 80
  46. BorderWidth = 2
  47. ButtonColorSize = 16
  48. ButtonColor = clBlack
  49. ParentFont = False
  50. end
  51. object Label9: TLabel
  52. Left = 254
  53. Height = 20
  54. Top = 50
  55. Width = 71
  56. Caption = 'Text Color:'
  57. ParentColor = False
  58. ParentFont = False
  59. end
  60. object cbutTextCol: TColorButton
  61. Left = 344
  62. Height = 31
  63. Top = 40
  64. Width = 80
  65. BorderWidth = 2
  66. ButtonColorSize = 16
  67. ButtonColor = clBlack
  68. ParentFont = False
  69. end
  70. object GroupBox1: TGroupBox
  71. Left = 10
  72. Height = 103
  73. Top = 280
  74. Width = 452
  75. Caption = ' '
  76. ClientHeight = 78
  77. ClientWidth = 448
  78. ParentFont = False
  79. TabOrder = 0
  80. object chkVerPanVer: TCheckBox
  81. Left = 20
  82. Height = 24
  83. Top = -22
  84. Width = 65
  85. Caption = 'Gutter'
  86. OnChange = chkVerPanVerChange
  87. ParentFont = False
  88. TabOrder = 0
  89. end
  90. object cbutFonPan: TColorButton
  91. Left = 330
  92. Height = 31
  93. Top = 0
  94. Width = 80
  95. BorderWidth = 2
  96. ButtonColorSize = 16
  97. ButtonColor = clBlack
  98. ParentFont = False
  99. end
  100. object Label2: TLabel
  101. Left = 210
  102. Height = 20
  103. Top = 10
  104. Width = 74
  105. Caption = 'Back Color:'
  106. ParentColor = False
  107. ParentFont = False
  108. end
  109. object Label3: TLabel
  110. Left = 210
  111. Height = 20
  112. Top = 45
  113. Width = 71
  114. Caption = 'Text Color:'
  115. ParentColor = False
  116. ParentFont = False
  117. end
  118. object cbutTxtPan: TColorButton
  119. Left = 330
  120. Height = 31
  121. Top = 35
  122. Width = 80
  123. BorderWidth = 2
  124. ButtonColorSize = 16
  125. ButtonColor = clBlack
  126. ParentFont = False
  127. end
  128. object chkVerNumLin: TCheckBox
  129. Left = 5
  130. Height = 24
  131. Top = 10
  132. Width = 143
  133. Caption = 'Show líne number'
  134. ParentFont = False
  135. TabOrder = 1
  136. end
  137. object chkVerMarPle: TCheckBox
  138. Left = 5
  139. Height = 24
  140. Top = 40
  141. Width = 155
  142. Caption = 'Show folding marks'
  143. ParentFont = False
  144. TabOrder = 2
  145. end
  146. end
  147. object GroupBox2: TGroupBox
  148. Left = 10
  149. Height = 110
  150. Top = 160
  151. Width = 438
  152. Caption = ' '
  153. ClientHeight = 85
  154. ClientWidth = 434
  155. ParentFont = False
  156. TabOrder = 1
  157. object chkHighCurWord: TCheckBox
  158. Left = 20
  159. Height = 24
  160. Top = -22
  161. Width = 174
  162. Caption = 'Highlight current word'
  163. OnChange = chkHighCurWordChange
  164. ParentFont = False
  165. TabOrder = 0
  166. end
  167. object Label10: TLabel
  168. Left = 8
  169. Height = 20
  170. Top = 15
  171. Width = 72
  172. Caption = 'Back color:'
  173. ParentColor = False
  174. ParentFont = False
  175. end
  176. object cbutResPalCFon: TColorButton
  177. Left = 120
  178. Height = 31
  179. Top = 8
  180. Width = 80
  181. BorderWidth = 2
  182. ButtonColorSize = 16
  183. ButtonColor = clBlack
  184. ParentFont = False
  185. end
  186. object Label11: TLabel
  187. Left = 230
  188. Height = 20
  189. Top = 15
  190. Width = 69
  191. Caption = 'Text color:'
  192. ParentColor = False
  193. ParentFont = False
  194. end
  195. object cbutResPalCTxt: TColorButton
  196. Left = 330
  197. Height = 31
  198. Top = 8
  199. Width = 80
  200. BorderWidth = 2
  201. ButtonColorSize = 16
  202. ButtonColor = clBlack
  203. ParentFont = False
  204. end
  205. object Label12: TLabel
  206. Left = 8
  207. Height = 20
  208. Top = 55
  209. Width = 82
  210. Caption = 'Frame color:'
  211. ParentColor = False
  212. ParentFont = False
  213. end
  214. object cbutResPalCBor: TColorButton
  215. Left = 120
  216. Height = 31
  217. Top = 48
  218. Width = 80
  219. BorderWidth = 2
  220. ButtonColorSize = 16
  221. ButtonColor = clBlack
  222. ParentFont = False
  223. end
  224. object chkFullWord: TCheckBox
  225. Left = 230
  226. Height = 24
  227. Top = 50
  228. Width = 88
  229. Caption = 'Full Word'
  230. ParentFont = False
  231. TabOrder = 1
  232. end
  233. end
  234. object chkHighCurLin: TCheckBox
  235. Left = 10
  236. Height = 24
  237. Top = 125
  238. Width = 167
  239. Caption = 'Highlight current line:'
  240. OnChange = chkHighCurLinChange
  241. ParentFont = False
  242. TabOrder = 2
  243. end
  244. object chkVerBarDesV: TCheckBox
  245. Left = 10
  246. Height = 24
  247. Top = 88
  248. Width = 137
  249. Caption = '&Vertical Scrollbar'
  250. TabOrder = 3
  251. end
  252. object chkVerBarDesH: TCheckBox
  253. Left = 264
  254. Height = 24
  255. Top = 88
  256. Width = 157
  257. Caption = '&Horizontal Scrollbar'
  258. TabOrder = 4
  259. end
  260. object Label6: TLabel
  261. Left = 10
  262. Height = 20
  263. Top = 17
  264. Width = 73
  265. Caption = 'Font name:'
  266. ParentColor = False
  267. end
  268. object cmbTipoLetra: TComboBox
  269. Left = 106
  270. Height = 28
  271. Top = 10
  272. Width = 100
  273. ItemHeight = 20
  274. TabOrder = 5
  275. Text = 'cmbTipoLetra'
  276. end
  277. object Label7: TLabel
  278. Left = 256
  279. Height = 20
  280. Top = 17
  281. Width = 63
  282. Caption = 'Font Size:'
  283. ParentColor = False
  284. end
  285. object spTam: TSpinEdit
  286. Left = 371
  287. Height = 28
  288. Top = 10
  289. Width = 50
  290. MaxValue = 20
  291. MinValue = 5
  292. TabOrder = 6
  293. Value = 5
  294. end
  295. end