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

Public Member Functions

 AddEditGroup ()
 
 AddEditGroup (Group grp)
 

Public Attributes

Group myGroup
 

Protected Member Functions

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

Private Member Functions

void AddEditGroup_Load (object sender, EventArgs e)
 
void btnAddProg_Click (object sender, EventArgs e)
 
void btnAddVI_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
void btnRemoveProg_Click (object sender, EventArgs e)
 
void btnRemoveVI_Click (object sender, EventArgs e)
 
String GetProgFullname (String shortname)
 
String GetVIFullname (String shortname)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void PopulateLists ()
 

Private Attributes

List< String > _fullProgNames
 
List< String > _fullVINames = new List<String>()
 
System.Windows.Forms.BindingSource bindingSource1
 
System.Windows.Forms.Button btnAddProg
 
System.Windows.Forms.Button btnAddVI
 
System.Windows.Forms.Button btnCancel
 
System.Windows.Forms.Button btnOK
 
System.Windows.Forms.Button btnRemoveProg
 
System.Windows.Forms.Button btnRemoveVI
 
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.Label label4
 
System.Windows.Forms.Label label5
 
System.Windows.Forms.ListBox lstProgMembers
 
System.Windows.Forms.ListBox lstProgs
 
System.Windows.Forms.ListBox lstVIMembers
 
System.Windows.Forms.ListBox lstVIs
 
System.Windows.Forms.TextBox txtName
 

Detailed Description

Definition at line 12 of file AddEditGroup.cs.

Constructor & Destructor Documentation

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

Definition at line 19 of file AddEditGroup.cs.

Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.AddEditGroup ( Group  grp)
inline

Definition at line 24 of file AddEditGroup.cs.

Member Function Documentation

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.AddEditGroup_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 31 of file AddEditGroup.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.btnAddProg_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 87 of file AddEditGroup.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.btnAddVI_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 78 of file AddEditGroup.cs.

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

Definition at line 115 of file AddEditGroup.cs.

References Sample_Environment_Control_Interface.SECI_GUI.CurrentLayout, and Sample_Environment_Control_Interface.GUILayout.GroupExists().

Here is the call graph for this function:

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.btnRemoveProg_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 105 of file AddEditGroup.cs.

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.btnRemoveVI_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 96 of file AddEditGroup.cs.

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

String Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.GetProgFullname ( String  shortname)
inlineprivate

Definition at line 173 of file AddEditGroup.cs.

String Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.GetVIFullname ( String  shortname)
inlineprivate

Definition at line 160 of file AddEditGroup.cs.

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

void Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.PopulateLists ( )
inlineprivate

Definition at line 64 of file AddEditGroup.cs.

Member Data Documentation

List<String> Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup._fullProgNames
private

Definition at line 17 of file AddEditGroup.cs.

List<String> Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup._fullVINames = new List<String>()
private

Definition at line 16 of file AddEditGroup.cs.

System.Windows.Forms.BindingSource Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.bindingSource1
private

Definition at line 242 of file AddEditGroup.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.btnAddProg
private

Definition at line 245 of file AddEditGroup.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.btnAddVI
private

Definition at line 244 of file AddEditGroup.Designer.cs.

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

Definition at line 241 of file AddEditGroup.Designer.cs.

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

Definition at line 243 of file AddEditGroup.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.btnRemoveProg
private

Definition at line 249 of file AddEditGroup.Designer.cs.

System.Windows.Forms.Button Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.btnRemoveVI
private

Definition at line 246 of file AddEditGroup.Designer.cs.

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

Required designer variable.

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

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

Definition at line 233 of file AddEditGroup.Designer.cs.

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

Definition at line 235 of file AddEditGroup.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.label3
private

Definition at line 237 of file AddEditGroup.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.label4
private

Definition at line 239 of file AddEditGroup.Designer.cs.

System.Windows.Forms.Label Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.label5
private

Definition at line 248 of file AddEditGroup.Designer.cs.

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.lstProgMembers
private

Definition at line 247 of file AddEditGroup.Designer.cs.

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.lstProgs
private

Definition at line 238 of file AddEditGroup.Designer.cs.

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.lstVIMembers
private

Definition at line 240 of file AddEditGroup.Designer.cs.

System.Windows.Forms.ListBox Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.lstVIs
private

Definition at line 236 of file AddEditGroup.Designer.cs.

Group Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.myGroup

Definition at line 14 of file AddEditGroup.cs.

System.Windows.Forms.TextBox Sample_Environment_Control_Interface.Dialogs.Layout.Groups.AddEditGroup.txtName
private

Definition at line 234 of file AddEditGroup.Designer.cs.


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