| | |
| | | |
| | | |
| | | |
| | | struct PJWarp { |
| | | void* pj; |
| | | int port; |
| | | bool checkSlot[8]; |
| | | }; |
| | | |
| | | // CPjPage1 对话框 |
| | | |
| | | class CCjPage2 : public CCjPageBase |
| | |
| | | |
| | | protected: |
| | | void Resize(); |
| | | virtual void OnApply(); |
| | | virtual int OnApply(); |
| | | virtual void OnSetContext(void* pContext); |
| | | |
| | | private: |
| | |
| | | private: |
| | | CCarrierSlotGrid m_grid; |
| | | std::vector<PJWarp> m_pjWarps; |
| | | int m_nSelRadioId; |
| | | |
| | | // 对话框数据 |
| | | #ifdef AFX_DESIGN_TIME |
| | |
| | | afx_msg void OnBnClickedRadio2(); |
| | | afx_msg void OnBnClickedRadio3(); |
| | | afx_msg void OnBnClickedRadio4(); |
| | | afx_msg void OnGridSelChanged(NMHDR* pNMHDR, LRESULT* pResult); |
| | | afx_msg void OnGridMatChanged(NMHDR* pNMHDR, LRESULT* pResult); |
| | | afx_msg void OnBnClickedButtonPort1ProcessStart(); |
| | | afx_msg void OnBnClickedButtonPort2ProcessStart(); |
| | | afx_msg void OnBnClickedButtonPort3ProcessStart(); |
| | | afx_msg void OnBnClickedButtonPort4ProcessStart(); |
| | | }; |