Client.About Class Reference

The About dialog - shown from MainWindow's About menu item, and when you click the What is... link on the Login dialog. More...

List of all members.

Public Member Functions

 About ()
 Constructor for the About dialog.

Protected Member Functions

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

Properties

string AssemblyTitle [get]
 Gets the title of the program's assembly.
string AssemblyVersion [get]
 Gets the version from the program's assembly.
string AssemblyCopyright [get]
 Gets the copyright information from the program's assembly.
string AssemblyCompany [get]
 Gets the company information from the program's assembly. In our case, this will be Aalborg University.

Private Member Functions

void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor.

Private Attributes

System.ComponentModel.IContainer components = null
 Required designer variable.
System.Windows.Forms.PictureBox logoPictureBox
System.Windows.Forms.Label labelProductName
System.Windows.Forms.Label labelVersion
System.Windows.Forms.Label labelCopyright
System.Windows.Forms.Label labelCompanyName
System.Windows.Forms.TextBox textBoxDescription
System.Windows.Forms.Button okButton
System.Windows.Forms.TableLayoutPanel tableLayoutPanel1


Detailed Description

The About dialog - shown from MainWindow's About menu item, and when you click the What is... link on the Login dialog.

Definition at line 13 of file About.cs.


Constructor & Destructor Documentation

Client.About.About (  ) 

Constructor for the About dialog.

Definition at line 18 of file About.cs.

References Client.About.AssemblyCompany, Client.About.AssemblyCopyright, Client.About.AssemblyTitle, Client.About.AssemblyVersion, and Client.About.InitializeComponent().

Here is the call graph for this function:


Member Function Documentation

override void Client.About.Dispose ( bool  disposing  )  [protected]

Clean up any resources being used.

Definition at line 13 of file About.Designer.cs.

References Client.About.components.

void Client.About.InitializeComponent (  )  [private]

Required method for Designer support - do not modify the contents of this method with the code editor.

Definition at line 28 of file About.Designer.cs.

References Client.About.labelCompanyName, Client.About.labelCopyright, Client.About.labelProductName, Client.About.labelVersion, Client.About.logoPictureBox, Client.About.okButton, Client.About.tableLayoutPanel1, and Client.About.textBoxDescription.

Referenced by Client.About.About().

Here is the caller graph for this function:


Member Data Documentation

System.ComponentModel.IContainer Client.About.components = null [private]

Required designer variable.

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

Referenced by Client.About.Dispose().


Property Documentation

string Client.About.AssemblyTitle [get]

Gets the title of the program's assembly.

Definition at line 38 of file About.cs.

Referenced by Client.About.About().

string Client.About.AssemblyVersion [get]

Gets the version from the program's assembly.

Definition at line 61 of file About.cs.

Referenced by Client.About.About().

string Client.About.AssemblyCopyright [get]

Gets the copyright information from the program's assembly.

Definition at line 72 of file About.cs.

Referenced by Client.About.About().

string Client.About.AssemblyCompany [get]

Gets the company information from the program's assembly. In our case, this will be Aalborg University.

Definition at line 89 of file About.cs.

Referenced by Client.About.About().


The documentation for this class was generated from the following files:
Generated on Thu Dec 21 06:22:16 2006 for SCRAML by  doxygen 1.5.1-p1