/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_BOM_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_BOM_BASE : public DIALOG_SHIM { private: protected: enum { IN_NAMELINE = 1000, ID_CMDLINE }; wxStaticText* m_staticTextGeneratorTitle; wxListBox* m_lbGenerators; wxStaticText* m_staticTextName; wxTextCtrl* m_textCtrlName; wxTextCtrl* m_Messages; wxBitmapButton* m_buttonAddGenerator; wxBitmapButton* m_buttonEdit; wxBitmapButton* m_buttonDelGenerator; wxStaticText* m_staticTextCmd; wxTextCtrl* m_textCtrlCommand; wxCheckBox* m_checkBoxShowConsole; wxStaticLine* m_staticline; wxButton* m_buttonReset; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; wxButton* m_sdbSizerHelp; // Virtual event handlers, overide them in your derived class virtual void OnIdle( wxIdleEvent& event ) { event.Skip(); } virtual void OnGeneratorSelected( wxCommandEvent& event ) { event.Skip(); } virtual void OnNameEdited( wxCommandEvent& event ) { event.Skip(); } virtual void OnAddGenerator( wxCommandEvent& event ) { event.Skip(); } virtual void OnEditGenerator( wxCommandEvent& event ) { event.Skip(); } virtual void OnRemoveGenerator( wxCommandEvent& event ) { event.Skip(); } virtual void OnCommandLineEdited( wxCommandEvent& event ) { event.Skip(); } virtual void OnShowConsoleChanged( wxCommandEvent& event ) { event.Skip(); } virtual void OnHelp( wxCommandEvent& event ) { event.Skip(); } virtual void OnRunGenerator( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_BOM_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Bill of Material"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_BOM_BASE(); };