/ide/unusedunitsdlg.lfm

http://github.com/graemeg/lazarus · Unknown · 102 lines · 102 code · 0 blank · 0 comment · 0 complexity · 12f15651a0ff659c9923418c60592180 MD5 · raw file

  1. object UnusedUnitsDialog: TUnusedUnitsDialog
  2. Left = 375
  3. Height = 382
  4. Top = 236
  5. Width = 501
  6. ActiveControl = UnitsTreeView
  7. BorderIcons = [biSystemMenu]
  8. Caption = 'UnusedUnitsDialog'
  9. ClientHeight = 382
  10. ClientWidth = 501
  11. OnCreate = FormCreate
  12. Position = poScreenCenter
  13. LCLVersion = '1.5'
  14. object UnitsTreeView: TTreeView
  15. Left = 6
  16. Height = 294
  17. Top = 6
  18. Width = 489
  19. Align = alClient
  20. BorderSpacing.Around = 6
  21. DefaultItemHeight = 18
  22. MultiSelect = True
  23. ReadOnly = True
  24. ScrollBars = ssAutoBoth
  25. TabOrder = 0
  26. OnSelectionChanged = UnitsTreeViewSelectionChanged
  27. Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
  28. end
  29. object Panel1: TPanel
  30. Left = 0
  31. Height = 76
  32. Top = 306
  33. Width = 501
  34. Align = alBottom
  35. BevelOuter = bvNone
  36. ChildSizing.LeftRightSpacing = 6
  37. ChildSizing.TopBottomSpacing = 6
  38. ChildSizing.HorizontalSpacing = 10
  39. ClientHeight = 76
  40. ClientWidth = 501
  41. TabOrder = 1
  42. object CancelBitBtn: TBitBtn
  43. Left = 412
  44. Height = 26
  45. Top = 43
  46. Width = 82
  47. Anchors = [akRight, akBottom]
  48. AutoSize = True
  49. BorderSpacing.Around = 6
  50. Cancel = True
  51. Caption = 'Cancel'
  52. Constraints.MinWidth = 75
  53. Kind = bkCancel
  54. ModalResult = 2
  55. OnClick = CancelBitBtnClick
  56. TabOrder = 3
  57. end
  58. object RemoveSelectedBitBtn: TBitBtn
  59. AnchorSideRight.Control = CancelBitBtn
  60. Left = 257
  61. Height = 25
  62. Top = 44
  63. Width = 145
  64. Anchors = [akRight, akBottom]
  65. AutoSize = True
  66. BorderSpacing.Around = 6
  67. Caption = 'RemoveSelectedBitBtn'
  68. Constraints.MinWidth = 75
  69. ModalResult = 1
  70. OnClick = RemoveSelectedBitBtnClick
  71. TabOrder = 2
  72. end
  73. object RemoveAllBitBtn: TBitBtn
  74. AnchorSideRight.Control = RemoveSelectedBitBtn
  75. Left = 132
  76. Height = 25
  77. Top = 44
  78. Width = 115
  79. Anchors = [akRight, akBottom]
  80. AutoSize = True
  81. BorderSpacing.Around = 6
  82. Caption = 'RemoveAllBitBtn'
  83. Constraints.MinWidth = 75
  84. ModalResult = 8
  85. OnClick = RemoveAllBitBtnClick
  86. TabOrder = 1
  87. end
  88. object ShowInitializationCheckBox: TCheckBox
  89. Left = 8
  90. Height = 19
  91. Top = 6
  92. Width = 280
  93. Caption = 'Show units with initialization/finalization sections'
  94. Checked = True
  95. OnClick = ShowInitializationCheckBoxClick
  96. ParentShowHint = False
  97. ShowHint = True
  98. State = cbChecked
  99. TabOrder = 0
  100. end
  101. end
  102. end