示例#1
0
 public JogPad(DeltaMotionMgr motionMgr, Panel parentPnl)
 {
     InitializeComponent();
     this.Parent  = parentPnl;
     JPGB.Enabled = false;
     myMgr        = motionMgr;
 }
示例#2
0
 public static DeltaMotionMgr CreateMotion()
 {
     if (h_motion == null)
     {
         h_motion = new DeltaMotionMgr();
     }
     return(h_motion);
 }
示例#3
0
        public IOInterface(DeltaMotionMgr myMotion, Panel parentPnl)
        {
            InitializeComponent();
            myMgr = myMotion;

            this.Parent = parentPnl;
            //IOTimer.Enabled = true;
            //InitUI();
        }
示例#4
0
 public RotaryMotion(DeltaMotionMgr myMotion)
 {
     myMgr            = myMotion;
     InTestCameraDone = false;
 }
示例#5
0
 public WinMotionSettings(DeltaMotionMgr mMgr)
 {
     InitializeComponent();
     myMgr = mMgr;
 }