removed the dialog templates unneeded/unused any longer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d3f7a53b67
commit
d1f33936ab
@ -35,40 +35,6 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Dummy Dialog for all wxCAPTION Dialog boxes
|
|
||||||
//
|
|
||||||
|
|
||||||
wxResizeableDialog DIALOG DISCARDABLE 34, 22, 144, 75
|
|
||||||
STYLE DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU | WS_THICKFRAME
|
|
||||||
CAPTION ""
|
|
||||||
BEGIN
|
|
||||||
#ifdef __WATCOMC__
|
|
||||||
LTEXT "", -1,-2,-2,1,1
|
|
||||||
#endif
|
|
||||||
END
|
|
||||||
|
|
||||||
wxCaptionDialog DIALOG DISCARDABLE 34, 22, 144, 75
|
|
||||||
STYLE DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU
|
|
||||||
CAPTION "Dummy dialog"
|
|
||||||
BEGIN
|
|
||||||
#ifdef __WATCOMC__
|
|
||||||
LTEXT "", -1,-2,-2,1,1
|
|
||||||
#endif
|
|
||||||
END
|
|
||||||
|
|
||||||
//
|
|
||||||
// Dummy dialog for dialog boxes without caption & with thin frame
|
|
||||||
//
|
|
||||||
wxNoCaptionDialog DIALOG 34, 22, 144, 75
|
|
||||||
STYLE WS_POPUP
|
|
||||||
BEGIN
|
|
||||||
#ifdef __WATCOMC__
|
|
||||||
LTEXT "", -1,-2,-2,1,1
|
|
||||||
#endif
|
|
||||||
END
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// This is the MDI Window menu
|
// This is the MDI Window menu
|
||||||
|
Loading…
Reference in New Issue
Block a user