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
Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer Class Reference
Inheritance diagram for Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer:
Inheritance graph
Collaboration diagram for Sample_Environment_Control_Interface.Dialogs.Blocks.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 btnCancel_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
void dataGridView1_CellValidated (object sender, DataGridViewCellEventArgs e)
 
void doChanges (Seci.BlockInfo block)
 
void initialiseDataGrid ()
 
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)
 
void updateDataGrid ()
 

Private Attributes

System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnOK
 
System.Windows.Forms.DataGridViewTextBoxColumn colBlock
 
System.Windows.Forms.DataGridViewTextBoxColumn colComp
 
System.Windows.Forms.DataGridViewTextBoxColumn colCurrent
 
System.Windows.Forms.DataGridViewTextBoxColumn colInRange
 
System.Windows.Forms.DataGridViewTextBoxColumn colLower
 
System.Windows.Forms.DataGridViewCheckBoxColumn colRunControl
 
System.Windows.Forms.DataGridViewTextBoxColumn colUpper
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.DataGridView dataGridView1
 
System.Windows.Forms.Label label1
 
Seci.BlockDictionary tempBlocks = new Seci.BlockDictionary()
 
System.Windows.Forms.Timer timer1
 

Detailed Description

Definition at line 11 of file RunControlViewer.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.RunControlViewer ( )
inline

Definition at line 16 of file RunControlViewer.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.btnCancel_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 203 of file RunControlViewer.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 170 of file RunControlViewer.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.dataGridView1_CellValidated ( object  sender,
DataGridViewCellEventArgs  e 
)
inlineprivate

Definition at line 130 of file RunControlViewer.cs.

override void Sample_Environment_Control_Interface.Dialogs.Blocks.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 Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.doChanges ( Seci.BlockInfo  block)
inlineprivate

Definition at line 135 of file RunControlViewer.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.initialiseDataGrid ( )
inlineprivate

Definition at line 49 of file RunControlViewer.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.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 Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.RunControlViewer_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 21 of file RunControlViewer.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.timer1_Tick ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 198 of file RunControlViewer.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.updateDataGrid ( )
inlineprivate

Definition at line 87 of file RunControlViewer.cs.

Member Data Documentation

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.btnCancel
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.btnOK
private

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

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.colBlock
private

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

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.colComp
private

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

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.colCurrent
private

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

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.colInRange
private

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

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.colLower
private

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

System.Windows.Forms.DataGridViewCheckBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.colRunControl
private

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

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.colUpper
private

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

System.ComponentModel.IContainer Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.components = null
private

Required designer variable.

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

System.Windows.Forms.DataGridView Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.dataGridView1
private

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

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.label1
private

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

Seci.BlockDictionary Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.tempBlocks = new Seci.BlockDictionary()
private

Definition at line 14 of file RunControlViewer.cs.

System.Windows.Forms.Timer Sample_Environment_Control_Interface.Dialogs.Blocks.RunControlViewer.timer1
private

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


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