C# Class SystemInsightsMTCDemo.MainForm

Afficher le fichier Open project: systeminsights/mtcdemoapp

Méthodes publiques

Méthode Description
Form_closing ( object sender, CancelEventArgs cargs ) : void
GuiEnhancements ( ) : void
MainForm ( ) : System
SetDoubleToStr ( string str, Label lbl ) : void
SetExecutionStatus ( string currStat ) : void
SetPartCount ( string prtCnt ) : void
SetUnits ( object ds ) : void
ShowMtcDataStream ( object activeDs ) : void
UpdateListView ( ArrayList al, MonitoredListView lv ) : void
appState_AppStateChanged ( int val ) : void
currStatLbl_TextChanged ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DataSrcBtn_Click ( object sender, EventArgs e ) : void
DoOnStrtStp ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

StartProcess ( ) : void
dataSrcTxt_GotFocus ( object sender, KeyEventArgs e ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
pictureBox2_Click ( object sender, EventArgs e ) : void
stpBtn_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void
timer2_Tick ( object sender, EventArgs e ) : void

Method Details

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

Form_closing() public méthode

public Form_closing ( object sender, CancelEventArgs cargs ) : void
sender object
cargs CancelEventArgs
Résultat void

GuiEnhancements() public méthode

public GuiEnhancements ( ) : void
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

SetDoubleToStr() public méthode

public SetDoubleToStr ( string str, Label lbl ) : void
str string
lbl Label
Résultat void

SetExecutionStatus() public méthode

public SetExecutionStatus ( string currStat ) : void
currStat string
Résultat void

SetPartCount() public méthode

public SetPartCount ( string prtCnt ) : void
prtCnt string
Résultat void

SetUnits() public méthode

public SetUnits ( object ds ) : void
ds object
Résultat void

ShowMtcDataStream() public méthode

public ShowMtcDataStream ( object activeDs ) : void
activeDs object
Résultat void

UpdateListView() public méthode

public UpdateListView ( ArrayList al, MonitoredListView lv ) : void
al ArrayList
lv MonitoredListView
Résultat void

appState_AppStateChanged() public méthode

public appState_AppStateChanged ( int val ) : void
val int
Résultat void

currStatLbl_TextChanged() public méthode

public currStatLbl_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void