//{{AFX_INCLUDES() #include "msflexgrid.h" //}}AFX_INCLUDES #if !defined(AFX_SERVICEDLG_H__08703CDC_CFC2_40BF_837F_8BCD7CC823AA__INCLUDED_) #define AFX_SERVICEDLG_H__08703CDC_CFC2_40BF_837F_8BCD7CC823AA__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ServiceDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CServiceDlg dialog class CServiceDlg : public CDialog { // Construction public: void DecomposeCptProp(CString str,CString &strCpt,CString &strProp); CString GetTriggerCondition(); CServiceDlg(CWnd* pParent = NULL); // standard constructor CKBEditorsDoc * m_Doc; void SeeDoc(CKBEditorsDoc*Doc); void DecomposeTriggerCondition(CString strCond); void FillMatrixCptPropOpVal(CString strCpt,CString strProp,CString strOp,CString strVal); void FillCptCompo(); void FillOutputCompo(); CString FillServiceListCptPropTriggerNameType(); void ClearGrid(); // Dialog Data //{{AFX_DATA(CServiceDlg) enum { IDD = IDD_SERVICEDLG }; CComboBox m_ServiceName; CComboBox m_ProOutput; CComboBox m_CptOutput; CComboBox m_TriggerName; CComboBox m_TriggerType; CComboBox m_ValCompo; CComboBox m_OpCompo; CComboBox m_PropCompo; CComboBox m_CptCompo; CMSFlexGrid m_ConditionFlex; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CServiceDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CServiceDlg) virtual BOOL OnInitDialog(); afx_msg void OnSelchangeCpt(); afx_msg void OnSelchangeProp(); afx_msg void OnSelchangeOp(); afx_msg void OnSelchangeOutCpt(); afx_msg void OnSelchangeTriggerType(); afx_msg void OnSelchangeServiceName(); afx_msg void OnAddcondition(); afx_msg void OnDelcondition(); afx_msg void OnAddservice(); afx_msg void OnDelservice(); afx_msg void OnNewservice(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SERVICEDLG_H__08703CDC_CFC2_40BF_837F_8BCD7CC823AA__INCLUDED_)