C# Class BuffergasHardwareControl.ControlWindow

Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
controller Controller
nos int

Public Methods

Method Description
ControlWindow ( ) : System
WriteToConsole ( 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
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

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

WriteToConsole() public method

public WriteToConsole ( string text ) : void
text string
return void

Property Details

controller public property

public Controller,BuffergasHardwareControl controller
return Controller

nos public property

public int nos
return int