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.Blocks.OrderGroups Class Reference
Inheritance diagram for SeciUserInterface.Dialogs.Blocks.OrderGroups:
Inheritance graph
Collaboration diagram for SeciUserInterface.Dialogs.Blocks.OrderGroups:
Collaboration graph

Public Member Functions

 OrderGroups ()
 

Public Attributes

List< String > Order = new List<string>()
 

Protected Member Functions

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

Private Member Functions

void btnCancel_Click (object sender, EventArgs e)
 
void btnDown_Click (object sender, EventArgs e)
 
void btnOK_Click (object sender, EventArgs e)
 
void btnUp_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 OrderGroups_Load (object sender, EventArgs e)
 
void populateList ()
 

Private Attributes

System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.ListBox lstGroups
 

Detailed Description

Definition at line 12 of file OrderGroups.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.Blocks.OrderGroups.OrderGroups ( )
inline

Definition at line 16 of file OrderGroups.cs.

Member Function Documentation

void SeciUserInterface.Dialogs.Blocks.OrderGroups.btnCancel_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 41 of file OrderGroups.cs.

void SeciUserInterface.Dialogs.Blocks.OrderGroups.btnDown_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 59 of file OrderGroups.cs.

void SeciUserInterface.Dialogs.Blocks.OrderGroups.btnOK_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 35 of file OrderGroups.cs.

void SeciUserInterface.Dialogs.Blocks.OrderGroups.btnUp_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 46 of file OrderGroups.cs.

override void SeciUserInterface.Dialogs.Blocks.OrderGroups.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 OrderGroups.Designer.cs.

void SeciUserInterface.Dialogs.Blocks.OrderGroups.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 OrderGroups.Designer.cs.

void SeciUserInterface.Dialogs.Blocks.OrderGroups.OrderGroups_Load ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 21 of file OrderGroups.cs.

void SeciUserInterface.Dialogs.Blocks.OrderGroups.populateList ( )
inlineprivate

Definition at line 26 of file OrderGroups.cs.

Member Data Documentation

System.ComponentModel.IContainer SeciUserInterface.Dialogs.Blocks.OrderGroups.components = null
private

Required designer variable.

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

System.Windows.Forms.ListBox SeciUserInterface.Dialogs.Blocks.OrderGroups.lstGroups
private

Definition at line 116 of file OrderGroups.Designer.cs.

List<String> SeciUserInterface.Dialogs.Blocks.OrderGroups.Order = new List<string>()

Definition at line 14 of file OrderGroups.cs.


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