| Line 13... |
Line 13... |
| 13 |
public About_Box_Form()
|
13 |
public About_Box_Form()
|
| 14 |
{
|
14 |
{
|
| 15 |
InitializeComponent();
|
15 |
InitializeComponent();
|
| 16 |
this.Text = "Program Info";
|
16 |
this.Text = "Program Info";
|
| 17 |
this.labelProductName.Text = "SWAT Office App";
|
17 |
this.labelProductName.Text = "SWAT Office App";
|
| 18 |
this.labelVersion.Text = "Version 2.6.2";
|
18 |
this.labelVersion.Text = "Version 2.7";
|
| 19 |
this.labelCopyright.Text = "Copyright to Kevin Lee @ Virginia Tech";
|
19 |
this.labelCopyright.Text = "Copyright to Kevin Lee @ Virginia Tech";
|
| 20 |
this.labelCompanyName.Text = "Author: Kevin Lee";
|
20 |
this.labelCompanyName.Text = "Author: Kevin Lee";
|
| 21 |
this.textBoxDescription.Text = "This program has been written by Kevin Lee for use " +
|
21 |
this.textBoxDescription.Text = "This program has been written by Kevin Lee for use " +
|
| 22 |
"in Virginia Tech's SWAT (Software Assistance and " +
|
22 |
"in Virginia Tech's SWAT (Software Assistance and " +
|
| 23 |
"Triage) office at Torgeson 2080. Distribution without " +
|
23 |
"Triage) office at Torgeson 2080. Distribution without " +
|