KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_pcm_progress_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
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>
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/gauge.h>
21#include <wx/sizer.h>
22#include <wx/statbox.h>
23#include <wx/panel.h>
24#include <wx/html/htmlwin.h>
25#include <wx/button.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/dialog.h>
30
32
33
37class DIALOG_PCM_PROGRESS_BASE : public wxDialog
38{
39 private:
40
41 protected:
43 wxStaticText* m_downloadText;
45 wxPanel* m_panel2;
48 wxButton* m_buttonCancel;
49 wxButton* m_buttonClose;
50
51 // Virtual event handlers, override them in your derived class
52 virtual void OnCancelClicked( wxCommandEvent& event ) { event.Skip(); }
53 virtual void OnCloseClicked( wxCommandEvent& event ) { event.Skip(); }
54
55
56 public:
57
58 DIALOG_PCM_PROGRESS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Applying Package Changes"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 600,500 ), long style = wxCAPTION );
59
61
62};
63
Class DIALOG_PCM_PROGRESS_BASE.
virtual void OnCancelClicked(wxCommandEvent &event)
virtual void OnCloseClicked(wxCommandEvent &event)
A slimmed down version of WX_HTML_REPORT_PANEL.
#define _(s)