KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_drill_groups_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a)
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 "widgets/wx_grid.h"
14#include "dialog_shim.h"
15#include <wx/string.h>
16#include <wx/stattext.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/checkbox.h>
22#include <wx/sizer.h>
23#include <wx/grid.h>
24#include <wx/choice.h>
25#include <wx/spinctrl.h>
26#include <wx/textctrl.h>
27#include <wx/button.h>
28#include <wx/bitmap.h>
29#include <wx/image.h>
30#include <wx/icon.h>
31#include <wx/statbox.h>
32#include <wx/dialog.h>
33
35
40{
41 private:
42
43 protected:
44 wxStaticText* m_profileLabel;
45 wxStaticText* m_profileName;
48 wxStaticText* m_markLabel;
49 wxChoice* m_markCtrl;
50 wxStaticText* m_shapeLabel;
51 wxSpinCtrl* m_shapeCtrl;
52 wxStaticText* m_letterLabel;
53 wxTextCtrl* m_letterCtrl;
54 wxStaticText* m_descriptionLabel;
55 wxTextCtrl* m_descriptionCtrl;
56 wxButton* m_flashButton;
57 wxButton* m_closeButton;
58
59 // Virtual event handlers, override them in your derived class
60 virtual void onFreezeChanged( wxCommandEvent& event ) { event.Skip(); }
61 virtual void onFlash( wxCommandEvent& event ) { event.Skip(); }
62 virtual void onClose( wxCommandEvent& event ) { event.Skip(); }
63
64
65 public:
66
67 DIALOG_DRILL_GROUPS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Drill Groups"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 760,620 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
68
70
71};
72
virtual void onClose(wxCommandEvent &event)
DIALOG_DRILL_GROUPS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Drill Groups"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(760, 620), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void onFlash(wxCommandEvent &event)
virtual void onFreezeChanged(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)
#define _(s)