#pragma once #include "PropertiesWnd.h" class CPaneDevicePar:public CPanePropertiesWnd { public: CPaneDevicePar(void); ~CPaneDevicePar(void); void SetComboSelNull(); afx_msg void OnCbnSelPropertyChange(); protected: virtual void IniObjectCombo(); virtual void RemoveAllProperty(); afx_msg LRESULT OnPropertyChanged(WPARAM,LPARAM); DECLARE_MESSAGE_MAP() };