object frmWindowList: TfrmWindowList Left = 214 Top = 187 BorderStyle = bsDialog Caption = 'Window List' ClientHeight = 182 ClientWidth = 312 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 312 Height = 182 HelpContext = 10 Align = alClient TabOrder = 0 object lstWindow: TListBox Left = 8 Top = 8 Width = 297 Height = 137 HelpContext = 10 ItemHeight = 13 TabOrder = 0 OnDblClick = lstWindowDblClick end object btnOK: TButton Left = 152 Top = 152 Width = 75 Height = 25 HelpContext = 10 Caption = '&OK' Default = True TabOrder = 1 OnClick = lstWindowDblClick end object btnCancel: TButton Left = 231 Top = 152 Width = 75 Height = 25 HelpContext = 10 Cancel = True Caption = '&Close' TabOrder = 2 OnClick = btnCancelClick end end end