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.

36 lines
1.2 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #include "panel_setup_pinmap_base.h"
  8. ///////////////////////////////////////////////////////////////////////////
  9. PANEL_SETUP_PINMAP_BASE::PANEL_SETUP_PINMAP_BASE( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name ) : RESETTABLE_PANEL( parent, id, pos, size, style, name )
  10. {
  11. wxBoxSizer* bSizer2;
  12. bSizer2 = new wxBoxSizer( wxHORIZONTAL );
  13. wxBoxSizer* m_panelMatrixSizer;
  14. m_panelMatrixSizer = new wxBoxSizer( wxVERTICAL );
  15. m_matrixPanel = new wxPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
  16. m_matrixPanel->SetMinSize( wxSize( 500,424 ) );
  17. m_panelMatrixSizer->Add( m_matrixPanel, 1, wxEXPAND | wxALL, 5 );
  18. bSizer2->Add( m_panelMatrixSizer, 1, wxEXPAND|wxTOP, 5 );
  19. this->SetSizer( bSizer2 );
  20. this->Layout();
  21. bSizer2->Fit( this );
  22. }
  23. PANEL_SETUP_PINMAP_BASE::~PANEL_SETUP_PINMAP_BASE()
  24. {
  25. }