#ifndef OBJECTSONBADLAYERBOX_H #define OBJECTSONBADLAYERBOX_H #ifdef __WXMSW__ #include #endif //(*Headers(ObjectsOnBadLayerBox) #include #include #include #include #include #include #include #include //*) #include "GDL/Layer.h" class ObjectsOnBadLayerBox: public wxDialog { public: ObjectsOnBadLayerBox(wxWindow* parent, const vector < Layer > & layers); virtual ~ObjectsOnBadLayerBox(); //(*Declarations(ObjectsOnBadLayerBox) wxStaticText* StaticText2; wxButton* Button1; wxStaticBitmap* StaticBitmap1; wxPanel* Panel1; wxStaticText* StaticText1; wxButton* Button2; wxButton* Button3; wxStaticLine* StaticLine1; wxChoice* Choice1; //*) string moveOnLayerNamed; protected: //(*Identifiers(ObjectsOnBadLayerBox) static const long ID_STATICBITMAP1; static const long ID_STATICTEXT1; static const long ID_PANEL1; static const long ID_STATICLINE1; static const long ID_BUTTON1; static const long ID_BUTTON2; static const long ID_STATICTEXT2; static const long ID_CHOICE1; static const long ID_BUTTON3; //*) private: //(*Handlers(ObjectsOnBadLayerBox) void OnDelClick(wxCommandEvent& event); void OnMoveClick(wxCommandEvent& event); void OnCancelClick(wxCommandEvent& event); //*) DECLARE_EVENT_TABLE() }; #endif