Source code of Windows XP (NT5)
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.

72 lines
1.8 KiB

  1. #if !defined(AFX_ACTIONLOGFILEPAGE_H__10AC0366_5D70_11D3_939D_00A0CC406605__INCLUDED_)
  2. #define AFX_ACTIONLOGFILEPAGE_H__10AC0366_5D70_11D3_939D_00A0CC406605__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ActionLogFilePage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. #include "InsertionStringMenu.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CActionLogFilePage dialog
  12. class CActionLogFilePage : public CHMPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CActionLogFilePage)
  15. // Construction
  16. public:
  17. CActionLogFilePage();
  18. ~CActionLogFilePage();
  19. // v-marfin : 61030 : Make log filesize UINT
  20. // Dialog Data
  21. //{{AFX_DATA(CActionLogFilePage)
  22. enum { IDD = IDD_ACTION_LOGFILE };
  23. CEdit m_TextWnd;
  24. CComboBox m_SizeUnits;
  25. CString m_sFileName;
  26. CString m_sText;
  27. int m_iTextType;
  28. UINT m_iSize;
  29. //}}AFX_DATA
  30. CInsertionStringMenu m_InsertionMenu;
  31. // Overrides
  32. // ClassWizard generate virtual function overrides
  33. //{{AFX_VIRTUAL(CActionLogFilePage)
  34. public:
  35. virtual BOOL OnApply();
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CActionLogFilePage)
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnButtonBrowseFile();
  45. afx_msg void OnChangeEditLogfilename();
  46. afx_msg void OnChangeEditText();
  47. afx_msg void OnRadioTextTypeAscii();
  48. afx_msg void OnRadioTextTypeUnicode();
  49. afx_msg void OnButtonInsertion();
  50. afx_msg void OnChangeEditLogsize();
  51. afx_msg void OnSelendokComboLogsizeUnits();
  52. afx_msg void OnDestroy();
  53. //}}AFX_MSG
  54. DECLARE_MESSAGE_MAP()
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_ACTIONLOGFILEPAGE_H__10AC0366_5D70_11D3_939D_00A0CC406605__INCLUDED_)