Subversion Repositories Code-Repo

Rev

Rev 67 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 71
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 USB App";
17
            this.labelProductName.Text = "SWAT USB App";
18
            this.labelVersion.Text = "Version 2.2.2";
18
            this.labelVersion.Text = "Version 2.3";
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 " +