Свойство | Тип | Описание | |
---|---|---|---|
controller |
Метод | Описание | |
---|---|---|
AddToTextBox ( String text ) : void | ||
ControlVoltageEditorEnabledState ( bool state ) : void | ||
DeviationPlotXYAppend ( double y ) : void | ||
MainForm ( ) : System | ||
SetControlVoltageNumericEditorValue ( double val ) : void | ||
SetLockCheckBox ( bool state ) : void | ||
SetPointEditorEnabledState ( bool state ) : void | ||
SetSetPointNumericEditorValue ( double val ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
Lock ( ) : void | ||
SetCheckHelper ( CheckBox box, bool state ) : void | ||
SetEditorValue ( NumericEdit control, double d ) : void | ||
SetNumericEditEnabledState ( NumericEdit control, bool state ) : void | ||
Unlock ( ) : void | ||
controlVoltageNumericEditor_AfterChangeValue ( object sender, AfterChangeNumericValueEventArgs e ) : void | ||
iSlider_AfterChangeValue ( object sender, AfterChangeNumericValueEventArgs e ) : void | ||
lockCheck_CheckedChanged ( object sender, EventArgs e ) : void | ||
lockToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
pSlider_AfterChangeValue ( object sender, AfterChangeNumericValueEventArgs e ) : void | ||
parkToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
setpointNumericEdit_AfterChangeValue ( object sender, AfterChangeNumericValueEventArgs e ) : void | ||
unlockToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
public AddToTextBox ( String text ) : void | ||
text | String | |
Результат | void |
public ControlVoltageEditorEnabledState ( bool state ) : void | ||
state | bool | |
Результат | void |
public DeviationPlotXYAppend ( double y ) : void | ||
y | double | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public SetControlVoltageNumericEditorValue ( double val ) : void | ||
val | double | |
Результат | void |
public SetLockCheckBox ( bool state ) : void | ||
state | bool | |
Результат | void |
public SetPointEditorEnabledState ( bool state ) : void | ||
state | bool | |
Результат | void |
public SetSetPointNumericEditorValue ( double val ) : void | ||
val | double | |
Результат | void |