home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia Fácil 56 / INF1297.iso / RECOMEN / ILV16AU / _SETUP.1 / infolink.exe / 0 / RCDATA / TFRMWINDOWLIST / TFRMWINDOWLIST.txt
Text File  |  1997-04-22  |  1KB  |  58 lines

  1. object frmWindowList: TfrmWindowList
  2.   Left = 214
  3.   Top = 187
  4.   BorderStyle = bsDialog
  5.   Caption = 'Window List'
  6.   ClientHeight = 182
  7.   ClientWidth = 312
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 312
  20.     Height = 182
  21.     HelpContext = 10
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object lstWindow: TListBox
  25.       Left = 8
  26.       Top = 8
  27.       Width = 297
  28.       Height = 137
  29.       HelpContext = 10
  30.       ItemHeight = 13
  31.       TabOrder = 0
  32.       OnDblClick = lstWindowDblClick
  33.     end
  34.     object btnOK: TButton
  35.       Left = 152
  36.       Top = 152
  37.       Width = 75
  38.       Height = 25
  39.       HelpContext = 10
  40.       Caption = '&OK'
  41.       Default = True
  42.       TabOrder = 1
  43.       OnClick = lstWindowDblClick
  44.     end
  45.     object btnCancel: TButton
  46.       Left = 231
  47.       Top = 152
  48.       Width = 75
  49.       Height = 25
  50.       HelpContext = 10
  51.       Cancel = True
  52.       Caption = '&Close'
  53.       TabOrder = 2
  54.       OnClick = btnCancelClick
  55.     end
  56.   end
  57. end
  58.