// Greg Stitt, Ann Gordon-Ross #if !defined(AFX_ROTATEDLG_H__04CDAC44_48D8_11D3_98D4_F8CDE9F65B47__INCLUDED_) #define AFX_ROTATEDLG_H__04CDAC44_48D8_11D3_98D4_F8CDE9F65B47__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RotateDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRotateDlg dialog class CRotateDlg : public CDialog { private: int char_counter; CRichEditCtrl* m_rich; // Construction public: CRotateDlg(CWnd* pParent = NULL); // standard constructor CString preview_text; // Dialog Data //{{AFX_DATA(CRotateDlg) enum { IDD = IDD_ROTATION }; int m_nSpeed; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRotateDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRotateDlg) virtual BOOL OnInitDialog(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ROTATEDLG_H__04CDAC44_48D8_11D3_98D4_F8CDE9F65B47__INCLUDED_)