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.2.1-0-g80c4cb6)
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/stc/stc.h>
26#include <wx/sizer.h>
27#include <wx/bmpbuttn.h>
28#include <wx/bitmap.h>
29#include <wx/image.h>
30#include <wx/icon.h>
31#include <wx/button.h>
32#include <wx/choice.h>
33#include <wx/checkbox.h>
34#include <wx/gbsizer.h>
35#include <wx/textctrl.h>
36#include <wx/dialog.h>
37
39
44{
45 private:
46
47 protected:
49 wxStaticText* m_cellTextLabel;
50 wxStyledTextCtrl* m_cellTextCtrl;
54 wxStaticText* vAlignLabel;
58 wxStaticText* m_fontLabel;
60 wxStaticText* m_styleLabel;
61 wxCheckBox* m_bold;
62 wxCheckBox* m_italic;
63 wxStaticText* m_SizeXLabel;
64 wxTextCtrl* m_SizeXCtrl;
65 wxStaticText* m_SizeXUnits;
66 wxStaticText* m_SizeYLabel;
67 wxTextCtrl* m_SizeYCtrl;
68 wxStaticText* m_SizeYUnits;
69 wxStaticText* m_ThicknessLabel;
70 wxTextCtrl* m_ThicknessCtrl;
71 wxStaticText* m_ThicknessUnits;
72 wxTextCtrl* m_marginTopCtrl;
73 wxStaticText* m_marginTopUnits;
74 wxTextCtrl* m_marginLeftCtrl;
75 wxTextCtrl* m_marginRightCtrl;
76 wxTextCtrl* m_marginBottomCtrl;
77 wxButton* m_editTable;
78 wxStdDialogButtonSizer* m_sdbSizer1;
79 wxButton* m_sdbSizer1OK;
80 wxButton* m_sdbSizer1Cancel;
81
82 // Virtual event handlers, override them in your derived class
83 virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
84 virtual void onThickness( wxCommandEvent& event ) { event.Skip(); }
85 virtual void onEditTable( wxCommandEvent& event ) { event.Skip(); }
86
87
88 public:
89
90 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 );
91
93
94};
95
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:52
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:76
#define _(s)