| | |
| | | Measuring = 21, |
| | | MeasureDoneOK = 22, |
| | | MeasureDoneNG = 23, |
| | | |
| | | CanStretchLeft = 41, |
| | | CanStretchRight = 42, |
| | | CanStretchTop = 43, |
| | | CanStretchBottom = 44, |
| | | |
| | | CanStretchLeftUpperCorner = 45, |
| | | CanStretchLeftLowerCorner = 46, |
| | | CanStretchRightUpperCorner = 47, |
| | | CanStretchRightLowerCorner = 48, |
| | | |
| | | StretchingLeft = 31, |
| | | StretchingRight = 32, |
| | | StretchingTop = 33, |
| | | StretchingBottom = 34, |
| | | |
| | | StretchingLeftUpperCorner = 35, |
| | | StretchingLeftLowerCorner = 36, |
| | | StretchingRightUpperCorner = 37, |
| | | StretchingRightLowerCorner = 38, |
| | | } |
| | | |
| | | public enum MouseState |
| | |
| | | HoverElement = 2, |
| | | InSideElement = 3, |
| | | |
| | | MoveElement = 4, |
| | | |
| | | StretchingLeft = 11, |
| | | StretchingRight = 12, |
| | | StretchingUp = 13, |
| | | StretchingDown = 14, |
| | | MoveElement = 15, |
| | | StretchingTop = 13, |
| | | StretchingBottom = 14, |
| | | |
| | | StretchingLeftUpperCorner = 15, |
| | | StretchingLeftLowerCorner = 16, |
| | | StretchingRightUpperCorner =17, |
| | | StretchingRightLowerCorner = 18, |
| | | |
| | | New = 21, |
| | | Editing = 22, |
| | | SelectedElement = 23, |
| | | //SelectedElement = 23, |
| | | |
| | | MovingAll = 31, |
| | | |
| | |
| | | /// <summary> |
| | | /// 马达/运动板卡运行模式 |
| | | /// </summary> |
| | | public enum MotorMoveMode |
| | | public enum MotionMode |
| | | { |
| | | /// <summary> |
| | | /// 普通点位运动 |
| | |
| | | Running, |
| | | Alarm, |
| | | Pause, |
| | | Resetting, |
| | | } |
| | | } |
| | | } |