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

  1. object frmHistory: TfrmHistory
  2.   Left = 200
  3.   Top = 186
  4.   HelpContext = 260
  5.   BorderStyle = bsDialog
  6.   Caption = 'Browse History'
  7.   ClientHeight = 168
  8.   ClientWidth = 333
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 333
  22.     Height = 133
  23.     Align = alTop
  24.     TabOrder = 0
  25.     object lstHistory: TListBox
  26.       Left = 8
  27.       Top = 8
  28.       Width = 317
  29.       Height = 117
  30.       HelpContext = 260
  31.       ItemHeight = 13
  32.       TabOrder = 0
  33.       OnDblClick = btnOKClick
  34.     end
  35.   end
  36.   object btnOK: TButton
  37.     Left = 172
  38.     Top = 140
  39.     Width = 75
  40.     Height = 25
  41.     HelpContext = 260
  42.     Caption = '&OK'
  43.     TabOrder = 1
  44.     OnClick = btnOKClick
  45.   end
  46.   object btnClose: TButton
  47.     Left = 252
  48.     Top = 140
  49.     Width = 75
  50.     Height = 25
  51.     HelpContext = 260
  52.     Cancel = True
  53.     Caption = '&Close'
  54.     TabOrder = 2
  55.     OnClick = btnCloseClick
  56.   end
  57.   object btnClear: TButton
  58.     Left = 92
  59.     Top = 140
  60.     Width = 75
  61.     Height = 25
  62.     HelpContext = 260
  63.     Caption = '&Clear'
  64.     TabOrder = 3
  65.     OnClick = btnClearClick
  66.   end
  67. end
  68.