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

Public Member Functions

 AddVI ()
 

Protected Member Functions

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

Properties

List< String > VIsToAdd [get]
 

Private Member Functions

void btnAdd_Click (object sender, EventArgs e)
 
void btnBrowse_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 llbArrangement ()
 
void viArrangement ()
 

Private Attributes

List< String > _toAdd = new List<String>()
 
System.Windows.Forms.OpenFileDialog browseDialog
 
System.Windows.Forms.Button btnAdd
 
System.Windows.Forms.Button btnBrowse
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.DataGridViewCheckBoxColumn colAdd
 
System.Windows.Forms.DataGridViewTextBoxColumn colFront
 
System.Windows.Forms.DataGridViewTextBoxColumn colName
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.DataGridView dataGridView1
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.TextBox txtVI
 

Detailed Description

Definition at line 12 of file AddVI.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.VIs.AddVI.AddVI ( )
inline

Definition at line 17 of file AddVI.cs.

Member Function Documentation

void SeciUserInterface.Dialogs.VIs.AddVI.btnAdd_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 91 of file AddVI.cs.

void SeciUserInterface.Dialogs.VIs.AddVI.btnBrowse_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 42 of file AddVI.cs.

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

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

void SeciUserInterface.Dialogs.VIs.AddVI.llbArrangement ( )
inlineprivate

Definition at line 34 of file AddVI.cs.

void SeciUserInterface.Dialogs.VIs.AddVI.viArrangement ( )
inlineprivate

Definition at line 26 of file AddVI.cs.

Member Data Documentation

List<String> SeciUserInterface.Dialogs.VIs.AddVI._toAdd = new List<String>()
private

Definition at line 14 of file AddVI.cs.

System.Windows.Forms.OpenFileDialog SeciUserInterface.Dialogs.VIs.AddVI.browseDialog
private

Definition at line 163 of file AddVI.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.VIs.AddVI.btnAdd
private

Definition at line 166 of file AddVI.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.VIs.AddVI.btnBrowse
private

Definition at line 162 of file AddVI.Designer.cs.

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

Definition at line 165 of file AddVI.Designer.cs.

System.Windows.Forms.DataGridViewCheckBoxColumn SeciUserInterface.Dialogs.VIs.AddVI.colAdd
private

Definition at line 169 of file AddVI.Designer.cs.

System.Windows.Forms.DataGridViewTextBoxColumn SeciUserInterface.Dialogs.VIs.AddVI.colFront
private

Definition at line 168 of file AddVI.Designer.cs.

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

Definition at line 167 of file AddVI.Designer.cs.

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

Required designer variable.

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

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

Definition at line 164 of file AddVI.Designer.cs.

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

Definition at line 160 of file AddVI.Designer.cs.

System.Windows.Forms.TextBox SeciUserInterface.Dialogs.VIs.AddVI.txtVI
private

Definition at line 161 of file AddVI.Designer.cs.

Property Documentation

List<String> SeciUserInterface.Dialogs.VIs.AddVI.VIsToAdd
get

Definition at line 15 of file AddVI.cs.


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