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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/license/licensedialogbase.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 __licensedialogbase__
 
9
#define __licensedialogbase__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
class BodyPanel;
 
14
class FooterPanel;
 
15
class HeaderPanel;
 
16
class TitledPanel;
 
17
 
 
18
#include <wx/panel.h>
 
19
#include <wx/gdicmn.h>
 
20
#include <wx/font.h>
 
21
#include <wx/colour.h>
 
22
#include <wx/settings.h>
 
23
#include <wx/string.h>
 
24
#include <wx/stattext.h>
 
25
#include <wx/textctrl.h>
 
26
#include <wx/sizer.h>
 
27
#include <wx/button.h>
 
28
#include <wx/dialog.h>
 
29
 
 
30
///////////////////////////////////////////////////////////////////////////
 
31
 
 
32
namespace GNC
 
33
{
 
34
        namespace GUI
 
35
        {
 
36
                
 
37
                ///////////////////////////////////////////////////////////////////////////////
 
38
                /// Class LicenseDialogBase
 
39
                ///////////////////////////////////////////////////////////////////////////////
 
40
                class LicenseDialogBase : public wxDialog 
 
41
                {
 
42
                        private:
 
43
                        
 
44
                        protected:
 
45
                                HeaderPanel* m_pHeader;
 
46
                                BodyPanel* m_pBody;
 
47
                                TitledPanel* m_pPanelLicencia;
 
48
                                wxStaticText* m_staticText5;
 
49
                                wxTextCtrl* m_pNombre;
 
50
                                wxStaticText* m_staticText6;
 
51
                                wxTextCtrl* m_pOrganizacion;
 
52
                                wxStaticText* m_staticText61;
 
53
                                wxTextCtrl* m_pTimeLimit;
 
54
                                FooterPanel* m_pFooter;
 
55
                                
 
56
                                
 
57
                                wxButton* m_buttonAceptar;
 
58
                                
 
59
                                // Virtual event handlers, overide them in your derived class
 
60
                                virtual void OnAnyKeyDown( wxKeyEvent& event ) { event.Skip(); }
 
61
                                virtual void OnAceptarClick( wxCommandEvent& event ) { event.Skip(); }
 
62
                                
 
63
                        
 
64
                        public:
 
65
                                
 
66
                                LicenseDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("License"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 465,300 ), long style = wxDEFAULT_DIALOG_STYLE );
 
67
                                ~LicenseDialogBase();
 
68
                        
 
69
                };
 
70
                
 
71
        } // namespace GUI
 
72
} // namespace GNC
 
73
 
 
74
#endif //__licensedialogbase__