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.RemoveVI Class Reference
Inheritance diagram for SeciUserInterface.Dialogs.VIs.RemoveVI:
Inheritance graph
Collaboration diagram for SeciUserInterface.Dialogs.VIs.RemoveVI:
Collaboration graph

Public Member Functions

 RemoveVI (Seci.SerialisableList< Seci.LabView.LabViewPanelInfo > viList)
 

Protected Member Functions

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

Properties

List< String > ToRemove [get, set]
 

Private Member Functions

void btnOK_Click (object sender, EventArgs e)
 
void btnRemove_Click (object sender, EventArgs e)
 
void btnUndo_Click (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void RemoveVI_Load (object sender, EventArgs e)
 

Private Attributes

Seci.SerialisableList
< Seci.LabView.LabViewPanelInfo
_viList
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnOK
 
System.Windows.Forms.Button btnRemove
 
System.Windows.Forms.Button btnUndo
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.ListBox lstToRemove
 
System.Windows.Forms.ListBox lstVIs
 

Detailed Description

Definition at line 11 of file RemoveVI.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.VIs.RemoveVI.RemoveVI ( Seci.SerialisableList< Seci.LabView.LabViewPanelInfo viList)
inline

Definition at line 16 of file RemoveVI.cs.

Member Function Documentation

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

Definition at line 50 of file RemoveVI.cs.

void SeciUserInterface.Dialogs.VIs.RemoveVI.btnRemove_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 32 of file RemoveVI.cs.

void SeciUserInterface.Dialogs.VIs.RemoveVI.btnUndo_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 41 of file RemoveVI.cs.

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

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

void SeciUserInterface.Dialogs.VIs.RemoveVI.RemoveVI_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 24 of file RemoveVI.cs.

Member Data Documentation

Seci.SerialisableList<Seci.LabView.LabViewPanelInfo> SeciUserInterface.Dialogs.VIs.RemoveVI._viList
private

Definition at line 13 of file RemoveVI.cs.

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

Definition at line 154 of file RemoveVI.Designer.cs.

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

Definition at line 155 of file RemoveVI.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.VIs.RemoveVI.btnRemove
private

Definition at line 150 of file RemoveVI.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.VIs.RemoveVI.btnUndo
private

Definition at line 153 of file RemoveVI.Designer.cs.

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

Required designer variable.

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

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

Definition at line 148 of file RemoveVI.Designer.cs.

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

Definition at line 151 of file RemoveVI.Designer.cs.

System.Windows.Forms.ListBox SeciUserInterface.Dialogs.VIs.RemoveVI.lstToRemove
private

Definition at line 152 of file RemoveVI.Designer.cs.

System.Windows.Forms.ListBox SeciUserInterface.Dialogs.VIs.RemoveVI.lstVIs
private

Definition at line 149 of file RemoveVI.Designer.cs.

Property Documentation

List<String> SeciUserInterface.Dialogs.VIs.RemoveVI.ToRemove
getset

Definition at line 14 of file RemoveVI.cs.


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