﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Form Types</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 22:15:14 GMT</lastBuildDate><ttl>20</ttl><item><title>Form Types</title><link>http://forum.strataframe.net/FindPost984.aspx</link><description>The doc doesn't seem to have any description of the unique features of the various form types (like the Wizard Form) that are offered. Could you give me a brief summary. I can't tell whether I might want to use any of them or not.&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Fri, 28 Apr 2006 10:35:59 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: Form Types</title><link>http://forum.strataframe.net/FindPost1001.aspx</link><description>thanks</description><pubDate>Fri, 28 Apr 2006 10:35:59 GMT</pubDate><dc:creator>Daniel Essin</dc:creator></item><item><title>RE: Form Types</title><link>http://forum.strataframe.net/FindPost990.aspx</link><description>Sure thing, Daniel,&lt;br&gt;
&lt;br&gt;
The forms are all pretty simple, so here it goes:&lt;br&gt;
&lt;br&gt;
1) ThemedForm - an accent form that follows the current Windows theme.  This form is used by the WaitWindow and the MessageForm classes.&lt;br&gt;
2) BaseForm - the base class for "usable" forms within the framework (see [url]http://forum.strataframe.net/FindPost985.aspx[/url]).  This form is never used directly as it is the subclass of StandardForm, which adds additional functionality.&lt;br&gt;
3) StandardForm - the main form type used for basic forms within a StrataFrame application.&lt;br&gt;
&lt;br&gt;
The rest are not types (as in System.Type), but rather templates that add controls on a StandardForm&lt;br&gt;
&lt;br&gt;
1) ExplorerForm - A StandardForm with a SplitContainer, TreeView, and some basic toolbars and menus that give the feel of a basic Windows Explorer &amp;#119;indow.&lt;br&gt;
2) MainForm - A StandardForm with a ToolStripContainer, main menu, toolbar, and the IsMdiContainer property set to True.  The template also has some additional code for calling the ConnectionManager's ShowAvailableConnections() method and some central code that is used to show child forms.&lt;br&gt;
3) MaintenanceForm - A StandardForm with a GradientFormHeader, ToolStripContainer and a MaintenanceFormToolstrip already dropped on the form.&lt;br&gt;
4) WizardForm - A StandardForm with a WizardControl dropped on it.  The WizardControl is a control that gives the appearance of a standard Windows wizard.  You can add different styles of pages, and navigate between the pages rather than using several panels and controlling the navigation manually (the WizardControl is used by the ConnectionStringWizard).&lt;br&gt;
&lt;br&gt;
Hope that helps :)</description><pubDate>Thu, 27 Apr 2006 21:50:43 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>