C# Class DecelerationHardwareControl.ControlWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
CommandBox System.Windows.Forms.TextBox
ReturnBox System.Windows.Forms.TextBox
aom1AmplitudeBox System.Windows.Forms.TextBox
aom1FreqBox System.Windows.Forms.TextBox
aom1UpdateButton System.Windows.Forms.Button
controller Controller
monitor10KTherm30KPlate System.Windows.Forms.TextBox
monitorColdPlate System.Windows.Forms.TextBox
monitorPressureSourceChamber System.Windows.Forms.TextBox
monitorRoughVacuum System.Windows.Forms.TextBox
monitorShield System.Windows.Forms.TextBox
scatterGraph1 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph2 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph3 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph4 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph5 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph6 NationalInstruments.UI.WindowsForms.ScatterGraph
synthOnAmpBox System.Windows.Forms.TextBox
synthOnCheck System.Windows.Forms.CheckBox
synthOnFreqBox System.Windows.Forms.TextBox
synthSettingsUpdateButton System.Windows.Forms.Button

Méthodes publiques

Méthode Description
ControlWindow ( ) : System
SetCheckBox ( CheckBox box, bool state ) : void
SetDiodeWarning ( Led led, bool state ) : void
SetTextBox ( TextBox box, string text ) : void
displaySidebandData ( ScatterGraph graph, double xvals, double data ) : void
displaySidebandData531 ( ScatterGraph graph, double xvals, double data ) : void
displaySidebandData628Slowing ( ScatterGraph graph, double xvals, double data ) : void
displaySidebandData628V1 ( ScatterGraph graph, double xvals, double data ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetData_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

PressureSourceChamber_Click ( object sender, EventArgs e ) : void
ReadFlow_Click ( object sender, EventArgs e ) : void
SetCheckHelper ( CheckBox box, bool state ) : void
SetFlow_Click ( object sender, EventArgs e ) : void
SetTextHelper ( TextBox box, string text ) : void
SetWarningHelper ( Led led, bool state ) : void
aom1UpdateButton_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
monitorPressureSourceChamber_TextChanged ( object sender, EventArgs e ) : void
plotScatterGraphHelper ( ScatterPlot plot, double x, double y ) : void
scatterGraph1_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph1_PlotDataChanged_1 ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph2_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph4_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph5_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph6_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraphPlot ( ScatterGraph graph, ScatterPlot plot, double x, double y ) : void
sideBandTab_Click ( object sender, EventArgs e ) : void
stopReadingButton_Click ( object sender, EventArgs e ) : void
synthOnCheck_CheckedChanged ( object sender, EventArgs e ) : void
synthSettingsUpdateButton_Click ( object sender, EventArgs e ) : void

Method Details

ControlWindow() public méthode

public ControlWindow ( ) : System
Résultat System

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

SetCheckBox() public méthode

public SetCheckBox ( CheckBox box, bool state ) : void
box System.Windows.Forms.CheckBox
state bool
Résultat void

SetDiodeWarning() public méthode

public SetDiodeWarning ( Led led, bool state ) : void
led Led
state bool
Résultat void

SetTextBox() public méthode

public SetTextBox ( TextBox box, string text ) : void
box System.Windows.Forms.TextBox
text string
Résultat void

displaySidebandData() public méthode

public displaySidebandData ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
Résultat void

displaySidebandData531() public méthode

public displaySidebandData531 ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
Résultat void

displaySidebandData628Slowing() public méthode

public displaySidebandData628Slowing ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
Résultat void

displaySidebandData628V1() public méthode

public displaySidebandData628V1 ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
Résultat void

Property Details

CommandBox public_oe property

public System.Windows.Forms.TextBox CommandBox
Résultat System.Windows.Forms.TextBox

ReturnBox public_oe property

public System.Windows.Forms.TextBox ReturnBox
Résultat System.Windows.Forms.TextBox

aom1AmplitudeBox public_oe property

public System.Windows.Forms.TextBox aom1AmplitudeBox
Résultat System.Windows.Forms.TextBox

aom1FreqBox public_oe property

public System.Windows.Forms.TextBox aom1FreqBox
Résultat System.Windows.Forms.TextBox

aom1UpdateButton public_oe property

public System.Windows.Forms.Button aom1UpdateButton
Résultat System.Windows.Forms.Button

controller public_oe property

public Controller,DecelerationHardwareControl controller
Résultat Controller

monitor10KTherm30KPlate public_oe property

public System.Windows.Forms.TextBox monitor10KTherm30KPlate
Résultat System.Windows.Forms.TextBox

monitorColdPlate public_oe property

public System.Windows.Forms.TextBox monitorColdPlate
Résultat System.Windows.Forms.TextBox

monitorPressureSourceChamber public_oe property

public System.Windows.Forms.TextBox monitorPressureSourceChamber
Résultat System.Windows.Forms.TextBox

monitorRoughVacuum public_oe property

public System.Windows.Forms.TextBox monitorRoughVacuum
Résultat System.Windows.Forms.TextBox

monitorShield public_oe property

public System.Windows.Forms.TextBox monitorShield
Résultat System.Windows.Forms.TextBox

scatterGraph1 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph1
Résultat NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph2 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph2
Résultat NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph3 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph3
Résultat NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph4 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph4
Résultat NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph5 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph5
Résultat NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph6 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph6
Résultat NationalInstruments.UI.WindowsForms.ScatterGraph

synthOnAmpBox public_oe property

public System.Windows.Forms.TextBox synthOnAmpBox
Résultat System.Windows.Forms.TextBox

synthOnCheck public_oe property

public System.Windows.Forms.CheckBox synthOnCheck
Résultat System.Windows.Forms.CheckBox

synthOnFreqBox public_oe property

public System.Windows.Forms.TextBox synthOnFreqBox
Résultat System.Windows.Forms.TextBox

synthSettingsUpdateButton public_oe property

public System.Windows.Forms.Button synthSettingsUpdateButton
Résultat System.Windows.Forms.Button