| | |
| | | |
| | | |
| | | |
| | | struct PJWarp { |
| | | BOOL addToCj; |
| | | void* pj; |
| | | int port; |
| | | BOOL checkSlot[8]; |
| | | int material[8]; |
| | | }; |
| | | |
| | | // CPjPage1 对话框 |
| | | |
| | | class CCjPage2 : public CCjPageBase |
| | |
| | | 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(); |
| | | }; |