home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TREPHISTORYFORM / TREPHISTORYFORM.txt
Encoding:
Text File  |  1999-03-17  |  1.1 KB  |  48 lines

  1. object RepHistoryForm: TRepHistoryForm
  2.   Left = 365
  3.   Top = 257
  4.   Width = 435
  5.   Height = 300
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Repetition History'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   PopupMenu = PopupMenu1
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 20
  23.   object StringGrid1: TStringGrid
  24.     Left = 0
  25.     Top = 0
  26.     Width = 427
  27.     Height = 265
  28.     Align = alClient
  29.     ColCount = 6
  30.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goColMoving, goThumbTracking]
  31.     TabOrder = 0
  32.   end
  33.   object PopupMenu1: TPopupMenu
  34.     Left = 384
  35.     Top = 112
  36.     object Close1: TMenuItem
  37.       Caption = 'Close'
  38.       ShortCut = 27
  39.       OnClick = Close1Click
  40.     end
  41.     object MICopy: TMenuItem
  42.       Caption = '&Copy'
  43.       ShortCut = 16451
  44.       OnClick = MICopyClick
  45.     end
  46.   end
  47. end
  48.