public JogPad(DeltaMotionMgr motionMgr, Panel parentPnl) { InitializeComponent(); this.Parent = parentPnl; JPGB.Enabled = false; myMgr = motionMgr; }
public static DeltaMotionMgr CreateMotion() { if (h_motion == null) { h_motion = new DeltaMotionMgr(); } return(h_motion); }
public IOInterface(DeltaMotionMgr myMotion, Panel parentPnl) { InitializeComponent(); myMgr = myMotion; this.Parent = parentPnl; //IOTimer.Enabled = true; //InitUI(); }
public RotaryMotion(DeltaMotionMgr myMotion) { myMgr = myMotion; InTestCameraDone = false; }
public WinMotionSettings(DeltaMotionMgr mMgr) { InitializeComponent(); myMgr = mMgr; }