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.

74 lines
2.2 KiB

16 years ago
16 years ago
  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 __dialog_display_options_base__
  8. #define __dialog_display_options_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/statbox.h>
  18. #include <wx/checkbox.h>
  19. #include <wx/button.h>
  20. #include <wx/dialog.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. ///////////////////////////////////////////////////////////////////////////////
  23. /// Class DialogDisplayOptions_base
  24. ///////////////////////////////////////////////////////////////////////////////
  25. class DialogDisplayOptions_base : public wxDialog
  26. {
  27. private:
  28. protected:
  29. enum
  30. {
  31. wxID_DISPLAY_TRACK = 1000,
  32. ID_SHOW_CLEARANCE,
  33. ID_VIAS_HOLES,
  34. ID_EDGES_MODULES,
  35. ID_TEXT_MODULES,
  36. ID_PADS_SHAPES,
  37. ID_VIAS_SHAPES
  38. };
  39. wxRadioBox* m_OptDisplayTracks;
  40. wxRadioBox* m_OptDisplayTracksClearance;
  41. wxRadioBox* m_OptDisplayViaHole;
  42. wxRadioBox* m_ShowNetNamesOption;
  43. wxRadioBox* m_OptDisplayModEdges;
  44. wxRadioBox* m_OptDisplayModTexts;
  45. wxRadioBox* m_OptDisplayPads;
  46. wxRadioBox* m_OptDisplayVias;
  47. wxCheckBox* m_OptDisplayPadClearence;
  48. wxCheckBox* m_OptDisplayPadNumber;
  49. wxCheckBox* m_OptDisplayPadNoConn;
  50. wxRadioBox* m_OptDisplayDrawings;
  51. wxRadioBox* m_Show_Page_Limits;
  52. wxButton* m_buttonOK;
  53. wxButton* m_buttonCANCEL;
  54. // Virtual event handlers, overide them in your derived class
  55. virtual void OnOkClick( wxCommandEvent& event ){ event.Skip(); }
  56. virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
  57. public:
  58. DialogDisplayOptions_base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 731,331 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  59. ~DialogDisplayOptions_base();
  60. };
  61. #endif //__dialog_display_options_base__