home *** CD-ROM | disk | FTP | other *** search
- // Pitch.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CPitch dialog
-
- class CPitch : public CPropertyPage
- {
- DECLARE_DYNCREATE(CPitch)
-
- // Construction
- public:
- CPitch();
- ~CPitch();
-
- // Dialog Data
- //{{AFX_DATA(CPitch)
- enum { IDD = IDD_DIALOG3 };
- CEdit m_SpacingEdit;
- int m_Pitch;
- int m_Spacing;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CPitch)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPitch)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-