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.ConfigureBlocks Class Reference
Inheritance diagram for Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks:
Inheritance graph
Collaboration diagram for Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks:
Collaboration graph

Public Member Functions

 ConfigureBlocks ()
 

Protected Member Functions

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

Private Member Functions

void btnAdd_Click (object sender, EventArgs e)
 
void btnDelete_Click (object sender, EventArgs e)
 
void btnEdit_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
void btnSetNexus_Click (object sender, EventArgs e)
 
void configureBlocks_Load (object sender, EventArgs e)
 
void dataGridView1_CellValidated (object sender, DataGridViewCellEventArgs e)
 
void doChanges (Seci.BlockInfo block)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void updateDataGrid ()
 

Private Attributes

Boolean _changesMade = false
 
Seci.BlockDictionary _tempBlocks = new Seci.BlockDictionary()
 
System.Windows.Forms.Button btnAdd
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnDelete
 
System.Windows.Forms.Button btnEdit
 
System.Windows.Forms.Button btnOK
 
System.Windows.Forms.Button btnSetNexus
 
System.Windows.Forms.DataGridViewTextBoxColumn colComponent
 
System.Windows.Forms.DataGridViewCheckBoxColumn colEnabled
 
System.Windows.Forms.DataGridViewTextBoxColumn colLower
 
System.Windows.Forms.DataGridViewTextBoxColumn colName
 
System.Windows.Forms.DataGridViewCheckBoxColumn colRuncontrol
 
System.Windows.Forms.DataGridViewTextBoxColumn colUnits
 
System.Windows.Forms.DataGridViewTextBoxColumn colUpper
 
System.Windows.Forms.DataGridViewTextBoxColumn ColVI
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.DataGridView dataGridView1
 
System.Windows.Forms.Label label1
 

Detailed Description

Definition at line 13 of file ConfigureBlocks.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.ConfigureBlocks ( )
inline

Definition at line 19 of file ConfigureBlocks.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.btnAdd_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 68 of file ConfigureBlocks.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.btnDelete_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 108 of file ConfigureBlocks.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.btnEdit_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 81 of file ConfigureBlocks.cs.

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

Definition at line 148 of file ConfigureBlocks.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.btnSetNexus_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 131 of file ConfigureBlocks.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.configureBlocks_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 24 of file ConfigureBlocks.cs.

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

Definition at line 177 of file ConfigureBlocks.cs.

override void Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.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 configureBlocks.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.doChanges ( Seci.BlockInfo  block)
inlineprivate

Definition at line 182 of file ConfigureBlocks.cs.

void Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.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 configureBlocks.Designer.cs.

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

Definition at line 46 of file ConfigureBlocks.cs.

Member Data Documentation

Boolean Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks._changesMade = false
private

Definition at line 17 of file ConfigureBlocks.cs.

Seci.BlockDictionary Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks._tempBlocks = new Seci.BlockDictionary()
private

Definition at line 16 of file ConfigureBlocks.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.btnAdd
private

Definition at line 244 of file configureBlocks.Designer.cs.

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

Definition at line 248 of file configureBlocks.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.btnDelete
private

Definition at line 246 of file configureBlocks.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.btnEdit
private

Definition at line 245 of file configureBlocks.Designer.cs.

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

Definition at line 249 of file configureBlocks.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.btnSetNexus
private

Definition at line 251 of file configureBlocks.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.colComponent
private

Definition at line 254 of file configureBlocks.Designer.cs.

System.Windows.Forms.DataGridViewCheckBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.colEnabled
private

Definition at line 259 of file configureBlocks.Designer.cs.

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

Definition at line 257 of file configureBlocks.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.colName
private

Definition at line 252 of file configureBlocks.Designer.cs.

System.Windows.Forms.DataGridViewCheckBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.colRuncontrol
private

Definition at line 256 of file configureBlocks.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.colUnits
private

Definition at line 253 of file configureBlocks.Designer.cs.

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

Definition at line 258 of file configureBlocks.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn Sample_Environment_Control_Interface.Dialogs.Blocks.ConfigureBlocks.ColVI
private

Definition at line 255 of file configureBlocks.Designer.cs.

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

Required designer variable.

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

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

Definition at line 247 of file configureBlocks.Designer.cs.

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

Definition at line 250 of file configureBlocks.Designer.cs.


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