62 lines
1.9 KiB
C++
62 lines
1.9 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// 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 <wx/intl.h>
|
|
|
|
#include <wx/string.h>
|
|
#include <wx/checkbox.h>
|
|
#include <wx/gdicmn.h>
|
|
#include <wx/font.h>
|
|
#include <wx/colour.h>
|
|
#include <wx/settings.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/statbox.h>
|
|
#include <wx/button.h>
|
|
#include <wx/dialog.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// 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__
|