2012-09-07 16:15:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2020-05-27 22:28:36 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
2012-09-07 16:15:18 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-26 14:38:45 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2012-09-07 16:15:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-05-27 22:28:36 +00:00
|
|
|
#pragma once
|
2012-09-07 16:15:18 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
|
|
|
#include "dialog_shim.h"
|
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/stattext.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/textctrl.h>
|
2020-05-27 22:28:36 +00:00
|
|
|
#include <wx/stc/stc.h>
|
2020-06-08 19:41:09 +00:00
|
|
|
#include <wx/bmpbuttn.h>
|
2018-08-03 19:28:44 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2014-10-14 20:39:25 +00:00
|
|
|
#include <wx/button.h>
|
2012-09-07 16:15:18 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/checkbox.h>
|
2018-07-06 17:03:57 +00:00
|
|
|
#include <wx/choice.h>
|
2018-05-24 07:12:43 +00:00
|
|
|
#include <wx/statline.h>
|
2012-09-07 16:15:18 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-08-06 19:54:26 +00:00
|
|
|
/// Class DIALOG_LIB_TEXT_PROPERTIES_BASE
|
2012-09-07 16:15:18 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-08-06 19:54:26 +00:00
|
|
|
class DIALOG_LIB_TEXT_PROPERTIES_BASE : public DIALOG_SHIM
|
2012-09-07 16:15:18 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-05-27 22:28:36 +00:00
|
|
|
|
2012-09-07 16:15:18 +00:00
|
|
|
protected:
|
2020-06-08 19:41:09 +00:00
|
|
|
wxStaticText* m_textLabel;
|
2020-05-27 22:28:36 +00:00
|
|
|
wxTextCtrl* m_TextCtrl;
|
|
|
|
wxStyledTextCtrl* m_StyledTextCtrl;
|
2020-06-08 19:41:09 +00:00
|
|
|
wxBitmapButton* m_TextValueSelectButton;
|
2021-09-27 12:24:53 +00:00
|
|
|
wxStaticText* m_note;
|
2018-07-06 17:03:57 +00:00
|
|
|
wxCheckBox* m_visible;
|
|
|
|
wxStaticText* m_xPosLabel;
|
|
|
|
wxTextCtrl* m_xPosCtrl;
|
|
|
|
wxStaticText* m_xPosUnits;
|
|
|
|
wxCheckBox* m_italic;
|
|
|
|
wxStaticText* m_orientLabel;
|
|
|
|
wxChoice* m_orientChoice;
|
|
|
|
wxStaticText* m_yPosLabel;
|
|
|
|
wxTextCtrl* m_yPosCtrl;
|
|
|
|
wxStaticText* m_yPosUnits;
|
|
|
|
wxCheckBox* m_bold;
|
|
|
|
wxStaticText* m_hAlignLabel;
|
|
|
|
wxChoice* m_hAlignChoice;
|
2018-05-24 07:12:43 +00:00
|
|
|
wxStaticText* m_textSizeLabel;
|
|
|
|
wxTextCtrl* m_textSizeCtrl;
|
|
|
|
wxStaticText* m_textSizeUnits;
|
2018-07-06 17:03:57 +00:00
|
|
|
wxStaticText* m_vAlignLabel;
|
|
|
|
wxChoice* m_vAlignChoice;
|
2012-09-07 16:15:18 +00:00
|
|
|
wxCheckBox* m_CommonUnit;
|
|
|
|
wxCheckBox* m_CommonConvert;
|
2018-05-24 07:12:43 +00:00
|
|
|
wxStaticLine* m_staticline2;
|
2012-09-07 16:15:18 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizerButtons;
|
|
|
|
wxButton* m_sdbSizerButtonsOK;
|
|
|
|
wxButton* m_sdbSizerButtonsCancel;
|
2020-05-27 22:28:36 +00:00
|
|
|
|
2012-09-07 16:15:18 +00:00
|
|
|
// Virtual event handlers, overide them in your derived class
|
2014-10-14 20:39:25 +00:00
|
|
|
virtual void OnCloseDialog( wxCloseEvent& event ) { event.Skip(); }
|
2018-07-19 19:20:53 +00:00
|
|
|
virtual void OnSetFocusText( wxFocusEvent& event ) { event.Skip(); }
|
2014-10-14 20:39:25 +00:00
|
|
|
virtual void OnTextValueSelectButtonClick( wxCommandEvent& event ) { event.Skip(); }
|
2020-05-27 22:28:36 +00:00
|
|
|
|
|
|
|
|
2012-09-07 16:15:18 +00:00
|
|
|
public:
|
2020-05-27 22:28:36 +00:00
|
|
|
|
2021-09-27 12:24:53 +00:00
|
|
|
DIALOG_LIB_TEXT_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Text Item Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2021-08-06 19:54:26 +00:00
|
|
|
~DIALOG_LIB_TEXT_PROPERTIES_BASE();
|
2020-05-27 22:28:36 +00:00
|
|
|
|
2012-09-07 16:15:18 +00:00
|
|
|
};
|
|
|
|
|