#if !defined(AFX_DLG_CORP_TS_H__6140F3CD_F459_42CC_9FB8_854DF2117D94__INCLUDED_) #define AFX_DLG_CORP_TS_H__6140F3CD_F459_42CC_9FB8_854DF2117D94__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_Corp_TS.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_Corp_TS dialog #include "..\public\reportctrl\ReportCtrl.h" typedef CTypedPtrList CTS; class CUserDlg; class DLG_Corp_TS : public CDialog { public: CUserDlg * m_pDlg; CTS m_TS; ANS_Corp_TS m_TSReq; long m_lModifyCount; protected: CImageList m_Image; ANS_Corp_TSData * m_pTSData; // Construction public: long GetCurrentSelected(); void SetParam(ANS_Corp_TS TS, ANS_Corp_TSData *pTSData); DLG_Corp_TS(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_Corp_TS) enum { IDD = IDD_CORP_TS }; CReportCtrl m_wndList; CString m_strCorpName; CString m_strCorpID; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_Corp_TS) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_Corp_TS) virtual BOOL OnInitDialog(); afx_msg void OnCorpLxrAdd(); afx_msg void OnCorpLxrModify(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_CORP_TS_H__6140F3CD_F459_42CC_9FB8_854DF2117D94__INCLUDED_)