// PCIEDlg.h : header file // #include "PEMDLL.h" #pragma once // CPCIEDlg dialog class CPCIEDlg : public CDialog { // Construction public: CPCIEDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_PCIE_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation int pemvalid[4]; int currpemno; CPEMDll pem; protected: HICON m_hIcon; // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() public: afx_msg void OnBnClickedCancel(); double m_15I; double m_15V; double m_33V; double m_33I; afx_msg void OnBnClickedBtPon(); afx_msg void OnBnClickedBtPoff(); afx_msg void OnBnClickedBtDren(); afx_msg void OnBnClickedBtDrdis(); afx_msg void OnBnClickedBtBp(); afx_msg void OnBnClickedBtVi(); afx_msg void OnBnClickedBtGoLed(); afx_msg void OnBnClickedBtNogoLed(); };