home *** CD-ROM | disk | FTP | other *** search
- /***************************************
- HTBKnob.dll
-
- KnobDlg.h
-
- Copyright TransEra Corporation 1999
- ***************************************/
-
- #if !defined(AFX_KNOBDLG_H__979002ED_7BFF_11D3_8BCF_00105AC66D91__INCLUDED_)
- #define AFX_KNOBDLG_H__979002ED_7BFF_11D3_8BCF_00105AC66D91__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- class KnobDlg : public CDialog
- {
- // Construction
- public:
- KnobDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(KnobDlg)
- enum { IDD = IDD_DIALOG1 };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(KnobDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(KnobDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_KNOBDLG_H__979002ED_7BFF_11D3_8BCF_00105AC66D91__INCLUDED_)
-