OptionsQuickPaste.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #if !defined(AFX_OPTIONSQUICKPASTE_H__69465009_2717_4BD5_BFFC_8CD537732050__INCLUDED_)
  2. #define AFX_OPTIONSQUICKPASTE_H__69465009_2717_4BD5_BFFC_8CD537732050__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OptionsQuickPaste.h : header file
  7. #include "NumberEdit.h"
  8. #include "OptionsSheet.h"
  9. //
  10. /////////////////////////////////////////////////////////////////////////////
  11. // COptionsQuickPaste dialog
  12. class COptionsQuickPaste : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(COptionsQuickPaste)
  15. // Construction
  16. public:
  17. COptionsQuickPaste();
  18. ~COptionsQuickPaste();
  19. // Dialog Data
  20. //{{AFX_DATA(COptionsQuickPaste)
  21. enum { IDD = IDD_OPTIONS_QUICK_PASTE };
  22. CButton m_btShowText;
  23. CNumberEdit m_eLinesPerRow;
  24. CNumberEdit m_eTransparencyPercent;
  25. CButton m_btEnableTransparency;
  26. CButton m_btUseCtrlNum;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generate virtual function overrides
  30. //{{AFX_VIRTUAL(COptionsQuickPaste)
  31. public:
  32. virtual BOOL OnApply();
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. protected:
  37. COptionsSheet *m_pParent;
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(COptionsQuickPaste)
  42. virtual BOOL OnInitDialog();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_OPTIONSQUICKPASTE_H__69465009_2717_4BD5_BFFC_8CD537732050__INCLUDED_)