SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
SeciUserInterface.Forms.RunControlViewer Class Reference
Inheritance diagram for SeciUserInterface.Forms.RunControlViewer:
Inheritance graph
Collaboration diagram for SeciUserInterface.Forms.RunControlViewer:
Collaboration graph

Public Member Functions

 RunControlViewer ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Private Member Functions

void backgroundWorker1_DoWork (object sender, DoWorkEventArgs e)
 
void backgroundWorker1_RunWorkerCompleted (object sender, RunWorkerCompletedEventArgs e)
 
void btnClose_Click (object sender, EventArgs e)
 
void btnSet_Click (object sender, EventArgs e)
 
void dgv1_CellDoubleClick (object sender, DataGridViewCellEventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void RunControlViewer_Load (object sender, EventArgs e)
 
void timer1_Tick (object sender, EventArgs e)
 
delegate void UpdateGuiDelegate ()
 
void updateValues ()
 

Private Attributes

Seci.BlockDictionary _tempBlocks = new Seci.BlockDictionary()
 
System.ComponentModel.BackgroundWorker backgroundWorker1
 
System.Windows.Forms.Button btnClose
 
System.Windows.Forms.Button btnSet
 
System.Windows.Forms.DataGridViewTextBoxColumn colInRange
 
System.Windows.Forms.DataGridViewTextBoxColumn colLower
 
System.Windows.Forms.DataGridViewTextBoxColumn colName
 
System.Windows.Forms.DataGridViewCheckBoxColumn colRunControl
 
System.Windows.Forms.DataGridViewTextBoxColumn colSetpoint
 
System.Windows.Forms.DataGridViewTextBoxColumn colUpper
 
System.Windows.Forms.DataGridViewTextBoxColumn colValue
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.DataGridView dgv1
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.Timer timer1
 

Detailed Description

Definition at line 12 of file RunControlViewer.cs.

Constructor & Destructor Documentation

SeciUserInterface.Forms.RunControlViewer.RunControlViewer ( )
inline

Definition at line 18 of file RunControlViewer.cs.

Member Function Documentation

void SeciUserInterface.Forms.RunControlViewer.backgroundWorker1_DoWork ( object  sender,
DoWorkEventArgs  e 
)
inlineprivate

Definition at line 154 of file RunControlViewer.cs.

void SeciUserInterface.Forms.RunControlViewer.backgroundWorker1_RunWorkerCompleted ( object  sender,
RunWorkerCompletedEventArgs  e 
)
inlineprivate

Definition at line 159 of file RunControlViewer.cs.

void SeciUserInterface.Forms.RunControlViewer.btnClose_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 141 of file RunControlViewer.cs.

void SeciUserInterface.Forms.RunControlViewer.btnSet_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 112 of file RunControlViewer.cs.

References SeciUserInterface.Forms.EditRunControl.Block.

void SeciUserInterface.Forms.RunControlViewer.dgv1_CellDoubleClick ( object  sender,
DataGridViewCellEventArgs  e 
)
inlineprivate

Definition at line 164 of file RunControlViewer.cs.

override void SeciUserInterface.Forms.RunControlViewer.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file RunControlViewer.Designer.cs.

void SeciUserInterface.Forms.RunControlViewer.InitializeComponent ( )
inlineprivate

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

Definition at line 29 of file RunControlViewer.Designer.cs.

void SeciUserInterface.Forms.RunControlViewer.RunControlViewer_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 23 of file RunControlViewer.cs.

void SeciUserInterface.Forms.RunControlViewer.timer1_Tick ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 146 of file RunControlViewer.cs.

delegate void SeciUserInterface.Forms.RunControlViewer.UpdateGuiDelegate ( )
private
void SeciUserInterface.Forms.RunControlViewer.updateValues ( )
inlineprivate

Definition at line 34 of file RunControlViewer.cs.

References Seci.Definitions.BlockInfo.BlockUnits.

Member Data Documentation

Seci.BlockDictionary SeciUserInterface.Forms.RunControlViewer._tempBlocks = new Seci.BlockDictionary()
private

Definition at line 14 of file RunControlViewer.cs.

System.ComponentModel.BackgroundWorker SeciUserInterface.Forms.RunControlViewer.backgroundWorker1
private

Definition at line 196 of file RunControlViewer.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Forms.RunControlViewer.btnClose
private

Definition at line 195 of file RunControlViewer.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Forms.RunControlViewer.btnSet
private

Definition at line 197 of file RunControlViewer.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Forms.RunControlViewer.colInRange
private

Definition at line 205 of file RunControlViewer.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Forms.RunControlViewer.colLower
private

Definition at line 203 of file RunControlViewer.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Forms.RunControlViewer.colName
private

Definition at line 199 of file RunControlViewer.Designer.cs.

System.Windows.Forms.DataGridViewCheckBoxColumn SeciUserInterface.Forms.RunControlViewer.colRunControl
private

Definition at line 202 of file RunControlViewer.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Forms.RunControlViewer.colSetpoint
private

Definition at line 201 of file RunControlViewer.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Forms.RunControlViewer.colUpper
private

Definition at line 204 of file RunControlViewer.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Forms.RunControlViewer.colValue
private

Definition at line 200 of file RunControlViewer.Designer.cs.

System.ComponentModel.IContainer SeciUserInterface.Forms.RunControlViewer.components = null
private

Required designer variable.

Definition at line 8 of file RunControlViewer.Designer.cs.

System.Windows.Forms.DataGridView SeciUserInterface.Forms.RunControlViewer.dgv1
private

Definition at line 194 of file RunControlViewer.Designer.cs.

System.Windows.Forms.Label SeciUserInterface.Forms.RunControlViewer.label1
private

Definition at line 206 of file RunControlViewer.Designer.cs.

System.Windows.Forms.Timer SeciUserInterface.Forms.RunControlViewer.timer1
private

Definition at line 198 of file RunControlViewer.Designer.cs.


The documentation for this class was generated from the following files: