/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            RandM.RMLib.RMSecureString rmSecureString1 = new RandM.RMLib.RMSecureString();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditPointForm));
            this.label1 = new System.Windows.Forms.Label();
            this.txtHostname = new System.Windows.Forms.TextBox();
            this.cmdSave = new System.Windows.Forms.Button();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtAPIKey = new RandM.RMLibUI.SecureTextBox();
            this.txtEmailAddress = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 43);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(55, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Hostname";
            // 
            // txtHostname
            // 
            this.txtHostname.Location = new System.Drawing.Point(12, 59);
            this.txtHostname.Name = "txtHostname";
            this.txtHostname.ReadOnly = true;
            this.txtHostname.Size = new System.Drawing.Size(395, 20);
            this.txtHostname.TabIndex = 0;
            this.txtHostname.TabStop = false;
            this.txtHostname.Tag = "Hostname";
            // 
            // cmdSave
            // 
            this.cmdSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cmdSave.Location = new System.Drawing.Point(12, 128);
            this.cmdSave.Name = "cmdSave";
            this.cmdSave.Size = new System.Drawing.Size(75, 23);
            this.cmdSave.TabIndex = 3;
            this.cmdSave.Text = "&Save";
            this.cmdSave.UseVisualStyleBackColor = true;
            this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
            // 
            // cmdCancel
            // 
            this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Location = new System.Drawing.Point(332, 128);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(75, 23);
            this.cmdCancel.TabIndex = 4;
            this.cmdCancel.Text = "&Cancel";
            this.cmdCancel.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.Location = new System.Drawing.Point(9, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(398, 34);
            this.label2.TabIndex = 4;
            this.label2.Text = "Enter your Point email address/api key in the boxes below to keep your hostname u" +
    "pdated.  The hostname cannot be edited (delete and re-add instead).";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(209, 82);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(45, 13);
            this.label3.TabIndex = 5;
            this.label3.Text = "API Key";
            // 
            // txtAPIKey
            // 
            this.txtAPIKey.Location = new System.Drawing.Point(212, 98);
            this.txtAPIKey.Name = "txtAPIKey";
            this.txtAPIKey.SecureText = rmSecureString1;
            this.txtAPIKey.Size = new System.Drawing.Size(195, 20);
            this.txtAPIKey.TabIndex = 2;
            this.txtAPIKey.Tag = "API Key";
            this.txtAPIKey.UseSystemPasswordChar = true;
            // 
            // txtEmailAddress
            // 
            this.txtEmailAddress.Location = new System.Drawing.Point(12, 98);
            this.txtEmailAddress.Name = "txtEmailAddress";
            this.txtEmailAddress.Size = new System.Drawing.Size(195, 20);
            this.txtEmailAddress.TabIndex = 1;
            this.txtEmailAddress.Tag = "Email Address";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 82);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(73, 13);
            this.label4.TabIndex = 7;
            this.label4.Text = "Email Address";
            // 
            // EditPointForm
            // 
            this.AcceptButton = this.cmdSave;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cmdCancel;
            this.ClientSize = new System.Drawing.Size(419, 163);
            this.Controls.Add(this.txtEmailAddress);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.txtAPIKey);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdSave);
            this.Controls.Add(this.txtHostname);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "EditPointForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "R&M PDDNS Edit Point Hostname";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            RandM.RMLib.RMSecureString rmSecureString1 = new RandM.RMLib.RMSecureString();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddEditDtDNSForm));
            this.label1 = new System.Windows.Forms.Label();
            this.txtHostname = new System.Windows.Forms.TextBox();
            this.cmdSave = new System.Windows.Forms.Button();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtPassword = new RandM.RMLibUI.SecureTextBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 43);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(55, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Hostname";
            // 
            // txtHostname
            // 
            this.txtHostname.Location = new System.Drawing.Point(12, 59);
            this.txtHostname.Name = "txtHostname";
            this.txtHostname.Size = new System.Drawing.Size(195, 20);
            this.txtHostname.TabIndex = 0;
            this.txtHostname.Tag = "Hostname";
            // 
            // cmdSave
            // 
            this.cmdSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cmdSave.Location = new System.Drawing.Point(12, 89);
            this.cmdSave.Name = "cmdSave";
            this.cmdSave.Size = new System.Drawing.Size(75, 23);
            this.cmdSave.TabIndex = 2;
            this.cmdSave.Text = "&Save";
            this.cmdSave.UseVisualStyleBackColor = true;
            this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
            // 
            // cmdCancel
            // 
            this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Location = new System.Drawing.Point(332, 89);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(75, 23);
            this.cmdCancel.TabIndex = 3;
            this.cmdCancel.Text = "&Cancel";
            this.cmdCancel.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.Location = new System.Drawing.Point(9, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(398, 34);
            this.label2.TabIndex = 4;
            this.label2.Text = "Enter the FULL hostname (i.e. \'hostname.dtdns.net\', not just \'hostname\') and your" +
    " DtDNS password in the boxes below to keep your hostname updated.";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(209, 43);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 13);
            this.label3.TabIndex = 5;
            this.label3.Text = "Password";
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(212, 59);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.SecureText = rmSecureString1;
            this.txtPassword.Size = new System.Drawing.Size(195, 20);
            this.txtPassword.TabIndex = 1;
            this.txtPassword.Tag = "Password";
            this.txtPassword.UseSystemPasswordChar = true;
            // 
            // AddEditDtDNSForm
            // 
            this.AcceptButton = this.cmdSave;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cmdCancel;
            this.ClientSize = new System.Drawing.Size(419, 124);
            this.Controls.Add(this.txtPassword);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdSave);
            this.Controls.Add(this.txtHostname);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AddEditDtDNSForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "R&M PDDNS Add DtDNS Hostname";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            RandM.RMLib.RMSecureString rmSecureString1 = new RandM.RMLib.RMSecureString();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigureEmailAlertsForm));
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdSave = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chkNewVersion = new System.Windows.Forms.CheckBox();
            this.chkUpdateError = new System.Windows.Forms.CheckBox();
            this.chkIPChange = new System.Windows.Forms.CheckBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.chkSsl = new System.Windows.Forms.CheckBox();
            this.txtTo = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtFrom = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtPassword = new RandM.RMLibUI.SecureTextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtUsername = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.txtHostname = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.cmdTest = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // cmdCancel
            // 
            this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Location = new System.Drawing.Point(313, 254);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(75, 23);
            this.cmdCancel.TabIndex = 3;
            this.cmdCancel.Text = "&Cancel";
            this.cmdCancel.UseVisualStyleBackColor = true;
            // 
            // cmdSave
            // 
            this.cmdSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cmdSave.Location = new System.Drawing.Point(12, 254);
            this.cmdSave.Name = "cmdSave";
            this.cmdSave.Size = new System.Drawing.Size(75, 23);
            this.cmdSave.TabIndex = 2;
            this.cmdSave.Text = "&Save";
            this.cmdSave.UseVisualStyleBackColor = true;
            this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox1.Controls.Add(this.chkNewVersion);
            this.groupBox1.Controls.Add(this.chkUpdateError);
            this.groupBox1.Controls.Add(this.chkIPChange);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(376, 89);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = " Available Alerts ";
            // 
            // chkNewVersion
            // 
            this.chkNewVersion.AutoSize = true;
            this.chkNewVersion.Location = new System.Drawing.Point(15, 65);
            this.chkNewVersion.Name = "chkNewVersion";
            this.chkNewVersion.Size = new System.Drawing.Size(258, 17);
            this.chkNewVersion.TabIndex = 2;
            this.chkNewVersion.Text = "When a new version of R&&M PDDNS is available";
            this.chkNewVersion.UseVisualStyleBackColor = true;
            // 
            // chkUpdateError
            // 
            this.chkUpdateError.AutoSize = true;
            this.chkUpdateError.Location = new System.Drawing.Point(15, 42);
            this.chkUpdateError.Name = "chkUpdateError";
            this.chkUpdateError.Size = new System.Drawing.Size(232, 17);
            this.chkUpdateError.TabIndex = 1;
            this.chkUpdateError.Text = "When a hostname update results in an error";
            this.chkUpdateError.UseVisualStyleBackColor = true;
            // 
            // chkIPChange
            // 
            this.chkIPChange.AutoSize = true;
            this.chkIPChange.Location = new System.Drawing.Point(15, 19);
            this.chkIPChange.Name = "chkIPChange";
            this.chkIPChange.Size = new System.Drawing.Size(208, 17);
            this.chkIPChange.TabIndex = 0;
            this.chkIPChange.Text = "When my external IP address changes";
            this.chkIPChange.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox2.Controls.Add(this.chkSsl);
            this.groupBox2.Controls.Add(this.txtTo);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.txtFrom);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.txtPassword);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.txtUsername);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.txtPort);
            this.groupBox2.Controls.Add(this.txtHostname);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Location = new System.Drawing.Point(12, 107);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(376, 141);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = " SMTP Settings ";
            // 
            // chkSsl
            // 
            this.chkSsl.AutoSize = true;
            this.chkSsl.Location = new System.Drawing.Point(261, 32);
            this.chkSsl.Name = "chkSsl";
            this.chkSsl.Size = new System.Drawing.Size(109, 17);
            this.chkSsl.TabIndex = 12;
            this.chkSsl.Text = "Use SSL (explicit)";
            this.chkSsl.UseVisualStyleBackColor = true;
            this.chkSsl.CheckedChanged += new System.EventHandler(this.chkSsl_CheckedChanged);
            // 
            // txtTo
            // 
            this.txtTo.Location = new System.Drawing.Point(195, 110);
            this.txtTo.Name = "txtTo";
            this.txtTo.Size = new System.Drawing.Size(175, 20);
            this.txtTo.TabIndex = 5;
            this.txtTo.Tag = "Recipient email address";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(192, 94);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(119, 13);
            this.label5.TabIndex = 11;
            this.label5.Text = "Recipient email address";
            // 
            // txtFrom
            // 
            this.txtFrom.Location = new System.Drawing.Point(15, 110);
            this.txtFrom.Name = "txtFrom";
            this.txtFrom.Size = new System.Drawing.Size(175, 20);
            this.txtFrom.TabIndex = 4;
            this.txtFrom.Tag = "Sender email address";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(12, 94);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(108, 13);
            this.label6.TabIndex = 9;
            this.label6.Text = "Sender email address";
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(195, 71);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.SecureText = rmSecureString1;
            this.txtPassword.Size = new System.Drawing.Size(175, 20);
            this.txtPassword.TabIndex = 3;
            this.txtPassword.UseSystemPasswordChar = true;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(192, 55);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(118, 13);
            this.label4.TabIndex = 6;
            this.label4.Text = "Password (if necessary)";
            // 
            // txtUsername
            // 
            this.txtUsername.Location = new System.Drawing.Point(15, 71);
            this.txtUsername.Name = "txtUsername";
            this.txtUsername.Size = new System.Drawing.Size(175, 20);
            this.txtUsername.TabIndex = 2;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 55);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(120, 13);
            this.label3.TabIndex = 4;
            this.label3.Text = "Username (if necessary)";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(192, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(26, 13);
            this.label2.TabIndex = 3;
            this.label2.Text = "Port";
            // 
            // txtPort
            // 
            this.txtPort.Location = new System.Drawing.Point(195, 32);
            this.txtPort.Name = "txtPort";
            this.txtPort.Size = new System.Drawing.Size(45, 20);
            this.txtPort.TabIndex = 1;
            this.txtPort.Tag = "Port";
            this.txtPort.Text = "25";
            // 
            // txtHostname
            // 
            this.txtHostname.Location = new System.Drawing.Point(15, 32);
            this.txtHostname.Name = "txtHostname";
            this.txtHostname.Size = new System.Drawing.Size(175, 20);
            this.txtHostname.TabIndex = 0;
            this.txtHostname.Tag = "Hostname";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(55, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Hostname";
            // 
            // cmdTest
            // 
            this.cmdTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.cmdTest.Location = new System.Drawing.Point(160, 254);
            this.cmdTest.Name = "cmdTest";
            this.cmdTest.Size = new System.Drawing.Size(87, 23);
            this.cmdTest.TabIndex = 7;
            this.cmdTest.Text = "&Test Settings";
            this.cmdTest.UseVisualStyleBackColor = true;
            this.cmdTest.Click += new System.EventHandler(this.cmdTest_Click);
            // 
            // ConfigureEmailAlerts
            // 
            this.AcceptButton = this.cmdSave;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cmdCancel;
            this.ClientSize = new System.Drawing.Size(400, 289);
            this.Controls.Add(this.cmdTest);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdSave);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ConfigureEmailAlerts";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "R&M PDDNS Configure Email Alerts";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     RandM.RMLib.RMSecureString rmSecureString1 = new RandM.RMLib.RMSecureString();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddEditNoIPForm));
     this.label1      = new System.Windows.Forms.Label();
     this.txtHostname = new System.Windows.Forms.TextBox();
     this.cmdSave     = new System.Windows.Forms.Button();
     this.cmdCancel   = new System.Windows.Forms.Button();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.txtPassword = new RandM.RMLibUI.SecureTextBox();
     this.txtUsername = new System.Windows.Forms.TextBox();
     this.label4      = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 43);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Hostname";
     //
     // txtHostname
     //
     this.txtHostname.Location = new System.Drawing.Point(12, 59);
     this.txtHostname.Name     = "txtHostname";
     this.txtHostname.Size     = new System.Drawing.Size(395, 20);
     this.txtHostname.TabIndex = 0;
     this.txtHostname.Tag      = "Hostname";
     //
     // cmdSave
     //
     this.cmdSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdSave.Location = new System.Drawing.Point(12, 128);
     this.cmdSave.Name     = "cmdSave";
     this.cmdSave.Size     = new System.Drawing.Size(75, 23);
     this.cmdSave.TabIndex = 3;
     this.cmdSave.Text     = "&Save";
     this.cmdSave.UseVisualStyleBackColor = true;
     this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location                = new System.Drawing.Point(332, 128);
     this.cmdCancel.Name                    = "cmdCancel";
     this.cmdCancel.Size                    = new System.Drawing.Size(75, 23);
     this.cmdCancel.TabIndex                = 4;
     this.cmdCancel.Text                    = "&Cancel";
     this.cmdCancel.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(9, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(398, 34);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Enter the FULL hostname (i.e. \'hostname.no-ip.org\', not just \'hostname\') and your" +
                            " NoIP username/password in the boxes below to keep your hostname updated.";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(209, 82);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "Password";
     //
     // txtPassword
     //
     this.txtPassword.Location              = new System.Drawing.Point(212, 98);
     this.txtPassword.Name                  = "txtPassword";
     this.txtPassword.SecureText            = rmSecureString1;
     this.txtPassword.Size                  = new System.Drawing.Size(195, 20);
     this.txtPassword.TabIndex              = 2;
     this.txtPassword.Tag                   = "Password";
     this.txtPassword.UseSystemPasswordChar = true;
     //
     // txtUsername
     //
     this.txtUsername.Location = new System.Drawing.Point(12, 98);
     this.txtUsername.Name     = "txtUsername";
     this.txtUsername.Size     = new System.Drawing.Size(195, 20);
     this.txtUsername.TabIndex = 1;
     this.txtUsername.Tag      = "Username";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 82);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(55, 13);
     this.label4.TabIndex = 7;
     this.label4.Text     = "Username";
     //
     // AddEditNoIPForm
     //
     this.AcceptButton        = this.cmdSave;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cmdCancel;
     this.ClientSize          = new System.Drawing.Size(419, 163);
     this.Controls.Add(this.txtUsername);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.txtHostname);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "AddEditNoIPForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "R&M PDDNS Add NoIP Hostname";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     RandM.RMLib.RMSecureString rmSecureString1 = new RandM.RMLib.RMSecureString();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditCloudFlareForm));
     this.label1          = new System.Windows.Forms.Label();
     this.txtHostname     = new System.Windows.Forms.TextBox();
     this.cmdSave         = new System.Windows.Forms.Button();
     this.cmdCancel       = new System.Windows.Forms.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.txtAPIKey       = new RandM.RMLibUI.SecureTextBox();
     this.txtEmailAddress = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 43);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Hostname";
     //
     // txtHostname
     //
     this.txtHostname.Location = new System.Drawing.Point(12, 59);
     this.txtHostname.Name     = "txtHostname";
     this.txtHostname.ReadOnly = true;
     this.txtHostname.Size     = new System.Drawing.Size(395, 20);
     this.txtHostname.TabIndex = 0;
     this.txtHostname.TabStop  = false;
     this.txtHostname.Tag      = "Hostname";
     //
     // cmdSave
     //
     this.cmdSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdSave.Location = new System.Drawing.Point(12, 128);
     this.cmdSave.Name     = "cmdSave";
     this.cmdSave.Size     = new System.Drawing.Size(75, 23);
     this.cmdSave.TabIndex = 3;
     this.cmdSave.Text     = "&Save";
     this.cmdSave.UseVisualStyleBackColor = true;
     this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location                = new System.Drawing.Point(332, 128);
     this.cmdCancel.Name                    = "cmdCancel";
     this.cmdCancel.Size                    = new System.Drawing.Size(75, 23);
     this.cmdCancel.TabIndex                = 4;
     this.cmdCancel.Text                    = "&Cancel";
     this.cmdCancel.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(9, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(398, 34);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Enter your CloudFlare email address/api key in the boxes below to keep your hostname u" +
                            "pdated.  The hostname cannot be edited (delete and re-add instead).";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(209, 82);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(45, 13);
     this.label3.TabIndex = 5;
     this.label3.Text     = "API Key";
     //
     // txtAPIKey
     //
     this.txtAPIKey.Location              = new System.Drawing.Point(212, 98);
     this.txtAPIKey.Name                  = "txtAPIKey";
     this.txtAPIKey.SecureText            = rmSecureString1;
     this.txtAPIKey.Size                  = new System.Drawing.Size(195, 20);
     this.txtAPIKey.TabIndex              = 2;
     this.txtAPIKey.Tag                   = "API Key";
     this.txtAPIKey.UseSystemPasswordChar = true;
     //
     // txtEmailAddress
     //
     this.txtEmailAddress.Location = new System.Drawing.Point(12, 98);
     this.txtEmailAddress.Name     = "txtEmailAddress";
     this.txtEmailAddress.Size     = new System.Drawing.Size(195, 20);
     this.txtEmailAddress.TabIndex = 1;
     this.txtEmailAddress.Tag      = "Email Address";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 82);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(73, 13);
     this.label4.TabIndex = 7;
     this.label4.Text     = "Email Address";
     //
     // EditCloudFlareForm
     //
     this.AcceptButton        = this.cmdSave;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cmdCancel;
     this.ClientSize          = new System.Drawing.Size(419, 163);
     this.Controls.Add(this.txtEmailAddress);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtAPIKey);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdSave);
     this.Controls.Add(this.txtHostname);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "EditCloudFlareForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "R&M PDDNS Edit CloudFlare Hostname";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     RandM.RMLib.RMSecureString rmSecureString1 = new RandM.RMLib.RMSecureString();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigureEmailAlertsForm));
     this.cmdCancel      = new System.Windows.Forms.Button();
     this.cmdSave        = new System.Windows.Forms.Button();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.chkNewVersion  = new System.Windows.Forms.CheckBox();
     this.chkUpdateError = new System.Windows.Forms.CheckBox();
     this.chkIPChange    = new System.Windows.Forms.CheckBox();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.chkSsl         = new System.Windows.Forms.CheckBox();
     this.txtTo          = new System.Windows.Forms.TextBox();
     this.label5         = new System.Windows.Forms.Label();
     this.txtFrom        = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.txtPassword    = new RandM.RMLibUI.SecureTextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.txtUsername    = new System.Windows.Forms.TextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.txtPort        = new System.Windows.Forms.TextBox();
     this.txtHostname    = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.cmdTest        = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // cmdCancel
     //
     this.cmdCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Location                = new System.Drawing.Point(313, 254);
     this.cmdCancel.Name                    = "cmdCancel";
     this.cmdCancel.Size                    = new System.Drawing.Size(75, 23);
     this.cmdCancel.TabIndex                = 3;
     this.cmdCancel.Text                    = "&Cancel";
     this.cmdCancel.UseVisualStyleBackColor = true;
     //
     // cmdSave
     //
     this.cmdSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdSave.Location = new System.Drawing.Point(12, 254);
     this.cmdSave.Name     = "cmdSave";
     this.cmdSave.Size     = new System.Drawing.Size(75, 23);
     this.cmdSave.TabIndex = 2;
     this.cmdSave.Text     = "&Save";
     this.cmdSave.UseVisualStyleBackColor = true;
     this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.chkNewVersion);
     this.groupBox1.Controls.Add(this.chkUpdateError);
     this.groupBox1.Controls.Add(this.chkIPChange);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(376, 89);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = " Available Alerts ";
     //
     // chkNewVersion
     //
     this.chkNewVersion.AutoSize = true;
     this.chkNewVersion.Location = new System.Drawing.Point(15, 65);
     this.chkNewVersion.Name     = "chkNewVersion";
     this.chkNewVersion.Size     = new System.Drawing.Size(258, 17);
     this.chkNewVersion.TabIndex = 2;
     this.chkNewVersion.Text     = "When a new version of R&&M PDDNS is available";
     this.chkNewVersion.UseVisualStyleBackColor = true;
     //
     // chkUpdateError
     //
     this.chkUpdateError.AutoSize = true;
     this.chkUpdateError.Location = new System.Drawing.Point(15, 42);
     this.chkUpdateError.Name     = "chkUpdateError";
     this.chkUpdateError.Size     = new System.Drawing.Size(232, 17);
     this.chkUpdateError.TabIndex = 1;
     this.chkUpdateError.Text     = "When a hostname update results in an error";
     this.chkUpdateError.UseVisualStyleBackColor = true;
     //
     // chkIPChange
     //
     this.chkIPChange.AutoSize = true;
     this.chkIPChange.Location = new System.Drawing.Point(15, 19);
     this.chkIPChange.Name     = "chkIPChange";
     this.chkIPChange.Size     = new System.Drawing.Size(208, 17);
     this.chkIPChange.TabIndex = 0;
     this.chkIPChange.Text     = "When my external IP address changes";
     this.chkIPChange.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox2.Controls.Add(this.chkSsl);
     this.groupBox2.Controls.Add(this.txtTo);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.txtFrom);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.txtPassword);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.txtUsername);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.txtPort);
     this.groupBox2.Controls.Add(this.txtHostname);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(12, 107);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(376, 141);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = " SMTP Settings ";
     //
     // chkSsl
     //
     this.chkSsl.AutoSize = true;
     this.chkSsl.Location = new System.Drawing.Point(261, 32);
     this.chkSsl.Name     = "chkSsl";
     this.chkSsl.Size     = new System.Drawing.Size(109, 17);
     this.chkSsl.TabIndex = 12;
     this.chkSsl.Text     = "Use SSL (explicit)";
     this.chkSsl.UseVisualStyleBackColor = true;
     this.chkSsl.CheckedChanged         += new System.EventHandler(this.chkSsl_CheckedChanged);
     //
     // txtTo
     //
     this.txtTo.Location = new System.Drawing.Point(195, 110);
     this.txtTo.Name     = "txtTo";
     this.txtTo.Size     = new System.Drawing.Size(175, 20);
     this.txtTo.TabIndex = 5;
     this.txtTo.Tag      = "Recipient email address";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(192, 94);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(119, 13);
     this.label5.TabIndex = 11;
     this.label5.Text     = "Recipient email address";
     //
     // txtFrom
     //
     this.txtFrom.Location = new System.Drawing.Point(15, 110);
     this.txtFrom.Name     = "txtFrom";
     this.txtFrom.Size     = new System.Drawing.Size(175, 20);
     this.txtFrom.TabIndex = 4;
     this.txtFrom.Tag      = "Sender email address";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 94);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(108, 13);
     this.label6.TabIndex = 9;
     this.label6.Text     = "Sender email address";
     //
     // txtPassword
     //
     this.txtPassword.Location              = new System.Drawing.Point(195, 71);
     this.txtPassword.Name                  = "txtPassword";
     this.txtPassword.SecureText            = rmSecureString1;
     this.txtPassword.Size                  = new System.Drawing.Size(175, 20);
     this.txtPassword.TabIndex              = 3;
     this.txtPassword.UseSystemPasswordChar = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(192, 55);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(118, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Password (if necessary)";
     //
     // txtUsername
     //
     this.txtUsername.Location = new System.Drawing.Point(15, 71);
     this.txtUsername.Name     = "txtUsername";
     this.txtUsername.Size     = new System.Drawing.Size(175, 20);
     this.txtUsername.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 55);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(120, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Username (if necessary)";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(192, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(26, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Port";
     //
     // txtPort
     //
     this.txtPort.Location = new System.Drawing.Point(195, 32);
     this.txtPort.Name     = "txtPort";
     this.txtPort.Size     = new System.Drawing.Size(45, 20);
     this.txtPort.TabIndex = 1;
     this.txtPort.Tag      = "Port";
     this.txtPort.Text     = "25";
     //
     // txtHostname
     //
     this.txtHostname.Location = new System.Drawing.Point(15, 32);
     this.txtHostname.Name     = "txtHostname";
     this.txtHostname.Size     = new System.Drawing.Size(175, 20);
     this.txtHostname.TabIndex = 0;
     this.txtHostname.Tag      = "Hostname";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Hostname";
     //
     // cmdTest
     //
     this.cmdTest.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdTest.Location = new System.Drawing.Point(160, 254);
     this.cmdTest.Name     = "cmdTest";
     this.cmdTest.Size     = new System.Drawing.Size(87, 23);
     this.cmdTest.TabIndex = 7;
     this.cmdTest.Text     = "&Test Settings";
     this.cmdTest.UseVisualStyleBackColor = true;
     this.cmdTest.Click += new System.EventHandler(this.cmdTest_Click);
     //
     // ConfigureEmailAlerts
     //
     this.AcceptButton        = this.cmdSave;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cmdCancel;
     this.ClientSize          = new System.Drawing.Size(400, 289);
     this.Controls.Add(this.cmdTest);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdSave);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ConfigureEmailAlerts";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "R&M PDDNS Configure Email Alerts";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }