/ide/newdialog.lfm

http://github.com/graemeg/lazarus · Unknown · 116 lines · 116 code · 0 blank · 0 comment · 0 complexity · d28099dab12c35a7cd7a3377cd56d5cd MD5 · raw file

  1. object NewOtherDialog: TNewOtherDialog
  2. Left = 281
  3. Height = 421
  4. Top = 204
  5. Width = 561
  6. BorderIcons = [biSystemMenu]
  7. Caption = 'NewOtherDialog'
  8. ClientHeight = 421
  9. ClientWidth = 561
  10. Position = poScreenCenter
  11. LCLVersion = '1.5'
  12. object Panel1: TPanel
  13. Left = 6
  14. Height = 374
  15. Top = 6
  16. Width = 549
  17. Align = alClient
  18. BorderSpacing.Around = 6
  19. BevelOuter = bvNone
  20. ClientHeight = 374
  21. ClientWidth = 549
  22. TabOrder = 0
  23. object ItemsTreeView: TTreeView
  24. AnchorSideLeft.Control = Owner
  25. AnchorSideTop.Control = Owner
  26. Left = 0
  27. Height = 374
  28. Top = 0
  29. Width = 263
  30. Align = alClient
  31. ReadOnly = True
  32. ScrollBars = ssAutoBoth
  33. TabOrder = 0
  34. OnDblClick = OkButtonClick
  35. OnSelectionChanged = ItemsTreeViewSelectionChanged
  36. Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
  37. end
  38. object DescriptionGroupBox: TGroupBox
  39. AnchorSideLeft.Control = ItemsTreeView
  40. AnchorSideLeft.Side = asrBottom
  41. AnchorSideTop.Control = Owner
  42. AnchorSideRight.Control = Owner
  43. Left = 268
  44. Height = 374
  45. Top = 0
  46. Width = 281
  47. Align = alRight
  48. Caption = 'DescriptionGroupBox'
  49. ClientHeight = 353
  50. ClientWidth = 277
  51. TabOrder = 1
  52. object DescriptionLabel: TLabel
  53. Left = 6
  54. Height = 17
  55. Top = 6
  56. Width = 265
  57. Align = alTop
  58. BorderSpacing.Around = 6
  59. Caption = 'DescriptionLabel'
  60. ParentColor = False
  61. WordWrap = True
  62. end
  63. object InheritableComponentsListView: TListView
  64. Left = 0
  65. Height = 324
  66. Top = 29
  67. Width = 277
  68. Align = alClient
  69. Columns = <
  70. item
  71. Caption = 'Form'
  72. Width = 100
  73. end
  74. item
  75. Caption = 'Unit'
  76. Width = 250
  77. end>
  78. HideSelection = False
  79. ReadOnly = True
  80. RowSelect = True
  81. ScrollBars = ssAutoBoth
  82. SortType = stText
  83. TabOrder = 0
  84. ViewStyle = vsReport
  85. end
  86. end
  87. object Splitter1: TSplitter
  88. Left = 263
  89. Height = 374
  90. Top = 0
  91. Width = 5
  92. Align = alRight
  93. ResizeAnchor = akRight
  94. end
  95. end
  96. object ButtonPanel: TButtonPanel
  97. Left = 6
  98. Height = 29
  99. Top = 386
  100. Width = 549
  101. OKButton.Name = 'OKButton'
  102. OKButton.DefaultCaption = True
  103. OKButton.OnClick = OkButtonClick
  104. HelpButton.Name = 'HelpButton'
  105. HelpButton.DefaultCaption = True
  106. HelpButton.OnClick = HelpButtonClick
  107. CloseButton.Name = 'CloseButton'
  108. CloseButton.DefaultCaption = True
  109. CloseButton.Enabled = False
  110. CancelButton.Name = 'CancelButton'
  111. CancelButton.DefaultCaption = True
  112. TabOrder = 1
  113. ShowButtons = [pbOK, pbCancel, pbHelp]
  114. ShowBevel = False
  115. end
  116. end