| | |
| | | get => Device as MotionCardBase; |
| | | } |
| | | |
| | | private void MotionCard_OnMonitorInvoke(DateTime arg1, string arg2, IDevice arg3, IMonitorSet arg4) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | //private void MotionCard_OnMonitorInvoke(DateTime arg1, string arg2, IDevice arg3, IMonitorSet arg4) |
| | | //{ |
| | | // throw new NotImplementedException(); |
| | | //} |
| | | |
| | | private void InitialLayout() |
| | | { |
| | |
| | | axisMovingStatus = new AxisMovingStatus(); |
| | | } |
| | | CtrlMotionCardAxisStatus ctrlMotionCardAxisStatus = new CtrlMotionCardAxisStatus(axisMovingStatus); |
| | | //ctrlMotionCardAxisStatus.Dock = DockStyle.Fill; |
| | | flowLayoutPanel1.Controls.Add(ctrlMotionCardAxisStatus); |
| | | |
| | | } |
| | | |
| | | CtrlMotionCardIOStatus ctrlMotionCardIOStatus = new CtrlMotionCardIOStatus(Device, MotionCard.MonitorValues); |
| | | //ctrlMotionCardIOStatus.Dock = DockStyle.Fill; |
| | | flowLayoutPanel2.Controls.Add(ctrlMotionCardIOStatus); |
| | | } |
| | | |