~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/pacsupload/uploadpacsbase.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
///////////////////////////////////////////////////////////////////////////
 
2
// C++ code generated with wxFormBuilder (version May  4 2010)
 
3
// http://www.wxformbuilder.org/
 
4
//
 
5
// PLEASE DO "NOT" EDIT THIS FILE!
 
6
///////////////////////////////////////////////////////////////////////////
 
7
 
 
8
#include "main/gui/dicombrowsercomponent.h"
 
9
#include "wx/ginkgostyle/ginkgostyle.h"
 
10
 
 
11
#include "uploadpacsbase.h"
 
12
 
 
13
///////////////////////////////////////////////////////////////////////////
 
14
using namespace GNC::GUI;
 
15
 
 
16
SelectFilesBase::SelectFilesBase( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style ) : wxPanel( parent, id, pos, size, style )
 
17
{
 
18
        this->SetMinSize( wxSize( 548,288 ) );
 
19
        
 
20
        wxBoxSizer* bSizer13;
 
21
        bSizer13 = new wxBoxSizer( wxVERTICAL );
 
22
        
 
23
        m_pPanelServer = new SubTitledPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
 
24
        m_pPanelServer->SetToolTip( _("Server") );
 
25
        
 
26
        wxBoxSizer* bSizer3;
 
27
        bSizer3 = new wxBoxSizer( wxHORIZONTAL );
 
28
        
 
29
        m_staticText4 = new wxStaticText( m_pPanelServer, wxID_ANY, _("Select the server where the files will be sent"), wxDefaultPosition, wxDefaultSize, 0 );
 
30
        m_staticText4->Wrap( -1 );
 
31
        bSizer3->Add( m_staticText4, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT, 7 );
 
32
        
 
33
        m_pPACSListaServidores = new wxComboBox( m_pPanelServer, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, NULL, wxCB_READONLY ); 
 
34
        bSizer3->Add( m_pPACSListaServidores, 0, wxALL, 5 );
 
35
        
 
36
        m_pPanelServer->SetSizer( bSizer3 );
 
37
        m_pPanelServer->Layout();
 
38
        bSizer3->Fit( m_pPanelServer );
 
39
        bSizer13->Add( m_pPanelServer, 0, wxEXPAND, 5 );
 
40
        
 
41
        m_pSep = new TitledPanelSeparator( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
 
42
        bSizer13->Add( m_pSep, 0, wxEXPAND, 5 );
 
43
        
 
44
        m_pFileSelectionPanel = new SubTitledPanel( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
 
45
        m_pFileSelectionPanel->SetToolTip( _("Select files you want to upload") );
 
46
        
 
47
        wxBoxSizer* bSizer131;
 
48
        bSizer131 = new wxBoxSizer( wxVERTICAL );
 
49
        
 
50
        m_pFileSelection = new GNC::GUI::DicomBrowserComponent( m_pFileSelectionPanel, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
 
51
        bSizer131->Add( m_pFileSelection, 1, wxEXPAND, 5 );
 
52
        
 
53
        m_pFileSelectionPanel->SetSizer( bSizer131 );
 
54
        m_pFileSelectionPanel->Layout();
 
55
        bSizer131->Fit( m_pFileSelectionPanel );
 
56
        bSizer13->Add( m_pFileSelectionPanel, 1, wxEXPAND, 5 );
 
57
        
 
58
        this->SetSizer( bSizer13 );
 
59
        this->Layout();
 
60
}
 
61
 
 
62
SelectFilesBase::~SelectFilesBase()
 
63
{
 
64
}