Commit 6f3aa6ac authored by jean-pierre charras's avatar jean-pierre charras

Very minor fix

parent 12596838
This source diff could not be displayed because it is too large. You can view the blob instead.
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version Sep 6 2011) // C++ code generated with wxFormBuilder (version Jun 30 2011)
// http://www.wxformbuilder.org/ // http://www.wxformbuilder.org/
// //
// PLEASE DO "NOT" EDIT THIS FILE! // PLEASE DO "NOT" EDIT THIS FILE!
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
#ifndef __dialog_general_options_BoardEditor_base__ #ifndef __DIALOG_GENERAL_OPTIONS_BOARDEDITOR_BASE_H__
#define __dialog_general_options_BoardEditor_base__ #define __DIALOG_GENERAL_OPTIONS_BOARDEDITOR_BASE_H__
#include <wx/intl.h> #include <wx/artprov.h>
#include <wx/xrc/xmlres.h>
#include <wx/string.h> #include <wx/intl.h>
#include <wx/radiobox.h> #include <wx/string.h>
#include <wx/gdicmn.h> #include <wx/radiobox.h>
#include <wx/font.h> #include <wx/gdicmn.h>
#include <wx/colour.h> #include <wx/font.h>
#include <wx/settings.h> #include <wx/colour.h>
#include <wx/sizer.h> #include <wx/settings.h>
#include <wx/stattext.h> #include <wx/sizer.h>
#include <wx/spinctrl.h> #include <wx/stattext.h>
#include <wx/choice.h> #include <wx/spinctrl.h>
#include <wx/checkbox.h> #include <wx/choice.h>
#include <wx/statbox.h> #include <wx/checkbox.h>
#include <wx/button.h> #include <wx/statbox.h>
#include <wx/dialog.h> #include <wx/button.h>
#include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/// Class DialogGeneralOptionsBoardEditor_base ///////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////// /// Class DialogGeneralOptionsBoardEditor_base
class DialogGeneralOptionsBoardEditor_base : public wxDialog ///////////////////////////////////////////////////////////////////////////////
{ class DialogGeneralOptionsBoardEditor_base : public wxDialog
private: {
private:
protected:
enum protected:
{ enum
wxID_POLAR_CTRL = 1000, {
wxID_UNITS, wxID_POLAR_CTRL = 1000,
wxID_CURSOR_SHAPE, wxID_UNITS,
wxID_DRC_ONOFF, wxID_CURSOR_SHAPE,
wxID_GENERAL_RATSNEST, wxID_DRC_ONOFF,
wxID_RATSNEST_MODULE, wxID_GENERAL_RATSNEST,
wxID_TRACK_AUTODEL, wxID_RATSNEST_MODULE,
wxID_TRACKS45, wxID_TRACK_AUTODEL,
wxID_SEGMENTS45, wxID_TRACKS45,
wxID_AUTOPAN, wxID_SEGMENTS45,
wxID_MAGNETIC_TRACKS, wxID_AUTOPAN,
}; wxID_MAGNETIC_TRACKS,
};
wxRadioBox* m_PolarDisplay;
wxRadioBox* m_UnitsSelection; wxRadioBox* m_PolarDisplay;
wxRadioBox* m_CursorShape; wxRadioBox* m_UnitsSelection;
wxStaticText* m_staticTextmaxlinks; wxRadioBox* m_CursorShape;
wxSpinCtrl* m_MaxShowLinks; wxStaticText* m_staticTextmaxlinks;
wxStaticText* m_staticTextautosave; wxSpinCtrl* m_MaxShowLinks;
wxSpinCtrl* m_SaveTime; wxStaticText* m_staticTextautosave;
wxStaticText* m_staticTextRotationAngle; wxSpinCtrl* m_SaveTime;
wxChoice* m_RotationAngle; wxStaticText* m_staticTextRotationAngle;
wxCheckBox* m_DrcOn; wxChoice* m_RotationAngle;
wxCheckBox* m_ShowGlobalRatsnest; wxCheckBox* m_DrcOn;
wxCheckBox* m_ShowModuleRatsnest; wxCheckBox* m_ShowGlobalRatsnest;
wxCheckBox* m_TrackAutodel; wxCheckBox* m_ShowModuleRatsnest;
wxCheckBox* m_Track_45_Only_Ctrl; wxCheckBox* m_TrackAutodel;
wxCheckBox* m_Segments_45_Only_Ctrl; wxCheckBox* m_Track_45_Only_Ctrl;
wxCheckBox* m_AutoPANOpt; wxCheckBox* m_Segments_45_Only_Ctrl;
wxCheckBox* m_Track_DoubleSegm_Ctrl; wxCheckBox* m_AutoPANOpt;
wxRadioBox* m_MagneticPadOptCtrl; wxCheckBox* m_Track_DoubleSegm_Ctrl;
wxRadioBox* m_MagneticTrackOptCtrl; wxRadioBox* m_MagneticPadOptCtrl;
wxButton* m_buttonOK; wxRadioBox* m_MagneticTrackOptCtrl;
wxButton* m_buttonCANCEL; wxButton* m_buttonOK;
wxButton* m_buttonCANCEL;
// Virtual event handlers, overide them in your derived class
virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); } // Virtual event handlers, overide them in your derived class
virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
public:
public:
DialogGeneralOptionsBoardEditor_base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("General settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 585,280 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
~DialogGeneralOptionsBoardEditor_base(); DialogGeneralOptionsBoardEditor_base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("General settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 585,280 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
~DialogGeneralOptionsBoardEditor_base();
};
};
#endif //__dialog_general_options_BoardEditor_base__
#endif //__DIALOG_GENERAL_OPTIONS_BOARDEDITOR_BASE_H__
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment