C# 클래스 BuffergasHardwareControl.ControlWindow

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

공개 프로퍼티들

프로퍼티 타입 설명
controller Controller
nos int

공개 메소드들

메소드 설명
ControlWindow ( ) : System
WriteToConsole ( string text ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ControlWindow_Load ( object sender, EventArgs e ) : void
FlowVoltageBox_ValueChanged ( object sender, EventArgs e ) : void
FlowmeterButton_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.

ReadIntFromCommandWindow ( ) : void
commandTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
consoleRichTextBox_TextChanged ( object sender, EventArgs e ) : void
disposeButton_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openImageViewerToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveImageDataToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveImageToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveImagesToolStripMenu_Click ( object sender, EventArgs e ) : void
setCheckBox ( CheckBox box, bool state ) : void
setCheckHelper ( CheckBox box, bool state ) : void
setRichTextBox ( RichTextBox box, string text ) : void
setRichTextHelper ( RichTextBox box, string text ) : void
setTabEnable ( TabControl box, bool state ) : void
setTabEnableHelper ( TabControl box, bool state ) : void
setTextBox ( TextBox box, string text ) : void
setTextHelper ( TextBox box, string text ) : void
snapshotButton_Click ( object sender, EventArgs e ) : void
stopStreamButton_Click ( object sender, EventArgs e ) : void
streamButton_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

WriteToConsole() 공개 메소드

public WriteToConsole ( string text ) : void
text string
리턴 void

프로퍼티 상세

controller 공개적으로 프로퍼티

public Controller,BuffergasHardwareControl controller
리턴 Controller

nos 공개적으로 프로퍼티

public int nos
리턴 int