C# Class ATMLCommonLibrary.controls.hardware.HardwareItemDescriptionControl

Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
RequirementsTabControl ATMLCommonLibrary.controls.awb.AWBTabControl
_hardwareItemDescription HardwareItemDescription
calibrationRequirementListControl calibration.CalibrationRequirementListControl
componentListControl lists.ComponentListControl
configurationOptionListControl hardware.ConfigurationOptionListControl
documentListControl ATMLCommonLibrary.controls.document.DocumentListControl
edtDescription ATMLCommonLibrary.controls.awb.AWBTextBox
edtName ATMLCommonLibrary.controls.awb.AWBTextBox
edtVersion ATMLCommonLibrary.controls.awb.AWBTextBox
environmentalRequirementsControl1 environmental.EnvironmentalRequirementsControl
errorListControl error.ErrorListControl
errorProvider System.Windows.Forms.ErrorProvider
factoryDefaultsListControl ATMLCommonLibrary.controls.hardware.FactoryDefaultsListControl
helpLabel1 HelpLabel
helpLabel2 HelpLabel
identificationControl IdentificationControl
interfaceListControl ATMLCommonLibrary.controls.lists.PhysicalInterfaceListControl
legalDocumentListControl ATMLCommonLibrary.controls.document.LegalDocumentListControl
networkListControl ATMLCommonLibrary.controls.network.NetworkListControl
operationalRequirementsControl operational.OperationalRequirementsControl
panelIdentification System.Windows.Forms.Panel
parentComponentListControl component.ParentComponentListControl
physicalCharacteristicsControl hardware.characteristics.PhysicalCharacteristicsControl
powerRequirementListControl power.PowerRequirementListControl
tabCalibration System.Windows.Forms.TabPage
tabCharacteristics System.Windows.Forms.TabPage
tabComponents System.Windows.Forms.TabPage
tabConfiguration System.Windows.Forms.TabPage
tabControl System.Windows.Forms.TabPage
tabDefaults System.Windows.Forms.TabPage
tabDescription System.Windows.Forms.TabPage
tabDocumentation System.Windows.Forms.TabPage
tabEnvironmental System.Windows.Forms.TabPage
tabErrors System.Windows.Forms.TabPage
tabIdentification System.Windows.Forms.TabPage
tabInterface System.Windows.Forms.TabPage
tabLegal System.Windows.Forms.TabPage
tabNetwork System.Windows.Forms.TabPage
tabOperational System.Windows.Forms.TabPage
tabPanelControl System.Windows.Forms.TabControl
tabParentComponents System.Windows.Forms.TabPage
tabPower System.Windows.Forms.TabPage
tabRequirements System.Windows.Forms.TabPage

Private Properties

Property Type Description
HardwareItemDescriptionControl_Validating void
InitializeComponent void
TestTab int
tabControl1_DrawItem void

Public Methods

Method Description
HardwareItemDescriptionControl ( ) : System

Protected Methods

Method Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

tabControl_MouseLeave ( object sender, EventArgs e ) : void
tabControl_MouseMove ( object sender, MouseEventArgs e ) : void

Private Methods

Method Description
HardwareItemDescriptionControl_Validating ( object sender, CancelEventArgs e ) : void
InitializeComponent ( ) : void

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

TestTab ( Point pt ) : int
tabControl1_DrawItem ( object sender, DrawItemEventArgs e ) : void

Method Details

ControlsToData() protected method

protected ControlsToData ( ) : void
return void

DataToControls() protected method

protected DataToControls ( ) : void
return void

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

HardwareItemDescriptionControl() public method

public HardwareItemDescriptionControl ( ) : System
return System

tabControl_MouseLeave() protected method

protected tabControl_MouseLeave ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

tabControl_MouseMove() protected method

protected tabControl_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void

Property Details

RequirementsTabControl protected property

protected ATMLCommonLibrary.controls.awb.AWBTabControl RequirementsTabControl
return ATMLCommonLibrary.controls.awb.AWBTabControl

_hardwareItemDescription protected property

protected HardwareItemDescription _hardwareItemDescription
return HardwareItemDescription

calibrationRequirementListControl protected property

protected calibration.CalibrationRequirementListControl calibrationRequirementListControl
return calibration.CalibrationRequirementListControl

componentListControl protected property

protected lists.ComponentListControl componentListControl
return lists.ComponentListControl

configurationOptionListControl protected property

protected hardware.ConfigurationOptionListControl configurationOptionListControl
return hardware.ConfigurationOptionListControl

documentListControl protected property

protected DocumentListControl,ATMLCommonLibrary.controls.document documentListControl
return ATMLCommonLibrary.controls.document.DocumentListControl

edtDescription protected property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtDescription
return ATMLCommonLibrary.controls.awb.AWBTextBox

