#ifndef REMOTECONTROL_H #define REMOTECONTROL_H #include "InterfaceDefine.hpp" #include class RemoteControl : public wxPanel { public: RemoteControl(wxWindow* parent); ~RemoteControl() override; private: void Init(); void SetGrid(); public: wxGrid* grid_; }; #endif // REMOTECONTROL_H