45 m_parentDialog(parentDialog)
69 chkConfDebug->SetValue(
true);
82 FlexGridSizer1->Add(txtDbgOut, 1,
wxEXPAND, 5);
86 FlexGridSizer1->Add(txtDbgObjOut, 1,
wxEXPAND, 5);
87 StaticBoxSizer1->Add(FlexGridSizer1, 1,
wxEXPAND, 5);
92 chkConfRelease->SetValue(
true);
105 FlexGridSizer2->Add(txtRelOut, 1,
wxEXPAND, 5);
109 FlexGridSizer2->Add(txtRelObjOut, 1,
wxEXPAND, 5);
110 StaticBoxSizer2->Add(FlexGridSizer2, 1,
wxEXPAND, 5);
114 BoxSizer1->
Fit(
this);
167 ?
_(
"Please select the compiler to use and which configurations\nyou want enabled in your project.")
168 :
_(
"Please select the compiler to use."));
wxCheckBox * chkConfDebug
wxSize Fit(wxWindow *window)
wxStaticText * StaticText1
void OnDebugChange(wxCommandEvent &event)
const wxValidator wxDefaultValidator
static const long ID_CHECKBOX3
static const long ID_TEXTCTRL4
wxTextCtrl * txtRelObjOut
static const long ID_STATICTEXT2
void AddGrowableCol(size_t idx, int proportion=0)
static const long ID_STATICTEXT1
static const long ID_TEXTCTRL2
wxStaticBoxSizer * StaticBoxSizer1
wxCheckBox * chkConfRelease
static const long ID_TEXTCTRL6
wxSizerItem * Add(wxWindow *window, const wxSizerFlags &flags)
void OnReleaseChange(wxCommandEvent &event)
static const long ID_TEXTCTRL5
wxWindow * m_parentDialog
static const long ID_STATICTEXT8
const wxSize wxDefaultSize
const wxPoint wxDefaultPosition
void EnableConfigurationTargets(bool en)
static const long ID_CHECKBOX1
static const long ID_STATICTEXT7
static const long ID_STATICTEXT3
const wxString & _(const wxString &string)
wxStaticBoxSizer * StaticBoxSizer2
static const long ID_COMBOBOX1
wxTextCtrl * txtDbgObjOut
static const long ID_STATICTEXT4
bool Show(wxWindow *window, bool show=true, bool recursive=false)
static const long ID_TEXTCTRL1
void SetSizeHints(wxWindow *window)
static const long ID_TEXTCTRL3
virtual void SetValue(bool state)
DLLIMPORT int cbMessageBox(const wxString &message, const wxString &caption=wxEmptyString, int style=wxOK, wxWindow *parent=NULL, int x=-1, int y=-1)
wxMessageBox wrapper.