C# Class VCOLock.ControlWindow

ファイルを表示 Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
controller Controller
counterFreqUpdateButton System.Windows.Forms.Button
errorSigGraph NationalInstruments.UI.WindowsForms.WaveformGraph
errorSigPlot NationalInstruments.UI.WaveformPlot
freqCounterTextBox System.Windows.Forms.TextBox
intGainNumeric System.Windows.Forms.NumericUpDown
intLockEnable System.Windows.Forms.CheckBox
logCheckBox System.Windows.Forms.CheckBox
outputVoltageNumericUpDown System.Windows.Forms.NumericUpDown
pollPeriodTextBox System.Windows.Forms.TextBox
propGainNumeric System.Windows.Forms.NumericUpDown
propLockEnable System.Windows.Forms.CheckBox
reverseCheckBox System.Windows.Forms.CheckBox
setPointNumericUpDown System.Windows.Forms.NumericUpDown
startPollButton System.Windows.Forms.Button
stopPollButton System.Windows.Forms.Button

Public Methods

Method Description
ControlWindow ( ) : System
EnableControl ( Control control, bool enabled ) : void
PlotYAppend ( Graph graph, WaveformPlot plot, double y ) : void
SetCheckBox ( CheckBox box, bool state ) : void
SetNumericBox ( NumericUpDown box, decimal val ) : void
SetTextBox ( TextBox box, string text ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ControlWindow_Load ( object sender, EventArgs e ) : void
EnableControlHelper ( Control control, bool enabled ) : void
InitializeComponent ( ) : void

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

SetCheckHelper ( CheckBox box, bool state ) : void
SetNumericHelper ( NumericUpDown box, decimal val ) : void
SetTextHelper ( TextBox box, string text ) : void
counterFreqUpdateButton_Click ( object sender, EventArgs e ) : void
startPollButton_Click ( object sender, EventArgs e ) : void
stopPollButton_Click ( object sender, EventArgs e ) : void

Method Details

ControlWindow() public method

public ControlWindow ( ) : System
return System

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

EnableControl() public method

public EnableControl ( Control control, bool enabled ) : void
control Control
enabled bool
return void

PlotYAppend() public method

public PlotYAppend ( Graph graph, WaveformPlot plot, double y ) : void
graph Graph
plot WaveformPlot
y double
return void

SetCheckBox() public method

public SetCheckBox ( CheckBox box, bool state ) : void
box CheckBox
state bool
return void

SetNumericBox() public method

public SetNumericBox ( NumericUpDown box, decimal val ) : void
box NumericUpDown
val decimal
return void

SetTextBox() public method

public SetTextBox ( TextBox box, string text ) : void
box TextBox
text string
return void

Property Details

controller public_oe property

public Controller,VCOLock controller
return Controller

counterFreqUpdateButton public_oe property

public System.Windows.Forms.Button counterFreqUpdateButton
return System.Windows.Forms.Button

errorSigGraph public_oe property

public NationalInstruments.UI.WindowsForms.WaveformGraph errorSigGraph
return NationalInstruments.UI.WindowsForms.WaveformGraph

errorSigPlot public_oe property

public NationalInstruments.UI.WaveformPlot errorSigPlot
return NationalInstruments.UI.WaveformPlot

freqCounterTextBox public_oe property

public System.Windows.Forms.TextBox freqCounterTextBox
return System.Windows.Forms.TextBox

intGainNumeric public_oe property

public System.Windows.Forms.NumericUpDown intGainNumeric
return System.Windows.Forms.NumericUpDown

intLockEnable public_oe property

public System.Windows.Forms.CheckBox intLockEnable
return System.Windows.Forms.CheckBox

logCheckBox public_oe property

public System.Windows.Forms.CheckBox logCheckBox
return System.Windows.Forms.CheckBox

outputVoltageNumericUpDown public_oe property

public System.Windows.Forms.NumericUpDown outputVoltageNumericUpDown
return System.Windows.Forms.NumericUpDown

pollPeriodTextBox public_oe property

public System.Windows.Forms.TextBox pollPeriodTextBox
return System.Windows.Forms.TextBox

propGainNumeric public_oe property

public System.Windows.Forms.NumericUpDown propGainNumeric
return System.Windows.Forms.NumericUpDown

propLockEnable public_oe property

public System.Windows.Forms.CheckBox propLockEnable
return System.Windows.Forms.CheckBox

reverseCheckBox public_oe property

public System.Windows.Forms.CheckBox reverseCheckBox
return System.Windows.Forms.CheckBox

setPointNumericUpDown public_oe property

public System.Windows.Forms.NumericUpDown setPointNumericUpDown
return System.Windows.Forms.NumericUpDown

startPollButton public_oe property

public System.Windows.Forms.Button startPollButton
return System.Windows.Forms.Button

stopPollButton public_oe property

public System.Windows.Forms.Button stopPollButton
return System.Windows.Forms.Button