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.AddFiles Class Reference

#include <AddFiles.cs>

Inheritance diagram for Sample_Environment_Control_Interface.Dialogs.Associated_Files.AddFiles:
Inheritance graph
Collaboration diagram for Sample_Environment_Control_Interface.Dialogs.Associated_Files.AddFiles:
Collaboration graph

Public Member Functions

 AddFiles ()
 

Protected Member Functions

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

Private Member Functions

void btnAdd_Click (object sender, EventArgs e)
 
void btnOK_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...
 

Private Attributes

System.Windows.Forms.Button btnAdd
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnOK
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.ListBox lstFiles
 
System.Windows.Forms.OpenFileDialog openFileDialog1
 

Detailed Description

Author
Matt Clarke, ISIS

The implementation code for the AddFiles form. This form is used for adding associated files to the current configuration.

Definition at line 19 of file AddFiles.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Associated_Files.AddFiles.AddFiles ( )
inline

Standard constructor

Definition at line 24 of file AddFiles.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Associated_Files.AddFiles.btnAdd_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Handler for Add button being clicked. Opens a file dialog for selected the files to add. The file names are stored in a ListBox.

Definition at line 34 of file AddFiles.cs.

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

Handler for OK button being clicked. Adds the files to the current configuration. Does not add duplicates.

Definition at line 50 of file AddFiles.cs.

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

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

Member Data Documentation

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Associated_Files.AddFiles.btnAdd
private

Definition at line 116 of file AddFiles.Designer.cs.

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

Definition at line 119 of file AddFiles.Designer.cs.

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

Definition at line 120 of file AddFiles.Designer.cs.

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

Required designer variable.

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

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

Definition at line 117 of file AddFiles.Designer.cs.

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

Definition at line 118 of file AddFiles.Designer.cs.

System.Windows.Forms.OpenFileDialog Sample_Environment_Control_Interface.Dialogs.Associated_Files.AddFiles.openFileDialog1
private

Definition at line 115 of file AddFiles.Designer.cs.


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