home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / SSW / SSW.EXE / 0 / RCDATA / TEXECHISTORYFORM / TEXECHISTORYFORM.txt
Text File  |  1997-05-06  |  512b  |  26 lines

  1. object ExecHistoryForm: TExecHistoryForm
  2.   Left = 489
  3.   Top = 337
  4.   Width = 208
  5.   Height = 136
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Execution History'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object HistoryList: TListBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 200
  19.     Height = 109
  20.     Align = alClient
  21.     ItemHeight = 13
  22.     TabOrder = 0
  23.     OnDblClick = HistoryListDblClick
  24.   end
  25. end
  26.