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

Public Member Functions

 ConfigureBlocks ()
 

Static Public Member Functions

static String CheckForInfinity (String value)
 

Public Attributes

List< string > GroupOrder = new List<string>()
 

Protected Member Functions

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

Properties

Seci.BlockDictionary BlocksCopy [get, set]
 
Boolean CanEditSubBlocks [set]
 

Private Member Functions

void btnAdd_Click (object sender, EventArgs e)
 
void btnAddGroup_Click (object sender, EventArgs e)
 
void btnDelete_Click (object sender, EventArgs e)
 
void btnDown_Click (object sender, EventArgs e)
 
void btnEdit_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
void btnOrderGroups_Click (object sender, EventArgs e)
 
void btnSetNexus_Click (object sender, EventArgs e)
 
void btnUp_Click (object sender, EventArgs e)
 
void configureBlocks_Load (object sender, EventArgs e)
 
void dataGridView1_CellValidated (object sender, DataGridViewCellEventArgs e)
 
void doChanges (Seci.Definitions.BlockInfo block)
 
void getSelectedRow (out int selectedRow, out int selectedColumn, out bool selected)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void setLimits (Seci.Definitions.BlockInfo block, Boolean lowchanged)
 
void setSelectedRow (int selectedRow, int selectedColumn, bool selected)
 
void updateDataGrid ()
 

Private Attributes

Boolean _canEditSubBlocks = false
 
Boolean _changesMade = false
 
System.Windows.Forms.Button btnAdd
 
System.Windows.Forms.Button btnAddGroup
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnDelete
 
System.Windows.Forms.Button btnDown
 
System.Windows.Forms.Button btnEdit
 
System.Windows.Forms.Button btnOK
 
System.Windows.Forms.Button btnOrderGroups
 
System.Windows.Forms.Button btnSetNexus
 
System.Windows.Forms.Button btnUp
 
System.Windows.Forms.DataGridViewTextBoxColumn colComponent
 
System.Windows.Forms.DataGridViewCheckBoxColumn colEnabled
 
System.Windows.Forms.DataGridViewComboBoxColumn colGroup
 
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 dgv1
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.ToolTip toolTip1
 

Detailed Description

Definition at line 13 of file ConfigureBlocks.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.ConfigureBlocks ( )
inline

Definition at line 21 of file ConfigureBlocks.cs.

Member Function Documentation

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

Definition at line 115 of file ConfigureBlocks.cs.

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

Definition at line 199 of file ConfigureBlocks.cs.

void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnDown_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 377 of file ConfigureBlocks.cs.

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

Definition at line 128 of file ConfigureBlocks.cs.

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

Definition at line 239 of file ConfigureBlocks.cs.

void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnOrderGroups_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 404 of file ConfigureBlocks.cs.

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

Definition at line 222 of file ConfigureBlocks.cs.

void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnUp_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 365 of file ConfigureBlocks.cs.

static String SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.CheckForInfinity ( String  value)
inlinestatic

Definition at line 351 of file ConfigureBlocks.cs.

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

Definition at line 26 of file ConfigureBlocks.cs.

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

Definition at line 254 of file ConfigureBlocks.cs.

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

Definition at line 268 of file ConfigureBlocks.cs.

void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.getSelectedRow ( out int  selectedRow,
out int  selectedColumn,
out bool  selected 
)
inlineprivate

Definition at line 169 of file ConfigureBlocks.cs.

void SeciUserInterface.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 SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.setLimits ( Seci.Definitions.BlockInfo  block,
Boolean  lowchanged 
)
inlineprivate

Definition at line 322 of file ConfigureBlocks.cs.

void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.setSelectedRow ( int  selectedRow,
int  selectedColumn,
bool  selected 
)
inlineprivate

Definition at line 183 of file ConfigureBlocks.cs.

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

Definition at line 52 of file ConfigureBlocks.cs.

Member Data Documentation

Boolean SeciUserInterface.Dialogs.Blocks.ConfigureBlocks._canEditSubBlocks = false
private

Definition at line 16 of file ConfigureBlocks.cs.

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

Definition at line 15 of file ConfigureBlocks.cs.

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

Definition at line 314 of file ConfigureBlocks.designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnAddGroup
private

Definition at line 324 of file ConfigureBlocks.designer.cs.

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

Definition at line 318 of file ConfigureBlocks.designer.cs.

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

Definition at line 316 of file ConfigureBlocks.designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnDown
private

Definition at line 322 of file ConfigureBlocks.designer.cs.

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

Definition at line 315 of file ConfigureBlocks.designer.cs.

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

Definition at line 319 of file ConfigureBlocks.designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnOrderGroups
private

Definition at line 335 of file ConfigureBlocks.designer.cs.

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

Definition at line 321 of file ConfigureBlocks.designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnUp
private

Definition at line 323 of file ConfigureBlocks.designer.cs.

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

Definition at line 328 of file ConfigureBlocks.designer.cs.

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

Definition at line 333 of file ConfigureBlocks.designer.cs.

System.Windows.Forms.DataGridViewComboBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colGroup
private

Definition at line 334 of file ConfigureBlocks.designer.cs.

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

Definition at line 331 of file ConfigureBlocks.designer.cs.

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

Definition at line 326 of file ConfigureBlocks.designer.cs.

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

Definition at line 330 of file ConfigureBlocks.designer.cs.

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

Definition at line 327 of file ConfigureBlocks.designer.cs.

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

Definition at line 332 of file ConfigureBlocks.designer.cs.

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

Definition at line 329 of file ConfigureBlocks.designer.cs.

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

Required designer variable.

Definition at line 8 of file ConfigureBlocks.designer.cs.

System.Windows.Forms.DataGridView SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.dgv1
private

Definition at line 317 of file ConfigureBlocks.designer.cs.

List<string> SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.GroupOrder = new List<string>()

Definition at line 19 of file ConfigureBlocks.cs.

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

Definition at line 320 of file ConfigureBlocks.designer.cs.

System.Windows.Forms.ToolTip SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.toolTip1
private

Definition at line 325 of file ConfigureBlocks.designer.cs.

Property Documentation

Seci.BlockDictionary SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.BlocksCopy
getset

Definition at line 17 of file ConfigureBlocks.cs.

Boolean SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.CanEditSubBlocks
set

Definition at line 18 of file ConfigureBlocks.cs.


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