Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / Frame / Readme.txt
diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/Frame/Readme.txt b/research/transmission_spectroscopy/TOF/Win32++/samples/Frame/Readme.txt
new file mode 100644 (file)
index 0000000..fa91b3d
--- /dev/null
@@ -0,0 +1,46 @@
+Frame Example\r
+=============\r
+This project demonstrates the use of the CFrame class to display a frame\r
+window. A frame uses a seperate view window which is displayed over its \r
+client area.\r
+\r
+CFrame provides a set of features including:\r
+- a toolbar \r
+- a Menubar\r
+- a rebar to hold the frame's toolbar and menubar\r
+- a statusbar, displaying toolbar/menubar status and indicators\r
+- support for a seperate view window\r
+- tooltips for toolbars\r
+- themes support to set colours for the rebar, menubar and toolbar\r
+- Most Recently Used (MRU) list support\r
+- The ability to save its settings in the registry \r
+\r
+\r
+This is a very simple project which could be used as a starting point for your\r
+own frame based applications.\r
+\r
+\r
+Features demonstrated in this example\r
+=====================================\r
+* Use of CFrame to display the window frame\r
+* Toolbar configuration\r
+* Enabling/Disabling various frame features in OnCreate, namely:\r
+   - show/hide toolbar and menu status in the status bar.\r
+   - show/hide indicators in the status bar.\r
+   - Use/don't use a rebar in the frame.\r
+   - Use/don't use themes.\r
+   - Use/don't use a toolbar in the frame.\r
+* Setting the view window of the frame.\r
+* Responding to toolbar and menu commands in OnCommand\r
+* Responding to notifications in OnNotify.\r
+* Use of OpenFile and print dialogs.\r
+* Responding to frame window messages in CFrame::WndProc\r
+* Responding to view window messages in CView::WndProc\r
+* Using the TRACE command to ouput debug text\r
+* Saving the frame settings in the registry\r
+\r
+\r
+\r
+\r
+\r
+\r

UCC git Repository :: git.ucc.asn.au