10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/radiobox.h>
21#include <wx/textctrl.h>
22#include <wx/filepicker.h>
23#include <wx/checkbox.h>
57 const wxString& title =
_(
"Git Authentication Required" ),
58 const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
59 long style = wxDEFAULT_DIALOG_STYLE );
wxStaticText * m_passLabel
wxStdDialogButtonSizer * m_sdbSizer1
DIALOG_GIT_CREDENTIALS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Git Authentication Required"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
~DIALOG_GIT_CREDENTIALS_BASE()
wxStaticText * m_keyLabel
wxStaticText * m_urlLabel
wxFilePickerCtrl * m_keyPicker
wxStaticText * m_promptLabel
wxStaticText * m_userLabel
wxRadioBox * m_authChoice
wxButton * m_sdbSizer1Cancel
virtual void OnConnTypeChanged(wxCommandEvent &event)
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)