object frmOrganizeFavourites: TfrmOrganizeFavourites Left = 479 Top = 207 Width = 358 Height = 247 ActiveControl = tevOrgFav BorderStyle = bsSizeToolWin Caption = 'Organize Favourites' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poDefaultPosOnly ShowHint = True OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object pnlOrganizeFolders: TPanel Left = 40 Top = 0 Width = 310 Height = 187 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 8 TabOrder = 0 object tevOrgFav: TTreeView Left = 9 Top = 9 Width = 292 Height = 147 Align = alClient BorderStyle = bsNone HideSelection = False Images = MainForm.imglMenus Indent = 19 Items.Data = { 010000002A0000001D0000001D000000FFFFFFFFFFFFFFFF0000000000000000 114661766F757269746520466F6C64657273} TabOrder = 0 OnChange = tevOrgFavChange OnEdited = tevOrgFavEdited OnEditing = tevOrgFavEditing end object pnlControls: TPanel Left = 9 Top = 156 Width = 292 Height = 22 Align = alBottom Alignment = taRightJustify BevelOuter = bvNone BorderWidth = 8 TabOrder = 1 object tbbAddFavourite: TToolbarButton97 Left = 0 Top = 0 Width = 23 Height = 22 Hint = 'Adds a new Favourite' ImageIndex = 31 Images = MainForm.imglMenus OnClick = tbbAddFavouriteClick end object tbbDeleteFavourite: TToolbarButton97 Left = 23 Top = 0 Width = 23 Height = 22 Hint = 'Deletes selected Favourite' ImageIndex = 32 Images = MainForm.imglMenus OnClick = tbbDeleteFavouriteClick end object tbbMoveFavouriteUp: TToolbarButton97 Left = 46 Top = 0 Width = 23 Height = 22 Hint = 'Moves selected Favourite'#13#10'one item up' ImageIndex = 33 Images = MainForm.imglMenus OnClick = tbbMoveFavouriteUpClick end object tbbMoveFavouriteDown: TToolbarButton97 Left = 69 Top = 0 Width = 23 Height = 22 Hint = 'Moves selected Favourite'#13#10'one item down' ImageIndex = 34 Images = MainForm.imglMenus OnClick = tbbMoveFavouriteDownClick end end end object pnlOrgLeft: TPanel Left = 0 Top = 0 Width = 40 Height = 187 Align = alLeft BevelOuter = bvNone FullRepaint = False TabOrder = 1 object imgOrganizeFavouriteIcon: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end end object pnlOrgDown: TPanel Left = 0 Top = 187 Width = 350 Height = 33 Align = alBottom BevelOuter = bvNone FullRepaint = False TabOrder = 2 OnResize = pnlOrgDownResize object tbbCancel: TCorelButton Left = 256 Top = 0 Width = 75 Height = 25 Hint = 'Closes Dialog and'#13#10'cancels all changes' Caption = 'Can&cel' TabOrder = 0 OnClick = tbbCancelClick end object tbbOK: TCorelButton Left = 176 Top = 0 Width = 75 Height = 25 Hint = 'Closes Dialog and apply'#13#10'changes to Favourite Folders' Caption = '&OK' Default = True TabOrder = 1 OnClick = tbbOKClick end end end