home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
IMAGEDIT.EXE
/
0
/
RCDATA
/
TCURSORFORM
/
TCURSORFORM.txt
Wrap
Text File
|
1997-02-28
|
1KB
|
50 lines
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