CncPDlg.h

 // CncPDlg.h : header file
//

#if !defined(AFX_CNCPDLG_H__4ADA42A6_49AB_11E3_82DB_C1308D3CAA31__INCLUDED_)
#define AFX_CNCPDLG_H__4ADA42A6_49AB_11E3_82DB_C1308D3CAA31__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CCncPDlg dialog

class CCncPDlg : public CDialog
{
// Construction
public:
int in379;
    int nPin10;
    int nPin11;
    int nPin12;
    int nPin13;
    int nPin15;
int speed;
CCncPDlg(CWnd* pParent = NULL); // standard constructor

// Dialog Data
//{{AFX_DATA(CCncPDlg)
enum { IDD = IDD_CNCP_DIALOG };
CButton m_Pin16;
CButton m_Pin17;
CButton m_Pin14;
CButton m_Pin9;
CButton m_Pin8;
CButton m_Pin7;
CButton m_Pin6;
CButton m_Pin5;
CButton m_Pin4;
CButton m_Pin2;
CButton m_Pin3;
CButton m_Pin1;
CButton m_Pin15;
CButton m_Pin13;
CButton m_Pin12;
CButton m_Pin11;
CButton m_Pin10;
//}}AFX_DATA

// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCncPDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:
HICON m_hIcon;

// Generated message map functions
//{{AFX_MSG(CCncPDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonRunMotorCW();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnButtonRunMotorCCW();
afx_msg void OnButtonspeedup();
afx_msg void OnButtonslowdown();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CNCPDLG_H__4ADA42A6_49AB_11E3_82DB_C1308D3CAA31__INCLUDED_)

Project Homepage: