Click here to Skip to main content
15,885,767 members
Articles / Programming Languages / C#

Emails Extractor

Rate me:
Please Sign up or sign in to vote.
4.85/5 (4 votes)
30 Sep 2012CPOL10 min read 40K   2.6K   17  
Program Extracts Emails and Data (names,phones and Gender) belongs to a group of people from text file and order them into Datagridview which can be saved as .csv file contains people’s contacts which can be imported to a yahoo mail account.
namespace WindowsFormsApplication9
{
    partial class MainForm
    {
        /// <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(MainForm));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.EmailsdataGridView = new System.Windows.Forms.DataGridView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.MixedEmailSRichtextBox = new System.Windows.Forms.RichTextBox();
            this.MainMenuStrip = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openMixedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveYahooEmailBookToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveMixedTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.buttonSearch = new System.Windows.Forms.Button();
            this.RegexDataGridView = new System.Windows.Forms.DataGridView();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.RegexGroupscomboBox = new System.Windows.Forms.ComboBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.BlockSplitingText = new System.Windows.Forms.TextBox();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.button1 = new System.Windows.Forms.Button();
            this.NewRegexGroups = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.NoEmailscheckBox = new System.Windows.Forms.CheckBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.ReplaceradioButton = new System.Windows.Forms.RadioButton();
            this.AddgroupBox = new System.Windows.Forms.GroupBox();
            this.AfterradioButton = new System.Windows.Forms.RadioButton();
            this.BeforeradioButton = new System.Windows.Forms.RadioButton();
            this.AddradioButton = new System.Windows.Forms.RadioButton();
            this.RemoveradioButton = new System.Windows.Forms.RadioButton();
            this.RegexMixedExecutetextBox = new System.Windows.Forms.TextBox();
            this.TexttextBox = new System.Windows.Forms.TextBox();
            this.button4 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.EmailsdataGridView)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.MainMenuStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.RegexDataGridView)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.AddgroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.EmailsdataGridView);
            this.groupBox1.Location = new System.Drawing.Point(12, 466);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(917, 203);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "DataGridView";
            // 
            // EmailsdataGridView
            // 
            this.EmailsdataGridView.AllowUserToOrderColumns = true;
            this.EmailsdataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.EmailsdataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.EmailsdataGridView.Location = new System.Drawing.Point(3, 16);
            this.EmailsdataGridView.Name = "EmailsdataGridView";
            this.EmailsdataGridView.Size = new System.Drawing.Size(911, 184);
            this.EmailsdataGridView.TabIndex = 0;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.MixedEmailSRichtextBox);
            this.groupBox2.Location = new System.Drawing.Point(15, 27);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(436, 294);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "EmailSMixedUp";
            this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
            // 
            // MixedEmailSRichtextBox
            // 
            this.MixedEmailSRichtextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MixedEmailSRichtextBox.Location = new System.Drawing.Point(3, 16);
            this.MixedEmailSRichtextBox.Name = "MixedEmailSRichtextBox";
            this.MixedEmailSRichtextBox.Size = new System.Drawing.Size(430, 275);
            this.MixedEmailSRichtextBox.TabIndex = 2;
            this.MixedEmailSRichtextBox.Text = resources.GetString("MixedEmailSRichtextBox.Text");
            // 
            // MainMenuStrip
            // 
            this.MainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
            this.MainMenuStrip.Location = new System.Drawing.Point(0, 0);
            this.MainMenuStrip.Name = "MainMenuStrip";
            this.MainMenuStrip.Size = new System.Drawing.Size(941, 24);
            this.MainMenuStrip.TabIndex = 3;
            this.MainMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.MainMenuStrip_ItemClicked);
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openMixedTextToolStripMenuItem,
            this.saveYahooEmailBookToolStripMenuItem,
            this.saveMixedTextToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // openMixedTextToolStripMenuItem
            // 
            this.openMixedTextToolStripMenuItem.Name = "openMixedTextToolStripMenuItem";
            this.openMixedTextToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.openMixedTextToolStripMenuItem.Text = "Open MixedText";
            this.openMixedTextToolStripMenuItem.Click += new System.EventHandler(this.openMixedTextToolStripMenuItem_Click);
            // 
            // saveYahooEmailBookToolStripMenuItem
            // 
            this.saveYahooEmailBookToolStripMenuItem.Name = "saveYahooEmailBookToolStripMenuItem";
            this.saveYahooEmailBookToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.saveYahooEmailBookToolStripMenuItem.Text = "SaveYahooEmailBook";
            this.saveYahooEmailBookToolStripMenuItem.Click += new System.EventHandler(this.saveYahooEmailBookToolStripMenuItem_Click);
            // 
            // saveMixedTextToolStripMenuItem
            // 
            this.saveMixedTextToolStripMenuItem.Name = "saveMixedTextToolStripMenuItem";
            this.saveMixedTextToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
            this.saveMixedTextToolStripMenuItem.Text = "Save MixedText";
            this.saveMixedTextToolStripMenuItem.Click += new System.EventHandler(this.saveMixedTextToolStripMenuItem_Click);
            // 
            // buttonSearch
            // 
            this.buttonSearch.Location = new System.Drawing.Point(158, 428);
            this.buttonSearch.Name = "buttonSearch";
            this.buttonSearch.Size = new System.Drawing.Size(107, 34);
            this.buttonSearch.TabIndex = 4;
            this.buttonSearch.Text = "SearchForPeople";
            this.buttonSearch.UseVisualStyleBackColor = true;
            this.buttonSearch.Click += new System.EventHandler(this.buttonSearch_Click);
            // 
            // RegexDataGridView
            // 
            this.RegexDataGridView.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.RegexDataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SunkenHorizontal;
            this.RegexDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.RegexDataGridView.Location = new System.Drawing.Point(44, 142);
            this.RegexDataGridView.Name = "RegexDataGridView";
            this.RegexDataGridView.Size = new System.Drawing.Size(366, 247);
            this.RegexDataGridView.TabIndex = 5;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.RegexGroupscomboBox);
            this.groupBox3.Controls.Add(this.NewRegexGroups);
            this.groupBox3.Controls.Add(this.groupBox4);
            this.groupBox3.Controls.Add(this.RegexDataGridView);
            this.groupBox3.Controls.Add(this.button2);
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Location = new System.Drawing.Point(466, 27);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(463, 435);
            this.groupBox3.TabIndex = 6;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Data Extarcting options ";
            this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
            // 
            // RegexGroupscomboBox
            // 
            this.RegexGroupscomboBox.FormattingEnabled = true;
            this.RegexGroupscomboBox.Location = new System.Drawing.Point(113, 115);
            this.RegexGroupscomboBox.Name = "RegexGroupscomboBox";
            this.RegexGroupscomboBox.Size = new System.Drawing.Size(254, 21);
            this.RegexGroupscomboBox.TabIndex = 7;
            this.RegexGroupscomboBox.Text = "New Group Of Regex";
            this.RegexGroupscomboBox.SelectedIndexChanged += new System.EventHandler(this.RegexGroupscomboBox_SelectedIndexChanged);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.BlockSplitingText);
            this.groupBox4.Controls.Add(this.NoEmailscheckBox);
            this.groupBox4.Controls.Add(this.radioButton2);
            this.groupBox4.Controls.Add(this.radioButton1);
            this.groupBox4.Location = new System.Drawing.Point(12, 19);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(441, 70);
            this.groupBox4.TabIndex = 6;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Person Block Spliting";
            // 
            // BlockSplitingText
            // 
            this.BlockSplitingText.Enabled = false;
            this.BlockSplitingText.Location = new System.Drawing.Point(115, 41);
            this.BlockSplitingText.Name = "BlockSplitingText";
            this.BlockSplitingText.Size = new System.Drawing.Size(211, 20);
            this.BlockSplitingText.TabIndex = 2;
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(6, 42);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(103, 17);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.Text = "Sepecific Regex";
            this.radioButton2.UseVisualStyleBackColor = true;
            this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Checked = true;
            this.radioButton1.Location = new System.Drawing.Point(6, 19);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(145, 17);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "New line [\\n] more than 2";
            this.radioButton1.UseVisualStyleBackColor = true;
            this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(27, 401);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(111, 24);
            this.button1.TabIndex = 7;
            this.button1.Text = "Save To Database";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // NewRegexGroups
            // 
            this.NewRegexGroups.Enabled = false;
            this.NewRegexGroups.Location = new System.Drawing.Point(260, 401);
            this.NewRegexGroups.Name = "NewRegexGroups";
            this.NewRegexGroups.Size = new System.Drawing.Size(150, 20);
            this.NewRegexGroups.TabIndex = 8;
            this.NewRegexGroups.Text = "NewRegexGroups";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(163, 401);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(78, 24);
            this.button2.TabIndex = 9;
            this.button2.Text = "New Group";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // NoEmailscheckBox
            // 
            this.NoEmailscheckBox.AutoSize = true;
            this.NoEmailscheckBox.Location = new System.Drawing.Point(175, 20);
            this.NoEmailscheckBox.Name = "NoEmailscheckBox";
            this.NoEmailscheckBox.Size = new System.Drawing.Size(151, 17);
            this.NoEmailscheckBox.TabIndex = 10;
            this.NoEmailscheckBox.Text = "Erase results without Email";
            this.NoEmailscheckBox.UseVisualStyleBackColor = true;
            this.NoEmailscheckBox.CheckedChanged += new System.EventHandler(this.NoEmailscheckBox_CheckedChanged);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.label2);
            this.groupBox5.Controls.Add(this.label1);
            this.groupBox5.Controls.Add(this.ReplaceradioButton);
            this.groupBox5.Controls.Add(this.AddgroupBox);
            this.groupBox5.Controls.Add(this.AddradioButton);
            this.groupBox5.Controls.Add(this.RemoveradioButton);
            this.groupBox5.Controls.Add(this.RegexMixedExecutetextBox);
            this.groupBox5.Controls.Add(this.TexttextBox);
            this.groupBox5.Controls.Add(this.button4);
            this.groupBox5.Location = new System.Drawing.Point(18, 324);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(433, 98);
            this.groupBox5.TabIndex = 11;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Manage Entering Data";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(205, 25);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(70, 13);
            this.label2.TabIndex = 21;
            this.label2.Text = "Regex / Text";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(235, 49);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(28, 13);
            this.label1.TabIndex = 20;
            this.label1.Text = "Text";
            // 
            // ReplaceradioButton
            // 
            this.ReplaceradioButton.AutoSize = true;
            this.ReplaceradioButton.Location = new System.Drawing.Point(6, 52);
            this.ReplaceradioButton.Name = "ReplaceradioButton";
            this.ReplaceradioButton.Size = new System.Drawing.Size(65, 17);
            this.ReplaceradioButton.TabIndex = 19;
            this.ReplaceradioButton.TabStop = true;
            this.ReplaceradioButton.Text = "Replace";
            this.ReplaceradioButton.UseVisualStyleBackColor = true;
            this.ReplaceradioButton.CheckedChanged += new System.EventHandler(this.ReplaceradioButton_CheckedChanged);
            // 
            // AddgroupBox
            // 
            this.AddgroupBox.Controls.Add(this.AfterradioButton);
            this.AddgroupBox.Controls.Add(this.BeforeradioButton);
            this.AddgroupBox.Location = new System.Drawing.Point(95, 12);
            this.AddgroupBox.Name = "AddgroupBox";
            this.AddgroupBox.Size = new System.Drawing.Size(100, 57);
            this.AddgroupBox.TabIndex = 18;
            this.AddgroupBox.TabStop = false;
            this.AddgroupBox.Text = "Add";
            // 
            // AfterradioButton
            // 
            this.AfterradioButton.AutoSize = true;
            this.AfterradioButton.Location = new System.Drawing.Point(6, 37);
            this.AfterradioButton.Name = "AfterradioButton";
            this.AfterradioButton.Size = new System.Drawing.Size(47, 17);
            this.AfterradioButton.TabIndex = 18;
            this.AfterradioButton.TabStop = true;
            this.AfterradioButton.Text = "After";
            this.AfterradioButton.UseVisualStyleBackColor = true;
            // 
            // BeforeradioButton
            // 
            this.BeforeradioButton.AutoSize = true;
            this.BeforeradioButton.Location = new System.Drawing.Point(6, 19);
            this.BeforeradioButton.Name = "BeforeradioButton";
            this.BeforeradioButton.Size = new System.Drawing.Size(56, 17);
            this.BeforeradioButton.TabIndex = 17;
            this.BeforeradioButton.TabStop = true;
            this.BeforeradioButton.Text = "Before";
            this.BeforeradioButton.UseVisualStyleBackColor = true;
            // 
            // AddradioButton
            // 
            this.AddradioButton.AutoSize = true;
            this.AddradioButton.Location = new System.Drawing.Point(6, 35);
            this.AddradioButton.Name = "AddradioButton";
            this.AddradioButton.Size = new System.Drawing.Size(44, 17);
            this.AddradioButton.TabIndex = 16;
            this.AddradioButton.TabStop = true;
            this.AddradioButton.Text = "Add";
            this.AddradioButton.UseVisualStyleBackColor = true;
            this.AddradioButton.CheckedChanged += new System.EventHandler(this.AddradioButton_CheckedChanged);
            // 
            // RemoveradioButton
            // 
            this.RemoveradioButton.AutoSize = true;
            this.RemoveradioButton.Location = new System.Drawing.Point(6, 19);
            this.RemoveradioButton.Name = "RemoveradioButton";
            this.RemoveradioButton.Size = new System.Drawing.Size(65, 17);
            this.RemoveradioButton.TabIndex = 15;
            this.RemoveradioButton.TabStop = true;
            this.RemoveradioButton.Text = "Remove";
            this.RemoveradioButton.UseVisualStyleBackColor = true;
            this.RemoveradioButton.CheckedChanged += new System.EventHandler(this.RepradioButton_CheckedChanged);
            // 
            // RegexMixedExecutetextBox
            // 
            this.RegexMixedExecutetextBox.Location = new System.Drawing.Point(281, 18);
            this.RegexMixedExecutetextBox.Name = "RegexMixedExecutetextBox";
            this.RegexMixedExecutetextBox.Size = new System.Drawing.Size(132, 20);
            this.RegexMixedExecutetextBox.TabIndex = 14;
            this.RegexMixedExecutetextBox.Tag = "You can Enter Regex any word will match will be removed";
            // 
            // TexttextBox
            // 
            this.TexttextBox.Location = new System.Drawing.Point(281, 44);
            this.TexttextBox.Name = "TexttextBox";
            this.TexttextBox.Size = new System.Drawing.Size(132, 20);
            this.TexttextBox.TabIndex = 12;
            this.TexttextBox.Tag = "You can Enter Regex any word will match will be removed";
            this.TexttextBox.MouseHover += new System.EventHandler(this.RemovetextBox_MouseHover);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(175, 69);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(62, 23);
            this.button4.TabIndex = 12;
            this.button4.Tag = "";
            this.button4.Text = "Execute";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.ClientSize = new System.Drawing.Size(941, 681);
            this.Controls.Add(this.groupBox5);
            this.Controls.Add(this.buttonSearch);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.MainMenuStrip);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "MainForm";
            this.Text = "EmailsExtractor";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.EmailsdataGridView)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.MainMenuStrip.ResumeLayout(false);
            this.MainMenuStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.RegexDataGridView)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.AddgroupBox.ResumeLayout(false);
            this.AddgroupBox.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.MenuStrip MainMenuStrip;
        private System.Windows.Forms.DataGridView EmailsdataGridView;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RichTextBox MixedEmailSRichtextBox;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem openMixedTextToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveYahooEmailBookToolStripMenuItem;
        private System.Windows.Forms.Button buttonSearch;
        private System.Windows.Forms.DataGridView RegexDataGridView;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TextBox BlockSplitingText;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.ComboBox RegexGroupscomboBox;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox NewRegexGroups;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.CheckBox NoEmailscheckBox;
        private System.Windows.Forms.ToolStripMenuItem saveMixedTextToolStripMenuItem;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.TextBox TexttextBox;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.RadioButton ReplaceradioButton;
        private System.Windows.Forms.GroupBox AddgroupBox;
        private System.Windows.Forms.RadioButton AfterradioButton;
        private System.Windows.Forms.RadioButton BeforeradioButton;
        private System.Windows.Forms.RadioButton AddradioButton;
        private System.Windows.Forms.RadioButton RemoveradioButton;
        private System.Windows.Forms.TextBox RegexMixedExecutetextBox;


    }
}

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
Software Developer Agriculture Genetic Engineering Research Institute
Egypt Egypt
I have adored bioinformatics since my second year in college and then I specialized in this field in my final year in biotechnology department, I have learned both C# and Perl Languages to build open soft-wares contain specialized tools in this particular science.
I'm trying to enhance my knowledge in this beautiful field by both reading and writing articles , also I hope to gain both master and doctoral degree in it.
If you have any scholarship, source , opportunity , project or idea which can help me to reach my goal don't hesitate to contact me on :
E-Mail:samman_mahmoud@yahoo.com
Facebook:Samman Mahmoud
Tel: +20118904500

Comments and Discussions