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.

63 lines
2.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Sep 8 2010)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_get_component_base__
  8. #define __dialog_get_component_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/listbox.h>
  18. #include <wx/sizer.h>
  19. #include <wx/button.h>
  20. #include <wx/dialog.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. #define ID_SEL_BY_LISTBOX 1000
  23. #define ID_ACCEPT_KEYWORD 1001
  24. #define ID_LIST_ALL 1002
  25. #define ID_EXTRA_TOOL 1003
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class DIALOG_GET_COMPONENT_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class DIALOG_GET_COMPONENT_BASE : public wxDialog
  30. {
  31. private:
  32. protected:
  33. wxStaticText* m_staticTextName;
  34. wxTextCtrl* m_textCmpNameCtrl;
  35. wxStaticText* m_staticTextHistory;
  36. wxListBox* m_historyList;
  37. wxButton* m_buttonOK;
  38. wxButton* m_buttonKW;
  39. wxButton* m_buttonCancel;
  40. wxButton* m_buttonList;
  41. wxButton* m_buttonBrowse;
  42. // Virtual event handlers, overide them in your derived class
  43. virtual void Accept( wxCommandEvent& event ) { event.Skip(); }
  44. virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
  45. virtual void GetExtraSelection( wxCommandEvent& event ) { event.Skip(); }
  46. public:
  47. DIALOG_GET_COMPONENT_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 375,210 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  48. ~DIALOG_GET_COMPONENT_BASE();
  49. };
  50. #endif //__dialog_get_component_base__