// vera_samDlg.h : header file // #if !defined(AFX_VERA_SAMDLG_H__0E435D65_B340_4EBA_8B9A_6D68F27547CD__INCLUDED_) #define AFX_VERA_SAMDLG_H__0E435D65_B340_4EBA_8B9A_6D68F27547CD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CVera_samDlg dialog #include #include #include #include #include #include "util.h" #include "globals.h" #include "objective.h" #include "conjugate_gradient.h" #include "io.h" #include "nrutil.h" #include "Options_dlg.h" class CVera_samDlg : public CDialog { // Construction public: bool mj_fgets(FILE *fpin, char *mj); void reset_variables(); void die(CString reason); void UpdateSummary(CString temp); bool m_EndProg; void read_data(FILE *fpin); void UpdateUI(); void UpdateUI(CString newitem); void UpdateEDITTHREE(CString base); void UpdateEDITTWO(CString base); void UpdateEDITONE(CString base); CVera_samDlg(CWnd* pParent = NULL); // standard constructor void VERA (const char *file, const char *mod, bool evolution, bool start_mod, bool disp_iter, bool stop_crit); void SAM (const char *infile, const char *modfile, const char *outfile, bool disp_iter); // Dialog Data //{{AFX_DATA(CVera_samDlg) enum { IDD = IDD_VERA_SAM_DIALOG }; CProgressCtrl m_progressbar; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CVera_samDlg) public: protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CVera_samDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnButton1(); afx_msg void OnExecute(); afx_msg void OnButton2(); afx_msg void OnButton3(); afx_msg void OnButton5(); afx_msg void OnChangeEdit2(); afx_msg void OnChangeEdit3(); virtual void OnCancel(); afx_msg void OnButton6(); afx_msg void OnButton4(); afx_msg void OnEndprog(); afx_msg void OnCheck2(); afx_msg void OnCheck1(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_VERA_SAMDLG_H__0E435D65_B340_4EBA_8B9A_6D68F27547CD__INCLUDED_)