www.pudn.com > GSMTest1.rar > TransGL.h
#if !defined(AFX_TRANSGL_H__5F81CBA5_3FB8_416D_A65F_252E082E9A1B__INCLUDED_)
#define AFX_TRANSGL_H__5F81CBA5_3FB8_416D_A65F_252E082E9A1B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TransGL.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTransGL dialog
class CTransGL : public CDialog
{
// Construction
public:
void ShowTrans();
CTransGL(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTransGL)
enum { IDD = IDD_TRANSGL_DIALOG };
CListCtrl m_ctrTrans;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTransGL)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTransGL)
virtual BOOL OnInitDialog();
afx_msg void OnEdit();
afx_msg void OnDblclkTranslist(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnAdd();
afx_msg void OnDel();
afx_msg void OnDutyman();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TRANSGL_H__5F81CBA5_3FB8_416D_A65F_252E082E9A1B__INCLUDED_)