2023-08-30 15:21:56 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-11-04 17:57:31 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2023-08-30 15:21:56 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2024-02-10 05:28:40 +00:00
|
|
|
#include <wx/intl.h>
|
2023-08-30 15:21:56 +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>
|
|
|
|
#include <wx/checkbox.h>
|
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/button.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_GRID_SETTINGS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_GRID_SETTINGS_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
|
|
|
wxStaticText* m_staticTextName;
|
|
|
|
wxTextCtrl* m_textName;
|
|
|
|
wxStaticText* m_staticTextOptional;
|
|
|
|
wxStaticText* m_staticTextX;
|
|
|
|
wxTextCtrl* m_textX;
|
|
|
|
wxStaticText* m_staticTextXUnits;
|
|
|
|
wxCheckBox* m_checkLinked;
|
|
|
|
wxStaticText* m_staticTextY;
|
|
|
|
wxTextCtrl* m_textY;
|
|
|
|
wxStaticText* m_staticTextYUnits;
|
|
|
|
wxStdDialogButtonSizer* m_stdButtons;
|
|
|
|
wxButton* m_stdButtonsOK;
|
|
|
|
wxButton* m_stdButtonsCancel;
|
|
|
|
|
|
|
|
// Virtual event handlers, override them in your derived class
|
|
|
|
virtual void OnLinkedChecked( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2024-02-10 05:28:40 +00:00
|
|
|
DIALOG_GRID_SETTINGS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Grid Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE );
|
2023-08-30 15:21:56 +00:00
|
|
|
|
|
|
|
~DIALOG_GRID_SETTINGS_BASE();
|
|
|
|
|
|
|
|
};
|
|
|
|
|