KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcbnew/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 FONT_CHOICE;
15class WX_INFOBAR;
16
17#include "dialog_shim.h"
18#include <wx/infobar.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/string.h>
24#include <wx/stattext.h>
25#include <wx/bmpbuttn.h>
26#include <wx/bitmap.h>
27#include <wx/image.h>
28#include <wx/icon.h>
29#include <wx/button.h>
30#include <wx/sizer.h>
31#include <wx/choice.h>
32#include <wx/checkbox.h>
33#include <wx/gbsizer.h>
34#include <wx/textctrl.h>
35#include <wx/statline.h>
36#include <wx/dialog.h>
37
39
44{
45 private:
46
47 protected:
52 wxStaticText* vAlignLabel;
56 wxStaticText* m_fontLabel;
58 wxStaticText* m_styleLabel;
59 wxCheckBox* m_bold;
60 wxCheckBox* m_italic;
61 wxStaticText* m_SizeXLabel;
62 wxTextCtrl* m_SizeXCtrl;
63 wxStaticText* m_SizeXUnits;
64 wxStaticText* m_SizeYLabel;
65 wxTextCtrl* m_SizeYCtrl;
66 wxStaticText* m_SizeYUnits;
67 wxStaticText* m_ThicknessLabel;
68 wxTextCtrl* m_ThicknessCtrl;
69 wxStaticText* m_ThicknessUnits;
70 wxTextCtrl* m_marginTopCtrl;
71 wxStaticText* m_marginTopUnits;
72 wxTextCtrl* m_marginLeftCtrl;
73 wxTextCtrl* m_marginRightCtrl;
74 wxTextCtrl* m_marginBottomCtrl;
75 wxStaticLine* m_staticline1;
76 wxButton* m_editTable;
77 wxStdDialogButtonSizer* m_sdbSizer1;
78 wxButton* m_sdbSizer1OK;
79 wxButton* m_sdbSizer1Cancel;
80
81 // Virtual event handlers, override them in your derived class
82 virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
83 virtual void onThickness( wxCommandEvent& event ) { event.Skip(); }
84 virtual void onEditTable( wxCommandEvent& event ) { event.Skip(); }
85
86
87 public:
88
89 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 );
90
92
93};
94
A bitmap button widget that behaves like an AUI toolbar item's button when it is drawn.
Definition: bitmap_button.h:42
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
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)
A modified version of the wxInfoBar class that allows us to:
Definition: wx_infobar.h:75
#define _(s)