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.

90 lines
2.9 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  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 WX_HTML_REPORT_PANEL;
  12. #include "dialog_shim.h"
  13. #include <wx/string.h>
  14. #include <wx/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/bmpbuttn.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/button.h>
  25. #include <wx/sizer.h>
  26. #include <wx/radiobox.h>
  27. #include <wx/choice.h>
  28. #include <wx/checkbox.h>
  29. #include <wx/gbsizer.h>
  30. #include <wx/statbox.h>
  31. #include <wx/panel.h>
  32. #include <wx/dialog.h>
  33. ///////////////////////////////////////////////////////////////////////////
  34. ///////////////////////////////////////////////////////////////////////////////
  35. /// Class DIALOG_PLOT_SCHEMATIC_BASE
  36. ///////////////////////////////////////////////////////////////////////////////
  37. class DIALOG_PLOT_SCHEMATIC_BASE : public DIALOG_SHIM
  38. {
  39. private:
  40. protected:
  41. wxStaticText* m_staticTextOutputDirectory;
  42. wxTextCtrl* m_outputDirectoryName;
  43. wxBitmapButton* m_browseButton;
  44. wxBoxSizer* m_optionsSizer;
  45. wxRadioBox* m_plotFormatOpt;
  46. wxStaticText* m_staticText4;
  47. wxChoice* m_paperSizeOption;
  48. wxCheckBox* m_PlotFrameRefOpt;
  49. wxChoice* m_ModeColorOption;
  50. wxCheckBox* m_plotBackgroundColor;
  51. wxStaticText* m_staticText9;
  52. wxChoice* m_colorTheme;
  53. wxStaticText* m_lineWidthLabel;
  54. wxTextCtrl* m_lineWidthCtrl;
  55. wxStaticText* m_lineWidthUnits;
  56. wxStaticBoxSizer* m_HPGLOptionsSizer;
  57. wxStaticText* m_plotOriginTitle;
  58. wxChoice* m_plotOriginOpt;
  59. wxStaticText* m_penWidthLabel;
  60. wxTextCtrl* m_penWidthCtrl;
  61. wxStaticText* m_penWidthUnits;
  62. WX_HTML_REPORT_PANEL* m_MessagesBox;
  63. wxStdDialogButtonSizer* m_sdbSizer1;
  64. wxButton* m_sdbSizer1OK;
  65. wxButton* m_sdbSizer1Apply;
  66. wxButton* m_sdbSizer1Cancel;
  67. // Virtual event handlers, overide them in your derived class
  68. virtual void OnCloseWindow( wxCloseEvent& event ) { event.Skip(); }
  69. virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
  70. virtual void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) { event.Skip(); }
  71. virtual void OnPlotFormatSelection( wxCommandEvent& event ) { event.Skip(); }
  72. virtual void OnPageSizeSelected( wxCommandEvent& event ) { event.Skip(); }
  73. virtual void OnPlotCurrent( wxCommandEvent& event ) { event.Skip(); }
  74. virtual void OnPlotAll( wxCommandEvent& event ) { event.Skip(); }
  75. public:
  76. 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 );
  77. ~DIALOG_PLOT_SCHEMATIC_BASE();
  78. };