#if !defined(AFX_GENDLG_H__32C86417_B42E_408B_B5D9_1D181A13C74E__INCLUDED_) #define AFX_GENDLG_H__32C86417_B42E_408B_B5D9_1D181A13C74E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // GenDLG.h : header file // ///////////////////////////////////////////////////////////////////////////// // CGenDLG dialog class CKBEditorsView; class CKBEditorsDoc; class CGenDLG : public CDialog { // Construction public: CGenDLG(CWnd* pParent = NULL); // standard constructor CKBEditorsView* pView; CKBEditorsDoc* pDoc; BOOL DiagnosisRequired; void SeeDoc(CKBEditorsView* m_View,CKBEditorsDoc* m_Doc); // Dialog Data //{{AFX_DATA(CGenDLG) enum { IDD = IDD_GoBs }; CListBox m_diag; CComboBox m_OnRoot; CComboBox m_OnFruit; CComboBox m_OnStem; CComboBox m_OnLeave; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGenDLG) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CGenDLG) virtual BOOL OnInitDialog(); afx_msg void OnOk(); virtual void OnCancel(); afx_msg void OnPaint(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GENDLG_H__32C86417_B42E_408B_B5D9_1D181A13C74E__INCLUDED_)