KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dialog_git_repository_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a-dirty)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
13#include "dialog_shim.h"
14#include <wx/string.h>
15#include <wx/stattext.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/textctrl.h>
22#include <wx/choice.h>
23#include <wx/sizer.h>
24#include <wx/checkbox.h>
25#include <wx/filepicker.h>
26#include <wx/panel.h>
27#include <wx/button.h>
28#include <wx/dialog.h>
29
31
36{
37 private:
38
39 protected:
40 wxBoxSizer* bSizerMain;
41 wxStaticText* m_staticText1;
42 wxStaticLine* m_staticline1;
43 wxStaticText* m_staticText3;
44 wxTextCtrl* m_txtName;
45 wxStaticText* m_staticText4;
46 wxTextCtrl* m_txtURL;
47 wxStaticText* m_staticText9;
48 wxChoice* m_ConnType;
49 wxPanel* m_panelAuth;
50 wxStaticText* m_staticText2;
51 wxStaticLine* m_staticline2;
52 wxCheckBox* m_cbCustom;
53 wxFilePickerCtrl* m_fpSSHKey;
54 wxStaticText* m_staticText11;
55 wxTextCtrl* m_txtUsername;
56 wxStaticText* m_labelPass1;
57 wxTextCtrl* m_txtPassword;
58 wxStdDialogButtonSizer* m_sdbSizer;
59 wxButton* m_sdbSizerOK;
61 wxButton* m_sdbSizerHelp;
62
63 // Virtual event handlers, override them in your derived class
64 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
65 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
66 virtual void OnLocationExit( wxFocusEvent& event ) { event.Skip(); }
67 virtual void OnSelectConnType( wxCommandEvent& event ) { event.Skip(); }
68 virtual void onCbCustom( wxCommandEvent& event ) { event.Skip(); }
69 virtual void OnFileUpdated( wxFileDirPickerEvent& event ) { event.Skip(); }
70 virtual void OnTestClick( wxCommandEvent& event ) { event.Skip(); }
71 virtual void OnOKClick( wxCommandEvent& event ) { event.Skip(); }
72
73
74 public:
75
76 DIALOG_GIT_REPOSITORY_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git Repository"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
77
79
80};
81
Class DIALOG_GIT_REPOSITORY_BASE.
wxStdDialogButtonSizer * m_sdbSizer
virtual void onCbCustom(wxCommandEvent &event)
virtual void OnOKClick(wxCommandEvent &event)
virtual void OnTestClick(wxCommandEvent &event)
virtual void OnClose(wxCloseEvent &event)
virtual void OnFileUpdated(wxFileDirPickerEvent &event)
virtual void OnLocationExit(wxFocusEvent &event)
virtual void OnSelectConnType(wxCommandEvent &event)
virtual void OnUpdateUI(wxUpdateUIEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:52
#define _(s)