Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.7 KiB

  1. // wabappDlg.h : header file
  2. //
  3. #if !defined(AFX_WABAPPDLG_H__BEF211E7_D210_11D0_9A46_00A0C91F9C8B__INCLUDED_)
  4. #define AFX_WABAPPDLG_H__BEF211E7_D210_11D0_9A46_00A0C91F9C8B__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWabappDlg dialog
  10. class CWabappDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CWabappDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CWabappDlg)
  17. enum { IDD = IDD_WABAPP_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CWabappDlg)
  22. public:
  23. virtual BOOL DestroyWindow();
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CWabappDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnBDayButtonClicked();
  37. afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
  38. afx_msg void OnItemchangedList(NMHDR* pNMHDR, LRESULT* pResult);
  39. afx_msg void OnRadioDetails();
  40. afx_msg void OnRadioPhonelist();
  41. afx_msg void OnRadioEmaillist();
  42. afx_msg void OnRadioBirthdays();
  43. afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_WABAPPDLG_H__BEF211E7_D210_11D0_9A46_00A0C91F9C8B__INCLUDED_)