You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.5KB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Sep 8 2010)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __testcurlGUI__
  8. #define __testcurlGUI__
  9. #include <wx/string.h>
  10. #include <wx/textctrl.h>
  11. #include <wx/gdicmn.h>
  12. #include <wx/font.h>
  13. #include <wx/colour.h>
  14. #include <wx/settings.h>
  15. #include <wx/stattext.h>
  16. #include <wx/checkbox.h>
  17. #include <wx/spinctrl.h>
  18. #include <wx/sizer.h>
  19. #include <wx/button.h>
  20. #include <wx/frame.h>
  21. ///////////////////////////////////////////////////////////////////////////
  22. ///////////////////////////////////////////////////////////////////////////////
  23. /// Class testcurlGUI
  24. ///////////////////////////////////////////////////////////////////////////////
  25. class testcurlGUI : public wxFrame
  26. {
  27. private:
  28. protected:
  29. wxTextCtrl* texte_URL;
  30. wxStaticText* texte_Blanc;
  31. wxCheckBox* checkbox_Proxy;
  32. wxTextCtrl* texte_Proxy;
  33. wxSpinCtrl* spin_Proxy;
  34. wxButton* boutonGo;
  35. wxTextCtrl* texte_Resultat;
  36. // Virtual event handlers, overide them in your derived class
  37. virtual void OnGo( wxCommandEvent& event ) { event.Skip(); }
  38. public:
  39. testcurlGUI( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Test libcURL"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 800,500 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
  40. ~testcurlGUI();
  41. };
  42. #endif //__testcurlGUI__