Click here to Skip to main content
15,893,814 members
Articles / Web Development / HTML

Audio-Gallery-Suite (A complete audio gallery solution made with HTML5/CSS3/jQuery-JS/PHP/C#)

Rate me:
Please Sign up or sign in to vote.
4.99/5 (82 votes)
30 Apr 2013MIT31 min read 272.8K   6.3K   171  
Audio-Gallery-Suite is a complete audio gallery solution made with HTML5/CSS3/Jquery-JS/PHP-Ajax/C# that includes a web audio gallery and a software for managing the web audio gallery.
namespace audiogallery
{
    partial class manageuser
    {
        /// <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(manageuser));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.createtab = new System.Windows.Forms.TabPage();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label5 = new System.Windows.Forms.Label();
            this.confirmpwdtxt = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.pwdtxt = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.unametxt = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.descriptiontxt = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.nametxt = new System.Windows.Forms.TextBox();
            this.createuserbtn = new System.Windows.Forms.Button();
            this.edittab = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.usercmb = new System.Windows.Forms.ComboBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.editconfirmpwdtxt = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.editpwdtxt = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.editunametxt = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.editdescriptiontxt = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.editnametxt = new System.Windows.Forms.TextBox();
            this.editusrbtn = new System.Windows.Forms.Button();
            this.deletetab = new System.Windows.Forms.TabPage();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.deleteusercmb = new System.Windows.Forms.ComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.deletepwdtxt = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.deleteunametxt = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.deletedescriptiontxt = new System.Windows.Forms.TextBox();
            this.label17 = new System.Windows.Forms.Label();
            this.deletenametxt = new System.Windows.Forms.TextBox();
            this.deleteuserbtn = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.createtab.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.edittab.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.deletetab.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.createtab);
            this.tabControl1.Controls.Add(this.edittab);
            this.tabControl1.Controls.Add(this.deletetab);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.Padding = new System.Drawing.Point(36, 3);
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(374, 262);
            this.tabControl1.TabIndex = 0;
            // 
            // createtab
            // 
            this.createtab.BackColor = System.Drawing.Color.DimGray;
            this.createtab.Controls.Add(this.groupBox1);
            this.createtab.Controls.Add(this.createuserbtn);
            this.createtab.Location = new System.Drawing.Point(4, 22);
            this.createtab.Name = "createtab";
            this.createtab.Padding = new System.Windows.Forms.Padding(3);
            this.createtab.Size = new System.Drawing.Size(366, 236);
            this.createtab.TabIndex = 0;
            this.createtab.Text = "Create User";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.confirmpwdtxt);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.pwdtxt);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.unametxt);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.descriptiontxt);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.nametxt);
            this.groupBox1.ForeColor = System.Drawing.Color.White;
            this.groupBox1.Location = new System.Drawing.Point(-4, -5);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(370, 216);
            this.groupBox1.TabIndex = 15;
            this.groupBox1.TabStop = false;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(12, 124);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(125, 19);
            this.label5.TabIndex = 24;
            this.label5.Text = "Confirm password";
            // 
            // confirmpwdtxt
            // 
            this.confirmpwdtxt.Location = new System.Drawing.Point(143, 124);
            this.confirmpwdtxt.Name = "confirmpwdtxt";
            this.confirmpwdtxt.Size = new System.Drawing.Size(219, 20);
            this.confirmpwdtxt.TabIndex = 16;
            this.confirmpwdtxt.UseSystemPasswordChar = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(12, 90);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(71, 19);
            this.label2.TabIndex = 22;
            this.label2.Text = "Password";
            // 
            // pwdtxt
            // 
            this.pwdtxt.Location = new System.Drawing.Point(89, 90);
            this.pwdtxt.Name = "pwdtxt";
            this.pwdtxt.Size = new System.Drawing.Size(273, 20);
            this.pwdtxt.TabIndex = 15;
            this.pwdtxt.UseSystemPasswordChar = true;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.Location = new System.Drawing.Point(12, 55);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(75, 19);
            this.label4.TabIndex = 20;
            this.label4.Text = "Username";
            // 
            // unametxt
            // 
            this.unametxt.Location = new System.Drawing.Point(93, 55);
            this.unametxt.Name = "unametxt";
            this.unametxt.Size = new System.Drawing.Size(269, 20);
            this.unametxt.TabIndex = 14;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(12, 157);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(83, 19);
            this.label3.TabIndex = 17;
            this.label3.Text = "Description";
            // 
            // descriptiontxt
            // 
            this.descriptiontxt.Location = new System.Drawing.Point(101, 157);
            this.descriptiontxt.Multiline = true;
            this.descriptiontxt.Name = "descriptiontxt";
            this.descriptiontxt.Size = new System.Drawing.Size(261, 55);
            this.descriptiontxt.TabIndex = 17;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(12, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 19);
            this.label1.TabIndex = 14;
            this.label1.Text = "Name";
            // 
            // nametxt
            // 
            this.nametxt.Location = new System.Drawing.Point(65, 20);
            this.nametxt.Name = "nametxt";
            this.nametxt.Size = new System.Drawing.Size(298, 20);
            this.nametxt.TabIndex = 13;
            // 
            // createuserbtn
            // 
            this.createuserbtn.BackColor = System.Drawing.Color.Gainsboro;
            this.createuserbtn.ForeColor = System.Drawing.SystemColors.ControlText;
            this.createuserbtn.Location = new System.Drawing.Point(-8, 210);
            this.createuserbtn.Name = "createuserbtn";
            this.createuserbtn.Size = new System.Drawing.Size(379, 26);
            this.createuserbtn.TabIndex = 18;
            this.createuserbtn.Text = "CREATE USER";
            this.createuserbtn.UseVisualStyleBackColor = false;
            this.createuserbtn.Click += new System.EventHandler(this.createuserbtn_Click);
            // 
            // edittab
            // 
            this.edittab.BackColor = System.Drawing.Color.DimGray;
            this.edittab.Controls.Add(this.groupBox2);
            this.edittab.Controls.Add(this.editusrbtn);
            this.edittab.Location = new System.Drawing.Point(4, 22);
            this.edittab.Name = "edittab";
            this.edittab.Padding = new System.Windows.Forms.Padding(3);
            this.edittab.Size = new System.Drawing.Size(366, 236);
            this.edittab.TabIndex = 1;
            this.edittab.Text = "Edit User";
            this.edittab.Enter += new System.EventHandler(this.edittab_Enter);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.usercmb);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.editconfirmpwdtxt);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.editpwdtxt);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.editunametxt);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.editdescriptiontxt);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.editnametxt);
            this.groupBox2.ForeColor = System.Drawing.Color.White;
            this.groupBox2.Location = new System.Drawing.Point(-4, -5);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(370, 216);
            this.groupBox2.TabIndex = 17;
            this.groupBox2.TabStop = false;
            // 
            // usercmb
            // 
            this.usercmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.usercmb.FormattingEnabled = true;
            this.usercmb.Location = new System.Drawing.Point(64, 11);
            this.usercmb.Name = "usercmb";
            this.usercmb.Size = new System.Drawing.Size(298, 21);
            this.usercmb.TabIndex = 19;
            this.usercmb.SelectedIndexChanged += new System.EventHandler(this.usercmb_SelectedIndexChanged);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.ForeColor = System.Drawing.Color.White;
            this.label12.Location = new System.Drawing.Point(12, 11);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(39, 19);
            this.label12.TabIndex = 26;
            this.label12.Text = "User";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(12, 127);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(125, 19);
            this.label6.TabIndex = 24;
            this.label6.Text = "Confirm password";
            // 
            // editconfirmpwdtxt
            // 
            this.editconfirmpwdtxt.Location = new System.Drawing.Point(143, 127);
            this.editconfirmpwdtxt.Name = "editconfirmpwdtxt";
            this.editconfirmpwdtxt.Size = new System.Drawing.Size(219, 20);
            this.editconfirmpwdtxt.TabIndex = 23;
            this.editconfirmpwdtxt.UseSystemPasswordChar = true;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.Location = new System.Drawing.Point(12, 98);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(71, 19);
            this.label7.TabIndex = 22;
            this.label7.Text = "Password";
            // 
            // editpwdtxt
            // 
            this.editpwdtxt.Location = new System.Drawing.Point(89, 98);
            this.editpwdtxt.Name = "editpwdtxt";
            this.editpwdtxt.Size = new System.Drawing.Size(273, 20);
            this.editpwdtxt.TabIndex = 22;
            this.editpwdtxt.UseSystemPasswordChar = true;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(12, 66);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(75, 19);
            this.label8.TabIndex = 20;
            this.label8.Text = "Username";
            // 
            // editunametxt
            // 
            this.editunametxt.Location = new System.Drawing.Point(93, 69);
            this.editunametxt.Name = "editunametxt";
            this.editunametxt.Size = new System.Drawing.Size(269, 20);
            this.editunametxt.TabIndex = 21;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(12, 156);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(83, 19);
            this.label9.TabIndex = 17;
            this.label9.Text = "Description";
            // 
            // editdescriptiontxt
            // 
            this.editdescriptiontxt.Location = new System.Drawing.Point(101, 156);
            this.editdescriptiontxt.Multiline = true;
            this.editdescriptiontxt.Name = "editdescriptiontxt";
            this.editdescriptiontxt.Size = new System.Drawing.Size(261, 55);
            this.editdescriptiontxt.TabIndex = 24;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.Location = new System.Drawing.Point(12, 40);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(47, 19);
            this.label10.TabIndex = 14;
            this.label10.Text = "Name";
            // 
            // editnametxt
            // 
            this.editnametxt.Location = new System.Drawing.Point(65, 40);
            this.editnametxt.Name = "editnametxt";
            this.editnametxt.Size = new System.Drawing.Size(297, 20);
            this.editnametxt.TabIndex = 20;
            // 
            // editusrbtn
            // 
            this.editusrbtn.BackColor = System.Drawing.Color.Gainsboro;
            this.editusrbtn.ForeColor = System.Drawing.SystemColors.ControlText;
            this.editusrbtn.Location = new System.Drawing.Point(-8, 210);
            this.editusrbtn.Name = "editusrbtn";
            this.editusrbtn.Size = new System.Drawing.Size(379, 26);
            this.editusrbtn.TabIndex = 25;
            this.editusrbtn.Text = "EDIT USER";
            this.editusrbtn.UseVisualStyleBackColor = false;
            this.editusrbtn.Click += new System.EventHandler(this.editusrbtn_Click);
            // 
            // deletetab
            // 
            this.deletetab.BackColor = System.Drawing.Color.DimGray;
            this.deletetab.Controls.Add(this.groupBox3);
            this.deletetab.Controls.Add(this.deleteuserbtn);
            this.deletetab.Location = new System.Drawing.Point(4, 22);
            this.deletetab.Name = "deletetab";
            this.deletetab.Padding = new System.Windows.Forms.Padding(3);
            this.deletetab.Size = new System.Drawing.Size(366, 236);
            this.deletetab.TabIndex = 2;
            this.deletetab.Text = "Delete User";
            this.deletetab.Enter += new System.EventHandler(this.deletetab_Enter);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.deleteusercmb);
            this.groupBox3.Controls.Add(this.label11);
            this.groupBox3.Controls.Add(this.label14);
            this.groupBox3.Controls.Add(this.deletepwdtxt);
            this.groupBox3.Controls.Add(this.label15);
            this.groupBox3.Controls.Add(this.deleteunametxt);
            this.groupBox3.Controls.Add(this.label16);
            this.groupBox3.Controls.Add(this.deletedescriptiontxt);
            this.groupBox3.Controls.Add(this.label17);
            this.groupBox3.Controls.Add(this.deletenametxt);
            this.groupBox3.ForeColor = System.Drawing.Color.White;
            this.groupBox3.Location = new System.Drawing.Point(-4, -5);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(370, 216);
            this.groupBox3.TabIndex = 19;
            this.groupBox3.TabStop = false;
            // 
            // deleteusercmb
            // 
            this.deleteusercmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.deleteusercmb.FormattingEnabled = true;
            this.deleteusercmb.Location = new System.Drawing.Point(64, 11);
            this.deleteusercmb.Name = "deleteusercmb";
            this.deleteusercmb.Size = new System.Drawing.Size(298, 21);
            this.deleteusercmb.TabIndex = 26;
            this.deleteusercmb.SelectedIndexChanged += new System.EventHandler(this.deleteusercmb_SelectedIndexChanged);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.ForeColor = System.Drawing.Color.White;
            this.label11.Location = new System.Drawing.Point(12, 11);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(39, 19);
            this.label11.TabIndex = 26;
            this.label11.Text = "User";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label14.Location = new System.Drawing.Point(12, 121);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(71, 19);
            this.label14.TabIndex = 22;
            this.label14.Text = "Password";
            // 
            // deletepwdtxt
            // 
            this.deletepwdtxt.Enabled = false;
            this.deletepwdtxt.Location = new System.Drawing.Point(89, 121);
            this.deletepwdtxt.Name = "deletepwdtxt";
            this.deletepwdtxt.Size = new System.Drawing.Size(273, 20);
            this.deletepwdtxt.TabIndex = 29;
            this.deletepwdtxt.UseSystemPasswordChar = true;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label15.Location = new System.Drawing.Point(12, 81);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(75, 19);
            this.label15.TabIndex = 20;
            this.label15.Text = "Username";
            // 
            // deleteunametxt
            // 
            this.deleteunametxt.Enabled = false;
            this.deleteunametxt.Location = new System.Drawing.Point(93, 84);
            this.deleteunametxt.Name = "deleteunametxt";
            this.deleteunametxt.Size = new System.Drawing.Size(269, 20);
            this.deleteunametxt.TabIndex = 28;
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label16.Location = new System.Drawing.Point(12, 156);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(83, 19);
            this.label16.TabIndex = 17;
            this.label16.Text = "Description";
            // 
            // deletedescriptiontxt
            // 
            this.deletedescriptiontxt.Enabled = false;
            this.deletedescriptiontxt.Location = new System.Drawing.Point(101, 156);
            this.deletedescriptiontxt.Multiline = true;
            this.deletedescriptiontxt.Name = "deletedescriptiontxt";
            this.deletedescriptiontxt.Size = new System.Drawing.Size(261, 55);
            this.deletedescriptiontxt.TabIndex = 30;
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label17.Location = new System.Drawing.Point(12, 47);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(47, 19);
            this.label17.TabIndex = 14;
            this.label17.Text = "Name";
            // 
            // deletenametxt
            // 
            this.deletenametxt.Enabled = false;
            this.deletenametxt.Location = new System.Drawing.Point(65, 47);
            this.deletenametxt.Name = "deletenametxt";
            this.deletenametxt.Size = new System.Drawing.Size(297, 20);
            this.deletenametxt.TabIndex = 27;
            // 
            // deleteuserbtn
            // 
            this.deleteuserbtn.BackColor = System.Drawing.Color.Gainsboro;
            this.deleteuserbtn.ForeColor = System.Drawing.SystemColors.ControlText;
            this.deleteuserbtn.Location = new System.Drawing.Point(-8, 210);
            this.deleteuserbtn.Name = "deleteuserbtn";
            this.deleteuserbtn.Size = new System.Drawing.Size(379, 26);
            this.deleteuserbtn.TabIndex = 31;
            this.deleteuserbtn.Text = "DELETE USER";
            this.deleteuserbtn.UseVisualStyleBackColor = false;
            this.deleteuserbtn.Click += new System.EventHandler(this.deleteuserbtn_Click);
            // 
            // manageuser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.DimGray;
            this.ClientSize = new System.Drawing.Size(374, 262);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "manageuser";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Manage Users";
            this.tabControl1.ResumeLayout(false);
            this.createtab.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.edittab.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.deletetab.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage createtab;
        private System.Windows.Forms.TabPage edittab;
        private System.Windows.Forms.TabPage deletetab;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox unametxt;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox descriptiontxt;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox nametxt;
        private System.Windows.Forms.Button createuserbtn;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox pwdtxt;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox confirmpwdtxt;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ComboBox usercmb;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox editconfirmpwdtxt;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox editpwdtxt;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox editunametxt;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox editdescriptiontxt;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox editnametxt;
        private System.Windows.Forms.Button editusrbtn;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.ComboBox deleteusercmb;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.TextBox deletepwdtxt;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox deleteunametxt;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.TextBox deletedescriptiontxt;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox deletenametxt;
        private System.Windows.Forms.Button deleteuserbtn;
    }
}

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 MIT License


Written By
Software Developer Databorough India
India India
Currently working as software developer for Databorough India - Division of Fresche Legacy.

Developing for the open-source community and writing articles is my way of thanking the community. I have developed commercial as well as non-commercial/open-source projects for the web and windows as my work and hobby. Just trying very hard so that someday I could contribute a little for this world. I would like to send out my regards to all for your rating and comments because these comments keep me going. Thank you all.

Certifications:
Microsoft Certified Professional (Programming in C#)
Microsoft Certified Professional (Programming in HTML5 with JavaScript and CSS3)

Comments and Discussions