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.Layout.Groups.GroupProgs Class Reference
Inheritance diagram for Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs:
Inheritance graph
Collaboration diagram for Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs:
Collaboration graph

Public Member Functions

 GroupProgs ()
 

Protected Member Functions

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

Private Member Functions

void btnAddGroup_Click (object sender, EventArgs e)
 
void btnDelete_Click (object sender, EventArgs e)
 
void btnEditGroup_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
void GroupVIs_Load (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 lstGroups_SelectedIndexChanged (object sender, EventArgs e)
 
void PopulateList ()
 

Private Attributes

Boolean _changesMade = false
 
System.Windows.Forms.Button btnAddGroup
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnDelete
 
System.Windows.Forms.Button btnEditGroup
 
System.Windows.Forms.Button btnOK
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.Label label2
 
List< GrouplocalGroups = new List<Group>()
 
System.Windows.Forms.ListBox lstGroups
 
System.Windows.Forms.ListBox lstMembers
 

Detailed Description

Definition at line 12 of file GroupProgs.cs.

Constructor & Destructor Documentation

Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.GroupProgs ( )
inline

Definition at line 18 of file GroupProgs.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnAddGroup_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 64 of file GroupProgs.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnDelete_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 96 of file GroupProgs.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnEditGroup_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 77 of file GroupProgs.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 106 of file GroupProgs.cs.

override void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.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 GroupProgs.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.GroupVIs_Load ( object  sender,
EventArgs  e 
)
inlineprivate
void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.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 GroupProgs.Designer.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.lstGroups_SelectedIndexChanged ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 38 of file GroupProgs.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.PopulateList ( )
inlineprivate

Definition at line 49 of file GroupProgs.cs.

Member Data Documentation

Boolean Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs._changesMade = false
private

Definition at line 16 of file GroupProgs.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnAddGroup
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnCancel
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnDelete
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnEditGroup
private

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

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.btnOK
private

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

System.ComponentModel.IContainer Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.components = null
private

Required designer variable.

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

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.label1
private

Definition at line 156 of file GroupProgs.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.label2
private

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

List<Group> Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.localGroups = new List<Group>()
private

Definition at line 15 of file GroupProgs.cs.

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.lstGroups
private

Definition at line 157 of file GroupProgs.Designer.cs.

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Layout.Groups.GroupProgs.lstMembers
private

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


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