LAPTOP-SNT8I5JK\Boounion
2025-06-26 b54cb6d1d8742e94bd79623d4f410b3ff5abde86
SourceCode/Bond/Servo/RecipeDeviceBindDlg.h
@@ -19,6 +19,15 @@
protected:
   virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持
   virtual BOOL OnInitDialog();
   DECLARE_MESSAGE_MAP()
private:
   struct DeviceWidget {
      CEdit editDeviceID;
      CEdit editDeviceName;
      CComboBox comboRecipeID;
   };
   std::vector<DeviceWidget> m_vecDevices;
};