#if !defined(AFX_MAINDLG_H__55F2CE99_8275_4DFB_B966_C723C3ECCD82__INCLUDED_) #define AFX_MAINDLG_H__55F2CE99_8275_4DFB_B966_C723C3ECCD82__INCLUDED_ #include "ledi/DynamicLED.h" #include "IControl.h" #include #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // MainDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // MainDlg dialog class CMainDlg : public CDialog { // Construction public: CMainDlg(CWnd* pParent = NULL); // standard constructor CDynamicLED m_LedA[68]; IControl *SlControlinstance; // Dialog Data //{{AFX_DATA(CMainDlg) enum { IDD = IDD_SERTIGUI_DIALOG }; CEdit m_Terminal; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMainDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CMainDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnButton24(); afx_msg void OnMotorParam(); afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnFileExit(); afx_msg void OnButtonStopA(); afx_msg void OnButtonStartA(); afx_msg void OnLEDClick(UINT nID); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MAINDLG_H__55F2CE99_8275_4DFB_B966_C723C3ECCD82__INCLUDED_)