You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.1 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Nov 17 2010)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_exchange_modules_base__
  8. #define __dialog_exchange_modules_base__
  9. #include <wx/intl.h>
  10. #include <wx/string.h>
  11. #include <wx/stattext.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/textctrl.h>
  17. #include <wx/sizer.h>
  18. #include <wx/radiobox.h>
  19. #include <wx/button.h>
  20. #include <wx/dialog.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. #define ID_SELECTION_CLICKED 1000
  23. ///////////////////////////////////////////////////////////////////////////////
  24. /// Class DIALOG_EXCHANGE_MODULE_BASE
  25. ///////////////////////////////////////////////////////////////////////////////
  26. class DIALOG_EXCHANGE_MODULE_BASE : public wxDialog
  27. {
  28. private:
  29. protected:
  30. wxStaticText* m_staticText6;
  31. wxTextCtrl* m_OldModule;
  32. wxStaticText* m_staticText7;
  33. wxTextCtrl* m_OldValue;
  34. wxStaticText* m_staticText8;
  35. wxTextCtrl* m_NewModule;
  36. wxRadioBox* m_Selection;
  37. wxButton* m_OKbutton;
  38. wxButton* m_Quitbutton;
  39. wxButton* m_Browsebutton;
  40. wxStaticText* m_staticTextMsg;
  41. wxTextCtrl* m_WinMessages;
  42. // Virtual event handlers, overide them in your derived class
  43. virtual void OnSelectionClicked( wxCommandEvent& event ) { event.Skip(); }
  44. virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
  45. virtual void OnQuit( wxCommandEvent& event ) { event.Skip(); }
  46. virtual void BrowseAndSelectFootprint( wxCommandEvent& event ) { event.Skip(); }
  47. public:
  48. DIALOG_EXCHANGE_MODULE_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Exchange Modules"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 416,469 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  49. ~DIALOG_EXCHANGE_MODULE_BASE();
  50. };
  51. #endif //__dialog_exchange_modules_base__