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

  1. object frmOpenList: TfrmOpenList
  2.   Left = 12
  3.   Top = 28
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 269
  6.   ClientWidth = 259
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lstList: TListBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 259
  20.     Height = 244
  21.     HelpContext = 10
  22.     Align = alTop
  23.     ItemHeight = 13
  24.     TabOrder = 0
  25.     OnClick = lstListClick
  26.   end
  27.   object edList: TEdit
  28.     Left = 0
  29.     Top = 244
  30.     Width = 261
  31.     Height = 25
  32.     AutoSize = False
  33.     ReadOnly = True
  34.     TabOrder = 1
  35.   end
  36. end
  37.