home *** CD-ROM | disk | FTP | other *** search
- inherited CursorForm: TCursorForm
- Left = 227
- Top = 211
- Width = 252
- Caption = 'Cursor'
- inherited ChildMenu: TMainMenu
- inherited EditMenu: TMenuItem
- inherited EditUndoItem: TMenuItem
- ShortCutText = 'Ctrl+Z'
- end
- inherited EditCutItem: TMenuItem
- ShortCutText = 'Ctrl+X'
- end
- inherited EditCopyItem: TMenuItem
- ShortCutText = 'Ctrl+C'
- end
- inherited EditPasteItem: TMenuItem
- ShortCutText = 'Ctrl+V'
- end
- end
- object CursorMenu: TMenuItem
- Caption = '&Cursor'
- GroupIndex = 10
- object CursorHotSpotItem: TMenuItem
- Caption = '&Set Hot Spot...'
- Hint = 'Set the hotspot of the cursor'
- OnClick = CursorHotSpotItemClick
- end
- object CursorTestItem: TMenuItem
- Caption = '&Test...'
- Hint = 'Test the cursor'
- OnClick = CursorTestItemClick
- end
- end
- end
- inherited LocalMenu: TPopupMenu
- object N3: TMenuItem
- Caption = '-'
- end
- object LocalHotSpotItem: TMenuItem
- Caption = '&Set Hot Spot...'
- OnClick = CursorHotSpotItemClick
- end
- object LocalTestItem: TMenuItem
- Caption = '&Test...'
- OnClick = CursorTestItemClick
- end
- end
- end
-