UI building started
This commit is contained in:
71
EAPMethods/res/wxEAPTLS.h
Normal file
71
EAPMethods/res/wxEAPTLS.h
Normal file
@@ -0,0 +1,71 @@
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// C++ code generated with wxFormBuilder (version Jun 17 2015)
|
||||
// http://www.wxformbuilder.org/
|
||||
//
|
||||
// PLEASE DO "NOT" EDIT THIS FILE!
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef __WXEAPTLS_H__
|
||||
#define __WXEAPTLS_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/listbox.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/statbox.h>
|
||||
#include <wx/panel.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
/// Class wxEAPTLSConfigBase
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class wxEAPTLSConfigBase : public wxPanel
|
||||
{
|
||||
DECLARE_EVENT_TABLE()
|
||||
private:
|
||||
|
||||
// Private event handlers
|
||||
void _wxFB_OnRootCADClick( wxCommandEvent& event ){ OnRootCADClick( event ); }
|
||||
void _wxFB_OnRootCAAdd( wxCommandEvent& event ){ OnRootCAAdd( event ); }
|
||||
void _wxFB_OnRootCARemove( wxCommandEvent& event ){ OnRootCARemove( event ); }
|
||||
|
||||
|
||||
protected:
|
||||
wxStaticBitmap* m_server_trust_icon;
|
||||
wxStaticText* m_server_trust_label;
|
||||
wxStaticText* m_root_ca_lbl;
|
||||
wxListBox* m_root_ca;
|
||||
wxButton* m_root_ca_add;
|
||||
wxButton* m_root_ca_remove;
|
||||
wxStaticText* m_server_names_label;
|
||||
wxTextCtrl* m_server_names;
|
||||
wxStaticText* m_server_names_note;
|
||||
|
||||
// Virtual event handlers, overide them in your derived class
|
||||
virtual void OnRootCADClick( wxCommandEvent& event ) { event.Skip(); }
|
||||
virtual void OnRootCAAdd( wxCommandEvent& event ) { event.Skip(); }
|
||||
virtual void OnRootCARemove( wxCommandEvent& event ) { event.Skip(); }
|
||||
|
||||
|
||||
public:
|
||||
|
||||
wxEAPTLSConfigBase( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL );
|
||||
~wxEAPTLSConfigBase();
|
||||
|
||||
};
|
||||
|
||||
#endif //__WXEAPTLS_H__
|
Reference in New Issue
Block a user