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.

84 lines
2.7 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Dec 1 2018)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. #include "dialog_shim.h"
  12. #include <wx/string.h>
  13. #include <wx/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/listbox.h>
  19. #include <wx/sizer.h>
  20. #include <wx/textctrl.h>
  21. #include <wx/bmpbuttn.h>
  22. #include <wx/bitmap.h>
  23. #include <wx/image.h>
  24. #include <wx/icon.h>
  25. #include <wx/button.h>
  26. #include <wx/checkbox.h>
  27. #include <wx/statline.h>
  28. #include <wx/dialog.h>
  29. ///////////////////////////////////////////////////////////////////////////
  30. ///////////////////////////////////////////////////////////////////////////////
  31. /// Class DIALOG_BOM_BASE
  32. ///////////////////////////////////////////////////////////////////////////////
  33. class DIALOG_BOM_BASE : public DIALOG_SHIM
  34. {
  35. private:
  36. protected:
  37. enum
  38. {
  39. IN_NAMELINE = 1000,
  40. ID_CMDLINE
  41. };
  42. wxStaticText* m_staticTextPluginTitle;
  43. wxListBox* m_lbPlugins;
  44. wxStaticText* m_staticTextName;
  45. wxTextCtrl* m_textCtrlName;
  46. wxTextCtrl* m_Messages;
  47. wxBitmapButton* m_buttonAddPlugin;
  48. wxBitmapButton* m_buttonEdit;
  49. wxBitmapButton* m_buttonDelPlugin;
  50. wxStaticText* m_staticTextCmd;
  51. wxTextCtrl* m_textCtrlCommand;
  52. wxCheckBox* m_checkBoxShowConsole;
  53. wxStaticLine* m_staticline2;
  54. wxStdDialogButtonSizer* m_sdbSizer;
  55. wxButton* m_sdbSizerOK;
  56. wxButton* m_sdbSizerCancel;
  57. wxButton* m_sdbSizerHelp;
  58. // Virtual event handlers, overide them in your derived class
  59. virtual void OnIdle( wxIdleEvent& event ) { event.Skip(); }
  60. virtual void OnPluginSelected( wxCommandEvent& event ) { event.Skip(); }
  61. virtual void OnNameEdited( wxCommandEvent& event ) { event.Skip(); }
  62. virtual void OnAddPlugin( wxCommandEvent& event ) { event.Skip(); }
  63. virtual void OnEditPlugin( wxCommandEvent& event ) { event.Skip(); }
  64. virtual void OnRemovePlugin( wxCommandEvent& event ) { event.Skip(); }
  65. virtual void OnCommandLineEdited( wxCommandEvent& event ) { event.Skip(); }
  66. virtual void OnShowConsoleChanged( wxCommandEvent& event ) { event.Skip(); }
  67. virtual void OnHelp( wxCommandEvent& event ) { event.Skip(); }
  68. virtual void OnRunPlugin( wxCommandEvent& event ) { event.Skip(); }
  69. public:
  70. DIALOG_BOM_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Bill of Material"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 617,433 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  71. ~DIALOG_BOM_BASE();
  72. };