SDC C-Project CF Review 프로그램
KEJ
2024-06-26 0c66940a8e2cf64c9890519901f433b3668216b6
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();
};