Subversion Repositories Code-Repo

Rev

Rev 53 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53 Rev 63
Line 7... Line 7...
7
using System.Text;
7
using System.Text;
8
using System.Windows.Forms;
8
using System.Windows.Forms;
9
 
9
 
10
namespace SWAT_Office_App
10
namespace SWAT_Office_App
11
{
11
{
12
    public partial class SettingsVerify_Form : Form
12
    public partial class Settings_Verify_Form : Form
13
    {
13
    {
14
        public SettingsVerify_Form()
14
        public Settings_Verify_Form()
15
        {
15
        {
16
            InitializeComponent();
16
            InitializeComponent();
17
            this.txt_Password.Focus();
17
            this.txt_Password.Focus();
18
 
18
 
19
            // Monitors the text in each textbox, triggering changes when certain criteria is met
19
            // Monitors the text in each textbox, triggering changes when certain criteria is met