8 #ifndef __GERBVIEW_DIALOG_DISPLAY_OPTIONS_FRAME_BASE_H__ 9 #define __GERBVIEW_DIALOG_DISPLAY_OPTIONS_FRAME_BASE_H__ 11 #include <wx/artprov.h> 12 #include <wx/xrc/xmlres.h> 16 #include <wx/string.h> 17 #include <wx/radiobox.h> 18 #include <wx/gdicmn.h> 20 #include <wx/colour.h> 21 #include <wx/settings.h> 22 #include <wx/checkbox.h> 24 #include <wx/statbox.h> 25 #include <wx/stattext.h> 26 #include <wx/slider.h> 27 #include <wx/statline.h> 28 #include <wx/button.h> 29 #include <wx/dialog.h> 63 virtual void OnScaleAuto( wxCommandEvent& event ) {
event.Skip(); }
70 DIALOG_DISPLAY_OPTIONS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title = _(
"Gerbview Options"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
75 #endif //__GERBVIEW_DIALOG_DISPLAY_OPTIONS_FRAME_BASE_H__ wxRadioBox * m_OptDisplayPolygons
wxRadioBox * m_OptDisplayLines
wxStaticText * m_staticText1
wxBoxSizer * m_UpperSizer
Class DIALOG_SHIM may sit in the inheritance tree between wxDialog and any class written by wxFormBui...
virtual void OnScaleAuto(wxCommandEvent &event)
wxStaticText * m_staticText2
~DIALOG_DISPLAY_OPTIONS_BASE()
virtual void OnScaleSlider(wxScrollEvent &event)
wxStdDialogButtonSizer * m_sdbSizer1
virtual void OnCancelButtonClick(wxCommandEvent &event)
wxRadioBox * m_ShowPageLimits
virtual void OnOKBUttonClick(wxCommandEvent &event)
Class DIALOG_DISPLAY_OPTIONS_BASE.
wxRadioBox * m_OptDisplayFlashedItems
DIALOG_DISPLAY_OPTIONS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Display Options"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStaticLine * m_staticline1
Customized wxSlider with forced stepping.
wxRadioBox * m_PolarDisplay
wxCheckBox * m_OptMousewheelPan
wxButton * m_sdbSizer1Cancel
wxCheckBox * m_OptDisplayDCodes
wxCheckBox * m_OptZoomNoCenter
STEPPED_SLIDER * m_scaleSlider