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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/export/pasosexportacionbase.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 __pasosexportacionbase__
 
9
#define __pasosexportacionbase__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
class TitledPanel;
 
14
class TitledPanelSeparator;
 
15
 
 
16
#include <wx/string.h>
 
17
#include <wx/stattext.h>
 
18
#include <wx/gdicmn.h>
 
19
#include <wx/font.h>
 
20
#include <wx/colour.h>
 
21
#include <wx/settings.h>
 
22
#include <wx/choice.h>
 
23
#include <wx/checkbox.h>
 
24
#include <wx/sizer.h>
 
25
#include <wx/panel.h>
 
26
#include <wx/propgrid/propgrid.h>
 
27
#include <wx/propgrid/advprops.h>
 
28
#ifdef __VISUALC__
 
29
#include <wx/link_additions.h>
 
30
#endif //__VISUALC__
 
31
#include <wx/checklst.h>
 
32
#include <wx/slider.h>
 
33
 
 
34
///////////////////////////////////////////////////////////////////////////
 
35
 
 
36
 
 
37
///////////////////////////////////////////////////////////////////////////////
 
38
/// Class ParametrosPrincipalesBase
 
39
///////////////////////////////////////////////////////////////////////////////
 
40
class ParametrosPrincipalesBase : public wxPanel 
 
41
{
 
42
        private:
 
43
        
 
44
        protected:
 
45
                TitledPanel* m_pPanelProfile;
 
46
                wxStaticText* m_staticText18;
 
47
                wxChoice* m_pOrigen;
 
48
                wxStaticText* m_staticText15;
 
49
                wxChoice* m_pFormatoDestino;
 
50
                wxCheckBox* m_pCheckExportarDiagnostico;
 
51
                wxStaticText* m_pDescripcionDiagnostico;
 
52
                TitledPanelSeparator* m_pSep;
 
53
                TitledPanel* m_pPanelAnonimizar;
 
54
                wxCheckBox* m_pCheckAnonimizar;
 
55
                wxPanel* m_pPanelCampos;
 
56
                wxBoxSizer* m_pSizerCampos;
 
57
                wxCheckBox* m_pCheckConfiguracion;
 
58
                
 
59
                wxCheckBox* m_pCheckNombrePaciente;
 
60
                wxCheckBox* m_pCheckIdPaciente;
 
61
                wxCheckBox* m_pCheckInstituciones;
 
62
                wxCheckBox* m_pCheckComentarios;
 
63
                wxCheckBox* m_pCheckAtributosPrivadosGinkgo;
 
64
                wxPropertyGrid* m_pListaAtributos;
 
65
                TitledPanel* m_pPanelContenido;
 
66
                wxCheckBox* m_pIncluirWidgets;
 
67
                wxStaticText* m_pTituloMapas;
 
68
                wxCheckListBox* m_pMapasCheck;
 
69
                TitledPanelSeparator* m_pSep1;
 
70
                TitledPanel* m_pPanelJpeg;
 
71
                wxStaticText* m_staticText6;
 
72
                wxSlider* m_pSliderCalidad;
 
73
                
 
74
                
 
75
                // Virtual event handlers, overide them in your derived class
 
76
                virtual void OnChoiceFormatoDestino( wxCommandEvent& event ) { event.Skip(); }
 
77
                virtual void OnCheckAnonimizar( wxCommandEvent& event ) { event.Skip(); }
 
78
                virtual void OnCheckConfiguracion( wxCommandEvent& event ) { event.Skip(); }
 
79
                virtual void OnCheckNombreApellidos( wxCommandEvent& event ) { event.Skip(); }
 
80
                virtual void OnCheckIdPaciente( wxCommandEvent& event ) { event.Skip(); }
 
81
                virtual void OnCheckInstituciones( wxCommandEvent& event ) { event.Skip(); }
 
82
                virtual void OnCheckComentarios( wxCommandEvent& event ) { event.Skip(); }
 
83
                
 
84
        
 
85
        public:
 
86
                
 
87
                ParametrosPrincipalesBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 765,350 ), long style = wxTAB_TRAVERSAL );
 
88
                ~ParametrosPrincipalesBase();
 
89
        
 
90
};
 
91
 
 
92
#endif //__pasosexportacionbase__