chenluhua1980
14 小时以前 e5fb1e316cd9e1a85abd9c8e9a81f66990a82c6b
SourceCode/Bond/Servo/RecipeDeviceBindDlg.h
@@ -29,12 +29,18 @@
   DECLARE_MESSAGE_MAP()
private:
   void ReleaseDeviceControls();
   void CreateDeviceControls(int nXStart, int nYStart, int nTotalControlWidth, int nRowHeight);
   bool FillDeviceInfo(int idx, int nDeviceID, const CString& strDeviceName, int nSelectedRecipeID = -1);
   bool FillComboRecipeList(CComboBox* pCombo, int nDeviceID, int nSelectedRecipeID = -1);
   struct DeviceWidget {
      CEdit* editDeviceID;
      CEdit* editDeviceName;
      CComboBox* comboRecipeID;
   };
   CFont m_font;
   CString m_strPPID;
   CString m_strDesc;
   RecipeInfo m_recipe;