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.

97 lines
3.2 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. class STD_BITMAP_BUTTON;
  12. class WX_HTML_REPORT_PANEL;
  13. #include "dialog_shim.h"
  14. #include <wx/string.h>
  15. #include <wx/stattext.h>
  16. #include <wx/gdicmn.h>
  17. #include <wx/font.h>
  18. #include <wx/colour.h>
  19. #include <wx/settings.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/bmpbuttn.h>
  22. #include <wx/bitmap.h>
  23. #include <wx/image.h>
  24. #include <wx/icon.h>
  25. #include <wx/button.h>
  26. #include <wx/sizer.h>
  27. #include <wx/radiobox.h>
  28. #include <wx/choice.h>
  29. #include <wx/checkbox.h>
  30. #include <wx/gbsizer.h>
  31. #include <wx/statbox.h>
  32. #include <wx/panel.h>
  33. #include <wx/dialog.h>
  34. ///////////////////////////////////////////////////////////////////////////
  35. ///////////////////////////////////////////////////////////////////////////////
  36. /// Class DIALOG_PLOT_SCHEMATIC_BASE
  37. ///////////////////////////////////////////////////////////////////////////////
  38. class DIALOG_PLOT_SCHEMATIC_BASE : public DIALOG_SHIM
  39. {
  40. private:
  41. protected:
  42. wxStaticText* m_staticTextOutputDirectory;
  43. wxTextCtrl* m_outputDirectoryName;
  44. STD_BITMAP_BUTTON* m_browseButton;
  45. wxBoxSizer* m_optionsSizer;
  46. wxRadioBox* m_plotFormatOpt;
  47. wxStaticText* m_staticText4;
  48. wxChoice* m_paperSizeOption;
  49. wxCheckBox* m_plotDrawingSheet;
  50. wxChoice* m_ModeColorOption;
  51. wxStaticText* m_staticText9;
  52. wxChoice* m_colorTheme;
  53. wxCheckBox* m_plotBackgroundColor;
  54. wxStaticText* m_lineWidthLabel;
  55. wxTextCtrl* m_lineWidthCtrl;
  56. wxStaticText* m_lineWidthUnits;
  57. wxStaticBoxSizer* m_HPGLOptionsSizer;
  58. wxStaticText* m_plotOriginTitle;
  59. wxChoice* m_plotOriginOpt;
  60. wxStaticText* m_penWidthLabel;
  61. wxTextCtrl* m_penWidthCtrl;
  62. wxStaticText* m_penWidthUnits;
  63. wxCheckBox* m_plotPDFPropertyPopups;
  64. wxCheckBox* m_plotPDFHierarchicalLinks;
  65. wxCheckBox* m_plotPDFMetadata;
  66. wxStaticBoxSizer* m_otherOptions;
  67. wxCheckBox* m_openFileAfterPlot;
  68. WX_HTML_REPORT_PANEL* m_MessagesBox;
  69. wxStdDialogButtonSizer* m_sdbSizer1;
  70. wxButton* m_sdbSizer1OK;
  71. wxButton* m_sdbSizer1Apply;
  72. wxButton* m_sdbSizer1Cancel;
  73. // Virtual event handlers, override them in your derived class
  74. virtual void OnCloseWindow( wxCloseEvent& event ) { event.Skip(); }
  75. virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
  76. virtual void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
  77. virtual void OnPlotFormatSelection( wxCommandEvent& event ) { event.Skip(); }
  78. virtual void OnPageSizeSelected( wxCommandEvent& event ) { event.Skip(); }
  79. virtual void OnPlotCurrent( wxCommandEvent& event ) { event.Skip(); }
  80. virtual void OnPlotAll( wxCommandEvent& event ) { event.Skip(); }
  81. public:
  82. DIALOG_PLOT_SCHEMATIC_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Plot Schematic Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  83. ~DIALOG_PLOT_SCHEMATIC_BASE();
  84. };