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.

77 lines
2.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Mar 28 2016)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_PCB_TEXT_PROPERTIES_BASE_H__
  8. #define __DIALOG_PCB_TEXT_PROPERTIES_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. class DIALOG_SHIM;
  13. class PCB_LAYER_BOX_SELECTOR;
  14. #include "dialog_shim.h"
  15. #include <wx/string.h>
  16. #include <wx/stattext.h>
  17. #include <wx/gdicmn.h>
  18. #include <wx/font.h>
  19. #include <wx/colour.h>
  20. #include <wx/settings.h>
  21. #include <wx/textctrl.h>
  22. #include <wx/bmpcbox.h>
  23. #include <wx/choice.h>
  24. #include <wx/sizer.h>
  25. #include <wx/statline.h>
  26. #include <wx/button.h>
  27. #include <wx/dialog.h>
  28. ///////////////////////////////////////////////////////////////////////////
  29. ///////////////////////////////////////////////////////////////////////////////
  30. /// Class DIALOG_PCB_TEXT_PROPERTIES_BASE
  31. ///////////////////////////////////////////////////////////////////////////////
  32. class DIALOG_PCB_TEXT_PROPERTIES_BASE : public DIALOG_SHIM
  33. {
  34. private:
  35. protected:
  36. wxStaticText* m_TextLabel;
  37. wxTextCtrl* m_TextContentCtrl;
  38. wxStaticText* m_SizeXLabel;
  39. wxStaticText* m_PositionXLabel;
  40. wxStaticText* m_LayerLabel;
  41. wxStaticText* m_staticText10;
  42. wxTextCtrl* m_SizeXCtrl;
  43. wxTextCtrl* m_PositionXCtrl;
  44. PCB_LAYER_BOX_SELECTOR* m_LayerSelectionCtrl;
  45. wxChoice* m_DisplayCtrl;
  46. wxStaticText* m_SizeYLabel;
  47. wxStaticText* m_PositionYLabel;
  48. wxStaticText* m_staticText9;
  49. wxStaticText* m_staticText11;
  50. wxTextCtrl* m_SizeYCtrl;
  51. wxTextCtrl* m_PositionYCtrl;
  52. wxChoice* m_StyleCtrl;
  53. wxChoice* m_justifyChoice;
  54. wxStaticText* m_ThicknessLabel;
  55. wxStaticText* m_orientationLabel;
  56. wxTextCtrl* m_ThicknessCtrl;
  57. wxTextCtrl* m_OrientCtrl;
  58. wxStaticLine* m_staticline1;
  59. wxStdDialogButtonSizer* m_StandardSizer;
  60. wxButton* m_StandardSizerOK;
  61. wxButton* m_StandardSizerCancel;
  62. public:
  63. DIALOG_PCB_TEXT_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 510,405 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSYSTEM_MENU );
  64. ~DIALOG_PCB_TEXT_PROPERTIES_BASE();
  65. };
  66. #endif //__DIALOG_PCB_TEXT_PROPERTIES_BASE_H__