|
| override void | Dispose (bool disposing) |
| | Clean up any resources being used. More...
|
| |
|
| 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 () |
| |
|
| 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 |
| |
Definition at line 13 of file ConfigureBlocks.cs.
| SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.ConfigureBlocks |
( |
| ) |
|
|
inline |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnAdd_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnAddGroup_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnDelete_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnDown_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnEdit_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnOK_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnOrderGroups_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnSetNexus_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnUp_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| static String SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.CheckForInfinity |
( |
String |
value | ) |
|
|
inlinestatic |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.configureBlocks_Load |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.dataGridView1_CellValidated |
( |
object |
sender, |
|
|
DataGridViewCellEventArgs |
e |
|
) |
| |
|
inlineprivate |
| override void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file ConfigureBlocks.designer.cs.
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.getSelectedRow |
( |
out int |
selectedRow, |
|
|
out int |
selectedColumn, |
|
|
out bool |
selected |
|
) |
| |
|
inlineprivate |
| 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.setSelectedRow |
( |
int |
selectedRow, |
|
|
int |
selectedColumn, |
|
|
bool |
selected |
|
) |
| |
|
inlineprivate |
| void SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.updateDataGrid |
( |
| ) |
|
|
inlineprivate |
| Boolean SeciUserInterface.Dialogs.Blocks.ConfigureBlocks._canEditSubBlocks = false |
|
private |
| Boolean SeciUserInterface.Dialogs.Blocks.ConfigureBlocks._changesMade = false |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnAdd |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnAddGroup |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnCancel |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnDelete |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnDown |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnEdit |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnOK |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnOrderGroups |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnSetNexus |
|
private |
| System.Windows.Forms.Button SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.btnUp |
|
private |
| System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colComponent |
|
private |
| System.Windows.Forms.DataGridViewCheckBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colEnabled |
|
private |
| System.Windows.Forms.DataGridViewComboBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colGroup |
|
private |
| System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colLower |
|
private |
| System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colName |
|
private |
| System.Windows.Forms.DataGridViewCheckBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colRuncontrol |
|
private |
| System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colUnits |
|
private |
| System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.colUpper |
|
private |
| System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.ColVI |
|
private |
| System.ComponentModel.IContainer SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.components = null |
|
private |
| System.Windows.Forms.DataGridView SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.dgv1 |
|
private |
| List<string> SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.GroupOrder = new List<string>() |
| System.Windows.Forms.Label SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.label1 |
|
private |
| System.Windows.Forms.ToolTip SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.toolTip1 |
|
private |
| Boolean SeciUserInterface.Dialogs.Blocks.ConfigureBlocks.CanEditSubBlocks |
|
set |
The documentation for this class was generated from the following files:
- /isis2/instcontrol_temp/NewSECI/Sample_Environment_Control_Interface/UserInterface/UserInterface/Dialogs/Blocks/ConfigureBlocks.cs
- /isis2/instcontrol_temp/NewSECI/Sample_Environment_Control_Interface/UserInterface/UserInterface/Dialogs/Blocks/ConfigureBlocks.designer.cs