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

Public Member Functions

 SetVIProperties (Seci.SerialisableList< Seci.LabView.LabViewPanelInfo > panels, Boolean isSubconfig)
 

Protected Member Functions

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

Properties

Seci.SerialisableList
< Seci.LabView.LabViewPanelInfo
Panels [get, set]
 

Private Member Functions

void btnCancel_Click (object sender, EventArgs e)
 
void btnDown_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
void btnUp_Click (object sender, EventArgs e)
 
void dataGridView1_CellValidating (object sender, DataGridViewCellValidatingEventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void PopulateTable ()
 
void SetVIProperties_Load (object sender, EventArgs e)
 
void UpdateRowSettings (int row, int vi)
 

Private Attributes

Boolean _isSubconfig = false
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnDown
 
System.Windows.Forms.Button btnOK
 
System.Windows.Forms.Button btnUp
 
System.Windows.Forms.DataGridViewComboBoxColumn colDelayAfter
 
System.Windows.Forms.DataGridViewTextBoxColumn colIndex
 
System.Windows.Forms.DataGridViewTextBoxColumn colName
 
System.Windows.Forms.DataGridViewCheckBoxColumn colStart
 
System.Windows.Forms.DataGridViewCheckBoxColumn colVisible
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.DataGridView dataGridView1
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.Label label3
 

Detailed Description

Definition at line 12 of file SetVIProperties.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.VIs.SetVIProperties.SetVIProperties ( Seci.SerialisableList< Seci.LabView.LabViewPanelInfo panels,
Boolean  isSubconfig 
)
inline

Definition at line 17 of file SetVIProperties.cs.

Member Function Documentation

void SeciUserInterface.Dialogs.VIs.SetVIProperties.btnCancel_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 137 of file SetVIProperties.cs.

void SeciUserInterface.Dialogs.VIs.SetVIProperties.btnDown_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 80 of file SetVIProperties.cs.

void SeciUserInterface.Dialogs.VIs.SetVIProperties.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 110 of file SetVIProperties.cs.

void SeciUserInterface.Dialogs.VIs.SetVIProperties.btnUp_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 50 of file SetVIProperties.cs.

void SeciUserInterface.Dialogs.VIs.SetVIProperties.dataGridView1_CellValidating ( object  sender,
DataGridViewCellValidatingEventArgs  e 
)
inlineprivate

Definition at line 143 of file SetVIProperties.cs.

override void SeciUserInterface.Dialogs.VIs.SetVIProperties.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 SetVIProperties.Designer.cs.

void SeciUserInterface.Dialogs.VIs.SetVIProperties.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 SetVIProperties.Designer.cs.

void SeciUserInterface.Dialogs.VIs.SetVIProperties.PopulateTable ( )
inlineprivate

Definition at line 36 of file SetVIProperties.cs.

void SeciUserInterface.Dialogs.VIs.SetVIProperties.SetVIProperties_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 24 of file SetVIProperties.cs.

void SeciUserInterface.Dialogs.VIs.SetVIProperties.UpdateRowSettings ( int  row,
int  vi 
)
inlineprivate

Definition at line 123 of file SetVIProperties.cs.

Member Data Documentation

Boolean SeciUserInterface.Dialogs.VIs.SetVIProperties._isSubconfig = false
private

Definition at line 14 of file SetVIProperties.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.VIs.SetVIProperties.btnCancel
private

Definition at line 242 of file SetVIProperties.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.VIs.SetVIProperties.btnDown
private

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

System.Windows.Forms.Button SeciUserInterface.Dialogs.VIs.SetVIProperties.btnOK
private

Definition at line 243 of file SetVIProperties.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.VIs.SetVIProperties.btnUp
private

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

System.Windows.Forms.DataGridViewComboBoxColumn SeciUserInterface.Dialogs.VIs.SetVIProperties.colDelayAfter
private

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

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.VIs.SetVIProperties.colIndex
private

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

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.VIs.SetVIProperties.colName
private

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

System.Windows.Forms.DataGridViewCheckBoxColumn SeciUserInterface.Dialogs.VIs.SetVIProperties.colStart
private

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

System.Windows.Forms.DataGridViewCheckBoxColumn SeciUserInterface.Dialogs.VIs.SetVIProperties.colVisible
private

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

System.ComponentModel.IContainer SeciUserInterface.Dialogs.VIs.SetVIProperties.components = null
private

Required designer variable.

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

System.Windows.Forms.DataGridView SeciUserInterface.Dialogs.VIs.SetVIProperties.dataGridView1
private

Definition at line 241 of file SetVIProperties.Designer.cs.

System.Windows.Forms.Label SeciUserInterface.Dialogs.VIs.SetVIProperties.label1
private

Definition at line 240 of file SetVIProperties.Designer.cs.

System.Windows.Forms.Label SeciUserInterface.Dialogs.VIs.SetVIProperties.label2
private

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

System.Windows.Forms.Label SeciUserInterface.Dialogs.VIs.SetVIProperties.label3
private

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

Property Documentation

Seci.SerialisableList<Seci.LabView.LabViewPanelInfo> SeciUserInterface.Dialogs.VIs.SetVIProperties.Panels
getset

Definition at line 15 of file SetVIProperties.cs.


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