/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Jun 17 2015) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __WXEAP_UI_H__ #define __WXEAP_UI_H__ #include #include #include class wxEAPBannerPanel; #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class wxEAPConfigBase /////////////////////////////////////////////////////////////////////////////// class wxEAPConfigBase : public wxDialog { private: protected: wxEAPBannerPanel *m_banner; wxNotebook* m_providers; wxStdDialogButtonSizer* m_buttons; wxButton* m_buttonsOK; wxButton* m_buttonsCancel; public: wxEAPConfigBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("EAP Method Configuration"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE ); ~wxEAPConfigBase(); }; /////////////////////////////////////////////////////////////////////////////// /// Class wxEAPBannerPanelBase /////////////////////////////////////////////////////////////////////////////// class wxEAPBannerPanelBase : public wxPanel { private: protected: wxStaticText* m_product_name; public: wxEAPBannerPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = 0 ); ~wxEAPBannerPanelBase(); }; /////////////////////////////////////////////////////////////////////////////// /// Class wxCredentialsConfigPanelBase /////////////////////////////////////////////////////////////////////////////// class wxCredentialsConfigPanelBase : public wxPanel { private: protected: wxStaticBitmap* m_credentials_icon; wxStaticText* m_credentials_label; wxCheckBox* m_allow_save; wxButton* m_cred_store_set; wxButton* m_cred_store_clear; // Virtual event handlers, overide them in your derived class virtual void OnAllowSave( wxCommandEvent& event ) { event.Skip(); } virtual void OnCredentialsSet( wxCommandEvent& event ) { event.Skip(); } virtual void OnCredentialsClear( wxCommandEvent& event ) { event.Skip(); } public: wxCredentialsConfigPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,-1 ), long style = wxTAB_TRAVERSAL ); ~wxCredentialsConfigPanelBase(); }; /////////////////////////////////////////////////////////////////////////////// /// Class wxPasswordCredentialsPanelBase /////////////////////////////////////////////////////////////////////////////// class wxPasswordCredentialsPanelBase : public wxPanel { private: protected: wxStaticBitmap* m_credentials_icon; wxStaticText* m_credentials_label; wxStaticText* m_identity_label; wxTextCtrl* m_identity; wxStaticText* m_password_label; wxTextCtrl* m_password; wxCheckBox* m_remember; public: wxPasswordCredentialsPanelBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,-1 ), long style = wxTAB_TRAVERSAL ); ~wxPasswordCredentialsPanelBase(); }; #endif //__WXEAP_UI_H__