Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
CursorsFoiledAgain
defines a series of cursor constants. It creates the associated cursors in the initialization section and destroys them in the finalization section.
The bitmaps for the cursors are stored in CustomCursor.res.
crHandFlat = 1; |
crZoomIn = 2; |
crZoomOut = 3; |
crZoom = 4; |
crDelete = 5; |
crHorizontal = 6; |
crVertical = 7; |
crMoveColumn = 8; |
crMoveRow = 9; |
crSubdivide = 10; |
crSelectPoint = 11; |
crHandGrab = 12; |
crInsertPoint = 13; |
crDeleteSegment = 14; |
crDisabledInsertPoint = 15; |
crDisabledDeleteSegment = 16; |
crSetWidth = 17; |
crRotate = 18; |
crPointArrow = 19; |
crLineArrow = 20; |
crPolygonArrow = 21; |
crStraightLineArrow = 22; |
crRectangleArrow = 23; |
cr3dPointArrow = 24; |
cr3dLineArrow = 25; |
cr3dSheetArrow = 26; |
cr3dSolidArrow = 27; |
cr3dStraightLineArrow = 28; |
crCubeArrow = 29; |
crDomainLine = 30; |
crDomainPolygon = 31; |
crZoomNoDot = 32; |
crZoomByY = 33; |
crHandFlat = 1; |
|
crZoomIn = 2; |
|
crZoomOut = 3; |
|
crZoom = 4; |
|
crDelete = 5; |
|
crHorizontal = 6; |
|
crVertical = 7; |
|
crMoveColumn = 8; |
|
crMoveRow = 9; |
|
crSubdivide = 10; |
|
crSelectPoint = 11; |
|
crHandGrab = 12; |
|
crInsertPoint = 13; |
|
crDeleteSegment = 14; |
|
crDisabledDeleteSegment = 16; |
|
crSetWidth = 17; |
|
crRotate = 18; |
|
crPointArrow = 19; |
|
crLineArrow = 20; |
|
crPolygonArrow = 21; |
|
crStraightLineArrow = 22; |
|
crRectangleArrow = 23; |
|
cr3dPointArrow = 24; |
|
cr3dLineArrow = 25; |
|
cr3dSheetArrow = 26; |
|
cr3dSolidArrow = 27; |
|
cr3dStraightLineArrow = 28; |
|
crCubeArrow = 29; |
|
crDomainLine = 30; |
|
crDomainPolygon = 31; |
|
crZoomNoDot = 32; |
|
crZoomByY = 33; |
|