mirror of
https://gitee.com/HEYAHONG/Programer_discarded.git
synced 2025-07-26 21:49:38 +08:00
23 lines
657 B
C++
23 lines
657 B
C++
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Oct 26 2018)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "test.h"
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
test::test( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxDialog( parent, id, title, pos, size, style )
|
|
{
|
|
this->SetSizeHints( wxDefaultSize, wxDefaultSize );
|
|
|
|
|
|
this->Centre( wxBOTH );
|
|
}
|
|
|
|
test::~test()
|
|
{
|
|
}
|