KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_textbox_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;
16
17#include "dialog_shim.h"
18#include <wx/string.h>
19#include <wx/stattext.h>
20#include <wx/gdicmn.h>
21#include <wx/font.h>
22#include <wx/colour.h>
23#include <wx/settings.h>
24#include <wx/stc/stc.h>
25#include <wx/sizer.h>
26#include <wx/checkbox.h>
27#include <wx/bmpcbox.h>
28#include <wx/choice.h>
29#include <wx/bmpbuttn.h>
30#include <wx/bitmap.h>
31#include <wx/image.h>
32#include <wx/icon.h>
33#include <wx/button.h>
34#include <wx/textctrl.h>
35#include <wx/combobox.h>
36#include <wx/gbsizer.h>
37#include <wx/dialog.h>
38
40
45{
46 private:
47
48 protected:
49 wxBoxSizer* bMainSizer;
50 wxBoxSizer* m_MultiLineSizer;
51 wxStyledTextCtrl* m_MultiLineText;
52 wxCheckBox* m_cbLocked;
53 wxStaticText* m_LayerLabel;
55 wxStaticText* m_fontLabel;
71 wxStaticText* m_SizeXLabel;
72 wxTextCtrl* m_SizeXCtrl;
73 wxStaticText* m_SizeXUnits;
74 wxCheckBox* m_borderCheckbox;
75 wxStaticText* m_SizeYLabel;
76 wxTextCtrl* m_SizeYCtrl;
77 wxStaticText* m_SizeYUnits;
78 wxStaticText* m_ThicknessLabel;
79 wxTextCtrl* m_ThicknessCtrl;
80 wxStaticText* m_ThicknessUnits;
82 wxStaticText* m_OrientLabel;
83 wxComboBox* m_OrientCtrl;
84 wxStaticText* m_borderWidthLabel;
85 wxTextCtrl* m_borderWidthCtrl;
86 wxStaticText* m_borderWidthUnits;
87 wxStaticText* m_borderStyleLabel;
88 wxBitmapComboBox* m_borderStyleCombo;
89 wxStdDialogButtonSizer* m_sdbSizer;
90 wxButton* m_sdbSizerOK;
92
93 // Virtual event handlers, override them in your derived class
94 virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); }
95 virtual void onMultiLineTCLostFocus( wxFocusEvent& event ) { event.Skip(); }
96 virtual void onFontSelected( wxCommandEvent& event ) { event.Skip(); }
97 virtual void onBoldToggle( wxCommandEvent& event ) { event.Skip(); }
98 virtual void onHalignButton( wxCommandEvent& event ) { event.Skip(); }
99 virtual void onValignButton( wxCommandEvent& event ) { event.Skip(); }
100 virtual void onTextSize( wxCommandEvent& event ) { event.Skip(); }
101 virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
102 virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
103 virtual void onThickness( wxCommandEvent& event ) { event.Skip(); }
104 virtual void onAutoTextThickness( wxCommandEvent& event ) { event.Skip(); }
105
106
107 public:
108
109 DIALOG_TEXTBOX_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Box Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxSYSTEM_MENU );
110
112
113};
114
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
Class DIALOG_TEXTBOX_PROPERTIES_BASE.
virtual void onTextSize(wxCommandEvent &event)
virtual void onAutoTextThickness(wxCommandEvent &event)
virtual void OnInitDlg(wxInitDialogEvent &event)
virtual void onBorderChecked(wxCommandEvent &event)
virtual void onValignButton(wxCommandEvent &event)
virtual void onFontSelected(wxCommandEvent &event)
virtual void onThickness(wxCommandEvent &event)
virtual void onMultiLineTCLostFocus(wxFocusEvent &event)
virtual void onHalignButton(wxCommandEvent &event)
virtual void OnOkClick(wxCommandEvent &event)
virtual void onBoldToggle(wxCommandEvent &event)
Class to display a pcb layer list in a wxBitmapComboBox.
#define _(s)