/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Sep 8 2010) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __dialog_global_deletion_base__ #define __dialog_global_deletion_base__ #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_GLOBAL_DELETION_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_GLOBAL_DELETION_BASE : public wxDialog { private: protected: wxCheckBox* m_DelZones; wxCheckBox* m_DelTexts; wxCheckBox* m_DelBoardEdges; wxCheckBox* m_DelDrawings; wxCheckBox* m_DelModules; wxCheckBox* m_DelTracks; wxCheckBox* m_DelMarkers; wxCheckBox* m_DelAlls; wxCheckBox* m_TrackFilterAR; wxCheckBox* m_TrackFilterLocked; wxButton* m_buttonOK; wxButton* m_buttonCancel; // Virtual event handlers, overide them in your derived class virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_GLOBAL_DELETION_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 365,242 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_GLOBAL_DELETION_BASE(); }; #endif //__dialog_global_deletion_base__