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 |
Definition at line 13 of file About.cs.
| 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:

| 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:

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().
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().
1.5.1-p1