#if !defined(AFX_PROBSTATDLG_H__D9199E01_7CD5_11D4_964F_00C0F02C4B69__INCLUDED_) #define AFX_PROBSTATDLG_H__D9199E01_7CD5_11D4_964F_00C0F02C4B69__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ProbStatDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CProbStatDlg dialog #include "gzcombo.h" #include "gzrset.h" #include "label.h" class CProbStatDlg : public CDialog { // Construction public: bool m_bAddMode; void FillList(); ~CProbStatDlg(); CProbStatDlg(CWnd* pParent = NULL); // standard constructor GZRset* rs; CSpApp* m_pApp; // Dialog Data //{{AFX_DATA(CProbStatDlg) enum { IDD = IDD_STATUS_DLG }; CButton m_btnColor; CLabel m_lblSample; CStatic m_lblStatusList; CEdit m_edStatusItem; CgzCombo m_cbStatusItemsList; CButton m_BtnDone; CButton m_BtnDelete; CButton m_BtnAdd; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CProbStatDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CProbStatDlg) afx_msg void OnBtnadd(); afx_msg void OnBtndelete(); afx_msg void OnBtndone(); virtual void OnOK(); virtual BOOL OnInitDialog(); afx_msg void OnCloseupCbstatusitemlist(); afx_msg void OnBtncolor(); afx_msg void OnKillfocusEdstatusitem(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: long m_lRed; long m_lGreen; long m_lBlue; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PROBSTATDLG_H__D9199E01_7CD5_11D4_964F_00C0F02C4B69__INCLUDED_)