edtName protected property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtName
return ATMLCommonLibrary.controls.awb.AWBTextBox

edtVersion protected property

protected ATMLCommonLibrary.controls.awb.AWBTextBox edtVersion
return ATMLCommonLibrary.controls.awb.AWBTextBox

environmentalRequirementsControl1 protected property

protected environmental.EnvironmentalRequirementsControl environmentalRequirementsControl1
return environmental.EnvironmentalRequirementsControl

errorListControl protected property

protected error.ErrorListControl errorListControl
return error.ErrorListControl

errorProvider protected property

protected System.Windows.Forms.ErrorProvider errorProvider
return System.Windows.Forms.ErrorProvider

factoryDefaultsListControl protected property

protected ATMLCommonLibrary.controls.hardware.FactoryDefaultsListControl factoryDefaultsListControl
return ATMLCommonLibrary.controls.hardware.FactoryDefaultsListControl

helpLabel1 protected property

protected HelpLabel helpLabel1
return HelpLabel

helpLabel2 protected property

protected HelpLabel helpLabel2
return HelpLabel

identificationControl protected property

protected IdentificationControl identificationControl
return IdentificationControl

interfaceListControl protected property

protected PhysicalInterfaceListControl,ATMLCommonLibrary.controls.lists interfaceListControl
return ATMLCommonLibrary.controls.lists.PhysicalInterfaceListControl

legalDocumentListControl protected property

protected LegalDocumentListControl,ATMLCommonLibrary.controls.document legalDocumentListControl
return ATMLCommonLibrary.controls.document.LegalDocumentListControl

networkListControl protected property

protected NetworkListControl,ATMLCommonLibrary.controls.network networkListControl
return ATMLCommonLibrary.controls.network.NetworkListControl

operationalRequirementsControl protected property

protected operational.OperationalRequirementsControl operationalRequirementsControl
return operational.OperationalRequirementsControl

panelIdentification protected property

protected System.Windows.Forms.Panel panelIdentification
return System.Windows.Forms.Panel

parentComponentListControl protected property

protected component.ParentComponentListControl parentComponentListControl
return component.ParentComponentListControl

physicalCharacteristicsControl protected property

protected hardware.characteristics.PhysicalCharacteristicsControl physicalCharacteristicsControl
return hardware.characteristics.PhysicalCharacteristicsControl

powerRequirementListControl protected property

protected power.PowerRequirementListControl powerRequirementListControl
return power.PowerRequirementListControl

tabCalibration protected property

protected System.Windows.Forms.TabPage tabCalibration
return System.Windows.Forms.TabPage

tabCharacteristics protected property

protected System.Windows.Forms.TabPage tabCharacteristics
return System.Windows.Forms.TabPage

tabComponents protected property

protected System.Windows.Forms.TabPage tabComponents
return System.Windows.Forms.TabPage

tabConfiguration protected property

protected System.Windows.Forms.TabPage tabConfiguration
return System.Windows.Forms.TabPage

tabControl protected property

protected System.Windows.Forms.TabPage tabControl
return System.Windows.Forms.TabPage

tabDefaults protected property

protected System.Windows.Forms.TabPage tabDefaults
return System.Windows.Forms.TabPage

tabDescription protected property

protected System.Windows.Forms.TabPage tabDescription
return System.Windows.Forms.TabPage

tabDocumentation protected property

protected System.Windows.Forms.TabPage tabDocumentation
return System.Windows.Forms.TabPage

tabEnvironmental protected property

protected System.Windows.Forms.TabPage tabEnvironmental
return System.Windows.Forms.TabPage

tabErrors protected property

protected System.Windows.Forms.TabPage tabErrors
return System.Windows.Forms.TabPage

tabIdentification protected property

protected System.Windows.Forms.TabPage tabIdentification
return System.Windows.Forms.TabPage

tabInterface protected property

protected System.Windows.Forms.TabPage tabInterface
return System.Windows.Forms.TabPage

tabLegal protected property

protected System.Windows.Forms.TabPage tabLegal
return System.Windows.Forms.TabPage

tabNetwork protected property

protected System.Windows.Forms.TabPage tabNetwork
return System.Windows.Forms.TabPage

tabOperational protected property

protected System.Windows.Forms.TabPage tabOperational
return System.Windows.Forms.TabPage

tabPanelControl protected property

protected System.Windows.Forms.TabControl tabPanelControl
return System.Windows.Forms.TabControl

tabParentComponents protected property

protected System.Windows.Forms.TabPage tabParentComponents
return System.Windows.Forms.TabPage

tabPower protected property

protected System.Windows.Forms.TabPage tabPower
return System.Windows.Forms.TabPage

tabRequirements protected property

protected System.Windows.Forms.TabPage tabRequirements
return System.Windows.Forms.TabPage