MultiSendDlg.h
上传用户:guangzhiyw
上传日期:2007-01-09
资源大小:495k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_MULTISENDDLG_H__5F3494D3_5960_11D5_B160_90FDE69ECE00__INCLUDED_)
  2. #define AFX_MULTISENDDLG_H__5F3494D3_5960_11D5_B160_90FDE69ECE00__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MultiSendDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMultiSendDlg dialog
  10. class CMultiSendDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMultiSendDlg(CWnd* pParent = NULL);   // standard constructor
  15. CClientApp* GetApp(){return (CClientApp*)AfxGetApp();};
  16. // Dialog Data
  17. //{{AFX_DATA(CMultiSendDlg)
  18. enum { IDD = IDD_MULTI_SEND };
  19. CEdit m_EditMsg;
  20. CEdit m_EditName;
  21. CEdit m_EditId;
  22. int m_radio;
  23. //}}AFX_DATA
  24. HICON hIcon;
  25. BOOL m_bCancel;
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMultiSendDlg)
  29. public:
  30. virtual BOOL PreTranslateMessage(MSG* pMsg);
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CMultiSendDlg)
  38. virtual BOOL OnInitDialog();
  39. virtual void OnOK();
  40. afx_msg void OnRadio1();
  41. afx_msg void OnRadio2();
  42. virtual void OnCancel();
  43. afx_msg void OnClose();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_MULTISENDDLG_H__5F3494D3_5960_11D5_B160_90FDE69ECE00__INCLUDED_)