dmsdlg.h
来自「中国移动高阳平台SP语音网关。绝对可用! 目前(现在是20080613)我们公」· C头文件 代码 · 共 80 行
H
80 行
// DMSDlg.h : header file
//
#if !defined(AFX_DMSDLG_H__252D258E_23AC_4ED8_BE6B_F865186332FB__INCLUDED_)
#define AFX_DMSDLG_H__252D258E_23AC_4ED8_BE6B_F865186332FB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CDMSDlg dialog
DWORD WINAPI MyRecvProc(void * param);
void TrimChar(char *buf,char ch);
class CDMSDlg : public CDialog
{
DECLARE_DYNAMIC(CDMSDlg);
// Construction
public:
_ConnectionPtr m_connection;
_RecordsetPtr m_recordset;
_CommandPtr m_pCommand;
_RecordsetPtr m_pRecordset;
_ConnectionPtr m_pConnection;
BOOL m_fConnected;
CString m_strSource;
CDMSDlg(CWnd* pParent = NULL); // standard constructor
virtual ~CDMSDlg();
// Dialog Data
//{{AFX_DATA(CDMSDlg)
enum { IDD = IDD_DMS_DIALOG };
UINT m_port;
CString m_recvP;
CString m_sendP;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDMSDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDMSDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButInit();
virtual void OnCancel();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton1();
afx_msg void OnButton5();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
private:
public:
afx_msg void OnBnClickedButton1();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DMSDLG_H__252D258E_23AC_4ED8_BE6B_F865186332FB__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?