-#if USE_RESOURCES
- LoadFromResource(parent, _T("dialogShape"));
-
- m_textX = (wxTextCtrl *)wxFindWindowByName(_T("textX"), this);
- m_textY = (wxTextCtrl *)wxFindWindowByName(_T("textY"), this);
- m_textW = (wxTextCtrl *)wxFindWindowByName(_T("textW"), this);
- m_textH = (wxTextCtrl *)wxFindWindowByName(_T("textH"), this);
-
- m_radio = (wxRadioBox *)wxFindWindowByName(_T("radio"), this);
-#else