/ide/findpalettecomp.lfm

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

  1. object FindPaletteComponentDlg: TFindPaletteComponentDlg
  2. Left = 264
  3. Height = 300
  4. Top = 140
  5. Width = 400
  6. ActiveControl = PatternEdit
  7. Caption = 'FindPaletteComponentDlg'
  8. ClientHeight = 300
  9. ClientWidth = 400
  10. OnCreate = FormCreate
  11. OnDestroy = FormDestroy
  12. LCLVersion = '0.9.27'
  13. object SearchPatternGroupBox: TGroupBox
  14. Left = 6
  15. Height = 55
  16. Top = 6
  17. Width = 388
  18. Align = alTop
  19. BorderSpacing.Around = 6
  20. Caption = 'SearchPatternGroupBox'
  21. ClientHeight = 37
  22. ClientWidth = 384
  23. TabOrder = 0
  24. object PatternEdit: TEdit
  25. Left = 8
  26. Height = 23
  27. Top = 4
  28. Width = 365
  29. Anchors = [akTop, akLeft, akRight]
  30. OnChange = PatternEditChange
  31. TabOrder = 0
  32. Text = 'PatternEdit'
  33. end
  34. end
  35. object ComponentsGroupBox: TGroupBox
  36. Left = 6
  37. Height = 195
  38. Top = 67
  39. Width = 388
  40. Align = alClient
  41. BorderSpacing.Around = 6
  42. Caption = 'ComponentsGroupBox'
  43. ClientHeight = 177
  44. ClientWidth = 384
  45. TabOrder = 1
  46. object ComponentsListBox: TListBox
  47. Left = 0
  48. Height = 177
  49. Top = 0
  50. Width = 384
  51. Align = alClient
  52. ItemHeight = 0
  53. OnDblClick = ComponentsListBoxDblClick
  54. OnDrawItem = ComponentsListBoxDrawItem
  55. Style = lbOwnerDrawFixed
  56. TabOrder = 0
  57. end
  58. end
  59. object BtnPanel: TButtonPanel
  60. Left = 6
  61. Height = 26
  62. Top = 268
  63. Width = 388
  64. TabOrder = 2
  65. ShowButtons = [pbOK, pbCancel]
  66. ShowBevel = False
  67. end
  68. end