SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig Class Reference
Inheritance diagram for SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig:
Inheritance graph
Collaboration diagram for SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig:
Collaboration graph

Public Member Functions

 RemoveSubConfig ()
 

Public Attributes

List< String > toRemove = new List<String>()
 

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 RemoveSubConfig_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 lstProgs
 
System.Windows.Forms.ListBox lstToRemove
 

Detailed Description

Definition at line 12 of file RemoveSubConfig.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.RemoveSubConfig ( )
inline

Definition at line 16 of file RemoveSubConfig.cs.

Member Function Documentation

void SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 48 of file RemoveSubConfig.cs.

void SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.btnRemove_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 30 of file RemoveSubConfig.cs.

void SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.btnUndo_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 39 of file RemoveSubConfig.cs.

override void SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.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 RemoveSubConfig.Designer.cs.

void SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.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 RemoveSubConfig.Designer.cs.

void SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.RemoveSubConfig_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 21 of file RemoveSubConfig.cs.

Member Data Documentation

System.Windows.Forms.Button SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.btnCancel
private

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

System.Windows.Forms.Button SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.btnOK
private

Definition at line 153 of file RemoveSubConfig.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.btnRemove
private

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

System.Windows.Forms.Button SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.btnUndo
private

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

System.ComponentModel.IContainer SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.components = null
private

Required designer variable.

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

System.Windows.Forms.Label SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.label1
private

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

System.Windows.Forms.Label SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.label2
private

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

System.Windows.Forms.ListBox SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.lstProgs
private

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

System.Windows.Forms.ListBox SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.lstToRemove
private

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

List<String> SeciUserInterface.Dialogs.SubConfigs.RemoveSubConfig.toRemove = new List<String>()

Definition at line 14 of file RemoveSubConfig.cs.


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