IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IPLab.MainForm Class Reference

Summary description for Form1. More...

+ Inheritance diagram for IPLab.MainForm:
+ Collaboration diagram for IPLab.MainForm:

Public Member Functions

bool NewDocument (Bitmap image)
 
bool NewDocument (ComplexImage image)
 
Bitmap GetImage (object sender, String text, Size size, PixelFormat format)
 

Protected Types

enum  AutoOpenMode { AutoOpenMode.None, AutoOpenMode.Clipboard, AutoOpenMode.File }
 Specifies the action the application performs upon starting. More...
 

Protected Member Functions

 MainForm (AutoOpenMode autoOpenMode, string autoOpenParam)
 
override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

bool CreateNewDocumentOnChange [get]
 
bool RememberOnChange [get]
 
- Properties inherited from IPLab.IDocumentsHost
bool CreateNewDocumentOnChange [get]
 
bool RememberOnChange [get]
 

Private Member Functions

void MainForm_Closing (object sender, System.ComponentModel.CancelEventArgs e)
 
void MainForm_Load (object sender, System.EventArgs e)
 
Content GetContentFromPersistString (string persistString)
 
void mainToolBar_ButtonClick (object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)
 
void dockManager_ActiveDocumentChanged (object sender, System.EventArgs e)
 
void About ()
 
void aboutHelpItem_Click (object sender, System.EventArgs e)
 
void fileItem_Popup (object sender, System.EventArgs e)
 
void exitFileItem_Click (object sender, System.EventArgs e)
 
void SetupDocumentEvents (ImageDoc doc)
 
void OpenFile ()
 
void OpenFile (string fileName)
 
void ShowHistogram (bool show)
 
void ShowStatistics (bool show)
 
void OpenItem_Click (object sender, System.EventArgs e)
 
void reloadFileItem_Click (object sender, System.EventArgs e)
 
void SaveFile ()
 
string CreateCppImageClass (Bitmap image, string className)
 
void saveFileItem_Click (object sender, System.EventArgs e)
 
void CopyToClipboard ()
 
void copyFileItem_Click (object sender, System.EventArgs e)
 
void PasteFromClipboard ()
 
void pasteFileItem_Click (object sender, System.EventArgs e)
 
void closeFileItem_Click (object sender, System.EventArgs e)
 
void closeAllFileItem_Click (object sender, System.EventArgs e)
 
void pageSetupFileItem_Click (object sender, System.EventArgs e)
 
void printFileItem_Click (object sender, System.EventArgs e)
 
void printPreviewFileItem_Click (object sender, System.EventArgs e)
 
void optionsItem_Popup (object sender, System.EventArgs e)
 
void openInNewOptionsItem_Click (object sender, System.EventArgs e)
 
void rememberOptionsItem_Click (object sender, System.EventArgs e)
 
void viewItem_Popup (object sender, System.EventArgs e)
 
void histogramViewItem_Click (object sender, System.EventArgs e)
 
void statisticsViewItem_Click (object sender, System.EventArgs e)
 
void histogram_VisibleChanged (object sender, System.EventArgs e)
 
void statistics_VisibleChanged (object sender, System.EventArgs e)
 
void centerViewItem_Click (object sender, System.EventArgs e)
 
void redHistogramViewItem_Click (object sender, System.EventArgs e)
 
void greenHistogramViewItem_Click (object sender, System.EventArgs e)
 
void blueHistogramViewItem_Click (object sender, System.EventArgs e)
 
void document_DocumentChanged (object sender, System.EventArgs e)
 
void document_ZoomChanged (object sender, System.EventArgs e)
 
void document_MouseImagePosition (object sender, SelectionEventArgs e)
 
void document_SelectionChanged (object sender, SelectionEventArgs e)
 
void UpdateHistogram (ImageDoc imgDoc)
 
void UpdateStatistics (ImageDoc imgDoc)
 
void UpdateSizeStatus (Content doc)
 
