~quadrispro/codelite/trunk

3636 by eranif
- Localization P3 - updated all fbp files to use the i18n flag ON + regenrate all the affected dialogs
1
///////////////////////////////////////////////////////////////////////////
2
// C++ code generated with wxFormBuilder (version Nov 18 2010)
3
// http://www.wxformbuilder.org/
4
//
5
// PLEASE DO "NOT" EDIT THIS FILE!
6
///////////////////////////////////////////////////////////////////////////
7
8
#ifndef __newwxprojectbasedlg__
9
#define __newwxprojectbasedlg__
10
11
#include <wx/intl.h>
12
13
#include <wx/bitmap.h>
14
#include <wx/image.h>
15
#include <wx/icon.h>
16
#include <wx/statbmp.h>
17
#include <wx/string.h>
18
#include <wx/gdicmn.h>
19
#include <wx/font.h>
20
#include <wx/colour.h>
21
#include <wx/settings.h>
22
#include <wx/sizer.h>
23
#include <wx/panel.h>
24
#include <wx/statline.h>
25
#include <wx/stattext.h>
26
#include <wx/textctrl.h>
27
#include "dirpicker.h"
28
#include <wx/choice.h>
29
#include <wx/checkbox.h>
30
#include <wx/notebook.h>
31
#include <wx/button.h>
32
#include <wx/dialog.h>
33
34
///////////////////////////////////////////////////////////////////////////
35
36
37
///////////////////////////////////////////////////////////////////////////////
38
/// Class NewWxProjectBaseDlg
39
///////////////////////////////////////////////////////////////////////////////
40
class NewWxProjectBaseDlg : public wxDialog 
41
{
42
	private:
43
	
44
	protected:
45
		wxPanel* m_bitmapPanel;
46
		wxStaticBitmap* m_bitmap1;
47
		wxStaticLine* m_staticline4;
48
		wxNotebook* m_flatNotebook1;
49
		wxPanel* m_panelBasicInfo;
50
		wxStaticText* m_staticText1;
51
		wxTextCtrl* m_textCtrlName;
52
		wxStaticText* m_staticText2;
53
		DirPicker *m_dirPicker;
54
		wxStaticText* m_staticText3;
55
		wxChoice* m_choiceApplicationType;
56
		wxStaticText* m_staticText4;
57
		wxStaticLine* m_staticline2;
58
		wxCheckBox* m_checkBoxCreateSeparateDir;
59
		wxCheckBox* m_checkBoxPCH;
60
		wxCheckBox* m_checkBoxWinRes;
61
		wxCheckBox* m_checkBoxMWindows;
62
		wxPanel* m_panelAdvancedInfo;
63
		wxCheckBox* m_checkBoxUnicode;
64
		wxCheckBox* m_checkBoxStatic;
65
		wxCheckBox* m_checkBoxUniversal;
66
		wxStaticText* m_staticText6;
67
		wxChoice* m_choiceVersion;
68
		wxStaticText* m_staticText7;
69
		wxTextCtrl* m_textCtrlPrefix;
70
		wxStaticLine* m_staticline1;
71
		wxButton* m_buttonOK;
72
		wxButton* m_button2;
73
		
74
		// Virtual event handlers, overide them in your derived class
75
		virtual void OnChoiceChanged( wxCommandEvent& event ) { event.Skip(); }
76
		virtual void OnButtonOK( wxCommandEvent& event ) { event.Skip(); }
77
		virtual void OnButtonCancel( wxCommandEvent& event ) { event.Skip(); }
78
		
79
	
80
	public:
81
		
82
		NewWxProjectBaseDlg( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New wxWidgets Project"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
83
		~NewWxProjectBaseDlg();
84
	
85
};
86
87
#endif //__newwxprojectbasedlg__