UAOOI.Windows.Forms Namespace
Classes
Class | Description | |
---|---|---|
About |
Component shows CAS about information
|
|
AboutForm |
Class AboutForm - company standard About form.
About License Form
|
|
AddObject<(Of <(<'TObject>)>)> |
The form allows editing values of the browse-able properties of the assigned object using the property grid. Returning dialog results can be used to accept or reject changes.
Form allowing to modify properties of new created object.
|
|
BackForwardTreViewHelper |
Helper for Backward/Forward tree navigation
|
|
BackForwardTreViewToolStrip |
ToolStrip with backward / forward tree navigation
|
|
CSVManagement |
Class CSVManagement - provides functionality to manage import files contained comma separated values.
|
|
DebugDockPanelUserControl |
debug panel with label and close button that can be used for docking
|
|
DebugWindow |
Debug window - standard window for debugging output
usage:
private DebugWindow debugWindow=null;
private void debugWindowToolStripMenuItem_Click(object sender, EventArgs e)
{
if (debugWindowToolStripMenuItem.Checked && debugWindow!=null)
{
debugWindow.Close();
debugWindowToolStripMenuItem.Checked = false;
}
else
{
if(debugWindow==null || debugWindow.IsDisposed)
{
debugWindow=new DebugWindow(this.Icon ,
new FormClosingEventHandler( debugWindow_FormClosing));
}
debugWindow.Show();
debugWindowToolStripMenuItem.Checked = true;
}
}
|
|
DockPanelUserControl |
panel with label and close button that can be used for docking
|
|
GenericEventArgs<(Of <(<'T>)>)> |
Generic EventArgs class
|
|
GenericTreeNode<(Of <(<'ObjectType, ParentType>)>)> |
Generic and disposable TreeNode
|
|
ImageListLibrary |
Image List Library
|
|
ImportFileControll |
Control That is responsible for selecting file to import
|
|
ImportFileControll..::..ImportInfo |
abstract class that contains main data for the form and import settings
|
|
ImportFunctionRootClass |
Class ImportFunctionRootClass - base class to implement import functionality
|
|
LabeledTreeViewPair |
Pair of label and tree view
|
|
LabeledTreeViewToolStrip |
ToolStrip with Label and tree view
|
|
LicenseForm |
About License Form
|
|
LogMessageWindow |
Window to display information
|
|
MessageBoxSentEmail |
MessageBoxSentEmail class- this class can display message boxes and open email client
|
|
OKCancelForm |
Form allowing to modify properties of new created object.
|
|
OPCTreeView |
OPC products dedicated TreeView
|
|
PropertyGridCollection |
The Collection of property grids
|
|
PropertyGridExpandAllExpander |
Component that expand property grid to has two new button: Collapse/Expand
|
|
ScrollableMessageBox |
Message Box with scrollable content
|
|
SearchTreeViewHelper |
Helper for tree searcher
|
|
SearchTreeViewToolStrip |
ToolStrip with searcher of the TreeView
|
|
ServiceControlToolStrip |
ToolStrip to control the service
|
|
TabControlManager |
Generic Tab Control Manager
|
|
TextBoxBaseTraceListener |
TextBoxBaseTraceListener - listener that can be used to display output from trace in any text box window
|
|
TextBoxBaseWithTraceListener |
Component that can be added to any control to be used as a connection between any TextBox and coupled TextBoxBaseTraceListener
|
|
TextEditPanel |
Panel to edit text
|
|
ToolStripCheckBox |
ToolStripCheckBox
|
|
ToolStripContainerHelper |
Helper that provides some additional functionality for ToolStripContainer
|
|
TreeViewSearcher |
This class is responsible for searching the tree
|
|
XmlQualifiedNameEditor |
XmlQualifiedName Editor
|
Interfaces
Interface | Description | |
---|---|---|
ITreeNodeInterface |
Interface of the tree node
|
|
IXmlQualifiedNameEditorNamespaceProvider |
Interface responsible for creating the list of available namespaces
|
Delegates
Delegate | Description | |
---|---|---|
AboutForm..::..LicenceRequestMessageProviderDelegate |
delegate that provide license request message
|
|
LicenseForm..::..LicenceRequestMessageProviderDelegate |
delegate that provide license request message
|
|
SearchTreeViewHelper..::..AdditionalNodeTestDelegate |
Additional Delegate for node test
|
|
SearchTreeViewHelper..::..GetToolStripTextToFindDelegate |
Delegate to get the text to be searched
|