2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2024-01-26 16:16:13 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-04-23 18:48:01 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2021-06-14 18:00:08 +00:00
|
|
|
#pragma once
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2021-12-16 18:04:59 +00:00
|
|
|
class COLOR_SWATCH;
|
2023-09-14 15:49:32 +00:00
|
|
|
class WX_INFOBAR;
|
2021-12-16 18:04:59 +00:00
|
|
|
|
2016-07-16 10:54:55 +00:00
|
|
|
#include "dialog_shim.h"
|
2023-09-14 15:49:32 +00:00
|
|
|
#include <wx/infobar.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2023-09-14 15:49:32 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/checkbox.h>
|
2022-02-06 18:44:03 +00:00
|
|
|
#include <wx/stattext.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/textctrl.h>
|
|
|
|
#include <wx/sizer.h>
|
2022-06-16 12:23:35 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/bmpcbox.h>
|
2021-12-16 18:04:59 +00:00
|
|
|
#include <wx/gbsizer.h>
|
2022-06-16 12:23:35 +00:00
|
|
|
#include <wx/radiobut.h>
|
2021-12-15 10:17:53 +00:00
|
|
|
#include <wx/statbox.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-08-06 19:54:26 +00:00
|
|
|
/// Class DIALOG_LIB_SHAPE_PROPERTIES_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-08-06 19:54:26 +00:00
|
|
|
class DIALOG_LIB_SHAPE_PROPERTIES_BASE : public DIALOG_SHIM
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
2021-12-16 18:04:59 +00:00
|
|
|
DECLARE_EVENT_TABLE()
|
2013-05-26 04:36:44 +00:00
|
|
|
private:
|
2021-06-14 18:00:08 +00:00
|
|
|
|
2021-12-16 18:04:59 +00:00
|
|
|
// Private event handlers
|
2022-02-06 18:44:03 +00:00
|
|
|
void _wxFB_onBorderChecked( wxCommandEvent& event ){ onBorderChecked( event ); }
|
2021-12-16 18:04:59 +00:00
|
|
|
void _wxFB_onFill( wxCommandEvent& event ){ onFill( event ); }
|
|
|
|
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
2021-12-16 18:04:59 +00:00
|
|
|
enum
|
|
|
|
{
|
|
|
|
NO_FILL = 1000,
|
|
|
|
FILLED_SHAPE,
|
|
|
|
FILLED_WITH_BG_BODYCOLOR,
|
|
|
|
FILLED_WITH_COLOR
|
|
|
|
};
|
|
|
|
|
2023-09-14 15:49:32 +00:00
|
|
|
WX_INFOBAR* m_infoBar;
|
2022-02-06 18:44:03 +00:00
|
|
|
wxCheckBox* m_checkBorder;
|
2022-06-16 12:23:35 +00:00
|
|
|
wxStaticText* m_borderWidthLabel;
|
|
|
|
wxTextCtrl* m_borderWidthCtrl;
|
|
|
|
wxStaticText* m_borderWidthUnits;
|
|
|
|
wxStaticText* m_borderColorLabel;
|
|
|
|
wxPanel* m_panelBorderColor;
|
|
|
|
COLOR_SWATCH* m_borderColorSwatch;
|
|
|
|
wxStaticText* m_borderStyleLabel;
|
|
|
|
wxBitmapComboBox* m_borderStyleCombo;
|
2021-11-29 20:01:41 +00:00
|
|
|
wxStaticText* m_helpLabel;
|
2021-12-16 18:04:59 +00:00
|
|
|
wxRadioButton* m_rbFillNone;
|
|
|
|
wxRadioButton* m_rbFillOutline;
|
|
|
|
wxRadioButton* m_rbFillBackground;
|
|
|
|
wxRadioButton* m_rbFillCustom;
|
2022-06-16 12:23:35 +00:00
|
|
|
COLOR_SWATCH* m_fillColorSwatch;
|
2022-01-25 22:33:37 +00:00
|
|
|
wxCheckBox* m_privateCheckbox;
|
2013-05-26 04:36:44 +00:00
|
|
|
wxCheckBox* m_checkApplyToAllUnits;
|
2024-01-26 16:16:13 +00:00
|
|
|
wxCheckBox* m_checkApplyToAllBodyStyles;
|
2018-10-20 10:38:36 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2021-06-14 18:00:08 +00:00
|
|
|
|
2023-01-08 19:26:10 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2022-02-06 18:44:03 +00:00
|
|
|
virtual void onBorderChecked( wxCommandEvent& event ) { event.Skip(); }
|
2021-12-16 18:04:59 +00:00
|
|
|
virtual void onFill( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2021-06-14 18:00:08 +00:00
|
|
|
|
2023-09-14 15:49:32 +00:00
|
|
|
DIALOG_LIB_SHAPE_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("%s Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2023-01-08 19:26:10 +00:00
|
|
|
|
2021-08-06 19:54:26 +00:00
|
|
|
~DIALOG_LIB_SHAPE_PROPERTIES_BASE();
|
2021-06-14 18:00:08 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|