|
Vlaxicon
|
00001 00002 // C++ code generated with wxFormBuilder (version Oct 4 2010) 00003 // http://www.wxformbuilder.org/ 00004 // 00005 // PLEASE DO "NOT" EDIT THIS FILE! 00007 00008 #ifndef __dialognew__ 00009 #define __dialognew__ 00010 00011 #include <wx/string.h> 00012 #include <wx/stattext.h> 00013 #include <wx/gdicmn.h> 00014 #include <wx/font.h> 00015 #include <wx/colour.h> 00016 #include <wx/settings.h> 00017 #include <wx/textctrl.h> 00018 #include <wx/button.h> 00019 #include <wx/sizer.h> 00020 #include <wx/panel.h> 00021 #include <wx/dialog.h> 00022 00024 00025 #define ID_DIALOGNEW_BUTTON_OK 1000 00026 #define ID_DIALOGNEW_BUTTON_CANCEL 1001 00027 00031 class DialogNew : public wxDialog 00032 { 00033 private: 00034 00035 protected: 00036 wxPanel* m_panel1; 00037 wxStaticText* m_staticText2; 00038 wxTextCtrl* m_textCtrl; 00039 wxButton* m_buttonOK; 00040 wxButton* m_buttonCancel; 00041 00042 // Virtual event handlers, overide them in your derived class 00043 virtual void OnButtonOKClick( wxCommandEvent& event ) { event.Skip(); } 00044 virtual void OnButtonCancelClick( wxCommandEvent& event ) { event.Skip(); } 00045 00046 00047 public: 00048 00049 DialogNew( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Enter project name"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE ); 00050 ~DialogNew(); 00051 00052 }; 00053 00054 #endif //__dialognew__
1.7.3