Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | 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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Form_closing ( object sender, CancelEventArgs cargs ) : void | ||
sender | object | |
cargs | CancelEventArgs | |
return | void |
public SetDoubleToStr ( string str, Label lbl ) : void | ||
str | string | |
lbl | Label | |
return | void |
public SetExecutionStatus ( string currStat ) : void | ||
currStat | string | |
return | void |
public ShowMtcDataStream ( object activeDs ) : void | ||
activeDs | object | |
return | void |
public UpdateListView ( ArrayList al, MonitoredListView lv ) : void | ||
al | ArrayList | |
lv | MonitoredListView | |
return | void |
public appState_AppStateChanged ( int val ) : void | ||
val | int | |
return | void |
public currStatLbl_TextChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |