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.

62 lines
1.9KB

  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 __optionsGUI__
  8. #define __optionsGUI__
  9. #include <wx/string.h>
  10. #include <wx/stattext.h>
  11. #include <wx/gdicmn.h>
  12. #include <wx/font.h>
  13. #include <wx/colour.h>
  14. #include <wx/settings.h>
  15. #include <wx/filepicker.h>
  16. #include <wx/sizer.h>
  17. #include <wx/statbox.h>
  18. #include <wx/checkbox.h>
  19. #include <wx/textctrl.h>
  20. #include <wx/spinctrl.h>
  21. #include <wx/button.h>
  22. #include <wx/dialog.h>
  23. ///////////////////////////////////////////////////////////////////////////
  24. ///////////////////////////////////////////////////////////////////////////////
  25. /// Class dialog_Options
  26. ///////////////////////////////////////////////////////////////////////////////
  27. class dialog_Options : public wxDialog
  28. {
  29. private:
  30. protected:
  31. wxStaticText* statictext_dbpath;
  32. wxDirPickerCtrl* dirpicker_dbpath;
  33. wxCheckBox* checkbox_proxy;
  34. wxStaticText* statictext_url;
  35. wxTextCtrl* textctrl_url;
  36. wxStaticText* statictext_port;
  37. wxSpinCtrl* spinctrl_port;
  38. wxButton* bouton_annuler;
  39. wxButton* bouton_ok;
  40. // Virtual event handlers, overide them in your derived class
  41. virtual void OnCancel( wxCloseEvent& event ) { event.Skip(); }
  42. virtual void OnToggleProxy( wxCommandEvent& event ) { event.Skip(); }
  43. virtual void OnCancel( wxCommandEvent& event ) { event.Skip(); }
  44. virtual void OnOk( wxCommandEvent& event ) { event.Skip(); }
  45. public:
  46. dialog_Options( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 441,238 ), long style = wxDEFAULT_DIALOG_STYLE|wxSTAY_ON_TOP );
  47. ~dialog_Options();
  48. };
  49. #endif //__optionsGUI__