2017-10-31 16:33:37 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-01-08 19:26:10 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2017-10-31 16:33:37 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-11-16 23:56:41 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2017-10-31 16:33:37 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-12-31 04:05:51 +00:00
|
|
|
#pragma once
|
2017-10-31 16:33:37 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2020-08-18 16:12:26 +00:00
|
|
|
class COLOR_SWATCH;
|
|
|
|
|
2017-10-31 16:33:37 +00:00
|
|
|
#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>
|
2017-11-15 19:28:17 +00:00
|
|
|
#include <wx/sizer.h>
|
2020-08-18 16:12:26 +00:00
|
|
|
#include <wx/panel.h>
|
|
|
|
#include <wx/bmpcbox.h>
|
2022-04-06 12:43:24 +00:00
|
|
|
#include <wx/gbsizer.h>
|
2020-08-18 16:12:26 +00:00
|
|
|
#include <wx/button.h>
|
2017-10-31 16:33:37 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2022-03-16 13:43:19 +00:00
|
|
|
/// Class DIALOG_LINE_PROPERTIES_BASE
|
2017-10-31 16:33:37 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2022-03-16 13:43:19 +00:00
|
|
|
class DIALOG_LINE_PROPERTIES_BASE : public DIALOG_SHIM
|
2017-10-31 16:33:37 +00:00
|
|
|
{
|
|
|
|
DECLARE_EVENT_TABLE()
|
|
|
|
private:
|
2019-12-31 04:05:51 +00:00
|
|
|
|
2017-10-31 16:33:37 +00:00
|
|
|
// Private event handlers
|
|
|
|
void _wxFB_resetDefaults( wxCommandEvent& event ){ resetDefaults( event ); }
|
2019-12-31 04:05:51 +00:00
|
|
|
|
|
|
|
|
2017-10-31 16:33:37 +00:00
|
|
|
protected:
|
2017-11-15 19:28:17 +00:00
|
|
|
wxStaticText* m_staticTextWidth;
|
2017-10-31 16:33:37 +00:00
|
|
|
wxTextCtrl* m_lineWidth;
|
|
|
|
wxStaticText* m_staticWidthUnits;
|
2019-12-31 14:01:37 +00:00
|
|
|
wxStaticText* m_staticTextColor;
|
2022-10-01 16:42:02 +00:00
|
|
|
wxPanel* m_panelColor;
|
2020-08-18 16:12:26 +00:00
|
|
|
COLOR_SWATCH* m_colorSwatch;
|
2019-12-31 14:01:37 +00:00
|
|
|
wxStaticText* m_staticTextStyle;
|
2019-12-31 04:05:51 +00:00
|
|
|
wxBitmapComboBox* m_typeCombo;
|
2021-07-01 14:40:06 +00:00
|
|
|
wxStaticText* m_helpLabel1;
|
|
|
|
wxStaticText* m_helpLabel2;
|
2017-11-15 19:28:17 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
wxButton* m_sdbSizerApply;
|
|
|
|
wxButton* m_sdbSizerCancel;
|
2019-12-31 04:05:51 +00:00
|
|
|
|
2022-10-01 16:42:02 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2017-10-31 16:33:37 +00:00
|
|
|
virtual void resetDefaults( wxCommandEvent& event ) { event.Skip(); }
|
2019-12-31 04:05:51 +00:00
|
|
|
|
|
|
|
|
2017-10-31 16:33:37 +00:00
|
|
|
public:
|
2019-12-31 04:05:51 +00:00
|
|
|
|
2023-01-08 19:26:10 +00:00
|
|
|
DIALOG_LINE_PROPERTIES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Line Properties"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
2022-10-01 16:42:02 +00:00
|
|
|
|
2022-03-16 13:43:19 +00:00
|
|
|
~DIALOG_LINE_PROPERTIES_BASE();
|
2019-12-31 04:05:51 +00:00
|
|
|
|
2017-10-31 16:33:37 +00:00
|
|
|
};
|
|
|
|
|