OptionsQuickPaste.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. #include "afxwin.h"
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // COptionsQuickPaste dialog
  13. class COptionsQuickPaste : public CPropertyPage
  14. {
  15. DECLARE_DYNCREATE(COptionsQuickPaste)
  16. // Construction
  17. public:
  18. COptionsQuickPaste();
  19. ~COptionsQuickPaste();
  20. // Dialog Data
  21. //{{AFX_DATA(COptionsQuickPaste)
  22. enum { IDD = IDD_OPTIONS_QUICK_PASTE };
  23. CButton m_btShowText;
  24. CNumberEdit m_eLinesPerRow;
  25. CNumberEdit m_eTransparencyPercent;
  26. CButton m_btEnableTransparency;
  27. CButton m_btUseCtrlNum;
  28. CButton m_btHistoryStartTop;
  29. CButton m_btDescShowLeadingWhiteSpace;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generate virtual function overrides
  33. //{{AFX_VIRTUAL(COptionsQuickPaste)
  34. public:
  35. virtual BOOL OnApply();
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. protected:
  40. COptionsSheet *m_pParent;
  41. // Implementation
  42. protected:
  43. // Generated message map functions
  44. //{{AFX_MSG(COptionsQuickPaste)
  45. virtual BOOL OnInitDialog();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. public:
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_OPTIONSQUICKPASTE_H__69465009_2717_4BD5_BFFC_8CD537732050__INCLUDED_)