| ButtonOption |
A single button option instance for use with the selection list window.
|
| PCBIEnterTextDialog |
Dialog for simple text input.
|
| PCBIImageLibEntryEditor |
Dialog for showing/editing the properties of an image library entry
|
| PCBIOpenFileDlg |
Integrated open file dialog with options for internal import plugins.
|
| PCBIPackageCreatorDlg | |
| PCBIPartLibEntryViewer |
Dialog for showing the properties of a part library entry
|
| PCBIReportDialog |
Standard Report/Log Dialog.
|
| PCBIResultDialog |
Standard Report Dialog.
|
| PCBISaveFileDlg |
PCB-Investigator save file dialog with option for save in cloud, Sharepoint or HDD.
|
| PCBIWorkingDialog |
Standard Working Dialog with ProgressBar and Info Text
|
| PlugInForm |
The PlugInForm helps to handle plugin connection between PCB-Investigator and the used window.
It includes translating known text of menus and buttons.
|
| SelectionListWindow |
Integrated window to display a list with several selection options.
If you use the dialog in script and user have not installed correct versions of framework you have to add following dll imports:
// DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationCore.dll;
// DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.dll;
// DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\WindowsBase.dll;
|