MsgSet.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. #if !defined(AFX_MSGSET_H__5CC27F12_F3AD_41BD_A90F_218432F0E879__INCLUDED_)
  2. #define AFX_MSGSET_H__5CC27F12_F3AD_41BD_A90F_218432F0E879__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MsgSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // MsgSet dialog
  10. /*
  11. */
  12. class MsgSet : public CDialog
  13. {
  14. BOOL m_bMsgNotFinish;
  15. // Construction
  16. public:
  17. MsgSet(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(MsgSet)
  20. #ifdef CHILD_VERSION
  21. enum { IDD = IDD_DLGMsgSet2 };
  22. #else
  23. enum { IDD = IDD_DLGMsgSet };
  24. #endif
  25. CSpinButtonCtrl m_spin4;
  26. CSpinButtonCtrl m_spin2;
  27. CSpinButtonCtrl m_spin1;
  28. CString m_account;
  29. CString m_psw;
  30. CString m_balance;
  31. CString m_used;
  32. int m_msgsendtype;
  33. BOOL m_check1;
  34. BOOL m_check2;
  35. UINT m_days1;
  36. UINT m_days2;
  37. CString m_content1;
  38. CString m_content2;
  39. BOOL m_check3;
  40. CString m_content3;
  41. CString m_msgcontent5;
  42. BOOL m_check4;
  43. BOOL m_msgcheck5;
  44. BOOL m_msgcheck13;
  45. BOOL m_msgcheck14;
  46. BOOL m_msgcheck15;
  47. BOOL m_msgcheck16;
  48. BOOL m_msgcheck17;
  49. BOOL m_msgcheck11;
  50. BOOL m_msgcheck12;
  51. CString m_msgcontent6;
  52. CString m_msgcontent13;
  53. CString m_msgcontent14;
  54. CString m_msgcontent15;
  55. CString m_msgcontent17;
  56. CString m_msgcontent11;
  57. CString m_msgcontent12;
  58. BOOL m_msgcheck6;
  59. BOOL m_msgcheck7;
  60. CString m_phones;
  61. CString m_msgphones2;
  62. UINT m_time;
  63. CString m_companyname;
  64. //}}AFX_DATA
  65. // Overrides
  66. // ClassWizard generated virtual function overrides
  67. //{{AFX_VIRTUAL(MsgSet)
  68. protected:
  69. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  70. //}}AFX_VIRTUAL
  71. // Implementation
  72. protected:
  73. // Generated message map functions
  74. //{{AFX_MSG(MsgSet)
  75. virtual void OnOK();
  76. virtual BOOL OnInitDialog();
  77. afx_msg void OnChangeEDITcontent1();
  78. afx_msg void OnChangeEDITcontent2();
  79. afx_msg void OnChangeEDITcontent3();
  80. afx_msg void OnChangeEDITcontent11();
  81. afx_msg void OnChangeEDITcontent12();
  82. afx_msg void OnChangeEDITcontent13();
  83. afx_msg void OnChangeEDITcontent14();
  84. afx_msg void OnChangeEDITcontent15();
  85. afx_msg void OnChangeEDITcontent17();
  86. afx_msg void OnRadio1();
  87. afx_msg void OnRadio2();
  88. afx_msg void OnCheck7();
  89. afx_msg void OnButton4();
  90. //}}AFX_MSG
  91. DECLARE_MESSAGE_MAP()
  92. };
  93. //{{AFX_INSERT_LOCATION}}
  94. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  95. #endif // !defined(AFX_MSGSET_H__5CC27F12_F3AD_41BD_A90F_218432F0E879__INCLUDED_)