#if !defined(AFX_DLGPRELOADGMT_H__A8AF4507_8F69_11D2_BAD8_00E02921BF6D__INCLUDED_) #define AFX_DLGPRELOADGMT_H__A8AF4507_8F69_11D2_BAD8_00E02921BF6D__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // dlgpreloadgmt.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDlgPreloadGMT dialog class CDlgPreloadGMT : public CDialog { // Construction public: CDlgPreloadGMT(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDlgPreloadGMT) enum { IDD = IDD_DIALOG_LISTPRELOADGMT }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA char *m_szGetSelectedText () { return m_szText; } // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDlgPreloadGMT) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: char m_szText[_MAX_FNAME]; // Generated message map functions //{{AFX_MSG(CDlgPreloadGMT) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnDblclkListGmt(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLGPRELOADGMT_H__A8AF4507_8F69_11D2_BAD8_00E02921BF6D__INCLUDED_)