C# Class ATMLCommonLibrary.controls.RepeatedItemControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
edtBaseIndex awb.AWBTextBox
edtCount awb.AWBTextBox
edtIncrementBy awb.AWBTextBox
edtReplacementChar awb.AWBTextBox
label4 HelpLabel
label5 HelpLabel
label6 HelpLabel
label7 HelpLabel

Private Properties

Свойство Type Description
InitializeComponent void
RepeatedItemControl_Validating void

Méthodes publiques

Méthode Description
RepeatedItemControl ( ) : System

Méthodes protégées

Méthode Description
ControlsToData ( ) : void
DataToControls ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

RepeatedItemControl_Validating ( object sender, CancelEventArgs e ) : void

Method Details

ControlsToData() protected méthode

protected ControlsToData ( ) : void
Résultat void

DataToControls() protected méthode

protected DataToControls ( ) : void
Résultat void

Dispose() protected méthode

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

RepeatedItemControl() public méthode

public RepeatedItemControl ( ) : System
Résultat System

Property Details

edtBaseIndex protected_oe property

protected awb.AWBTextBox edtBaseIndex
Résultat awb.AWBTextBox

edtCount protected_oe property

protected awb.AWBTextBox edtCount
Résultat awb.AWBTextBox

edtIncrementBy protected_oe property

protected awb.AWBTextBox edtIncrementBy
Résultat awb.AWBTextBox

edtReplacementChar protected_oe property

protected awb.AWBTextBox edtReplacementChar
Résultat awb.AWBTextBox

label4 protected_oe property

protected HelpLabel,ATMLCommonLibrary.controls label4
Résultat HelpLabel

label5 protected_oe property

protected HelpLabel,ATMLCommonLibrary.controls label5
Résultat HelpLabel

label6 protected_oe property

protected HelpLabel,ATMLCommonLibrary.controls label6
Résultat HelpLabel

label7 protected_oe property

protected HelpLabel,ATMLCommonLibrary.controls label7
Résultat HelpLabel