mrDarker
2025-06-21 90c8673e4edaf2e68931470b4d480e02d4634fd0
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;
};