From: Ezra B. <ezr...@us...> - 2009-04-10 16:16:35
|
Update of /cvsroot/win32forth/win32forth/Help/html/IDE In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14565/Help/html/IDE Modified Files: Form Designer.htm Form Property Window.gif Forms Code Window.gif Log Message: IDE Enhancements. Bug Fixes. Doc Updates. Index: Forms Code Window.gif =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Forms Code Window.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs3Ul8st and /tmp/cvs1KoMZ7 differ Index: Form Designer.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Form Designer.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Form Designer.htm 1 Oct 2008 03:15:20 -0000 1.3 --- Form Designer.htm 10 Apr 2009 16:16:31 -0000 1.4 *************** *** 49,66 **** the IDE TabWindow.</p> ! <p><center><img src="FormDesignerTab.gif" width="240" height="621" alt="" align="absmiddle"></center> ! <p> The top window in the form designer tab contains the form toolbar. Many of the toolbar buttons are enabled or disabled depending on whether a form is opened and it contains any controls. However, hovering the mouse cursor over a button will pop up a tooltip identifying the function of the button.</p> ! <p>The bottom window contains two tabs. Clicking the "Status" tab displays information about the currently selected form and any control selected. It also displays a "monitor" window which allows the setting of the runtime position of a form on the display monitor.</p> ! <p>The "List of Forms" tab allows the viewing the names of all open forms. Clicking ! on the name of a form makes that form the active one and brings it to the foreground.</p> <p>The Forms Designer tab can be detached into a floating window. This is done by --- 49,69 ---- the IDE TabWindow.</p> ! <p><center><img src="FormDesignerTab.gif" alt="" align="absmiddle"></center> ! <p> The top window in the Form Designer tab contains the form toolbar. Many of the toolbar buttons are enabled or disabled depending on whether a form is opened and it contains any controls. However, hovering the mouse cursor over a button will pop up a tooltip identifying the function of the button.</p> ! <p>The bottom window contains three tabs. Clicking the "Status" tab displays information about the currently selected form and any control selected. It also displays a "monitor" window which allows the setting of the runtime position of a form on the display monitor.</p> ! <p>The "Properties" tab allows the selection of the dialogs for Form, Control and Action properties. ! </p> ! ! <p>The Code Editor tab displays the dialog window that allows <A HREF="Code Window.htm">adding code at design time</A> ! to a form.</p> <p>The Forms Designer tab can be detached into a floating window. This is done by Index: Form Property Window.gif =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Form Property Window.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvspOxKUw and /tmp/cvs89J6sb differ |