Property | Type | Description | |
---|---|---|---|
ControlsToData | void | ||
DataToControls | void | ||
InitializeComponent | void | ||
edtPhase_KeyDown | void | ||
edtPhase_KeyUp | void | ||
edtPhase_TextChanged | void | ||
gbPower_Enter | void | ||
rbAmpres_CheckedChanged | void | ||
rbPowerDraw_CheckedChanged | void |
Method | Description | |
---|---|---|
ACPowerSpecificationControl ( ) : System | ||
HasValue ( ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
edtPhase_KeyDown ( object sender, KeyEventArgs e ) : void | ||
edtPhase_KeyUp ( object sender, KeyEventArgs e ) : void | ||
edtPhase_TextChanged ( object sender, EventArgs e ) : void | ||
gbPower_Enter ( object sender, EventArgs e ) : void | ||
rbAmpres_CheckedChanged ( object sender, EventArgs e ) : void | ||
rbPowerDraw_CheckedChanged ( object sender, EventArgs e ) : void |
public ACPowerSpecificationControl ( ) : System | ||
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |