home *** CD-ROM | disk | FTP | other *** search
- object RepHistoryForm: TRepHistoryForm
- Left = 365
- Top = 257
- Width = 435
- Height = 300
- BorderStyle = bsSizeToolWin
- Caption = 'Repetition History'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- PopupMenu = PopupMenu1
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 20
- object StringGrid1: TStringGrid
- Left = 0
- Top = 0
- Width = 427
- Height = 265
- Align = alClient
- ColCount = 6
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goColMoving, goThumbTracking]
- TabOrder = 0
- end
- object PopupMenu1: TPopupMenu
- Left = 384
- Top = 112
- object Close1: TMenuItem
- Caption = 'Close'
- ShortCut = 27
- OnClick = Close1Click
- end
- object MICopy: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = MICopyClick
- end
- end
- end
-