object EditWindows: TEditWindows Left = 191 Top = 242 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Add/Remove Windows' ClientHeight = 296 ClientWidth = 445 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = RefreshBtnClick OnClose = FormClose OnCreate = RefreshBtnClick PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 42 Top = 2 Width = 85 Height = 16 Caption = '&All windows:' FocusControl = AllWindows Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 294 Top = 2 Width = 133 Height = 16 Caption = '&Selected Windows:' FocusControl = SelectedWindows Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object AllWindows: TListBox Left = 4 Top = 24 Width = 161 Height = 245 ExtendedSelect = False ItemHeight = 13 TabOrder = 1 OnClick = AllWindowsClick OnDblClick = AddBtnClick OnDragDrop = AllWindowsDragDrop OnDragOver = AllWindowsDragOver OnMouseDown = AllWindowsMouseDown end object SelectedWindows: TListBox Left = 280 Top = 24 Width = 161 Height = 245 ItemHeight = 13 TabOrder = 3 OnClick = SelectedWindowsClick OnDblClick = RemoveBtnClick OnDragDrop = SelectedWindowsDragDrop OnDragOver = SelectedWindowsDragOver OnMouseDown = SelectedWindowsMouseDown end object AddBtn: TButton Left = 170 Top = 88 Width = 105 Height = 25 Caption = 'Add to the list >>' Enabled = False TabOrder = 2 OnClick = AddBtnClick end object ClearBtn: TButton Left = 170 Top = 208 Width = 105 Height = 25 Caption = 'Clear >>' TabOrder = 6 OnClick = ClearBtnClick end object RemoveBtn: TButton Left = 170 Top = 120 Width = 105 Height = 25 Caption = '<< Remove from list' Enabled = False TabOrder = 4 OnClick = RemoveBtnClick end object CloseBtn: TButton Left = 170 Top = 240 Width = 105 Height = 25 Caption = 'Ok' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 7 OnClick = CloseBtnClick end object BringToTopBtn: TButton Left = 170 Top = 152 Width = 105 Height = 25 Caption = 'Bring to top' Enabled = False TabOrder = 5 OnClick = BringToTopBtnClick OnDragDrop = BringToTopBtnDragDrop OnDragOver = BringToTopBtnDragOver end object RefreshBtn: TButton Left = 170 Top = 24 Width = 105 Height = 25 Caption = 'Refresh' TabOrder = 0 OnClick = RefreshBtnClick end object Panel1: TPanel Left = 4 Top = 272 Width = 437 Height = 21 BevelOuter = bvLowered TabOrder = 8 object LongWindowName: TLabel Left = 5 Top = 4 Width = 91 Height = 13 Caption = 'LongWindowName' end end end