~ubuntu-branches/ubuntu/trusty/ginkgocadx/trusty

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/import/pasosimportacionbase.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-07-21 11:58:53 UTC
  • mfrom: (7.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20130721115853-44e7n1xujqglu78e
Tags: 3.4.0.928.29+dfsg-1
* New upstream release [July 2013]
  + new B-D: "libjsoncpp-dev".
  + new patch "unbundle-libjsoncpp.patch" to avoid building bundled
    "libjsoncpp-dev".
  + new patch "fix-wx.patch" to avoid FTBFS due to missing
    "-lwx_gtk2u_html-2.8".
* Removed unnecessary versioned Build-Depends.
* Removed obsolete lintian override.
* Reference get-orig-source implementation for orig.tar clean-up and
  DFSG-repackaging.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version May  4 2010)
 
2
// C++ code generated with wxFormBuilder (version Sep  8 2010)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
85
85
 
86
86
PasoPerfilImportacionBase::PasoPerfilImportacionBase( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxPanel( parent, id, pos, size, style )
87
87
{
 
88
        this->SetBackgroundColour( wxColour( 230, 230, 230 ) );
 
89
        
88
90
        wxBoxSizer* bSizer3;
89
91
        bSizer3 = new wxBoxSizer( wxVERTICAL );
90
92
        
91
 
        
92
 
        bSizer3->Add( 0, 0, 1, wxEXPAND, 5 );
93
 
        
94
 
        m_pPanelProfile = new TitledPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
95
 
        m_pPanelProfile->SetToolTip( _("Profile") );
96
 
        
97
 
        wxBoxSizer* bSizer4;
98
 
        bSizer4 = new wxBoxSizer( wxVERTICAL );
99
 
        
100
 
        m_staticText2 = new wxStaticText( m_pPanelProfile, wxID_ANY, _("Choose the import profile"), wxDefaultPosition, wxDefaultSize, 0 );
101
 
        m_staticText2->Wrap( 400 );
102
 
        bSizer4->Add( m_staticText2, 0, wxALL, 5 );
103
 
        
104
 
        wxBoxSizer* bSizer11;
105
 
        bSizer11 = new wxBoxSizer( wxHORIZONTAL );
106
 
        
107
 
        m_staticText1 = new wxStaticText( m_pPanelProfile, wxID_ANY, _("Import profile"), wxDefaultPosition, wxDefaultSize, 0 );
108
 
        m_staticText1->Wrap( -1 );
109
 
        bSizer11->Add( m_staticText1, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
110
 
        
111
 
        wxArrayString m_pListaModulosChoices;
112
 
        m_pListaModulos = new wxChoice( m_pPanelProfile, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_pListaModulosChoices, 0 );
113
 
        m_pListaModulos->SetSelection( 0 );
114
 
        bSizer11->Add( m_pListaModulos, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
115
 
        
116
 
        bSizer4->Add( bSizer11, 0, wxEXPAND|wxTOP, 5 );
117
 
        
118
 
        m_pPanelProfile->SetSizer( bSizer4 );
119
 
        m_pPanelProfile->Layout();
120
 
        bSizer4->Fit( m_pPanelProfile );
121
 
        bSizer3->Add( m_pPanelProfile, 0, wxALIGN_CENTER_HORIZONTAL|wxTOP|wxBOTTOM, 5 );
122
 
        
123
 
        
124
 
        bSizer3->Add( 0, 0, 1, wxEXPAND, 5 );
125
 
        
126
93
        this->SetSizer( bSizer3 );
127
94
        this->Layout();
128
95
}