C# Class BuffergasHardwareControl.ControlWindow

Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
controller Controller
nos int

Méthodes publiques

Méthode Description
ControlWindow ( ) : System
WriteToConsole ( string text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

WriteToConsole() public méthode

public WriteToConsole ( string text ) : void
text string
Résultat void

Property Details

controller public_oe property

public Controller,BuffergasHardwareControl controller
Résultat Controller

nos public_oe property

public int nos
Résultat int