2023-11-25 12:38:24 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2024-01-15 17:29:55 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
|
2023-11-25 12:38:24 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
class BITMAP_BUTTON;
|
|
|
|
class COLOR_SWATCH;
|
|
|
|
class FONT_CHOICE;
|
|
|
|
class WX_INFOBAR;
|
|
|
|
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/infobar.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
2024-02-03 13:43:41 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2023-11-25 12:38:24 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
|
|
|
#include <wx/button.h>
|
2024-02-03 13:43:41 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/checkbox.h>
|
2023-11-25 12:38:24 +00:00
|
|
|
#include <wx/choice.h>
|
2024-02-03 13:43:41 +00:00
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/gbsizer.h>
|
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/simplebook.h>
|
|
|
|
#include <wx/statline.h>
|
2023-11-25 12:38:24 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_TABLECELL_PROPERTIES_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_TABLECELL_PROPERTIES_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
WX_INFOBAR* m_infoBar;
|
|
|
|
BITMAP_BUTTON* m_hAlignLeft;
|
|
|
|
BITMAP_BUTTON* m_hAlignCenter;
|
|
|
|
BITMAP_BUTTON* m_hAlignRight;
|
2024-02-03 13:43:41 +00:00
|
|
|
wxStaticText* vAlignLabel;
|
2023-11-25 12:38:24 +00:00
|
|
|
BITMAP_BUTTON* m_vAlignTop;
|
|
|
|
BITMAP_BUTTON* m_vAlignCenter;
|
|
|
|
BITMAP_BUTTON* m_vAlignBottom;
|
2024-02-03 13:43:41 +00:00
|
|
|
wxStaticText* m_styleLabel;
|
|
|
|
wxCheckBox* m_bold;
|
|
|
|
wxCheckBox* m_italic;
|
2023-11-25 12:38:24 +00:00
|
|
|
wxStaticText* m_fontLabel;
|
|
|
|
FONT_CHOICE* m_fontCtrl;
|
|
|
|
wxStaticText* m_textSizeLabel;
|
|
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
|
|
wxStaticText* m_textSizeUnits;
|
|
|
|
wxStaticText* m_textColorLabel;
|
2024-02-03 13:43:41 +00:00
|
|
|
wxSimplebook* m_textColorBook;
|
|
|
|
wxChoice* m_textColorPopup;
|
|
|
|
wxPanel* textColorSwatchPanel;
|
2023-11-25 12:38:24 +00:00
|
|
|
wxPanel* m_panelTextColor;
|
|
|
|
COLOR_SWATCH* m_textColorSwatch;
|
|
|
|
wxStaticText* m_fillColorLabel;
|
2024-02-03 13:43:41 +00:00
|
|
|
wxSimplebook* m_fillColorBook;
|
|
|
|
wxChoice* m_fillColorPopup;
|
|
|
|
wxPanel* fillColorSwatchPanel;
|
2023-11-25 12:38:24 +00:00
|
|
|
wxPanel* m_panelFillColor;
|
|
|
|
COLOR_SWATCH* m_fillColorSwatch;
|
2024-01-20 17:05:21 +00:00
|
|
|
wxTextCtrl* m_marginTopCtrl;
|
|
|
|
wxStaticText* m_marginTopUnits;
|
|
|
|
wxTextCtrl* m_marginLeftCtrl;
|
|
|
|
wxTextCtrl* m_marginRightCtrl;
|
|
|
|
wxTextCtrl* m_marginBottomCtrl;
|
2024-02-03 13:43:41 +00:00
|
|
|
wxStaticLine* m_staticline1;
|
|
|
|
wxButton* m_editTable;
|
2023-11-25 12:38:24 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer1;
|
|
|
|
wxButton* m_sdbSizer1OK;
|
|
|
|
wxButton* m_sdbSizer1Cancel;
|
|
|
|
|
|
|
|
// Virtual event handlers, override them in your derived class
|
2024-02-03 13:43:41 +00:00
|
|
|
virtual void onTextColorPopup( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void onFillColorPopup( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void onEditTable( wxCommandEvent& event ) { event.Skip(); }
|
2023-11-25 12:38:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
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 );
|
|
|
|
|
|
|
|
~DIALOG_TABLECELL_PROPERTIES_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|