3 This project demonstrates the use of the CMDIFrame class to display a MDI frame
\r
4 window. MDI (Multiple Document Interface) frames allow different types of view
\r
5 windows to be displayed simultaneously.
\r
7 In this case the MDI Child's view window uses CDocker to create a splitter window.
\r
8 The splitter window has dock containers docked at the left and the right.
\r
11 Features demonstrated in this example
\r
12 =====================================
\r
13 * Use of CMDIFrame and CMDIChild classes to implement a MDI frame
\r
14 * Setting the seperate menu for the CMDIChild.
\r
15 * Reponding to the MDI specific commands in CMDIFrame::OnCommand
\r
16 * Using a splitter(docker) window as a MDI child.
\r
17 * Adding dock containers to the splitter window.
\r
18 * Use of dock styles to prevent undocking.
\r