C# Класс DecelerationHardwareControl.ControlWindow

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ControlWindow() публичный Метод

public ControlWindow ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

SetCheckBox() публичный Метод

public SetCheckBox ( CheckBox box, bool state ) : void
box System.Windows.Forms.CheckBox
state bool
Результат void

SetDiodeWarning() публичный Метод

public SetDiodeWarning ( Led led, bool state ) : void
led Led
state bool
Результат void

SetTextBox() публичный Метод

public SetTextBox ( TextBox box, string text ) : void
box System.Windows.Forms.TextBox
text string
Результат void

displaySidebandData() публичный Метод

public displaySidebandData ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
Результат void

displaySidebandData531() публичный Метод

public displaySidebandData531 ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
Результат void

displaySidebandData628Slowing() публичный Метод

public displaySidebandData628Slowing ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
Результат void

displaySidebandData628V1() публичный Метод

public displaySidebandData628V1 ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
Результат void

Описание свойств

CommandBox публичное свойство

public System.Windows.Forms.TextBox CommandBox
Результат System.Windows.Forms.TextBox

ReturnBox публичное свойство

public System.Windows.Forms.TextBox ReturnBox
Результат System.Windows.Forms.TextBox

aom1AmplitudeBox публичное свойство

public System.Windows.Forms.TextBox aom1AmplitudeBox
Результат System.Windows.Forms.TextBox

aom1FreqBox публичное свойство

public System.Windows.Forms.TextBox aom1FreqBox
Результат System.Windows.Forms.TextBox

aom1UpdateButton публичное свойство

public System.Windows.Forms.Button aom1UpdateButton
Результат System.Windows.Forms.Button

controller публичное свойство

public Controller,DecelerationHardwareControl controller
Результат Controller

monitor10KTherm30KPlate публичное свойство

public System.Windows.Forms.TextBox monitor10KTherm30KPlate
Результат System.Windows.Forms.TextBox

monitorColdPlate публичное свойство

public System.Windows.Forms.TextBox monitorColdPlate
Результат System.Windows.Forms.TextBox

monitorPressureSourceChamber публичное свойство

public System.Windows.Forms.TextBox monitorPressureSourceChamber
Результат System.Windows.Forms.TextBox

monitorRoughVacuum публичное свойство

public System.Windows.Forms.TextBox monitorRoughVacuum
Результат System.Windows.Forms.TextBox

monitorShield публичное свойство

public System.Windows.Forms.TextBox monitorShield
Результат System.Windows.Forms.TextBox

scatterGraph1 публичное свойство

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph1
Результат NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph2 публичное свойство

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph2
Результат NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph3 публичное свойство

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph3
Результат NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph4 публичное свойство

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph4
Результат NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph5 публичное свойство

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph5
Результат NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph6 публичное свойство

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph6
Результат NationalInstruments.UI.WindowsForms.ScatterGraph

synthOnAmpBox публичное свойство

public System.Windows.Forms.TextBox synthOnAmpBox
Результат System.Windows.Forms.TextBox

synthOnCheck публичное свойство

public System.Windows.Forms.CheckBox synthOnCheck
Результат System.Windows.Forms.CheckBox

synthOnFreqBox публичное свойство

public System.Windows.Forms.TextBox synthOnFreqBox
Результат System.Windows.Forms.TextBox

synthSettingsUpdateButton публичное свойство

public System.Windows.Forms.Button synthSettingsUpdateButton
Результат System.Windows.Forms.Button