/ide/frames/window_options.lfm

http://github.com/graemeg/lazarus · Unknown · 501 lines · 501 code · 0 blank · 0 comment · 0 complexity · 06225d4e658db07117980dc4792e15c1 MD5 · raw file

  1. object WindowOptionsFrame: TWindowOptionsFrame
  2. Left = 0
  3. Height = 585
  4. Top = 0
  5. Width = 573
  6. ClientHeight = 585
  7. ClientWidth = 573
  8. TabOrder = 0
  9. DesignLeft = 349
  10. DesignTop = 181
  11. object SingleTaskBarButtonCheckBox: TCheckBox
  12. AnchorSideLeft.Control = Owner
  13. AnchorSideTop.Control = lblShowingWindows
  14. AnchorSideTop.Side = asrBottom
  15. AnchorSideRight.Side = asrBottom
  16. Left = 0
  17. Height = 22
  18. Top = 17
  19. Width = 200
  20. Caption = 'SingleTaskBarButtonCheckBox'
  21. ParentShowHint = False
  22. ShowHint = True
  23. TabOrder = 0
  24. end
  25. object HideIDEOnRunCheckBox: TCheckBox
  26. AnchorSideLeft.Control = Owner
  27. AnchorSideTop.Control = SingleTaskBarButtonCheckBox
  28. AnchorSideTop.Side = asrBottom
  29. AnchorSideRight.Side = asrBottom
  30. Left = 0
  31. Height = 22
  32. Top = 39
  33. Width = 166
  34. Caption = 'HideIDEOnRunCheckBox'
  35. ParentShowHint = False
  36. ShowHint = True
  37. TabOrder = 1
  38. end
  39. object WindowPositionsPanel: TPanel
  40. AnchorSideTop.Control = lblWindowPosition
  41. AnchorSideTop.Side = asrBottom
  42. AnchorSideBottom.Side = asrBottom
  43. Left = 0
  44. Height = 383
  45. Top = 197
  46. Width = 570
  47. Anchors = [akTop, akLeft, akRight, akBottom]
  48. BorderSpacing.Top = 3
  49. Caption = 'WindowPositionsPanel'
  50. ClientHeight = 383
  51. ClientWidth = 570
  52. TabOrder = 8
  53. object LeftLabel: TLabel
  54. AnchorSideTop.Control = LeftEdit
  55. AnchorSideTop.Side = asrCenter
  56. AnchorSideRight.Control = LeftEdit
  57. Left = 297
  58. Height = 17
  59. Top = 234
  60. Width = 53
  61. Anchors = [akTop, akRight]
  62. BorderSpacing.Right = 3
  63. Caption = 'LeftLabel'
  64. ParentColor = False
  65. end
  66. object TopLabel: TLabel
  67. AnchorSideTop.Control = TopEdit
  68. AnchorSideTop.Side = asrCenter
  69. AnchorSideRight.Control = TopEdit
  70. Left = 297
  71. Height = 17
  72. Top = 263
  73. Width = 53
  74. Anchors = [akTop, akRight]
  75. BorderSpacing.Right = 3
  76. Caption = 'TopLabel'
  77. ParentColor = False
  78. end
  79. object WidthLabel: TLabel
  80. AnchorSideTop.Control = WidthEdit
  81. AnchorSideTop.Side = asrCenter
  82. AnchorSideRight.Control = WidthEdit
  83. Left = 420
  84. Height = 17
  85. Top = 234
  86. Width = 65
  87. Anchors = [akTop, akRight]
  88. BorderSpacing.Right = 3
  89. Caption = 'WidthLabel'
  90. ParentColor = False
  91. end
  92. object HeightLabel: TLabel
  93. AnchorSideTop.Control = HeightEdit
  94. AnchorSideTop.Side = asrCenter
  95. AnchorSideRight.Control = HeightEdit
  96. Left = 415
  97. Height = 17
  98. Top = 263
  99. Width = 70
  100. Anchors = [akTop, akRight]
  101. BorderSpacing.Right = 3
  102. Caption = 'HeightLabel'
  103. ParentColor = False
  104. end
  105. object WindowPositionsListBox: TListBox
  106. AnchorSideLeft.Control = WindowPositionsPanel
  107. AnchorSideTop.Control = WindowPositionsPanel
  108. AnchorSideRight.Control = WindowPositionsPanel
  109. AnchorSideRight.Side = asrBottom
  110. Left = 7
  111. Height = 120
  112. Top = 3
  113. Width = 556
  114. Anchors = [akTop, akLeft, akRight]
  115. BorderSpacing.Left = 6
  116. BorderSpacing.Top = 2
  117. BorderSpacing.Right = 6
  118. ItemHeight = 0
  119. OnSelectionChange = WindowPositionsListBoxSelectionChange
  120. ParentShowHint = False
  121. ShowHint = True
  122. TabOrder = 0
  123. end
  124. object LetWindowManagerDecideRadioButton: TRadioButton
  125. AnchorSideLeft.Control = WindowPositionsPanel
  126. AnchorSideTop.Control = RestoreWindowGeometryRadioButton
  127. AnchorSideTop.Side = asrBottom
  128. Left = 7
  129. Height = 23
  130. Top = 257
  131. Width = 248
  132. BorderSpacing.Left = 6
  133. BorderSpacing.Top = 3
  134. Caption = 'LetWindowManagerDecideRadioButton'
  135. OnClick = WindowGeometryRadioButtonClick
  136. ParentShowHint = False
  137. ShowHint = True
  138. TabOrder = 3
  139. end
  140. object FixedDefaultRadioButton: TRadioButton
  141. AnchorSideLeft.Control = WindowPositionsPanel
  142. AnchorSideTop.Control = LetWindowManagerDecideRadioButton
  143. AnchorSideTop.Side = asrBottom
  144. Left = 7
  145. Height = 23
  146. Top = 283
  147. Width = 167
  148. BorderSpacing.Left = 6
  149. BorderSpacing.Top = 3
  150. Caption = 'FixedDefaultRadioButton'
  151. OnClick = WindowGeometryRadioButtonClick
  152. ParentShowHint = False
  153. ShowHint = True
  154. TabOrder = 4
  155. end
  156. object RestoreWindowGeometryRadioButton: TRadioButton
  157. AnchorSideLeft.Control = WindowPositionsPanel
  158. AnchorSideTop.Control = SplitterPanel
  159. AnchorSideTop.Side = asrBottom
  160. Left = 7
  161. Height = 23
  162. Top = 231
  163. Width = 241
  164. BorderSpacing.Left = 6
  165. BorderSpacing.Top = 4
  166. Caption = 'RestoreWindowGeometryRadioButton'
  167. Checked = True
  168. OnClick = CustomGeometryRadioButtonClick
  169. ParentShowHint = False
  170. ShowHint = True
  171. TabOrder = 2
  172. TabStop = True
  173. end
  174. object CustomGeometryRadioButton: TRadioButton
  175. AnchorSideLeft.Control = WindowPositionsPanel
  176. AnchorSideTop.Control = FixedDefaultRadioButton
  177. AnchorSideTop.Side = asrBottom
  178. Left = 7
  179. Height = 23
  180. Top = 309
  181. Width = 196
  182. BorderSpacing.Left = 6
  183. BorderSpacing.Top = 3
  184. Caption = 'CustomGeometryRadioButton'
  185. OnClick = CustomGeometryRadioButtonClick
  186. ParentShowHint = False
  187. ShowHint = True
  188. TabOrder = 5
  189. end
  190. object LeftEdit: TSpinEdit
  191. AnchorSideTop.Control = RestoreWindowGeometryRadioButton
  192. AnchorSideRight.Control = WidthEdit
  193. Left = 353
  194. Height = 23
  195. Top = 231
  196. Width = 75
  197. Anchors = [akTop, akRight]
  198. BorderSpacing.Right = 60
  199. MaxValue = 4096
  200. MinValue = -5000
  201. ParentShowHint = False
  202. ShowHint = True
  203. TabOrder = 6
  204. end
  205. object TopEdit: TSpinEdit
  206. AnchorSideTop.Control = LeftEdit
  207. AnchorSideTop.Side = asrBottom
  208. AnchorSideRight.Control = HeightEdit
  209. Left = 353
  210. Height = 23
  211. Top = 260
  212. Width = 75
  213. Anchors = [akTop, akRight]
  214. BorderSpacing.Top = 6
  215. BorderSpacing.Right = 60
  216. MaxValue = 4096
  217. MinValue = -5000
  218. ParentShowHint = False
  219. ShowHint = True
  220. TabOrder = 7
  221. end
  222. object WidthEdit: TSpinEdit
  223. AnchorSideTop.Control = LeftEdit
  224. AnchorSideRight.Control = WindowPositionsPanel
  225. AnchorSideRight.Side = asrBottom
  226. Left = 488
  227. Height = 23
  228. Top = 231
  229. Width = 75
  230. Anchors = [akTop, akRight]
  231. BorderSpacing.Right = 6
  232. MaxValue = 4096
  233. ParentShowHint = False
  234. ShowHint = True
  235. TabOrder = 8
  236. end
  237. object HeightEdit: TSpinEdit
  238. AnchorSideTop.Control = WidthEdit
  239. AnchorSideTop.Side = asrBottom
  240. AnchorSideRight.Control = WindowPositionsPanel
  241. AnchorSideRight.Side = asrBottom
  242. Left = 488
  243. Height = 23
  244. Top = 260
  245. Width = 75
  246. Anchors = [akTop, akRight]
  247. BorderSpacing.Top = 6
  248. BorderSpacing.Right = 6
  249. MaxValue = 4096
  250. ParentShowHint = False
  251. ShowHint = True
  252. TabOrder = 9
  253. end
  254. object GetWindowPositionButton: TButton
  255. AnchorSideTop.Control = ApplyButton
  256. AnchorSideRight.Control = ApplyButton
  257. Left = 314
  258. Height = 29
  259. Top = 295
  260. Width = 161
  261. Anchors = [akTop, akRight]
  262. AutoSize = True
  263. BorderSpacing.Right = 6
  264. Caption = 'GetWindowPositionButton'
  265. Constraints.MinWidth = 75
  266. OnClick = GetWindowPositionButtonClick
  267. TabOrder = 10
  268. end
  269. object ApplyButton: TButton
  270. AnchorSideTop.Control = HeightEdit
  271. AnchorSideTop.Side = asrBottom
  272. AnchorSideRight.Control = WindowPositionsPanel
  273. AnchorSideRight.Side = asrBottom
  274. Left = 481
  275. Height = 29
  276. Top = 295
  277. Width = 82
  278. Anchors = [akTop, akRight]
  279. AutoSize = True
  280. BorderSpacing.Top = 12
  281. BorderSpacing.Right = 6
  282. Caption = 'ApplyButton'
  283. Constraints.MinWidth = 75
  284. OnClick = ApplyButtonClick
  285. TabOrder = 11
  286. end
  287. object SplitterPanel: TPanel
  288. AnchorSideLeft.Control = WindowPositionsPanel
  289. AnchorSideTop.Control = lblWindowCaption
  290. AnchorSideTop.Side = asrBottom
  291. AnchorSideRight.Control = WindowPositionsPanel
  292. AnchorSideRight.Side = asrBottom
  293. AnchorSideBottom.Control = WindowPositionsPanel
  294. AnchorSideBottom.Side = asrBottom
  295. Left = 5
  296. Height = 78
  297. Top = 149
  298. Width = 564
  299. Anchors = [akTop, akLeft, akRight]
  300. BorderSpacing.Left = 4
  301. BorderSpacing.Top = 3
  302. BevelOuter = bvNone
  303. BorderWidth = 1
  304. BorderStyle = bsSingle
  305. Caption = ' '
  306. ClientHeight = 74
  307. ClientWidth = 560
  308. TabOrder = 1
  309. Visible = False
  310. object SplitterList: TListBox
  311. AnchorSideLeft.Control = SplitterPanel
  312. AnchorSideTop.Control = SplitterPanel
  313. AnchorSideBottom.Control = SplitterPanel
  314. AnchorSideBottom.Side = asrBottom
  315. Left = 1
  316. Height = 72
  317. Top = 1
  318. Width = 275
  319. Anchors = [akTop, akLeft, akBottom]
  320. ItemHeight = 0
  321. OnSelectionChange = SplitterListSelectionChange
  322. ParentShowHint = False
  323. ShowHint = True
  324. TabOrder = 0
  325. end
  326. object SplitLabel: TLabel
  327. AnchorSideTop.Control = SplitEdit
  328. AnchorSideTop.Side = asrCenter
  329. AnchorSideRight.Control = SplitEdit
  330. Left = 425
  331. Height = 17
  332. Top = 44
  333. Width = 56
  334. Anchors = [akTop, akRight]
  335. BorderSpacing.Right = 3
  336. Caption = 'SplitLabel'
  337. ParentColor = False
  338. end
  339. object SplitEdit: TSpinEdit
  340. AnchorSideRight.Control = SplitterPanel
  341. AnchorSideRight.Side = asrBottom
  342. AnchorSideBottom.Control = SplitterPanel
  343. AnchorSideBottom.Side = asrBottom
  344. Left = 484
  345. Height = 23
  346. Top = 41
  347. Width = 75
  348. Anchors = [akRight, akBottom]
  349. BorderSpacing.Bottom = 9
  350. MaxValue = 5000
  351. ParentShowHint = False
  352. ShowHint = True
  353. TabOrder = 2
  354. end
  355. object dropSplitterPlacement: TComboBox
  356. AnchorSideLeft.Control = SplitterList
  357. AnchorSideLeft.Side = asrBottom
  358. AnchorSideTop.Control = SplitterPanel
  359. AnchorSideRight.Control = SplitterPanel
  360. AnchorSideRight.Side = asrBottom
  361. Left = 282
  362. Height = 23
  363. Top = 1
  364. Width = 277
  365. Anchors = [akTop, akLeft, akRight]
  366. BorderSpacing.Left = 6
  367. ItemHeight = 17
  368. ParentShowHint = False
  369. ShowHint = True
  370. Style = csDropDownList
  371. TabOrder = 1
  372. end
  373. end
  374. object lblWindowCaption: TDividerBevel
  375. AnchorSideLeft.Control = WindowPositionsPanel
  376. AnchorSideTop.Control = WindowPositionsListBox
  377. AnchorSideTop.Side = asrBottom
  378. AnchorSideRight.Control = WindowPositionsPanel
  379. AnchorSideRight.Side = asrBottom
  380. Left = 1
  381. Height = 17
  382. Top = 129
  383. Width = 568
  384. Caption = 'lblWindowCaption'
  385. Anchors = [akTop, akLeft, akRight]
  386. BorderSpacing.Top = 6
  387. Font.Style = [fsUnderline]
  388. ParentColor = False
  389. ParentFont = False
  390. end
  391. end
  392. object TitleStartsWithProjectCheckBox: TCheckBox
  393. AnchorSideLeft.Control = Owner
  394. AnchorSideTop.Control = HideIDEOnRunCheckBox
  395. AnchorSideTop.Side = asrBottom
  396. Left = 0
  397. Height = 22
  398. Top = 61
  399. Width = 204
  400. Caption = 'TitleStartsWithProjectCheckBox'
  401. ParentShowHint = False
  402. ShowHint = True
  403. TabOrder = 2
  404. end
  405. object ProjectDirInIdeTitleCheckBox: TCheckBox
  406. AnchorSideLeft.Control = Owner
  407. AnchorSideTop.Control = TitleStartsWithProjectCheckBox
  408. AnchorSideTop.Side = asrBottom
  409. Left = 0
  410. Height = 22
  411. Top = 83
  412. Width = 192
  413. Caption = 'ProjectDirInIdeTitleCheckBox'
  414. ParentShowHint = False
  415. ShowHint = True
  416. TabOrder = 3
  417. end
  418. object TitleIncludesBuildMode: TCheckBox
  419. AnchorSideLeft.Control = Owner
  420. AnchorSideTop.Control = ProjectDirInIdeTitleCheckBox
  421. AnchorSideTop.Side = asrBottom
  422. Left = 0
  423. Height = 22
  424. Top = 105
  425. Width = 158
  426. Caption = 'TitleIncludesBuildMode'
  427. ParentShowHint = False
  428. ShowHint = True
  429. TabOrder = 4
  430. end
  431. object NameForDesignedFormList: TCheckBox
  432. AnchorSideLeft.Control = Owner
  433. AnchorSideTop.Control = TitleIncludesBuildMode
  434. AnchorSideTop.Side = asrBottom
  435. Left = 0
  436. Height = 22
  437. Top = 127
  438. Width = 181
  439. Caption = 'NameForDesignedFormList'
  440. ParentShowHint = False
  441. ShowHint = True
  442. TabOrder = 5
  443. end
  444. object lblShowingWindows: TDividerBevel
  445. AnchorSideLeft.Control = Owner
  446. AnchorSideTop.Control = Owner
  447. AnchorSideRight.Control = Owner
  448. AnchorSideRight.Side = asrBottom
  449. Left = 0
  450. Height = 17
  451. Top = 0
  452. Width = 573
  453. Caption = 'lblShowingWindows'
  454. Anchors = [akTop, akLeft, akRight]
  455. Font.Style = [fsBold]
  456. ParentFont = False
  457. end
  458. object lblWindowPosition: TDividerBevel
  459. AnchorSideLeft.Control = Owner
  460. AnchorSideTop.Control = AutoAdjustIDEHeightFullCompPalCheckBox
  461. AnchorSideTop.Side = asrBottom
  462. AnchorSideRight.Control = Owner
  463. AnchorSideRight.Side = asrBottom
  464. Left = 0
  465. Height = 17
  466. Top = 177
  467. Width = 573
  468. Caption = 'lblWindowPosition'
  469. Anchors = [akTop, akLeft, akRight]
  470. BorderSpacing.Top = 6
  471. Font.Style = [fsBold]
  472. ParentFont = False
  473. end
  474. object AutoAdjustIDEHeightCheckBox: TCheckBox
  475. AnchorSideLeft.Control = Owner
  476. AnchorSideTop.Control = NameForDesignedFormList
  477. AnchorSideTop.Side = asrBottom
  478. Left = 0
  479. Height = 22
  480. Top = 149
  481. Width = 201
  482. Caption = 'AutoAdjustIDEHeightCheckBox'
  483. ParentShowHint = False
  484. ShowHint = True
  485. TabOrder = 6
  486. end
  487. object AutoAdjustIDEHeightFullCompPalCheckBox: TCheckBox
  488. AnchorSideLeft.Control = AutoAdjustIDEHeightCheckBox
  489. AnchorSideLeft.Side = asrBottom
  490. AnchorSideTop.Control = AutoAdjustIDEHeightCheckBox
  491. Left = 221
  492. Height = 22
  493. Top = 149
  494. Width = 272
  495. BorderSpacing.Left = 20
  496. Caption = 'AutoAdjustIDEHeightFullCompPalCheckBox'
  497. ParentShowHint = False
  498. ShowHint = True
  499. TabOrder = 7
  500. end
  501. end