/////////////////////////////////////////////////////////////////////////// // 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 #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class NameChangeDialog /////////////////////////////////////////////////////////////////////////////// class NameChangeDialog : public wxDialog { private: protected: wxStaticText* _nameLabel; wxTextCtrl* _nameInput; wxStaticText* _conditionsLabel; wxStaticBitmap* _lengthBitmap; wxStaticText* _lengthLabel; wxStaticText* _nameLength; wxStaticBitmap* _charsBitmap; wxStaticText* _charsLabel; wxStaticBitmap* _whitespaceAtBeginOrEndBitmap; wxStaticText* _whitespaceAtBeginOrEndLabel; wxButton* _okButton; wxButton* _cancelButton; // Virtual event handlers, overide them in your derived class virtual void textEditEvent( wxCommandEvent& event ) { event.Skip(); } virtual void okButtonEvent( wxCommandEvent& event ) { event.Skip(); } virtual void cancelButtonEvent( wxCommandEvent& event ) { event.Skip(); } public: NameChangeDialog( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Name change"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE ); ~NameChangeDialog(); };