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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/history/panelhistorial2base.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 __panelhistorial2base__
 
9
#define __panelhistorial2base__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
class BodyPanel;
 
14
class FooterPanel;
 
15
class HeaderPanelWithButton;
 
16
class SubHeaderPanelWithButton;
 
17
class TitledPanel;
 
18
class VerticalHeader;
 
19
 
 
20
#include <wx/bitmap.h>
 
21
#include <wx/image.h>
 
22
#include <wx/icon.h>
 
23
#include <wx/statbmp.h>
 
24
#include <wx/gdicmn.h>
 
25
#include <wx/font.h>
 
26
#include <wx/colour.h>
 
27
#include <wx/settings.h>
 
28
#include <wx/string.h>
 
29
#include <wx/stattext.h>
 
30
#include <wx/sizer.h>
 
31
#include <wx/gbsizer.h>
 
32
#include <wx/panel.h>
 
33
#include <wx/button.h>
 
34
#include <wx/dialog.h>
 
35
#include <wx/listbox.h>
 
36
#include <wx/checkbox.h>
 
37
#include <wx/bmpcbox.h>
 
38
#include <wx/combobox.h>
 
39
#include <wx/datectrl.h>
 
40
#include <wx/dateevt.h>
 
41
#include <wx/statbox.h>
 
42
#include <wx/statline.h>
 
43
#include <wx/scrolwin.h>
 
44
 
 
45
///////////////////////////////////////////////////////////////////////////
 
46
 
 
47
 
 
48
///////////////////////////////////////////////////////////////////////////////
 
49
/// Class PanelPacienteBase
 
50
///////////////////////////////////////////////////////////////////////////////
 
51
class PanelPacienteBase : public wxPanel 
 
52
{
 
53
        private:
 
54
        
 
55
        protected:
 
56
                wxPanel* m_pPanelCabecera;
 
57
                wxStaticBitmap* m_pIcoPlegar;
 
58
                wxStaticText* m_pIdPaciente;
 
59
                wxStaticText* m_pFechaNacimiento;
 
60
                wxStaticText* m_pNombre;
 
61
                wxBoxSizer* m_pSizerEstudios;
 
62
                
 
63
                
 
64
                // Virtual event handlers, overide them in your derived class
 
65
                virtual void OnPanelPacienteClick( wxMouseEvent& event ) { event.Skip(); }
 
66
                virtual void OnMouseWheel( wxMouseEvent& event ) { event.Skip(); }
 
67
                virtual void OnPaint( wxPaintEvent& event ) { event.Skip(); }
 
68
                virtual void OnMenuMouse( wxMouseEvent& event ) { event.Skip(); }
 
69
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
70
                virtual void OnCabeceraClick( wxMouseEvent& event ) { event.Skip(); }
 
71
                virtual void OnCabeceraDClick( wxMouseEvent& event ) { event.Skip(); }
 
72
                
 
73
        
 
74
        public:
 
75
                
 
76
                PanelPacienteBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 210,71 ), long style = wxTAB_TRAVERSAL );
 
77
                ~PanelPacienteBase();
 
78
        
 
79
};
 
80
 
 
81
///////////////////////////////////////////////////////////////////////////////
 
82
/// Class PanelEstudioBase
 
83
///////////////////////////////////////////////////////////////////////////////
 
84
class PanelEstudioBase : public wxPanel 
 
85
{
 
86
        private:
 
87
        
 
88
        protected:
 
89
                wxStaticText* m_pLabelEstudio;
 
90
                wxBoxSizer* m_pSizerSeries;
 
91
                
 
92
                // Virtual event handlers, overide them in your derived class
 
93
                virtual void OnMouseSeleccionar( wxMouseEvent& event ) { event.Skip(); }
 
94
                virtual void OnMouseWheel( wxMouseEvent& event ) { event.Skip(); }
 
95
                virtual void OnPaint( wxPaintEvent& event ) { event.Skip(); }
 
96
                virtual void OnMenuMouse( wxMouseEvent& event ) { event.Skip(); }
 
97
                
 
98
        
 
99
        public:
 
100
                
 
101
                PanelEstudioBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 200,47 ), long style = wxTAB_TRAVERSAL );
 
102
                ~PanelEstudioBase();
 
103
        
 
104
};
 
105
 
 
106
///////////////////////////////////////////////////////////////////////////////
 
107
/// Class PanelSerieBase
 
108
///////////////////////////////////////////////////////////////////////////////
 
109
class PanelSerieBase : public wxPanel 
 
110
{
 
111
        private:
 
112
        
 
113
        protected:
 
114
                wxStaticBitmap* m_pThumbnail;
 
115
                wxStaticText* m_pDescripcionSerie;
 
116
                wxStaticText* m_pHoraSerie;
 
117
                wxStaticText* m_pFechaSerie;
 
118
                
 
119
                wxStaticText* m_pModalidad;
 
120
                wxStaticText* m_pNumeroCortes;
 
121
                
 
122
                // Virtual event handlers, overide them in your derived class
 
123
                virtual void OnMouseAbrir( wxMouseEvent& event ) { event.Skip(); }
 
124
                virtual void OnMouseSeleccionar( wxMouseEvent& event ) { event.Skip(); }
 
125
                virtual void OnMouseWheel( wxMouseEvent& event ) { event.Skip(); }
 
126
                virtual void OnPaint( wxPaintEvent& event ) { event.Skip(); }
 
127
                virtual void OnMenuMouse( wxMouseEvent& event ) { event.Skip(); }
 
128
                
 
129
        
 
130
        public:
 
131
                
 
132
                PanelSerieBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 200,98 ), long style = wxTAB_TRAVERSAL );
 
