/ide/frames/desktop_options.lfm

http://github.com/graemeg/lazarus · Unknown · 434 lines · 434 code · 0 blank · 0 comment · 0 complexity · 045778b872af39036712ed1d9420e10f MD5 · raw file

  1. object DesktopOptionsFrame: TDesktopOptionsFrame
  2. Left = 0
  3. Height = 523
  4. Top = 0
  5. Width = 596
  6. ClientHeight = 523
  7. ClientWidth = 596
  8. TabOrder = 0
  9. Visible = False
  10. DesignLeft = 351
  11. DesignTop = 120
  12. object AutoSaveIntervalInSecsLabel: TLabel
  13. AnchorSideLeft.Control = Owner
  14. AnchorSideTop.Control = AutoSaveProjectCheckBox
  15. AnchorSideTop.Side = asrBottom
  16. Left = 6
  17. Height = 15
  18. Top = 308
  19. Width = 150
  20. BorderSpacing.Left = 6
  21. BorderSpacing.Top = 6
  22. Caption = 'AutoSaveIntervalInSecsLabel'
  23. Enabled = False
  24. ParentColor = False
  25. Visible = False
  26. end
  27. object lblButtons: TLabel
  28. AnchorSideLeft.Control = Owner
  29. AnchorSideTop.Control = PanelGlyphsButtonsOptions
  30. AnchorSideTop.Side = asrCenter
  31. Left = 6
  32. Height = 15
  33. Top = 166
  34. Width = 57
  35. BorderSpacing.Left = 6
  36. Caption = 'lblButtons'
  37. Font.Style = [fsBold]
  38. ParentColor = False
  39. ParentFont = False
  40. end
  41. object lblMenus: TLabel
  42. AnchorSideLeft.Control = Owner
  43. AnchorSideTop.Control = PanelGlyphsMenusOptions
  44. AnchorSideTop.Side = asrCenter
  45. Left = 6
  46. Height = 15
  47. Top = 188
  48. Width = 50
  49. BorderSpacing.Left = 6
  50. Caption = 'lblMenus'
  51. Font.Style = [fsBold]
  52. ParentColor = False
  53. ParentFont = False
  54. end
  55. object CheckDiskChangesWithLoadingCheckBox: TCheckBox
  56. AnchorSideLeft.Control = Owner
  57. AnchorSideTop.Control = lblCheckAndAutoSave
  58. AnchorSideTop.Side = asrBottom
  59. Left = 6
  60. Height = 19
  61. Top = 226
  62. Width = 241
  63. BorderSpacing.Left = 6
  64. Caption = 'CheckDiskChangesWithLoadingCheckBox'
  65. ParentShowHint = False
  66. ShowHint = True
  67. TabOrder = 6
  68. end
  69. object ShowHintsForComponentPaletteCheckBox: TCheckBox
  70. AnchorSideLeft.Control = Owner
  71. AnchorSideTop.Control = ShowHintsForMainSpeedButtonsCheckBox
  72. AnchorSideTop.Side = asrBottom
  73. Left = 6
  74. Height = 19
  75. Top = 121
  76. Width = 246
  77. BorderSpacing.Left = 6
  78. Caption = 'ShowHintsForComponentPaletteCheckBox'
  79. TabOrder = 3
  80. end
  81. object ShowHintsForMainSpeedButtonsCheckBox: TCheckBox
  82. AnchorSideLeft.Control = Owner
  83. AnchorSideTop.Control = lblHints
  84. AnchorSideTop.Side = asrBottom
  85. Left = 6
  86. Height = 19
  87. Top = 102
  88. Width = 246
  89. BorderSpacing.Left = 6
  90. Caption = 'ShowHintsForMainSpeedButtonsCheckBox'
  91. TabOrder = 2
  92. end
  93. object LanguageComboBox: TComboBox
  94. AnchorSideLeft.Control = Owner
  95. AnchorSideTop.Control = lblLanguage
  96. AnchorSideTop.Side = asrBottom
  97. AnchorSideRight.Control = Owner
  98. AnchorSideRight.Side = asrBottom
  99. Left = 6
  100. Height = 23
  101. Top = 18
  102. Width = 584
  103. Anchors = [akTop, akLeft, akRight]
  104. BorderSpacing.Left = 6
  105. BorderSpacing.Top = 3
  106. BorderSpacing.Right = 6
  107. ItemHeight = 15
  108. ParentShowHint = False
  109. ShowHint = True
  110. Style = csDropDownList
  111. TabOrder = 0
  112. end
  113. object AutoSaveIntervalInSecsComboBox: TComboBox
  114. AnchorSideLeft.Control = Owner
  115. AnchorSideTop.Control = AutoSaveIntervalInSecsLabel
  116. AnchorSideTop.Side = asrBottom
  117. AnchorSideRight.Control = Owner
  118. AnchorSideRight.Side = asrBottom
  119. Left = 6
  120. Height = 23
  121. Top = 329
  122. Width = 584
  123. Anchors = [akTop, akLeft, akRight]
  124. BorderSpacing.Around = 6
  125. Enabled = False
  126. ItemHeight = 15
  127. Items.Strings = (
  128. '1200'
  129. '600'
  130. '300'
  131. '120'
  132. )
  133. TabOrder = 10
  134. Visible = False
  135. end
  136. object AutoSaveProjectCheckBox: TCheckBox
  137. AnchorSideLeft.Control = Owner
  138. AnchorSideTop.Control = AutoSaveEditorFilesCheckBox
  139. AnchorSideTop.Side = asrBottom
  140. Left = 6
  141. Height = 19
  142. Top = 283
  143. Width = 159
  144. BorderSpacing.Left = 6
  145. Caption = 'AutoSaveProjectCheckBox'
  146. Enabled = False
  147. ParentShowHint = False
  148. ShowHint = True
  149. TabOrder = 9
  150. Visible = False
  151. end
  152. object AutoSaveEditorFilesCheckBox: TCheckBox
  153. AnchorSideLeft.Control = Owner
  154. AnchorSideTop.Control = AskSavingOnlySessionCheckBox
  155. AnchorSideTop.Side = asrBottom
  156. Left = 6
  157. Height = 19
  158. Top = 264
  159. Width = 176
  160. BorderSpacing.Left = 6
  161. Caption = 'AutoSaveEditorFilesCheckBox'
  162. Enabled = False
  163. ParentShowHint = False
  164. ShowHint = True
  165. TabOrder = 8
  166. Visible = False
  167. end
  168. object ImportDesktopButton: TButton
  169. AnchorSideLeft.Control = ExportDesktopButton
  170. AnchorSideLeft.Side = asrBottom
  171. AnchorSideTop.Control = ExportDesktopButton
  172. AnchorSideRight.Control = Owner
  173. AnchorSideRight.Side = asrBottom
  174. Left = 299
  175. Height = 25
  176. Top = 376
  177. Width = 291
  178. Anchors = [akTop, akLeft, akRight]
  179. AutoSize = True
  180. BorderSpacing.Left = 6
  181. BorderSpacing.Right = 6
  182. Caption = 'Import desktop'
  183. OnClick = ImportDesktopButtonClick
  184. ParentShowHint = False
  185. ShowHint = True
  186. TabOrder = 12
  187. Visible = False
  188. end
  189. object ExportDesktopButton: TButton
  190. AnchorSideLeft.Control = Owner
  191. AnchorSideTop.Control = lblImportExport
  192. AnchorSideTop.Side = asrBottom
  193. AnchorSideRight.Control = lblCenter
  194. Left = 6
  195. Height = 25
  196. Top = 376
  197. Width = 287
  198. Anchors = [akTop, akLeft, akRight]
  199. AutoSize = True
  200. BorderSpacing.Left = 6
  201. BorderSpacing.Top = 3
  202. BorderSpacing.Right = 3
  203. Caption = 'Export desktop'
  204. OnClick = ExportDesktopButtonClick
  205. ParentShowHint = False
  206. ShowHint = True
  207. TabOrder = 11
  208. Visible = False
  209. end
  210. object PanelGlyphsButtonsOptions: TPanel
  211. AnchorSideLeft.Control = lblButtons
  212. AnchorSideLeft.Side = asrBottom
  213. AnchorSideTop.Control = lblGlyphs
  214. AnchorSideTop.Side = asrBottom
  215. AnchorSideRight.Control = Owner
  216. AnchorSideRight.Side = asrBottom
  217. Left = 69
  218. Height = 19
  219. Top = 164
  220. Width = 521
  221. Anchors = [akTop, akLeft, akRight]
  222. AutoSize = True
  223. BorderSpacing.Left = 6
  224. BorderSpacing.Top = 3
  225. BorderSpacing.Right = 6
  226. BevelOuter = bvNone
  227. ChildSizing.Layout = cclLeftToRightThenTopToBottom
  228. ChildSizing.ControlsPerLine = 3
  229. ClientHeight = 19
  230. ClientWidth = 521
  231. TabOrder = 4
  232. object rbBtnGlyphShowSystem: TRadioButton
  233. AnchorSideRight.Side = asrBottom
  234. Left = 0
  235. Height = 19
  236. Top = 0
  237. Width = 147
  238. Caption = 'rbBtnGlyphShowSystem'
  239. Checked = True
  240. TabOrder = 0
  241. TabStop = True
  242. end
  243. object rbBtnGlyphShowNever: TRadioButton
  244. AnchorSideLeft.Side = asrCenter
  245. Left = 147
  246. Height = 19
  247. Top = 0
  248. Width = 140
  249. Caption = 'rbBtnGlyphShowNever'
  250. TabOrder = 1
  251. end
  252. object rbBtnGlyphShowAlways: TRadioButton
  253. Left = 287
  254. Height = 19
  255. Top = 0
  256. Width = 146
  257. Caption = 'rbBtnGlyphShowAlways'
  258. TabOrder = 2
  259. end
  260. end
  261. object PanelGlyphsMenusOptions: TPanel
  262. AnchorSideLeft.Control = PanelGlyphsButtonsOptions
  263. AnchorSideTop.Control = PanelGlyphsButtonsOptions
  264. AnchorSideTop.Side = asrBottom
  265. AnchorSideRight.Control = Owner
  266. AnchorSideRight.Side = asrBottom
  267. Left = 69
  268. Height = 19
  269. Top = 186
  270. Width = 521
  271. Anchors = [akTop, akLeft, akRight]
  272. AutoSize = True
  273. BorderSpacing.Top = 3
  274. BorderSpacing.Right = 6
  275. BevelOuter = bvNone
  276. ChildSizing.Layout = cclLeftToRightThenTopToBottom
  277. ChildSizing.ControlsPerLine = 3
  278. ClientHeight = 19
  279. ClientWidth = 521
  280. TabOrder = 5
  281. object rbMenuGlyphShowSystem: TRadioButton
  282. AnchorSideRight.Control = PanelGlyphsMenusOptions
  283. AnchorSideRight.Side = asrBottom
  284. Left = 0
  285. Height = 19
  286. Top = 0
  287. Width = 160
  288. Caption = 'rbMenuGlyphShowSystem'
  289. Checked = True
  290. TabOrder = 0
  291. TabStop = True
  292. end
  293. object rbMenuGlyphShowNever: TRadioButton
  294. AnchorSideLeft.Side = asrCenter
  295. Left = 160
  296. Height = 19
  297. Top = 0
  298. Width = 153
  299. Caption = 'rbMenuGlyphShowNever'
  300. TabOrder = 1
  301. end
  302. object rbMenuGlyphShowAlways: TRadioButton
  303. Left = 313
  304. Height = 19
  305. Top = 0
  306. Width = 159
  307. Caption = 'rbMenuGlyphShowAlways'
  308. TabOrder = 2
  309. end
  310. end
  311. object lblCenter: TLabel
  312. AnchorSideLeft.Control = Owner
  313. AnchorSideLeft.Side = asrCenter
  314. AnchorSideTop.Control = lblImportExport
  315. AnchorSideTop.Side = asrBottom
  316. Left = 296
  317. Height = 5
  318. Top = 373
  319. Width = 5
  320. AutoSize = False
  321. ParentColor = False
  322. end
  323. object AskSavingOnlySessionCheckBox: TCheckBox
  324. AnchorSideLeft.Control = Owner
  325. AnchorSideTop.Control = CheckDiskChangesWithLoadingCheckBox
  326. AnchorSideTop.Side = asrBottom
  327. Left = 6
  328. Height = 19
  329. Top = 245
  330. Width = 190
  331. BorderSpacing.Left = 6
  332. Caption = 'AskSavingOnlySessionCheckBox'
  333. ParentShowHint = False
  334. ShowHint = True
  335. TabOrder = 7
  336. end
  337. object PreferDoubleClickCheckBox: TCheckBox
  338. AnchorSideLeft.Control = Owner
  339. AnchorSideTop.Control = lblMouseAction
  340. AnchorSideTop.Side = asrBottom
  341. Left = 6
  342. Height = 19
  343. Top = 62
  344. Width = 167
  345. BorderSpacing.Left = 6
  346. Caption = 'PreferDoubleClickCheckBox'
  347. ParentShowHint = False
  348. ShowHint = True
  349. TabOrder = 1
  350. end
  351. object lblLanguage: TDividerBevel
  352. AnchorSideTop.Control = Owner
  353. Left = 0
  354. Height = 15
  355. Top = 0
  356. Width = 590
  357. Caption = 'Language'
  358. Anchors = [akTop, akLeft, akRight]
  359. Font.Style = [fsBold]
  360. ParentColor = False
  361. ParentFont = False
  362. end
  363. object lblCheckAndAutoSave: TDividerBevel
  364. AnchorSideTop.Control = PanelGlyphsMenusOptions
  365. AnchorSideTop.Side = asrBottom
  366. Left = 0
  367. Height = 15
  368. Top = 211
  369. Width = 597
  370. Caption = 'Check and Auto Save Files'
  371. Anchors = [akTop, akLeft, akRight]
  372. BorderSpacing.Top = 6
  373. Font.Style = [fsBold]
  374. ParentColor = False
  375. ParentFont = False
  376. end
  377. object lblImportExport: TDividerBevel
  378. AnchorSideTop.Control = AutoSaveIntervalInSecsComboBox
  379. AnchorSideTop.Side = asrBottom
  380. Left = 0
  381. Height = 15
  382. Top = 358
  383. Width = 597
  384. Caption = 'Import / Export'
  385. Anchors = [akTop, akLeft, akRight]
  386. BorderSpacing.Top = 6
  387. Font.Style = [fsBold]
  388. ParentColor = False
  389. ParentFont = False
  390. Visible = False
  391. end
  392. object lblGlyphs: TDividerBevel
  393. AnchorSideTop.Control = ShowHintsForComponentPaletteCheckBox
  394. AnchorSideTop.Side = asrBottom
  395. Left = 0
  396. Height = 15
  397. Top = 146
  398. Width = 597
  399. Caption = 'Show Glyphs for'
  400. Anchors = [akTop, akLeft, akRight]
  401. BorderSpacing.Top = 6
  402. Font.Style = [fsBold]
  403. ParentColor = False
  404. ParentFont = False
  405. end
  406. object lblHints: TDividerBevel
  407. AnchorSideTop.Control = PreferDoubleClickCheckBox
  408. AnchorSideTop.Side = asrBottom
  409. Left = 0
  410. Height = 15
  411. Top = 87
  412. Width = 597
  413. Caption = 'Hints'
  414. Anchors = [akTop, akLeft, akRight]
  415. BorderSpacing.Top = 6
  416. Font.Style = [fsBold]
  417. ParentColor = False
  418. ParentFont = False
  419. end
  420. object lblMouseAction: TDividerBevel
  421. AnchorSideTop.Control = LanguageComboBox
  422. AnchorSideTop.Side = asrBottom
  423. Left = 0
  424. Height = 15
  425. Top = 47
  426. Width = 597
  427. Caption = 'Mouse Action'
  428. Anchors = [akTop, akLeft, akRight]
  429. BorderSpacing.Top = 6
  430. Font.Style = [fsBold]
  431. ParentColor = False
  432. ParentFont = False
  433. end
  434. end