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

Public Member Functions

 RemoveFiles ()
 

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 RemoveFiles_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 lstFiles
 
System.Windows.Forms.ListBox lstToRemove
 
String[] toRemove
 

Detailed Description

Definition at line 11 of file RemoveFiles.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.RemoveFiles ( )
inline

Definition at line 16 of file RemoveFiles.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 44 of file RemoveFiles.cs.

void Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.btnRemove_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 26 of file RemoveFiles.cs.

void Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.btnUndo_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 35 of file RemoveFiles.cs.

override void Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.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 RemoveFiles.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.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 RemoveFiles.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.RemoveFiles_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 21 of file RemoveFiles.cs.

Member Data Documentation

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.btnCancel
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.btnOK
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.btnRemove
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.btnUndo
private

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

System.ComponentModel.IContainer Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.components = null
private

Required designer variable.

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

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.label1
private

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

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.label2
private

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

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.lstFiles
private

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

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.lstToRemove
private

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

String [] Sample_Environment_Control_Interface.Dialogs.Associated_Files.RemoveFiles.toRemove
private

Definition at line 14 of file RemoveFiles.cs.


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