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.

45 lines
1.4 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. #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_panelMatrixSizer->Add( 0, 5, 0, 0, 5 );
  16. wxStaticBoxSizer* sbSizer3;
  17. sbSizer3 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, _("Pin to Pin Connections") ), wxVERTICAL );
  18. m_matrixPanel = new wxPanel( sbSizer3->GetStaticBox(), wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
  19. m_matrixPanel->SetMinSize( wxSize( 500,444 ) );
  20. sbSizer3->Add( m_matrixPanel, 1, wxEXPAND | wxALL, 5 );
  21. m_panelMatrixSizer->Add( sbSizer3, 1, wxEXPAND|wxBOTTOM|wxRIGHT|wxLEFT, 10 );
  22. bSizer2->Add( m_panelMatrixSizer, 1, wxEXPAND, 10 );
  23. this->SetSizer( bSizer2 );
  24. this->Layout();
  25. bSizer2->Fit( this );
  26. }
  27. PANEL_SETUP_PINMAP_BASE::~PANEL_SETUP_PINMAP_BASE()
  28. {
  29. }