/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class PCB_LAYER_BOX_SELECTOR; class WX_INFOBAR; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_TABLE_PROPERTIES_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_TABLE_PROPERTIES_BASE : public DIALOG_SHIM { private: protected: WX_INFOBAR* m_infoBar; wxBoxSizer* m_gridSizer; wxStaticText* m_layerLabel; PCB_LAYER_BOX_SELECTOR* m_LayerSelectionCtrl; wxCheckBox* m_cbLocked; wxCheckBox* m_borderCheckbox; wxCheckBox* m_headerBorder; wxStaticText* m_borderWidthLabel; wxTextCtrl* m_borderWidthCtrl; wxStaticText* m_borderWidthUnits; wxStaticText* m_borderStyleLabel; wxBitmapComboBox* m_borderStyleCombo; wxCheckBox* m_rowSeparators; wxCheckBox* m_colSeparators; wxStaticText* m_separatorsWidthLabel; wxTextCtrl* m_separatorsWidthCtrl; wxStaticText* m_separatorsWidthUnits; wxStaticText* m_separatorsStyleLabel; wxBitmapComboBox* m_separatorsStyleCombo; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; wxButton* m_sdbSizer1Cancel; // Virtual event handlers, override them in your derived class virtual void onSize( wxSizeEvent& event ) { event.Skip(); } virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_TABLE_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Table Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_TABLE_PROPERTIES_BASE(); };