SDC C-Project CF Review 프로그램
SWK
2023-03-10 5ce2e7ca14f09da2138ea783ef16044a01423413
ReviewHistory/ReveiwHistory/PathSettingDlg.h
@@ -44,4 +44,7 @@
   CString GetInspectorPath() { return m_strInspectorPath; }
   CString GetReviewPath() { return m_strReviewPath; }
   CString GetAlignPath() { return m_strAlignPath; }
   CComboBox m_comboDirectionX;
   CComboBox m_comboDirectionY;
   virtual BOOL OnInitDialog();
};