Click here to Skip to main content
15,892,059 members
Articles / Programming Languages / C#

Internet Magic (Proxy Server) Windows Application

Rate me:
Please Sign up or sign in to vote.
3.00/5 (8 votes)
10 Apr 2010CPOL3 min read 68.6K   8.8K   38  
Windows application which creates a proxy server to share Internet over any TCP/IP network
namespace internet_magic
{
    /// <summary>
    /// Initialise an instance of add user forn designer class. 
    /// </summary>
    partial class adduser
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(adduser));
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.usrnm = new System.Windows.Forms.TextBox();
            this.pswrd = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.cnfpswrd = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.CNetHelpProvider = new System.Windows.Forms.HelpProvider();
            this.SuspendLayout();
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CNetHelpProvider.SetHelpKeyword(this.label3, "internet magic_Form_adduser.htm#adduser_label3");
            this.CNetHelpProvider.SetHelpNavigator(this.label3, System.Windows.Forms.HelpNavigator.Topic);
            this.label3.Location = new System.Drawing.Point(26, 66);
            this.label3.Name = "label3";
            this.CNetHelpProvider.SetShowHelp(this.label3, true);
            this.label3.Size = new System.Drawing.Size(76, 13);
            this.label3.TabIndex = 3;
            this.label3.Text = "USERNAME";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CNetHelpProvider.SetHelpKeyword(this.label4, "internet magic_Form_adduser.htm#adduser_label4");
            this.CNetHelpProvider.SetHelpNavigator(this.label4, System.Windows.Forms.HelpNavigator.Topic);
            this.label4.Location = new System.Drawing.Point(26, 110);
            this.label4.Name = "label4";
            this.CNetHelpProvider.SetShowHelp(this.label4, true);
            this.label4.Size = new System.Drawing.Size(78, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "PASSWORD";
            // 
            // usrnm
            // 
            this.CNetHelpProvider.SetHelpKeyword(this.usrnm, "internet magic_Form_adduser.htm#adduser_usrnm");
            this.CNetHelpProvider.SetHelpNavigator(this.usrnm, System.Windows.Forms.HelpNavigator.Topic);
            this.usrnm.Location = new System.Drawing.Point(137, 59);
            this.usrnm.Name = "usrnm";
            this.CNetHelpProvider.SetShowHelp(this.usrnm, true);
            this.usrnm.Size = new System.Drawing.Size(195, 20);
            this.usrnm.TabIndex = 5;
            // 
            // pswrd
            // 
            this.CNetHelpProvider.SetHelpKeyword(this.pswrd, "internet magic_Form_adduser.htm#adduser_pswrd");
            this.CNetHelpProvider.SetHelpNavigator(this.pswrd, System.Windows.Forms.HelpNavigator.Topic);
            this.pswrd.Location = new System.Drawing.Point(177, 103);
            this.pswrd.Name = "pswrd";
            this.pswrd.PasswordChar = '*';
            this.CNetHelpProvider.SetShowHelp(this.pswrd, true);
            this.pswrd.Size = new System.Drawing.Size(155, 20);
            this.pswrd.TabIndex = 6;
            this.pswrd.UseSystemPasswordChar = true;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.Transparent;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CNetHelpProvider.SetHelpKeyword(this.label5, "internet magic_Form_adduser.htm#adduser_label5");
            this.CNetHelpProvider.SetHelpNavigator(this.label5, System.Windows.Forms.HelpNavigator.Topic);
            this.label5.Location = new System.Drawing.Point(26, 149);
            this.label5.Name = "label5";
            this.CNetHelpProvider.SetShowHelp(this.label5, true);
            this.label5.Size = new System.Drawing.Size(138, 13);
            this.label5.TabIndex = 7;
            this.label5.Text = "CONFIRM PASSWORD";
            // 
            // cnfpswrd
            // 
            this.CNetHelpProvider.SetHelpKeyword(this.cnfpswrd, "internet magic_Form_adduser.htm#adduser_cnfpswrd");
            this.CNetHelpProvider.SetHelpNavigator(this.cnfpswrd, System.Windows.Forms.HelpNavigator.Topic);
            this.cnfpswrd.Location = new System.Drawing.Point(177, 142);
            this.cnfpswrd.Name = "cnfpswrd";
            this.cnfpswrd.PasswordChar = '*';
            this.CNetHelpProvider.SetShowHelp(this.cnfpswrd, true);
            this.cnfpswrd.Size = new System.Drawing.Size(155, 20);
            this.cnfpswrd.TabIndex = 8;
            this.cnfpswrd.UseSystemPasswordChar = true;
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.ForeColor = System.Drawing.Color.DarkBlue;
            this.CNetHelpProvider.SetHelpKeyword(this.button1, "internet magic_Form_adduser.htm#adduser_button1");
            this.CNetHelpProvider.SetHelpNavigator(this.button1, System.Windows.Forms.HelpNavigator.Topic);
            this.button1.Image = global::internet_magic.Properties.Resources.button;
            this.button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button1.Location = new System.Drawing.Point(243, 178);
            this.button1.Name = "button1";
            this.CNetHelpProvider.SetShowHelp(this.button1, true);
            this.button1.Size = new System.Drawing.Size(72, 65);
            this.button1.TabIndex = 9;
            this.button1.Text = "OK";
            this.button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Comic Sans MS", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.LightSlateGray;
            this.CNetHelpProvider.SetHelpKeyword(this.label1, "internet magic_Form_adduser.htm#adduser_label1");
            this.CNetHelpProvider.SetHelpNavigator(this.label1, System.Windows.Forms.HelpNavigator.Topic);
            this.label1.Location = new System.Drawing.Point(57, 9);
            this.label1.Name = "label1";
            this.CNetHelpProvider.SetShowHelp(this.label1, true);
            this.label1.Size = new System.Drawing.Size(256, 29);
            this.label1.TabIndex = 10;
            this.label1.Text = "INTERNET MAGIC V1.0";
            // 
            // CNetHelpProvider
            // 
            this.CNetHelpProvider.HelpNamespace = "internet magic.chm";
            // 
            // adduser
            // 
            this.BackgroundImage = global::internet_magic.Properties.Resources.user;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(376, 255);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.cnfpswrd);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.pswrd);
            this.Controls.Add(this.usrnm);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.CNetHelpProvider.SetHelpKeyword(this, "internet magic_Form_adduser.htm");
            this.CNetHelpProvider.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.Topic);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "adduser";
            this.CNetHelpProvider.SetShowHelp(this, true);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "ADD USER NAME";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox usrnm;
        private System.Windows.Forms.TextBox pswrd;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox cnfpswrd;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.HelpProvider CNetHelpProvider;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions