|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
- | btnAdd_Click (Object, EventArgs) |
Event handler for the Click event of the btnAdd |
|
- | btnBack_Click (Object, EventArgs) |
Event handler for the Click event of the btnBack |
|
- | btnFinish_Click (Object, EventArgs) |
Event handler for the Click event of the btnFinish |
|
- | btnNext_Click (Object, EventArgs) |
Event handler for the Click event of the btnNext |
|
- | btnRemove_Click (Object, EventArgs) |
Event handler for the Click event of the btnRemove |
|
+ | LOGICAL CanFindInComponentsCollection (Object) |
Returns if the component can be found in the ComponentsCollection Inherited from Consultingwerk.Forms.BaseForm |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.Forms.BaseForm |
|
# | CustomizeToolbar () |
Customizes the UltraToolbarController associated with this BaseForm Inherited from Consultingwerk.Forms.BaseForm |
|
# | DesignerInsertUserControl () |
Inserts a user control instance at design time. Inherited from Consultingwerk.Forms.BaseForm |
|
- | FillTreeViewWithTableNames () |
Walk though the Dataset TopBuffers and add all of them with their
childs to the TreeView |
|
+ | System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type) |
Returns a List of all Controls in the Form that are of the given type Inherited from Consultingwerk.Forms.BaseForm |
|
# | GenerateWindow () |
Generates the SmartWindowForm based on the entered values |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.Forms.BaseForm |
|
+ | AttributeCollection GetAttributes () |
Returns a collection of custom attributes for this instance of a
component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER GetClassName () |
Returns the class name of this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER GetComponentName () |
Returns the name of this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | TypeConverter GetConverter () |
Returns a type converter for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | EventDescriptor GetDefaultEvent () |
Returns the default event for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | PropertyDescriptor GetDefaultProperty () |
Returns the default property for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Object GetEditor (Type) |
Returns an editor of the specified type for this instance of a
component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | EventDescriptorCollection GetEvents () |
Returns the events for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | EventDescriptorCollection GetEvents (Attribute[]) |
Returns the events for this instance of a component using the
specified attribute array as a filter. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | PropertyDescriptorCollection GetProperties () |
Returns the properties for this instance of a component. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | PropertyDescriptorCollection GetProperties (Attribute[]) |
Returns the properties for this instance of a component using the
attribute array as a filter. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Object GetPropertyOwner (PropertyDescriptor) |
Returns an object that contains the property described by the
specified property descriptor. Inherited from Consultingwerk.Forms.BaseForm |
|
- | CHARACTER GetSelectedTopBuffer (character) |
Returns the first selected table to display in DataView and builds
a list of all selected child tables from the given selected node |
|
# | CHARACTER InitialDatasetControllerName () |
Returns the proposed name for the DatasetController |
|
# | CHARACTER InitialFormName () |
Builds the initial/default Form Name |
|
# | CHARACTER InitialFormTitle () |
Builds the initial/default Form Title |
|
# | InitializeBindingSourceFields () |
Initializes the List of BindingSource Fields |
|
- | InitializeComponent () |
Initializes the Visual Design |
|
# | InitializePage () |
Initializes a Page |
|
# | LoadRibbonQuickAccessToolbar () |
Restores the Quick Access Toolbar items from the Registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER LoadSettings () |
Loads the stored window settings (position etc.) from the registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER LoadSettings (character) |
Loads stored window settings from the registry Inherited from Consultingwerk.Forms.BaseForm |
|
- | LookupKeyDownHandler (Object, KeyEventArgs) |
Event handler for the KeyDown handler of the Text boxes with an
EditorButton (Lookup) |
|
- | lvBusinessEntityFields_ItemDoubleClick (Object, ItemDoubleClickEventArgs) |
Event handler for the ItemDoubleClick event of the lvBusinessEntityFields |
|
- | lvViewerFields_ItemDoubleClick (Object, ItemDoubleClickEventArgs) |
Event handler for the ItemDoubleClick event of the lvViewerFields |
|
# | OnFormClosed (FormClosedEventArgs) |
Raises the FormClosed event Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnFormClosing (FormClosingEventArgs) |
Raises the FormClosing event Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnFormDestroyed (EventArgs) |
Raises the FormDestroyed event Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnLoad (EventArgs) |
Raises the Load event Inherited from Consultingwerk.Forms.BaseForm |
|
# | OnShown (EventArgs) |
Raises the Shown event |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.Forms.BaseForm |
|
# | OpenFilesInIDE (character) |
Opens the generated files in the IDE |
|
- | CHARACTER RecurseTreeNodeNames (TreeNodeCollection) |
Builds a list of all selected child tables from the given selected
node |
|
- | System.Windows.Forms.TreeNode RecurseTreeNodes (TreeNodeCollection) |
Returns the first selected table to display in DataView |
|
# | RestoreUltraSplitterPosition () |
Restores the position of the Ultra Splitter Controls Inherited from Consultingwerk.Forms.BaseForm |
|
# | RestoreWindowPosition () |
Restores the stored window position Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreRibbonQuickAccessToolbar () |
Stores the current Quick Access Toolbar items in the Registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreSettings (character) |
Stores the current window settings (position etc.) to the registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreSettings (character, character) |
Stores window settings to the registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreUltraSplitterPosition () |
Stores the position of the UltraSplitter Controls in the Registry Inherited from Consultingwerk.Forms.BaseForm |
|
# | StoreWindowPosition () |
Stores the window position to the resgistry Inherited from Consultingwerk.Forms.BaseForm |
|
- | tbDatasetControllerName_EditorButtonClick (Object, EditorButtonEventArgs) |
Event handler for the EditorButtonClick event of the tbDatasetControllerName |
|
- | tbFormPackage_EditorButtonClick (Object, EditorButtonEventArgs) |
Event handler for the EditorButtonClick event of the tbFormPackage |
|
- | tbFormPackage_TextChanged (Object, EventArgs) |
Event handler for the TextChanged event of the tbFormPackage |
|
- | tbViewerName_EditorButtonClick (Object, EditorButtonEventArgs) |
Event handler for the EditorButtonClick event of the tbViewerName |
|
+ | LOGICAL ValidColumn (character) |
Returns true when the Column Name exists in the Column of the BindingSource Schema |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartWindowWizard () |
Constructor for the SmartWindowWizard class |
Options | Name | Purpose | |
---|---|---|---|
+ | FormDestroyed DELEGATE System.EventHandler |
Raised when a Form is destroyed (in the Destructor) Inherited from Consultingwerk.Forms.BaseForm |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER BindableProperties |
Property that is used to mark properties (comma-delimited list) that
should be Data-Bindable Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER BusinessEntityName |
Gets and sets the Business Entity Name |
|
+ | CHARACTER BusinessEntityPackage |
Gets and sets the Business Entity Package |
|
# | CHARACTER CategorizedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Category attribute Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER CategoryProperties |
Categories of the Property in the CategorizedProperty list Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER DatasetControllerName |
Gets and sets the Dataset Controller Class Name |
|
+ | CHARACTER DatasetControllerPackage |
Gets and sets the Dataset Controller Package |
|
+ | LOGICAL DeleteOnFormClosed |
Gets/Sets if the BaseForm instance should automatically delete
itself in the OnFormClosed method (defaults to True). Setting this
to FALSE will allow to let the BaseForm instance in memory (when no
other reference exists), i.e. to access properties of the Form
class when the Form has been closed. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Collections.Generic.List <Progress.Windows.Form> DependentForms |
A list of Forms that are dependent from this Form. Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DescribedProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a Description attribute Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DescriptionProperties |
Description of the Property in the DescribedProperties list Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVisibilityAttributes |
The CHARACTER representation of the DesignerSerializationVisibiltiy
attribute (Content/Visible/Hidden), see .NET Enumeration
System.ComponentModel.DesignerSerializationVisibility Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER DesignerVisibilityProperties |
Property that is used to mark properties (comma-delimited list) that
should receive a DesignerSerializationVisibility Attribute Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER FormNameLabel |
Gets and sets the Label to be shown to the "Form Name" text box |
|
+ | CHARACTER FormNameSuffix |
Gets and sets the Label to be suffix to be used when building the
initial "Form Name" |
|
+ | CHARACTER FormTitleLabel |
Gets and sets the Label to be shown to the "Form Title" text box |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list Inherited from Consultingwerk.Forms.BaseForm |
|
+ | LOGICAL IsClosed |
Returns if the Forms has been closed. Inherited from Consultingwerk.Forms.BaseForm |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid Inherited from Consultingwerk.Forms.BaseForm |
|
+ | System.Windows.Forms.FormWindowState PreviousWindowState |
Returns the previous WindowState Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER ResxTemplateName |
Gets and sets the Name of the Template to be used for generation of
the .resx file |
|
# | LOGICAL StoreFormPosition |
Controls if this Form instance should store and restore the Form
position and size. Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER TemplateName |
Gets and sets the Name of the Template to be used for generation |
|
+ | LOGICAL UseStartupSizeAsMinSize |
When set to True the OnLoad method will apply the current form (startup
size) to the MinimumSize. This will be done before loading the stored
Form size from the user profile (e.g. Windows Registry) Inherited from Consultingwerk.Forms.BaseForm |
|
+ | CHARACTER WindowPositionRegistryKey |
Gets and sets the Registry Key used for storing this Forms
window position Inherited from Consultingwerk.Forms.BaseForm |
Top
PRIVATE btnAdd_Click (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PRIVATE btnBack_Click (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PRIVATE btnFinish_Click (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PRIVATE btnNext_Click (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PRIVATE btnRemove_Click (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
|||||||||||||||||||||||||||||||
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||||||
PROTECTED CustomizeToolbar ()
|
|||||||||||||||||||||||||||||||
PROTECTED DesignerInsertUserControl ()
|
|||||||||||||||||||||||||||||||
PRIVATE FillTreeViewWithTableNames ()
|
|||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
|||||||||||||||||||||||||||||||
PROTECTED GenerateWindow ()
|
|||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||||||
PUBLIC AttributeCollection GetAttributes ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetClassName ()
|
|||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetComponentName ()
|
|||||||||||||||||||||||||||||||
PUBLIC TypeConverter GetConverter ()
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptor GetDefaultEvent ()
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptor GetDefaultProperty ()
|
|||||||||||||||||||||||||||||||
PUBLIC System.Object GetEditor (Type)
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents ()
|
|||||||||||||||||||||||||||||||
PUBLIC EventDescriptorCollection GetEvents (Attribute[])
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties ()
|
|||||||||||||||||||||||||||||||
PUBLIC PropertyDescriptorCollection GetProperties (Attribute[])
|
|||||||||||||||||||||||||||||||
PUBLIC System.Object GetPropertyOwner (PropertyDescriptor)
|
|||||||||||||||||||||||||||||||
PRIVATE CHARACTER GetSelectedTopBuffer (character)
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER InitialDatasetControllerName ()
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER InitialFormName ()
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER InitialFormTitle ()
|
|||||||||||||||||||||||||||||||
PROTECTED InitializeBindingSourceFields ()
|
|||||||||||||||||||||||||||||||
PRIVATE InitializeComponent ()
|
|||||||||||||||||||||||||||||||
PROTECTED InitializePage ()
|
|||||||||||||||||||||||||||||||
PROTECTED LoadRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
|||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings (character)
|
|||||||||||||||||||||||||||||||
PRIVATE LookupKeyDownHandler (Object, KeyEventArgs)
|
|||||||||||||||||||||||||||||||
PRIVATE lvBusinessEntityFields_ItemDoubleClick (Object, ItemDoubleClickEventArgs)
|
|||||||||||||||||||||||||||||||
PRIVATE lvViewerFields_ItemDoubleClick (Object, ItemDoubleClickEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormClosed (FormClosedEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormClosing (FormClosingEventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnFormDestroyed (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||||||
PROTECTED OnShown (EventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||||||
PROTECTED OpenFilesInIDE (character)
|
|||||||||||||||||||||||||||||||
PRIVATE CHARACTER RecurseTreeNodeNames (TreeNodeCollection)
|
|||||||||||||||||||||||||||||||
PRIVATE System.Windows.Forms.TreeNode RecurseTreeNodes (TreeNodeCollection)
|
|||||||||||||||||||||||||||||||
PROTECTED RestoreUltraSplitterPosition ()
|
|||||||||||||||||||||||||||||||
PROTECTED RestoreWindowPosition ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreRibbonQuickAccessToolbar ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
|||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character, character)
|
|||||||||||||||||||||||||||||||
PROTECTED StoreUltraSplitterPosition ()
|
|||||||||||||||||||||||||||||||
PROTECTED StoreWindowPosition ()
|
|||||||||||||||||||||||||||||||
PRIVATE tbDatasetControllerName_EditorButtonClick (Object, EditorButtonEventArgs)
|
|||||||||||||||||||||||||||||||
PRIVATE tbFormPackage_EditorButtonClick (Object, EditorButtonEventArgs)
|
|||||||||||||||||||||||||||||||
PRIVATE tbFormPackage_TextChanged (Object, EventArgs)
|
|||||||||||||||||||||||||||||||
PRIVATE tbViewerName_EditorButtonClick (Object, EditorButtonEventArgs)
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL ValidColumn (character)
|
PUBLIC SmartWindowWizard ()
|
---|
PUBLIC FormDestroyed DELEGATE System.EventHandler
|
---|
PROTECTED CHARACTER BindableProperties
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER BusinessEntityName
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER BusinessEntityPackage
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER CategorizedProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER CategoryProperties
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER DatasetControllerName
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER DatasetControllerPackage
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL DeleteOnFormClosed
|
|||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DescribedProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DescriptionProperties
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityAttributes
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER DesignerVisibilityProperties
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER FormNameLabel
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER FormNameSuffix
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER FormTitleLabel
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL IsClosed
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||||||||||||
PUBLIC System.Windows.Forms.FormWindowState PreviousWindowState
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ResxTemplateName
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL StoreFormPosition
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER TemplateName
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL UseStartupSizeAsMinSize
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|