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

« back to all changes in this revision

Viewing changes to src/cadxcore/commands/dialogopathssobreescribirbase.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 __dialogopathssobreescribirbase__
 
9
#define __dialogopathssobreescribirbase__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
class BodyPanel;
 
14
class FooterPanel;
 
15
class TitledPanel;
 
16
 
 
17
#include <wx/string.h>
 
18
#include <wx/stattext.h>
 
19
#include <wx/gdicmn.h>
 
20
#include <wx/font.h>
 
21
#include <wx/colour.h>
 
22
#include <wx/settings.h>
 
23
#include <wx/listbox.h>
 
24
#include <wx/sizer.h>
 
25
#include <wx/panel.h>
 
26
#include <wx/button.h>
 
27
#include <wx/dialog.h>
 
28
 
 
29
///////////////////////////////////////////////////////////////////////////
 
30
 
 
31
namespace GNC
 
32
{
 
33
        namespace GUI
 
34
        {
 
35
                
 
36
                ///////////////////////////////////////////////////////////////////////////////
 
37
                /// Class OverwriteDialogBase
 
38
                ///////////////////////////////////////////////////////////////////////////////
 
39
                class OverwriteDialogBase : public wxDialog 
 
40
                {
 
41
                        private:
 
42
                        
 
43
                        protected:
 
44
                                BodyPanel* m_pBody;
 
45
                                wxStaticText* m_staticText1;
 
46
                                FooterPanel* m_pFooter;
 
47
                                
 
48
                                wxButton* m_button1;
 
49
                                wxButton* m_button2;
 
50
                        
 
51
                        public:
 
52
                                TitledPanel* m_pPanelOverwrite;
 
53
                                wxListBox* m_pPathList;
 
54
                                
 
55
                                OverwriteDialogBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Overwrite Paths"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU );
 
56
                                ~OverwriteDialogBase();
 
57
                        
 
58
                };
 
59
                
 
60
        } // namespace GUI
 
61
} // namespace GNC
 
62
 
 
63
#endif //__dialogopathssobreescribirbase__