C# 클래스 VCOLock.ControlWindow

파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

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

EnableControl() 공개 메소드

public EnableControl ( Control control, bool enabled ) : void
control Control
enabled bool
리턴 void

PlotYAppend() 공개 메소드

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

SetCheckBox() 공개 메소드

public SetCheckBox ( CheckBox box, bool state ) : void
box CheckBox
state bool
리턴 void

SetNumericBox() 공개 메소드

public SetNumericBox ( NumericUpDown box, decimal val ) : void
box NumericUpDown
val decimal
리턴 void

SetTextBox() 공개 메소드

public SetTextBox ( TextBox box, string text ) : void
box TextBox
text string
리턴 void

프로퍼티 상세

controller 공개적으로 프로퍼티

public Controller,VCOLock controller
리턴 Controller

counterFreqUpdateButton 공개적으로 프로퍼티

public System.Windows.Forms.Button counterFreqUpdateButton
리턴 System.Windows.Forms.Button

errorSigGraph 공개적으로 프로퍼티

public NationalInstruments.UI.WindowsForms.WaveformGraph errorSigGraph
리턴 NationalInstruments.UI.WindowsForms.WaveformGraph

errorSigPlot 공개적으로 프로퍼티

public NationalInstruments.UI.WaveformPlot errorSigPlot
리턴 NationalInstruments.UI.WaveformPlot

freqCounterTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox freqCounterTextBox
리턴 System.Windows.Forms.TextBox

intGainNumeric 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown intGainNumeric
리턴 System.Windows.Forms.NumericUpDown

intLockEnable 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox intLockEnable
리턴 System.Windows.Forms.CheckBox

logCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox logCheckBox
리턴 System.Windows.Forms.CheckBox

outputVoltageNumericUpDown 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown outputVoltageNumericUpDown
리턴 System.Windows.Forms.NumericUpDown

pollPeriodTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox pollPeriodTextBox
리턴 System.Windows.Forms.TextBox

propGainNumeric 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown propGainNumeric
리턴 System.Windows.Forms.NumericUpDown

propLockEnable 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox propLockEnable
리턴 System.Windows.Forms.CheckBox

reverseCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox reverseCheckBox
리턴 System.Windows.Forms.CheckBox

setPointNumericUpDown 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown setPointNumericUpDown
리턴 System.Windows.Forms.NumericUpDown

startPollButton 공개적으로 프로퍼티

public System.Windows.Forms.Button startPollButton
리턴 System.Windows.Forms.Button

stopPollButton 공개적으로 프로퍼티

public System.Windows.Forms.Button stopPollButton
리턴 System.Windows.Forms.Button