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.

81 lines
2.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.9.0 Apr 22 2021)
  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 TEXT_CTRL_EVAL;
  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/filepicker.h>
  20. #include <wx/sizer.h>
  21. #include <wx/radiobut.h>
  22. #include <wx/statbox.h>
  23. #include <wx/choice.h>
  24. #include <wx/textctrl.h>
  25. #include <wx/valtext.h>
  26. #include <wx/checkbox.h>
  27. #include <wx/statline.h>
  28. #include <wx/button.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_EXPORT_STEP_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_EXPORT_STEP_BASE : public DIALOG_SHIM
  35. {
  36. private:
  37. protected:
  38. wxBoxSizer* bSizerSTEPFile;
  39. wxBoxSizer* bSizerTop;
  40. wxStaticText* m_txtBrdFile;
  41. wxFilePickerCtrl* m_filePickerSTEP;
  42. wxRadioButton* m_rbDrillAndPlotOrigin;
  43. wxRadioButton* m_rbGridOrigin;
  44. wxRadioButton* m_rbUserDefinedOrigin;
  45. wxRadioButton* m_rbBoardCenterOrigin;
  46. wxStaticText* m_staticTextUnits;
  47. wxChoice* m_STEP_OrgUnitChoice;
  48. wxStaticText* m_staticTextXpos;
  49. TEXT_CTRL_EVAL* m_STEP_Xorg;
  50. wxStaticText* m_staticTextYpos;
  51. TEXT_CTRL_EVAL* m_STEP_Yorg;
  52. wxCheckBox* m_cbRemoveVirtual;
  53. wxCheckBox* m_cbSubstModels;
  54. wxCheckBox* m_cbOverwriteFile;
  55. wxStaticText* m_staticTextTolerance;
  56. wxChoice* m_tolerance;
  57. wxStaticLine* m_staticline;
  58. wxStdDialogButtonSizer* m_sdbSizer;
  59. wxButton* m_sdbSizerOK;
  60. wxButton* m_sdbSizerCancel;
  61. // Virtual event handlers, override them in your derived class
  62. virtual void onUpdateUnits( wxUpdateUIEvent& event ) { event.Skip(); }
  63. virtual void onUpdateXPos( wxUpdateUIEvent& event ) { event.Skip(); }
  64. virtual void onUpdateYPos( wxUpdateUIEvent& event ) { event.Skip(); }
  65. virtual void onExportButton( wxCommandEvent& event ) { event.Skip(); }
  66. public:
  67. DIALOG_EXPORT_STEP_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Export STEP"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  68. ~DIALOG_EXPORT_STEP_BASE();
  69. };