~pierre-parent-k/kicad/length-tunning

« back to all changes in this revision

Viewing changes to common/dialog_about/dialog_about_base.h

  • Committer: Pierre Parent
  • Date: 2014-07-06 10:32:13 UTC
  • mfrom: (4798.1.179 kicad)
  • Revision ID: pierre.parent@insa-rouen.fr-20140706103213-wjsdy0hc9q6wbz5v
Merge with lp:kicad 4977

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version Sep  8 2010)
 
2
// C++ code generated with wxFormBuilder (version Nov  6 2013)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
6
6
///////////////////////////////////////////////////////////////////////////
7
7
 
8
 
#ifndef __dialog_about_base__
9
 
#define __dialog_about_base__
 
8
#ifndef __DIALOG_ABOUT_BASE_H__
 
9
#define __DIALOG_ABOUT_BASE_H__
10
10
 
 
11
#include <wx/artprov.h>
 
12
#include <wx/xrc/xmlres.h>
11
13
#include <wx/intl.h>
12
 
 
13
14
#include <wx/bitmap.h>
14
15
#include <wx/image.h>
15
16
#include <wx/icon.h>
37
38
                wxButton* m_buttonOK;
38
39
        
39
40
        protected:
40
 
                
41
41
                wxStaticBitmap* m_bitmapApp;
42
42
                wxStaticText* m_staticTextAppTitle;
43
43
                wxStaticText* m_staticTextCopyright;
44
44
                wxStaticText* m_staticTextBuildVersion;
45
45
                wxStaticText* m_staticTextLibVersion;
46
 
                
47
46
                wxAuiNotebook* m_auiNotebook;
48
47
                
49
48
                // Virtual event handlers, overide them in your derived class
53
52
        
54
53
        public:
55
54
                
56
 
                dialog_about_base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 750,350 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSTAY_ON_TOP );
 
55
                dialog_about_base( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("About..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 750,450 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSTAY_ON_TOP ); 
57
56
                ~dialog_about_base();
58
57
        
59
58
};
60
59
 
61
 
#endif //__dialog_about_base__
 
60
#endif //__DIALOG_ABOUT_BASE_H__