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

Public Member Functions

 RemoveVI ()
 

Protected Member Functions

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

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

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
 
String[] toRemove
 

Detailed Description

Definition at line 11 of file RemoveVI.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.RemoveVI ( )
inline

Definition at line 16 of file RemoveVI.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 49 of file RemoveVI.cs.

void Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.btnRemove_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 31 of file RemoveVI.cs.

void Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.btnUndo_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 40 of file RemoveVI.cs.

override void Sample_Environment_Control_Interface.Dialogs.VI.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 Sample_Environment_Control_Interface.Dialogs.VI.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 Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.RemoveVI_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 21 of file RemoveVI.cs.

Member Data Documentation

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.btnCancel
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.btnOK
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.btnRemove
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.btnUndo
private

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

System.ComponentModel.IContainer Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.components = null
private

Required designer variable.

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

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.label1
private

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

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.label2
private

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

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.lstToRemove
private

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

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.lstVIs
private

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

String [] Sample_Environment_Control_Interface.Dialogs.VI.RemoveVI.toRemove
private

Definition at line 14 of file RemoveVI.cs.


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