mirror of https://github.com/BOINC/boinc.git
48 lines
1.5 KiB
C++
Executable File
48 lines
1.5 KiB
C++
Executable File
///////////////////////////////////////////////////////////////////////////
|
|
// C++ code generated with wxFormBuilder (version Apr 16 2008)
|
|
// http://www.wxformbuilder.org/
|
|
//
|
|
// PLEASE DO "NOT" EDIT THIS FILE!
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __DlgItemPropertiesBase__
|
|
#define __DlgItemPropertiesBase__
|
|
|
|
#include <wx/intl.h>
|
|
|
|
#include <wx/gdicmn.h>
|
|
#include <wx/gbsizer.h>
|
|
#include <wx/sizer.h>
|
|
#include <wx/scrolwin.h>
|
|
#include <wx/font.h>
|
|
#include <wx/colour.h>
|
|
#include <wx/settings.h>
|
|
#include <wx/string.h>
|
|
#include <wx/button.h>
|
|
#include <wx/dialog.h>
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
#define ID_DEFAULT wxID_ANY // Default
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
/// Class CDlgItemPropertiesBase
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
class CDlgItemPropertiesBase : public wxDialog
|
|
{
|
|
private:
|
|
|
|
protected:
|
|
wxBoxSizer* m_bSizer1;
|
|
wxScrolledWindow* m_scrolledWindow;
|
|
wxGridBagSizer* m_gbSizer;
|
|
wxButton* m_btnClose;
|
|
|
|
public:
|
|
CDlgItemPropertiesBase( wxWindow* parent, wxWindowID id = ID_DEFAULT, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 503,480 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
|
~CDlgItemPropertiesBase();
|
|
|
|
};
|
|
|
|
#endif //__DlgItemPropertiesBase__
|