KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_locked_items_query_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 3.9.0 Jun 3 2020)
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/bitmap.h>
15#include <wx/image.h>
16#include <wx/icon.h>
17#include <wx/statbmp.h>
18#include <wx/gdicmn.h>
19#include <wx/font.h>
20#include <wx/colour.h>
21#include <wx/settings.h>
22#include <wx/string.h>
23#include <wx/stattext.h>
24#include <wx/sizer.h>
25#include <wx/checkbox.h>
26#include <wx/button.h>
27#include <wx/dialog.h>
28
30
31
36{
37 private:
38
39 protected:
40 wxStaticBitmap* m_icon;
41 wxStaticText* m_messageLine1;
42 wxStaticText* m_messageLine2;
43 wxCheckBox* m_doNotShowBtn;
44 wxButton* m_overrideBtn;
45 wxStdDialogButtonSizer* m_sdbSizer;
46 wxButton* m_sdbSizerOK;
48
49 // Virtual event handlers, override them in your derived class
50 virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
51 virtual void onOverrideLocks( wxCommandEvent& event ) { event.Skip(); }
52
53
54 public:
55
56 DIALOG_LOCKED_ITEMS_QUERY_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Locked Items"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
58
59};
60
Class DIALOG_LOCKED_ITEMS_QUERY_BASE.
virtual void onOverrideLocks(wxCommandEvent &event)
virtual void OnInitDlg(wxInitDialogEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
#define _(s)