www.pudn.com > 6433624505.rar > Other.h
#if !defined(AFX_OTHER_H__C20FC8D8_4FB0_4271_8BC6_830425E7C417__INCLUDED_)
#define AFX_OTHER_H__C20FC8D8_4FB0_4271_8BC6_830425E7C417__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Other.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COther dialog
class COther : public CDialog
{
// Construction
public:
COther(CWnd* pParent = NULL); // standard constructor
_ConnectionPtr pConn;
virtual BOOL OnInitDialog();
CBitmap m_bitmapground;
// Dialog Data
//{{AFX_DATA(COther)
enum { IDD = IDD_OTHERLOOK };
CBitmapButton m_Index;
CBitmapButton m_Procedure;
CBitmapButton m_Sequence;
CBitmapButton m_Trigger;
CBitmapButton m_Close;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COther)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COther)
afx_msg void OnTrigger();
afx_msg void OnProcedure();
afx_msg void OnIndex();
afx_msg void OnSequence();
afx_msg void OnPaint();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OTHER_H__C20FC8D8_4FB0_4271_8BC6_830425E7C417__INCLUDED_)