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.

78 lines
2.3 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 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/choice.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/sizer.h>
  22. #include <wx/statbox.h>
  23. #include <wx/bitmap.h>
  24. #include <wx/image.h>
  25. #include <wx/icon.h>
  26. #include <wx/statbmp.h>
  27. #include <wx/button.h>
  28. #include <wx/dialog.h>
  29. ///////////////////////////////////////////////////////////////////////////
  30. ///////////////////////////////////////////////////////////////////////////////
  31. /// Class DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE
  32. ///////////////////////////////////////////////////////////////////////////////
  33. class DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE : public DIALOG_SHIM
  34. {
  35. private:
  36. protected:
  37. wxStaticText* m_staticText4;
  38. wxChoice* m_choicePathFrom;
  39. wxStaticText* m_staticText15;
  40. wxChoice* m_choice4;
  41. wxStaticText* m_staticText3;
  42. wxChoice* m_constraintSource;
  43. wxStaticText* m_targetLengthLabel;
  44. wxTextCtrl* m_targetLengthText;
  45. wxStaticText* m_targetLengthUnit;
  46. wxStaticBitmap* m_legend;
  47. wxStaticText* m_minAmplLabel;
  48. wxTextCtrl* m_minAmplText;
  49. wxStaticText* m_minAmplUnit;
  50. wxStaticText* m_maxAmplLabel;
  51. wxTextCtrl* m_maxAmplText;
  52. wxStaticText* m_maxAmplUnit;
  53. wxStaticText* m_spacingLabel;
  54. wxTextCtrl* m_spacingText;
  55. wxStaticText* m_spacingUnit;
  56. wxStaticText* m_staticText14;
  57. wxChoice* m_miterStyle;
  58. wxStaticText* m_radiusLabel;
  59. TEXT_CTRL_EVAL* m_radiusText;
  60. wxStaticText* m_radiusUnit;
  61. wxStdDialogButtonSizer* m_stdButtons;
  62. wxButton* m_stdButtonsOK;
  63. wxButton* m_stdButtonsCancel;
  64. public:
  65. DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Trace Length Tuning"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  66. ~DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE();
  67. };