SetStyle.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #if !defined(AFX_SETSTYLE_H__7659843A_5F92_4AC9_8162_F2A10B78AEBB__INCLUDED_)
  2. #define AFX_SETSTYLE_H__7659843A_5F92_4AC9_8162_F2A10B78AEBB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetStyle.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SetStyle dialog
  10. class SetStyle : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString m_style;
  15. SetStyle(CWnd* pParent = NULL); // standard constructor
  16. CString GetRights();
  17. void SetRights(CString rights);
  18. // Dialog Data
  19. //{{AFX_DATA(SetStyle)
  20. enum { IDD = IDD_DLGSetStyle };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(SetStyle)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(SetStyle)
  33. virtual void OnOK();
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_SETSTYLE_H__7659843A_5F92_4AC9_8162_F2A10B78AEBB__INCLUDED_)