2019-03-11 21:32:05 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-01-08 19:26:10 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2019-03-11 21:32:05 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2019-04-22 07:34:28 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2019-03-11 21:32:05 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-04-22 07:34:28 +00:00
|
|
|
#pragma once
|
2019-03-11 21:32:05 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2023-01-08 19:26:10 +00:00
|
|
|
class wxListView;
|
|
|
|
|
2019-03-11 21:32:05 +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/listctrl.h>
|
|
|
|
#include <wx/combobox.h>
|
2023-01-08 19:26:10 +00:00
|
|
|
#include <wx/button.h>
|
2019-04-22 07:34:28 +00:00
|
|
|
#include <wx/bitmap.h>
|
|
|
|
#include <wx/image.h>
|
|
|
|
#include <wx/icon.h>
|
2019-03-11 21:32:05 +00:00
|
|
|
#include <wx/sizer.h>
|
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_MIGRATE_BUSES_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
class DIALOG_MIGRATE_BUSES_BASE : public DIALOG_SHIM
|
|
|
|
{
|
|
|
|
private:
|
2019-04-22 07:34:28 +00:00
|
|
|
|
2019-03-11 21:32:05 +00:00
|
|
|
protected:
|
|
|
|
wxStaticText* m_staticText5;
|
|
|
|
wxStaticText* m_staticText7;
|
|
|
|
wxListView* m_migration_list;
|
|
|
|
wxStaticText* m_staticText6;
|
|
|
|
wxComboBox* m_cb_new_name;
|
|
|
|
wxButton* m_btn_accept;
|
2019-04-22 07:34:28 +00:00
|
|
|
wxStdDialogButtonSizer* m_sdbSizer;
|
|
|
|
wxButton* m_sdbSizerOK;
|
|
|
|
|
2019-03-11 21:32:05 +00:00
|
|
|
public:
|
2019-04-22 07:34:28 +00:00
|
|
|
|
|
|
|
DIALOG_MIGRATE_BUSES_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Migrate Buses"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
|
2023-01-08 19:26:10 +00:00
|
|
|
|
2019-03-11 21:32:05 +00:00
|
|
|
~DIALOG_MIGRATE_BUSES_BASE();
|
2019-04-22 07:34:28 +00:00
|
|
|
|
2019-03-11 21:32:05 +00:00
|
|
|
};
|
|
|
|
|