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

« back to all changes in this revision

Viewing changes to src/cadxcore/main/gui/startup/startupformbase.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-10-24 21:28:17 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131024212817-ej1skb9og09d3ht6
Tags: 3.5.0.1137.31+dfsg-1
New upstream release [October 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version May  4 2010)
 
2
// C++ code generated with wxFormBuilder (version Sep  8 2010)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
37
37
                        protected:
38
38
                                wxBoxSizer* m_pSizerToolBar;
39
39
                                wxHyperlinkCtrl* m_hyperlink2;
40
 
                                
41
40
                                wxStaticText* m_staticText9;
42
41
                                wxHyperlinkCtrl* m_hyperlink3;
43
42
                                
44
43
                                
45
44
                                // Virtual event handlers, overide them in your derived class
46
45
                                virtual void OnEraseBackground( wxEraseEvent& event ) { event.Skip(); }
 
46
                                virtual void erasdf( wxHyperlinkEvent& event ) { event.Skip(); }
47
47
                                
48
48
                        
49
49
                        public:
 
50
                                wxBoxSizer* m_pSizerCenter;
50
51
                                
51
52
                                StartUpFormBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 548,288 ), long style = wxTAB_TRAVERSAL );
52
53
                                ~StartUpFormBase();