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

Public Member Functions

 RemoveComponent ()
 

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 RemoveComponent_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.Label label3
 
System.Windows.Forms.ListBox lstComps
 
System.Windows.Forms.ListBox lstToRemove
 
String[] toRemove
 

Detailed Description

Definition at line 11 of file RemoveComponent.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.RemoveComponent ( )
inline

Definition at line 16 of file RemoveComponent.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 51 of file RemoveComponent.cs.

void Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.btnRemove_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 32 of file RemoveComponent.cs.

void Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.btnUndo_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 41 of file RemoveComponent.cs.

override void Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.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 RemoveComponent.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.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 RemoveComponent.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.RemoveComponent_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 21 of file RemoveComponent.cs.

Member Data Documentation

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.btnCancel
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.btnOK
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.btnRemove
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.btnUndo
private

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

System.ComponentModel.IContainer Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.components = null
private

Required designer variable.

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

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.label1
private

Definition at line 158 of file RemoveComponent.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.label2
private

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

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.label3
private

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

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.lstComps
private

Definition at line 159 of file RemoveComponent.Designer.cs.

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.lstToRemove
private

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

String [] Sample_Environment_Control_Interface.Dialogs.Config.RemoveComponent.toRemove
private

Definition at line 14 of file RemoveComponent.cs.


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