SDC C-Project CF Review 프로그램
KEJ
2023-11-24 9020bfb6f86ff853d5d5b3cee882132a244232da
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();
};