133
                ~PanelSerieBase();
 
134
        
 
135
};
 
136
 
 
137
///////////////////////////////////////////////////////////////////////////////
 
138
/// Class DialogoConfirmacionEliminarBase
 
139
///////////////////////////////////////////////////////////////////////////////
 
140
class DialogoConfirmacionEliminarBase : public wxDialog 
 
141
{
 
142
        private:
 
143
        
 
144
        protected:
 
145
                wxStaticText* m_pLabelEliminar;
 
146
                FooterPanel* m_pFooter;
 
147
                
 
148
                wxButton* m_pEliminar;
 
149
                wxButton* m_pCancelar;
 
150
                
 
151
                // Virtual event handlers, overide them in your derived class
 
152
                virtual void OnEliminarClick( wxCommandEvent& event ) { event.Skip(); }
 
153
                virtual void OnCancelarClick( wxCommandEvent& event ) { event.Skip(); }
 
154
                
 
155
        
 
156
        public:
 
157
                
 
158
                DialogoConfirmacionEliminarBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Confirm Removal"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
 
159
                ~DialogoConfirmacionEliminarBase();
 
160
        
 
161
};
 
162
 
 
163
///////////////////////////////////////////////////////////////////////////////
 
164
/// Class DialogoAbrirConBase
 
165
///////////////////////////////////////////////////////////////////////////////
 
166
class DialogoAbrirConBase : public wxDialog 
 
167
{
 
168
        private:
 
169
        
 
170
        protected:
 
171
                BodyPanel* m_pBody;
 
172
                TitledPanel* m_pPanelTitulo;
 
173
                wxListBox* m_pListaVistas;
 
174
                wxCheckBox* m_pCheckUtilizarSiempre;
 
175
                FooterPanel* m_pFooter;
 
176
                
 
177
                wxButton* m_button3;
 
178
                wxButton* m_button4;
 
179
                
 
180
                // Virtual event handlers, overide them in your derived class
 
181
                virtual void OnAceptarClick( wxCommandEvent& event ) { event.Skip(); }
 
182
                
 
183
        
 
184
        public:
 
185
                
 
186
                DialogoAbrirConBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Open With ..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
 
187
                ~DialogoAbrirConBase();
 
188
        
 
189
};
 
190
 
 
191
///////////////////////////////////////////////////////////////////////////////
 
192
/// Class PanelHistorial2Base
 
193
///////////////////////////////////////////////////////////////////////////////
 
194
class PanelHistorial2Base : public wxPanel 
 
195
{
 
196
        private:
 
197
        
 
198
        protected:
 
199
                HeaderPanelWithButton* m_pHistoryTitle;
 
200
                SubHeaderPanelWithButton* m_pFiltersTitle;
 
201
                wxPanel* m_pFiltersPanel;
 
202
                wxStaticText* m_staticText12;
 
203
                wxBitmapComboBox* m_pComboBoxPaciente;
 
204
                wxStaticText* m_staticText13;
 
205
                wxComboBox* m_pComboModalidad;
 
206
                wxComboBox* m_pComboDate;
 
207
                wxDatePickerCtrl* m_pDatePickerFrom;
 
208
                wxStaticText* m_staticText19;
 
209
                wxDatePickerCtrl* m_pDatePickerTo;
 
210
                SubHeaderPanelWithButton* m_pResultTitle;
 
211
                wxScrolledWindow* m_pPanelHistorial;
 
212
                wxPanel* m_pPanelMensajeVacio;
 
213
                wxStaticText* m_pCabeceraVacio;
 
214
                wxStaticLine* m_staticline1;
 
215
                wxStaticText* m_pMensajeVacio;
 
216
                wxPanel* m_pPanelNoCabeMas;
 
217
                wxStaticText* m_pCabeceraNoCabeMas;
 
218
                wxStaticLine* m_staticline11;
 
219
                wxStaticText* m_pMensajeNoCabeMas;
 
220
                VerticalHeader* m_pPanelVertical;
 
221
                
 
222
                // Virtual event handlers, overide them in your derived class
 
223
                virtual void OnMouseWheel( wxMouseEvent& event ) { event.Skip(); }
 
224
                virtual void OnMenuMouse( wxMouseEvent& event ) { event.Skip(); }
 
225
                virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
 
226
                virtual void OnComboBox( wxCommandEvent& event ) { event.Skip(); }
 
227
                virtual void OnDateFromChanged( wxDateEvent& event ) { event.Skip(); }
 
228
                virtual void OnDateToChanged( wxDateEvent& event ) { event.Skip(); }
 
229
                virtual void OnMedicalHistoryClick( wxMouseEvent& event ) { event.Skip(); }
 
230
                virtual void OnDesplegar( wxMouseEvent& event ) { event.Skip(); }
 
231
                
 
232
        
 
233
        public:
 
234
                
 
235
                PanelHistorial2Base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL );
 
236
                ~PanelHistorial2Base();
 
237
        
 
238
};
 
239
 
 
240
#endif //__panelhistorial2base__