+#define wxUSE_CONTROLS 1 // Do not change
+#define wxUSE_POPUPWIN 0 // OS/2 does not use this
+
+// Recommended setting: 1
+#define wxUSE_BUTTON 1 // wxButton
+#define wxUSE_BMPBUTTON 1 // wxBitmapButton
+#define wxUSE_CALENDARCTRL 1 // wxCalendarCtrl
+#define wxUSE_CHECKBOX 1 // wxCheckBox
+#define wxUSE_CHECKLISTBOX 1 // wxCheckListBox (requires wxUSE_OWNER_DRAWN)
+#define wxUSE_CHOICE 1 // wxChoice
+#define wxUSE_COMBOBOX 1 // wxComboBox
+#define wxUSE_GAUGE 1 // wxGauge
+#define wxUSE_LISTBOX 1 // wxListBox
+#define wxUSE_LISTCTRL 1 // wxListCtrl
+#define wxUSE_RADIOBOX 1 // wxRadioBox
+#define wxUSE_RADIOBTN 1 // wxRadioButton
+#define wxUSE_SCROLLBAR 1 // wxScrollBar
+#define wxUSE_SLIDER 1 // wxSlider
+#define wxUSE_SPINBTN 1 // wxSpinButton
+#define wxUSE_SPINCTRL 1 // wxSpinCtrl
+#define wxUSE_STATBOX 1 // wxStaticBox
+#define wxUSE_STATLINE 1 // wxStaticLine
+#define wxUSE_STATTEXT 1 // wxStaticText
+#define wxUSE_STATBMP 1 // wxStaticBitmap
+#define wxUSE_TEXTCTRL 1 // wxTextCtrl
+#define wxUSE_TOGGLEBTN 1 // requires wxButton
+#define wxUSE_TREECTRL 1 // wxTreeCtrl
+#define wxUSE_CHOICEDLG 1
+#define wxUSE_COLOURDLG 1
+#define wxUSE_DATAOBJ 1
+#define wxUSE_FILEDLG 1
+#define wxUSE_FONTDLG 1
+#define wxUSE_FONTMAP 1
+#define wxUSE_GRID 1
+#define wxUSE_IMAGLIST 1
+#define wxUSE_LOGGUI 1
+#define wxUSE_LOGWINDOW 1
+#define wxUSE_LOG_DIALOG 1
+#define wxUSE_MIMETYPE 1
+#define wxUSE_MSGDLG 1
+#define wxUSE_NOTEBOOK 1
+#define wxUSE_SPLITTER 1
+#define wxUSE_STOPWATCH 1
+#define wxUSE_TAB_DIALOG 1
+#define wxUSE_WXHTML_HELP 1
+