KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema/dialogs/dialog_tablecell_properties_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
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>
13class BITMAP_BUTTON;
14class COLOR_SWATCH;
15class FONT_CHOICE;
16class WX_INFOBAR;
17
18#include "dialog_shim.h"
19#include <wx/infobar.h>
20#include <wx/gdicmn.h>
21#include <wx/font.h>
22#include <wx/colour.h>
23#include <wx/settings.h>
24#include <wx/string.h>
25#include <wx/stattext.h>
26#include <wx/bmpbuttn.h>
27#include <wx/bitmap.h>
28#include <wx/image.h>
29#include <wx/icon.h>
30#include <wx/button.h>
31#include <wx/sizer.h>
32#include <wx/checkbox.h>
33#include <wx/choice.h>
34#include <wx/textctrl.h>
35#include <wx/gbsizer.h>
36#include <wx/panel.h>
37#include <wx/simplebook.h>
38#include <wx/statline.h>
39#include <wx/dialog.h>
40
42
47{
48 private:
49
50 protected:
55 wxStaticText* vAlignLabel;
59 wxStaticText* m_styleLabel;
60 wxCheckBox* m_bold;
61 wxCheckBox* m_italic;
62 wxStaticText* m_fontLabel;
64 wxStaticText* m_textSizeLabel;
65 wxTextCtrl* m_textSizeCtrl;
66 wxStaticText* m_textSizeUnits;
67 wxStaticText* m_textColorLabel;
68 wxSimplebook* m_textColorBook;
73 wxStaticText* m_fillColorLabel;
74 wxSimplebook* m_fillColorBook;
79 wxTextCtrl* m_marginTopCtrl;
80 wxStaticText* m_marginTopUnits;
81 wxTextCtrl* m_marginLeftCtrl;
82 wxTextCtrl* m_marginRightCtrl;
83 wxTextCtrl* m_marginBottomCtrl;
84 wxStaticLine* m_staticline1;
85 wxButton* m_editTable;
86 wxStdDialogButtonSizer* m_sdbSizer1;
87 wxButton* m_sdbSizer1OK;
89
90 // Virtual event handlers, override them in your derived class
91 virtual void onTextColorPopup( wxCommandEvent& event ) { event.Skip(); }
92 virtual void onFillColorPopup( wxCommandEvent& event ) { event.Skip(); }
93 virtual void onEditTable( wxCommandEvent& event ) { event.Skip(); }
94
95
96 public:
97
98 DIALOG_TABLECELL_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Table Cell Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
99
101
102};
103
A bitmap button widget that behaves like an AUI toolbar item's button when it is drawn.
Definition: bitmap_button.h:42
A simple color swatch of the kind used to set layer colors.
Definition: color_swatch.h:57
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
A modified version of the wxInfoBar class that allows us to:
Definition: wx_infobar.h:75
#define _(s)