mrDarker
2025-06-21 9f0747e902bbb61229aa46a6bcf802921ee6fb58
SourceCode/Bond/Servo/PortConfigurationDlg.h
@@ -20,8 +20,16 @@
protected:
   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持
   virtual BOOL OnInitDialog();
   afx_msg void OnBnClickedButtonApply();
   DECLARE_MESSAGE_MAP()
private:
   int GetLoadPortEqID(const std::string& strPortName);
   void InitGrid();
   void FillGrid();
   CGridCtrl m_wndGrid;
   CComboBox m_comboPort;
   CComboBox m_comboRecipe;
   CComboBox m_comboMaterialsType;
};