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.

80 lines
2.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Dec 30 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE_H__
  8. #define __DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. class TEXT_CTRL_EVAL;
  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/choice.h>
  21. #include <wx/textctrl.h>
  22. #include <wx/sizer.h>
  23. #include <wx/statbox.h>
  24. #include <wx/bitmap.h>
  25. #include <wx/image.h>
  26. #include <wx/icon.h>
  27. #include <wx/statbmp.h>
  28. #include <wx/button.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE : public DIALOG_SHIM
  35. {
  36. private:
  37. protected:
  38. wxStaticText* m_staticText4;
  39. wxChoice* m_choicePathFrom;
  40. wxStaticText* m_staticText15;
  41. wxChoice* m_choice4;
  42. wxStaticText* m_staticText3;
  43. wxChoice* m_constraintSource;
  44. wxStaticText* m_targetLengthLabel;
  45. wxTextCtrl* m_targetLengthText;
  46. wxStaticText* m_targetLengthUnit;
  47. wxStaticBitmap* m_legend;
  48. wxStaticText* m_minAmplLabel;
  49. wxTextCtrl* m_minAmplText;
  50. wxStaticText* m_minAmplUnit;
  51. wxStaticText* m_maxAmplLabel;
  52. wxTextCtrl* m_maxAmplText;
  53. wxStaticText* m_maxAmplUnit;
  54. wxStaticText* m_spacingLabel;
  55. wxTextCtrl* m_spacingText;
  56. wxStaticText* m_spacingUnit;
  57. wxStaticText* m_staticText14;
  58. wxChoice* m_miterStyle;
  59. wxStaticText* m_staticText13;
  60. TEXT_CTRL_EVAL* m_radiusText;
  61. wxStaticText* m_radiusUnit;
  62. wxStdDialogButtonSizer* m_stdButtons;
  63. wxButton* m_stdButtonsOK;
  64. wxButton* m_stdButtonsCancel;
  65. public:
  66. 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 );
  67. ~DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE();
  68. };
  69. #endif //__DIALOG_PNS_LENGTH_TUNING_SETTINGS_BASE_H__