SDC C-Project CF Review 프로그램
SWK
2023-03-10 5ce2e7ca14f09da2138ea783ef16044a01423413
ReviewSystem/ReviewSystem/DlgAlignCamera.h
@@ -39,6 +39,7 @@
   void Reset();
   void SetDAC2P(IDialogAlignCamera2Parent* pDAC2P)         { m_pDAC2P = pDAC2P; }
   void SetAlignResult(int nResultCode, double dDX, double dDy, double dTheta);
   double d_MatchingRate;
   virtual void UpdateProcessStatus(int nLineType, int nMachineType, int nProcessStatus, const CGlassResult* pGlassResult);
@@ -60,6 +61,7 @@
   CakGroupCtrl m_ctrlGroupCtrlAlign;
   CakButtonColorCtrl m_ctrlGetTempleteImage;
   CakButtonColorCtrl m_ctrlButtonColorCtrl;
   BOOL m_bAlignResultUpdate;
   IDialogAlignCamera2Parent*   m_pDAC2P;