C# Class XBuilder.MainForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: swax/CodePerspective

Public Properties

Property Type Description
BuildPanel XBuilder.Panels.BuildFrame
MainTabs System.Windows.Forms.TabControl
ScannerPanel ScannerPanel
monitorPanel1 XBuilder.MonitorPanel

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

BuildPanel public_oe property

public BuildFrame,XBuilder.Panels BuildPanel
return XBuilder.Panels.BuildFrame

MainTabs public_oe property

public System.Windows.Forms.TabControl MainTabs
return System.Windows.Forms.TabControl

ScannerPanel public_oe property

public ScannerPanel,XBuilder ScannerPanel
return ScannerPanel

monitorPanel1 public_oe property

public MonitorPanel,XBuilder monitorPanel1
return XBuilder.MonitorPanel