Property | Type | Description | |
---|---|---|---|
dateTimeValue | System.Windows.Forms.DateTimePicker | ||
edtImaginary | awb.AWBTextBox | ||
edtReal | awb.AWBTextBox | ||
edtValue | awb.AWBTextBox | ||
errorProvider | System.Windows.Forms.ErrorProvider | ||
rbFalse | System.Windows.Forms.RadioButton | ||
rbTrue | System.Windows.Forms.RadioButton |
Property | Type | Description | |
---|---|---|---|
ControlsToData | void | ||
DataToControls | void | ||
DatumTextBox_Resize | void | ||
DatumTextBox_Validating | void | ||
GetEditStates | int | ||
InitializeComponent | void | ||
SetControlStates | void | ||
SetControlWidths | void | ||
SetEditStates | void | ||
SetLabelText | void | ||
dateTimeValue_ValueChanged | void | ||
edtImaginary_KeyUp | void | ||
edtReal_KeyUp | void | ||
edtValue_KeyUp | void | ||
rbFalse_CheckedChanged | void | ||
rbTrue_CheckedChanged | void |
Method | Description | |
---|---|---|
DatumTextBox ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ControlsToData ( ) : void | ||
DataToControls ( ) : void | ||
DatumTextBox_Resize ( object sender, EventArgs e ) : void | ||
DatumTextBox_Validating ( object sender, CancelEventArgs e ) : void | ||
GetEditStates ( ) : int | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetControlStates ( ) : void | ||
SetControlWidths ( ) : void | ||
SetEditStates ( int idx ) : void | ||
SetLabelText ( String text ) : void | ||
dateTimeValue_ValueChanged ( object sender, EventArgs e ) : void | ||
edtImaginary_KeyUp ( object sender, KeyEventArgs e ) : void | ||
edtReal_KeyUp ( object sender, KeyEventArgs e ) : void | ||
edtValue_KeyUp ( object sender, KeyEventArgs e ) : void | ||
rbFalse_CheckedChanged ( object sender, EventArgs e ) : void | ||
rbTrue_CheckedChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected System.Windows.Forms.DateTimePicker dateTimeValue | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.ErrorProvider errorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.RadioButton rbFalse | ||
return | System.Windows.Forms.RadioButton |