mrDarker
6 天以前 829fe6c6bc33d53fda9c31fd45a37e1df87befff
SourceCode/Bond/Servo/PortConfigurationDlg.h
@@ -2,6 +2,8 @@
#include "afxdialogex.h"
#include "GridCtrl.h"
#include "CLoadPort.h"
#include "CCustomCheckBox.h"
// CPortConfigurationDlg 对话框
@@ -15,6 +17,7 @@
public:
   void setCurSelPort(int sel);
   BOOL IsCheckedAll();
// 对话框数据
#ifdef AFX_DESIGN_TIME
@@ -26,6 +29,7 @@
   virtual BOOL OnInitDialog();
   afx_msg void OnSelchangeComboPort();
   afx_msg void OnBnClickedButtonApply();
   afx_msg LRESULT OnCheckAllClicked(WPARAM wParam, LPARAM lParam);
   DECLARE_MESSAGE_MAP()
private:
@@ -41,4 +45,12 @@
   CComboBox m_comboPort;
   CComboBox m_comboRecipe;
   CComboBox m_comboMaterialsType;
   CCustomCheckBox* m_pCheckBox;
   BOOL m_bCheckedAll;
public:
   afx_msg void OnDestroy();
   afx_msg void OnBnClickedButtonProcessStart();
   afx_msg void OnBnClickedButtonProcessCancel();
};