#include <AddFiles.cs>
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 |
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.
|
inline |
Standard constructor
Definition at line 24 of file AddFiles.cs.
|
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.
|
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.
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file AddFiles.Designer.cs.
|
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.
|
private |
Definition at line 116 of file AddFiles.Designer.cs.
|
private |
Definition at line 119 of file AddFiles.Designer.cs.
|
private |
Definition at line 120 of file AddFiles.Designer.cs.
|
private |
Required designer variable.
Definition at line 8 of file AddFiles.Designer.cs.
|
private |
Definition at line 117 of file AddFiles.Designer.cs.
|
private |
Definition at line 118 of file AddFiles.Designer.cs.
|
private |
Definition at line 115 of file AddFiles.Designer.cs.