KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_git_repository_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-254-gc2ef7767)
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/filepicker.h>
25#include <wx/button.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/panel.h>
30#include <wx/dialog.h>
31
33
34
39{
40 private:
41
42 protected:
43 wxStaticText* m_staticText1;
44 wxStaticLine* m_staticline1;
45 wxStaticText* m_staticText3;
46 wxTextCtrl* m_txtName;
47 wxStaticText* m_staticText4;
48 wxTextCtrl* m_txtURL;
49 wxStaticText* m_staticText9;
50 wxChoice* m_ConnType;
51 wxPanel* m_panelAuth;
52 wxStaticText* m_staticText2;
53 wxStaticLine* m_staticline2;
54 wxStaticText* m_labelSSH;
55 wxFilePickerCtrl* m_fpSSHKey;
56 wxButton* m_btnTest;
57 wxStaticText* m_staticText11;
58 wxTextCtrl* m_txtUsername;
59 wxStaticText* m_labelPass1;
60 wxTextCtrl* m_txtPassword;
61 wxStdDialogButtonSizer* m_sdbSizer;
62 wxButton* m_sdbSizerOK;
64
65 // Virtual event handlers, override them in your derived class
66 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
67 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
68 virtual void OnLocationExit( wxFocusEvent& event ) { event.Skip(); }
69 virtual void OnSelectConnType( wxCommandEvent& event ) { event.Skip(); }
70 virtual void OnFileUpdated( wxFileDirPickerEvent& event ) { event.Skip(); }
71 virtual void OnTestClick( wxCommandEvent& event ) { event.Skip(); }
72 virtual void OnOKClick( wxCommandEvent& event ) { event.Skip(); }
73
74
75 public:
76
77 DIALOG_GIT_REPOSITORY_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git Repository"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 682,598 ), long style = wxCAPTION|wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
78
80
81};
82
Class DIALOG_GIT_REPOSITORY_BASE.
wxStdDialogButtonSizer * m_sdbSizer
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:88
#define _(s)