You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Apr 16 2008)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __gerbview_dialog_display_options_frame_base__
  8. #define __gerbview_dialog_display_options_frame_base__
  9. #include <wx/intl.h>
  10. #include <wx/string.h>
  11. #include <wx/radiobox.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/sizer.h>
  17. #include <wx/checkbox.h>
  18. #include <wx/statline.h>
  19. #include <wx/button.h>
  20. #include <wx/dialog.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. ///////////////////////////////////////////////////////////////////////////////
  23. /// Class DIALOG_DISPLAY_OPTIONS_BASE
  24. ///////////////////////////////////////////////////////////////////////////////
  25. class DIALOG_DISPLAY_OPTIONS_BASE : public wxDialog
  26. {
  27. private:
  28. protected:
  29. wxRadioBox* m_OptDisplayLines;
  30. wxRadioBox* m_OptDisplayFlashedItems;
  31. wxRadioBox* m_OptDisplayPolygons;
  32. wxRadioBox* m_ShowPageLimits;
  33. wxCheckBox* m_OptDisplayDCodes;
  34. wxStaticLine* m_staticline1;
  35. wxStdDialogButtonSizer* m_sdbSizer1;
  36. wxButton* m_sdbSizer1OK;
  37. wxButton* m_sdbSizer1Cancel;
  38. // Virtual event handlers, overide them in your derived class
  39. virtual void OnCancelButtonClick( wxCommandEvent& event ){ event.Skip(); }
  40. virtual void OnOKBUttonClick( wxCommandEvent& event ){ event.Skip(); }
  41. public:
  42. DIALOG_DISPLAY_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Gerbview Draw Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 413,299 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  43. ~DIALOG_DISPLAY_OPTIONS_BASE();
  44. };
  45. #endif //__gerbview_dialog_display_options_frame_base__