SDC C-Project CF Review 프로그램
LYW
2022-05-31 f1a543772246f59b8b52a8857270b38ee38f3588
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();
};