home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TWINDOWLISTDLG / TWINDOWLISTDLG.txt
Text File  |  1997-01-16  |  1KB  |  57 lines

  1. object WindowListDlg: TWindowListDlg
  2.   Left = 266
  3.   Top = 140
  4.   ActiveControl = WindowListBox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Window List'
  8.   ClientHeight = 172
  9.   ClientWidth = 251
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object WindowListBox: TListBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 235
  22.     Height = 121
  23.     ItemHeight = 13
  24.     TabOrder = 0
  25.     OnDblClick = WindowListBoxDblClick
  26.   end
  27.   object OKButton: TButton
  28.     Left = 8
  29.     Top = 139
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object CancelButton: TButton
  38.     Left = 88
  39.     Top = 139
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47.   object HelpButton: TButton
  48.     Left = 168
  49.     Top = 139
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Help'
  53.     TabOrder = 3
  54.     OnClick = HelpBtnClick
  55.   end
  56. end
  57.