void UpdateZoomStatus (ImageDoc imgDoc)
 
void imageToolBar_ButtonClick (object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)
 
void mainBarViewItem_Click (object sender, System.EventArgs e)
 
void imageBarViewItem_Click (object sender, System.EventArgs e)
 
void histogram_DockStateChanged (object sender, System.EventArgs e)
 
void statistics_DockStateChanged (object sender, System.EventArgs e)
 
void printDocument_PrintPage (object sender, System.Drawing.Printing.PrintPageEventArgs e)
 
void dockManager_DragEnter (object sender, DragEventArgs e)
 
void dockManager_DragDrop (object sender, DragEventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Static Private Member Functions

static void Main (string[] args)
 The main entry point for the application. More...
 

Private Attributes

int unNamedNumber = 0
 
Configuration config = new Configuration()
 
HistogramWindow histogramWin = new HistogramWindow()
 
ImageStatisticsWindow statisticsWin = new ImageStatisticsWindow()
 
ToolBarManager toolBarManager
 
AutoOpenMode autoOpenMode
 
string autoOpenParam
 
System.ComponentModel.IContainer components
 
WeifenLuo.WinFormsUI.DockManager dockManager
 
System.Windows.Forms.MainMenu mainMenu
 
System.Windows.Forms.MenuItem fileItem
 
System.Windows.Forms.MenuItem exitFileItem
 
System.Windows.Forms.MenuItem OpenItem
 
System.Windows.Forms.MenuItem menuItem2
 
System.Windows.Forms.MenuItem closeFileItem
 
System.Windows.Forms.MenuItem closeAllFileItem
 
System.Windows.Forms.MenuItem optionsItem
 
System.Windows.Forms.MenuItem openInNewOptionsItem
 
System.Windows.Forms.MenuItem viewItem
 
System.Windows.Forms.MenuItem windowItem
 
System.Windows.Forms.MenuItem helpItem
 
System.Windows.Forms.MenuItem histogramViewItem
 
System.Windows.Forms.MenuItem redHistogramViewItem
 
System.Windows.Forms.MenuItem greenHistogramViewItem
 
System.Windows.Forms.MenuItem blueHistogramViewItem
 
System.Windows.Forms.StatusBarPanel zoomPanel
 
System.Windows.Forms.StatusBarPanel sizePanel
 
System.Windows.Forms.StatusBarPanel infoPanel
 
System.Windows.Forms.Panel panel1
 
System.Windows.Forms.StatusBar statusBar
 
System.Windows.Forms.MenuItem rememberOptionsItem
 
System.Windows.Forms.MenuItem menuItem1
 
System.Windows.Forms.MenuItem reloadFileItem
 
System.Windows.Forms.MenuItem menuItem3
 
System.Windows.Forms.MenuItem centerViewItem
 
System.Windows.Forms.StatusBarPanel selectionPanel
 
System.Windows.Forms.OpenFileDialog ofd
 
System.Windows.Forms.StatusBarPanel colorPanel
 
System.Windows.Forms.ImageList imageList
 
System.Windows.Forms.ToolBar mainToolBar
 
System.Windows.Forms.ToolBarButton openButton
 
System.Windows.Forms.ToolBarButton sep1
 
System.Windows.Forms.ToolBarButton histogramButton
 
System.Windows.Forms.ToolBar imageToolBar
 
System.Windows.Forms.ImageList imageList2
 
System.Windows.Forms.ToolBarButton cloneButton
 
System.Windows.Forms.ToolBarButton cropButton
 
System.Windows.Forms.ToolBarButton toolBarButton1
 
System.Windows.Forms.ToolBarButton toolBarButton2
 
System.Windows.Forms.ToolBarButton zoomInButton
 
System.Windows.Forms.ToolBarButton zoomOutButton
 
System.Windows.Forms.ToolBarButton toolBarButton3
 
System.Windows.Forms.ToolBarButton fitToScreenButton
 
System.Windows.Forms.ToolBarButton toolBarButton4
 
System.Windows.Forms.ToolBarButton aboutButton
 
System.Windows.Forms.ToolBarButton toolBarButton5
 
System.Windows.Forms.ToolBarButton levelsButton
 
System.Windows.Forms.ToolBarButton grayscaleButton
 
System.Windows.Forms.ToolBarButton thresholdButton
 
System.Windows.Forms.ToolBarButton toolBarButton6
 
System.Windows.Forms.ToolBarButton morphologyButton
 
System.Windows.Forms.ToolBarButton convolutionButton
 
System.Windows.Forms.MenuItem mainBarViewItem
 
System.Windows.Forms.MenuItem imageBarViewItem
 
System.Windows.Forms.MenuItem menuItem7
 
System.Windows.Forms.ToolBarButton resizeButton
 
System.Windows.Forms.ToolBarButton toolBarButton7
 
System.Windows.Forms.ToolBarButton rotateButton
 
System.Windows.Forms.StatusBarPanel hslPanel
 
System.Windows.Forms.ToolBarButton toolBarButton8
 
System.Windows.Forms.ToolBarButton saturationButton
 
System.Windows.Forms.ToolBarButton fourierButton
 
System.Windows.Forms.MenuItem copyFileItem
 
System.Windows.Forms.MenuItem pasteFileItem
 
System.Windows.Forms.MenuItem menuItem5
 
System.Windows.Forms.MenuItem saveFileItem
 
System.Windows.Forms.MenuItem aboutHelpItem
 
System.Windows.Forms.SaveFileDialog sfd
 
System.Windows.Forms.ToolBarButton pasteButton
 
System.Windows.Forms.ToolBarButton saveButton
 
System.Windows.Forms.ToolBarButton copyButton
 
System.Windows.Forms.ToolBarButton toolBarButton9
 
System.Drawing.Printing.PrintDocument printDocument
 
System.Windows.Forms.PrintPreviewDialog printPreviewDialog
 
System.Windows.Forms.MenuItem printPreviewFileItem
 
System.Windows.Forms.MenuItem pageSetupFileItem
 
System.Windows.Forms.MenuItem printFileItem
 
System.Windows.Forms.MenuItem menuItem8
 
System.Windows.Forms.PageSetupDialog pageSetupDialog
 
System.Windows.Forms.PrintDialog printDialog
 
System.Windows.Forms.StatusBarPanel ycbcrPanel
 
System.Windows.Forms.MenuItem statisticsViewItem
 

Static Private Attributes

static string configFile = Path.Combine( System.Environment.GetFolderPath( Environment.SpecialFolder.LocalApplicationData ), @"IPLab\settings.config" )
 
static string dockManagerConfigFile = Path.Combine( System.Environment.GetFolderPath( Environment.SpecialFolder.LocalApplicationData ), @"IPLab\DockManager.config" )
 

Detailed Description

Summary description for Form1.

Member Enumeration Documentation

Specifies the action the application performs upon starting.

Enumerator
None 
Clipboard 
File 

Constructor & Destructor Documentation

Member Function Documentation

static void IPLab.MainForm.Main ( string[]  args)
inlinestaticprivate

The main entry point for the application.

References IPLab.MainForm.File, and IPLab.MainForm.MainForm().

bool IPLab.MainForm.NewDocument ( Bitmap  image)
inline
bool IPLab.MainForm.NewDocument ( ComplexImage  image)
inline
Bitmap IPLab.MainForm.GetImage ( object  sender,
String  text,
Size  size,
PixelFormat  format 
)
inline
void IPLab.MainForm.MainForm_Closing ( object  sender,
System.ComponentModel.CancelEventArgs  e 
)
inlineprivate
Content IPLab.MainForm.GetContentFromPersistString ( string  persistString)
inlineprivate
void IPLab.MainForm.mainToolBar_ButtonClick ( object  sender,
System.Windows.Forms.ToolBarButtonClickEventArgs  e 
)
inlineprivate
void IPLab.MainForm.dockManager_ActiveDocumentChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.About ( )
inlineprivate
void IPLab.MainForm.aboutHelpItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.exitFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.OpenFile ( string  fileName)
inlineprivate
void IPLab.MainForm.ShowStatistics ( bool  show)
inlineprivate
void IPLab.MainForm.OpenItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.reloadFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
string IPLab.MainForm.CreateCppImageClass ( Bitmap  image,
string  className 
)
inlineprivate

Referenced by IPLab.MainForm.SaveFile().

void IPLab.MainForm.saveFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.CopyToClipboard ( )
inlineprivate
void IPLab.MainForm.copyFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.pasteFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.closeFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.closeAllFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.pageSetupFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.printFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.printPreviewFileItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.optionsItem_Popup ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.openInNewOptionsItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.rememberOptionsItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.viewItem_Popup ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.histogramViewItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.statisticsViewItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.histogram_VisibleChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.statistics_VisibleChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.centerViewItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.redHistogramViewItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.greenHistogramViewItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.blueHistogramViewItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.document_DocumentChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.document_ZoomChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.document_MouseImagePosition ( object  sender,
SelectionEventArgs  e 
)
inlineprivate
void IPLab.MainForm.document_SelectionChanged ( object  sender,
SelectionEventArgs  e 
)
inlineprivate
void IPLab.MainForm.UpdateSizeStatus ( Content  doc)
inlineprivate
void IPLab.MainForm.UpdateZoomStatus ( ImageDoc  imgDoc)
inlineprivate
void IPLab.MainForm.imageToolBar_ButtonClick ( object  sender,
System.Windows.Forms.ToolBarButtonClickEventArgs  e 
)
inlineprivate
void IPLab.MainForm.mainBarViewItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.imageBarViewItem_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.histogram_DockStateChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.statistics_DockStateChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.MainForm.printDocument_PrintPage ( object  sender,
System.Drawing.Printing.PrintPageEventArgs  e 
)
inlineprivate
void IPLab.MainForm.dockManager_DragEnter ( object  sender,
DragEventArgs  e 
)
inlineprivate

Referenced by IPLab.MainForm.MainForm().

void IPLab.MainForm.dockManager_DragDrop ( object  sender,
DragEventArgs  e 
)
inlineprivate
override void IPLab.MainForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

References IPLab.MainForm.components.

void IPLab.MainForm.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Referenced by IPLab.MainForm.MainForm().

Member Data Documentation

string IPLab.MainForm.configFile = Path.Combine( System.Environment.GetFolderPath( Environment.SpecialFolder.LocalApplicationData ), @"IPLab\settings.config" )
staticprivate
string IPLab.MainForm.dockManagerConfigFile = Path.Combine( System.Environment.GetFolderPath( Environment.SpecialFolder.LocalApplicationData ), @"IPLab\DockManager.config" )
staticprivate
int IPLab.MainForm.unNamedNumber = 0
private
Configuration IPLab.MainForm.config = new Configuration()
private
HistogramWindow IPLab.MainForm.histogramWin = new HistogramWindow()
private
ImageStatisticsWindow IPLab.MainForm.statisticsWin = new ImageStatisticsWindow()
private
ToolBarManager IPLab.MainForm.toolBarManager
private
AutoOpenMode IPLab.MainForm.autoOpenMode
private

Referenced by IPLab.MainForm.MainForm().

string IPLab.MainForm.autoOpenParam
private

Referenced by IPLab.MainForm.MainForm().

System.ComponentModel.IContainer IPLab.MainForm.components
private

Referenced by IPLab.MainForm.Dispose().

System.Windows.Forms.MainMenu IPLab.MainForm.mainMenu
private
System.Windows.Forms.MenuItem IPLab.MainForm.fileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.exitFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.OpenItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.menuItem2
private
System.Windows.Forms.MenuItem IPLab.MainForm.closeFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.closeAllFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.optionsItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.openInNewOptionsItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.viewItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.windowItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.helpItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.histogramViewItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.redHistogramViewItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.greenHistogramViewItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.blueHistogramViewItem
private
System.Windows.Forms.StatusBarPanel IPLab.MainForm.zoomPanel
private
System.Windows.Forms.StatusBarPanel IPLab.MainForm.sizePanel
private
System.Windows.Forms.StatusBarPanel IPLab.MainForm.infoPanel
private
System.Windows.Forms.Panel IPLab.MainForm.panel1
private
System.Windows.Forms.StatusBar IPLab.MainForm.statusBar
private
System.Windows.Forms.MenuItem IPLab.MainForm.rememberOptionsItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.menuItem1
private
System.Windows.Forms.MenuItem IPLab.MainForm.reloadFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.menuItem3
private
System.Windows.Forms.MenuItem IPLab.MainForm.centerViewItem
private
System.Windows.Forms.StatusBarPanel IPLab.MainForm.selectionPanel
private
System.Windows.Forms.OpenFileDialog IPLab.MainForm.ofd
private

Referenced by IPLab.MainForm.OpenFile().

System.Windows.Forms.StatusBarPanel IPLab.MainForm.colorPanel
private
System.Windows.Forms.ImageList IPLab.MainForm.imageList
private
System.Windows.Forms.ToolBar IPLab.MainForm.mainToolBar
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.openButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.sep1
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.histogramButton
private
System.Windows.Forms.ToolBar IPLab.MainForm.imageToolBar
private
System.Windows.Forms.ImageList IPLab.MainForm.imageList2
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.cloneButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.cropButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton1
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton2
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.zoomInButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.zoomOutButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton3
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.fitToScreenButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton4
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.aboutButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton5
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.levelsButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.grayscaleButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.thresholdButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton6
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.morphologyButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.convolutionButton
private
System.Windows.Forms.MenuItem IPLab.MainForm.mainBarViewItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.imageBarViewItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.menuItem7
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.resizeButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton7
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.rotateButton
private
System.Windows.Forms.StatusBarPanel IPLab.MainForm.hslPanel
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton8
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.saturationButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.fourierButton
private
System.Windows.Forms.MenuItem IPLab.MainForm.copyFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.pasteFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.menuItem5
private
System.Windows.Forms.MenuItem IPLab.MainForm.saveFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.aboutHelpItem
private
System.Windows.Forms.SaveFileDialog IPLab.MainForm.sfd
private

Referenced by IPLab.MainForm.SaveFile().

System.Windows.Forms.ToolBarButton IPLab.MainForm.pasteButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.saveButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.copyButton
private
System.Windows.Forms.ToolBarButton IPLab.MainForm.toolBarButton9
private
System.Drawing.Printing.PrintDocument IPLab.MainForm.printDocument
private
System.Windows.Forms.PrintPreviewDialog IPLab.MainForm.printPreviewDialog
private
System.Windows.Forms.MenuItem IPLab.MainForm.printPreviewFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.pageSetupFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.printFileItem
private
System.Windows.Forms.MenuItem IPLab.MainForm.menuItem8
private
System.Windows.Forms.PageSetupDialog IPLab.MainForm.pageSetupDialog
private
System.Windows.Forms.PrintDialog IPLab.MainForm.printDialog
private
System.Windows.Forms.StatusBarPanel IPLab.MainForm.ycbcrPanel
private
System.Windows.Forms.MenuItem IPLab.MainForm.statisticsViewItem
private

Property Documentation

bool IPLab.MainForm.CreateNewDocumentOnChange
get
bool IPLab.MainForm.RememberOnChange
get

The documentation for this class was generated from the following files: