/ide/findoverloadsdlg.lfm

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

  1. object FindOverloadsDialog: TFindOverloadsDialog
  2. Left = 297
  3. Height = 338
  4. Top = 171
  5. Width = 548
  6. ActiveControl = CurTreeView
  7. Caption = 'FindOverloadsDialog'
  8. ClientHeight = 338
  9. ClientWidth = 548
  10. OnCreate = FormCreate
  11. OnDestroy = FormDestroy
  12. Position = poScreenCenter
  13. LCLVersion = '0.9.27'
  14. object ButtonPanel1: TButtonPanel
  15. Left = 6
  16. Height = 44
  17. Top = 288
  18. Width = 536
  19. TabOrder = 0
  20. ShowButtons = [pbOK, pbCancel, pbClose]
  21. end
  22. object CurGroupBox: TGroupBox
  23. Left = 6
  24. Height = 72
  25. Top = 6
  26. Width = 536
  27. Align = alTop
  28. BorderSpacing.Around = 6
  29. Caption = 'CurGroupBox'
  30. ClientHeight = 53
  31. ClientWidth = 532
  32. TabOrder = 1
  33. object CurTreeView: TTreeView
  34. Left = 0
  35. Height = 53
  36. Top = 0
  37. Width = 532
  38. Align = alClient
  39. DefaultItemHeight = 19
  40. TabOrder = 0
  41. end
  42. end
  43. object ResultsGroupBox: TGroupBox
  44. Left = 6
  45. Height = 198
  46. Top = 84
  47. Width = 536
  48. Align = alClient
  49. BorderSpacing.Around = 6
  50. Caption = 'ResultsGroupBox'
  51. ClientHeight = 179
  52. ClientWidth = 532
  53. TabOrder = 2
  54. object ResultsTreeView: TTreeView
  55. Left = 0
  56. Height = 136
  57. Top = 0
  58. Width = 532
  59. Align = alClient
  60. DefaultItemHeight = 19
  61. TabOrder = 0
  62. end
  63. object ResultsProgressBar: TProgressBar
  64. Left = 0
  65. Height = 21
  66. Top = 136
  67. Width = 532
  68. Align = alBottom
  69. TabOrder = 1
  70. end
  71. object SearchAllCheckBox: TCheckBox
  72. Left = 0
  73. Height = 22
  74. Top = 157
  75. Width = 532
  76. Align = alBottom
  77. Caption = 'SearchAllCheckBox'
  78. TabOrder = 2
  79. end
  80. end
  81. end