object FindPaletteComponentDlg: TFindPaletteComponentDlg Left = 264 Height = 300 Top = 140 Width = 400 ActiveControl = PatternEdit Caption = 'FindPaletteComponentDlg' ClientHeight = 300 ClientWidth = 400 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '0.9.27' object SearchPatternGroupBox: TGroupBox Left = 6 Height = 55 Top = 6 Width = 388 Align = alTop BorderSpacing.Around = 6 Caption = 'SearchPatternGroupBox' ClientHeight = 37 ClientWidth = 384 TabOrder = 0 object PatternEdit: TEdit Left = 8 Height = 23 Top = 4 Width = 365 Anchors = [akTop, akLeft, akRight] OnChange = PatternEditChange TabOrder = 0 Text = 'PatternEdit' end end object ComponentsGroupBox: TGroupBox Left = 6 Height = 195 Top = 67 Width = 388 Align = alClient BorderSpacing.Around = 6 Caption = 'ComponentsGroupBox' ClientHeight = 177 ClientWidth = 384 TabOrder = 1 object ComponentsListBox: TListBox Left = 0 Height = 177 Top = 0 Width = 384 Align = alClient ItemHeight = 0 OnDblClick = ComponentsListBoxDblClick OnDrawItem = ComponentsListBoxDrawItem Style = lbOwnerDrawFixed TabOrder = 0 end end object BtnPanel: TButtonPanel Left = 6 Height = 26 Top = 268 Width = 388 TabOrder = 2 ShowButtons = [pbOK, pbCancel] ShowBevel = False end end