56 lines
1.6 KiB
C++
56 lines
1.6 KiB
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Jun 17 2015)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __WXPASS_H__
|
|
#define __WXPASS_H__
|
|
|
|
#include <wx/artprov.h>
|
|
#include <wx/xrc/xmlres.h>
|
|
#include <wx/intl.h>
|
|
#include <wx/bitmap.h>
|
|
#include <wx/image.h>
|
|
#include <wx/icon.h>
|
|
#include <wx/statbmp.h>
|
|
#include <wx/gdicmn.h>
|
|
#include <wx/font.h>
|
|
#include <wx/colour.h>
|
|
#include <wx/settings.h>
|
|
#include <wx/string.h>
|
|
#include <wx/stattext.h>
|
|
#include <wx/textctrl.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/checkbox.h>
|
|
#include <wx/statbox.h>
|
|
#include <wx/panel.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class wxPasswordCredentialsBase
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class wxPasswordCredentialsBase : 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:
|
|
|
|
wxPasswordCredentialsBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,-1 ), long style = wxTAB_TRAVERSAL );
|
|
~wxPasswordCredentialsBase();
|
|
|
|
};
|
|
|
|
#endif //__WXPASS_H__
|