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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/adquisition/dialogoadquisicionbase.h

  • 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
#ifndef __dialogoadquisicionbase__
 
9
#define __dialogoadquisicionbase__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
class BodyPanel;
 
14
class FooterPanel;
 
15
class HeaderPanel;
 
16
class TitledPanel;
 
17
class TitledPanelSeparator;
 
18
class wxTreeListCtrlAcquisition;
 
19
 
 
20
#include <wx/panel.h>
 
21
#include <wx/gdicmn.h>
 
22
#include <wx/font.h>
 
23
#include <wx/colour.h>
 
24
#include <wx/settings.h>
 
25
#include <wx/string.h>
 
26
#include <wx/stattext.h>
 
27
#include <wx/combobox.h>
 
28
#include <wx/srchctrl.h>
 
29
#include <wx/sizer.h>
 
30
#include <wx/bitmap.h>
 
31
#include <wx/image.h>
 
32
#include <wx/icon.h>
 
33
#include <wx/treelistctrl/treelistctrl.h>
 
34
#ifdef __VISUALC__
 
35
#include <wx/link_additions.h>
 
36
#endif //__VISUALC__
 
37
#include <wx/radiobut.h>
 
38
#include <wx/datectrl.h>
 
39
#include <wx/dateevt.h>
 
40
#include <wx/statbox.h>
 
41
#include <wx/gbsizer.h>
 
42
#include <wx/button.h>
 
43
#include <wx/grid.h>
 
44
#include <wx/notebook.h>
 
45
#include <wx/dialog.h>
 
46
#include <wx/listbox.h>
 
47
 
 
48
#include "wxtreelistctrlacquisition.h"
 
49
 
 
50
///////////////////////////////////////////////////////////////////////////
 
51
 
 
52
 
 
53
///////////////////////////////////////////////////////////////////////////////
 
54
/// Class DialogoAdquisicionBase
 
55
///////////////////////////////////////////////////////////////////////////////
 
56
class DialogoAdquisicionBase : public wxDialog 
 
57
{
 
58
        private:
 
59
        
 
60
        protected:
 
61
                wxBoxSizer* m_pMainSizer;
 
62
                HeaderPanel* m_pHeader;
 
63
                BodyPanel* m_pBodyPanel;
 
64
                wxNotebook* m_notebook1;
 
65
                wxPanel* m_pPanelSearch;
 
66
                TitledPanel* m_pPanelPACS;
 
67
                wxStaticText* m_pPatientLabelStr;
 
68
                wxComboBox* m_pFieldCombo;
 
69
                wxSearchCtrl* m_pTextControlField;
 
70
                wxBoxSizer* m_pSizerAnimation;
 
71
                wxTreeListCtrl* m_pPACSList;
 
72
                wxRadioButton* m_pAnyDate;
 
73
                wxRadioButton* m_pTodayAM;
 
74
                wxRadioButton* m_pTodayPM;
 
75
                wxRadioButton* m_pToday;
 
76
                wxRadioButton* m_pYesterday;
 
77
                wxRadioButton* m_pLastWeek;
 
78
                wxRadioButton* m_pLastMonth;
 
79
                wxRadioButton* m_pLastThreeMonths;
 
80
                wxRadioButton* m_pBetween;
 
81
                wxDatePickerCtrl* m_pTextControlFechaDesde;
 
82
                wxDatePickerCtrl* m_pTextControlFechaHasta;
 
83
                wxGridSizer* m_pModalitySizer;
 
84
                TitledPanelSeparator* m_panel11;
 
85
                TitledPanel* m_pPanelResultados;
 
86
                wxTreeListCtrlAcquisition* m_pTreeListResultados;
 
87
                
 
88
                wxButton* m_pBDescargar;
 
89
                wxPanel* m_pZonaDescargas;
 
90
                TitledPanel* m_pDownloads;
 
91
                wxGrid* m_pGridDescargas;
 
92
                wxButton* m_pBotonOpenTask;
 
93
                
 
94
                wxButton* m_pBotonIniciarPararTask;
 
95
                wxButton* m_pBotonDeleteTask;
 
96
                FooterPanel* m_pFooter;
 
97
                
 
98
                wxButton* m_pBotonClose;
 
99
                
 
100
                // Virtual event handlers, overide them in your derived class
 
101
                virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
 
102
                virtual void OnKeyDownFormulario( wxKeyEvent& event ) { event.Skip(); }
 
103
                virtual void OnComboField( wxCommandEvent& event ) { event.Skip(); }
 
104
                virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
 
105
                virtual void OnBusquedaClick( wxCommandEvent& event ) { event.Skip(); }
 
106
                virtual void OnFechaDesdeDateChanged( wxDateEvent& event ) { event.Skip(); }
 
107
                virtual void OnFechaHastaDateChanged( wxDateEvent& event ) { event.Skip(); }
 
108
                virtual void OnDescargarClick( wxCommandEvent& event ) { event.Skip(); }
 
109
                virtual void OnKeyClose( wxKeyEvent& event ) { event.Skip(); }
 
110
                virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); }
 
111
                virtual void OnOpenTasksClick( wxCommandEvent& event ) { event.Skip(); }
 
112
                virtual void OnIniciarPararTasksClick( wxCommandEvent& event ) { event.Skip(); }
 
113
                virtual void OnDeleteTasksClick( wxCommandEvent& event ) { event.Skip(); }
 
114
                virtual void OnCloseClick( wxCommandEvent& event ) { event.Skip(); }
 
115
                
 
116
        
 
117
        public:
 
118
                
 
119
                DialogoAdquisicionBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("DICOM Query/Retrieve"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 867,575 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
 
120
                ~DialogoAdquisicionBase();
 
121
        
 
122
};
 
123
 
 
124
///////////////////////////////////////////////////////////////////////////////
 
125
/// Class DialogoNotFoundBase
 
126
///////////////////////////////////////////////////////////////////////////////
 
127
class DialogoNotFoundBase : public wxDialog 
 
128
{
 
129
        private:
 
130
        
 
131
        protected:
 
132
                TitledPanel* m_panel5;
 
133
                wxStaticText* m_staticText10;
 
134
                
 
135
                
 
136
                wxButton* m_button10;
 
137
        
 
138
        public:
 
139
                wxListBox* m_pListaSeries;
 
140
                FooterPanel* m_pPanelOkCancel;
 
141
                wxButton* m_pButtonOk;
 
142
                wxButton* m_pButtonCancel;
 
143
                FooterPanel* m_pPanelOk;
 
144
                
 
145
                DialogoNotFoundBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Not found"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
 
146
                ~DialogoNotFoundBase();
 
147
        
 
148
};
 
149
 
 
150
#endif //__dialogoadquisicionbase__