object FAoutLookBarCustomize: TFAoutLookBarCustomize Left = 107 Top = 98 Width = 350 Height = 250 BorderIcons = [] Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 195 Width = 342 Height = 28 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Button: TButton Left = 263 Top = 1 Width = 75 Height = 25 Cancel = True Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 OnClick = ButtonClick end end object Panel2: TPanel Left = 0 Top = 0 Width = 342 Height = 195 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 5 TabOrder = 1 object Panel3: TPanel Left = 6 Top = 6 Width = 130 Height = 183 Align = alLeft BevelInner = bvLowered BevelOuter = bvNone Caption = 'Panel2' TabOrder = 0 object ListBox: TListBox Left = 1 Top = 1 Width = 128 Height = 181 Align = alClient ItemHeight = 13 TabOrder = 0 OnClick = ListBoxClick end end object Panel4: TPanel Left = 136 Top = 6 Width = 7 Height = 183 Align = alLeft BevelOuter = bvNone TabOrder = 1 end object ImageListBox: TAutoImageListBox Left = 143 Top = 6 Width = 193 Height = 183 Alignment = taLeftJustify ImageAlign = aliLeft ItemHeight = 0 MultiLines = False VertAlignment = tvaCenter Align = alClient DragMode = dmAutomatic TabOrder = 2 OnDragDrop = ImageListBoxDragDrop OnDragOver = ImageListBoxDragOver OnEndDrag = ImageListBoxEndDrag OnStartDrag = ImageListBoxStartDrag SaveStrings = () end end end