#if !defined(AFX_FACETPAGE_H__F9BC3096_A5A2_11D3_9695_0040C7772DA0__INCLUDED_) #define AFX_FACETPAGE_H__F9BC3096_A5A2_11D3_9695_0040C7772DA0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // FacetPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CFacetPage dialog class CFacetPage : public CPropertyPage { DECLARE_DYNCREATE(CFacetPage) // Construction public: CKBEditorsDoc * m_Doc; void SeeDoc(CKBEditorsDoc*Doc); CConcept * GCpt; CProperty * GProp; CFacetPage(); ~CFacetPage(); // Dialog Data //{{AFX_DATA(CFacetPage) enum { IDD = IDD_FACETDLG }; CComboBox m_CptList1; CListBox m_SearchOrder; CListBox m_Sources; CComboBox m_PropList; CComboBox m_CptList; CListBox m_LegalList; CString m_PromptL; CString m_PromptA; CString m_Type; CString m_LatinLegal; CString m_ArabicLegal; CString m_Default; float m_LL; float m_UL; int m_ControlID; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CFacetPage) public: virtual BOOL OnSetActive(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: void GetCurrentCpt(); void GetCurrentProp(); // Generated message map functions //{{AFX_MSG(CFacetPage) virtual BOOL OnInitDialog(); afx_msg void OnSavefacets(); afx_msg void OnAddlegal(); afx_msg void OnSelchangeLegalvlist(); afx_msg void OnDellegal(); afx_msg void OnSelchangeCpt(); afx_msg void OnSelchangePropcombo(); afx_msg void OnAddorder(); afx_msg void OnDelorder(); afx_msg void OnRadioyes(); afx_msg void OnRadiono(); afx_msg void OnSelchangeType(); afx_msg void OnChangeLL(); afx_msg void OnChangeUL(); afx_msg void OnSelchangeCptcombo2(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_FACETPAGE_H__F9BC3096_A5A2_11D3_9695_0040C7772DA0__INCLUDED_)