namespace RTB_Testing
{
	partial class frmRTBTesting
	{
		/// 
		/// Required designer variable.
		/// 
		private System.ComponentModel.IContainer components = null;
		/// 
		/// Clean up any resources being used.
		/// 
		/// true if managed resources should be disposed; otherwise, false.
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}
		#region Windows Form Designer generated code
		/// 
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// 
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.splitContainer2 = new System.Windows.Forms.SplitContainer();
			this.stepRTB = new Volian.Controls.Library.StepRTB(this.components);
			this.rtb = new System.Windows.Forms.RichTextBox();
			this.splitContainer3 = new System.Windows.Forms.SplitContainer();
			this.splitContainer4 = new System.Windows.Forms.SplitContainer();
			this.tb = new System.Windows.Forms.TextBox();
			this.tbSelected = new System.Windows.Forms.TextBox();
			this.tbResults = new System.Windows.Forms.TextBox();
			this.tbRegex = new System.Windows.Forms.TextBox();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			this.splitContainer2.Panel1.SuspendLayout();
			this.splitContainer2.Panel2.SuspendLayout();
			this.splitContainer2.SuspendLayout();
			this.splitContainer3.Panel1.SuspendLayout();
			this.splitContainer3.Panel2.SuspendLayout();
			this.splitContainer3.SuspendLayout();
			this.splitContainer4.Panel1.SuspendLayout();
			this.splitContainer4.Panel2.SuspendLayout();
			this.splitContainer4.SuspendLayout();
			this.SuspendLayout();
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
			this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.splitContainer1.Name = "splitContainer1";
			this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
			this.splitContainer1.Size = new System.Drawing.Size(796, 732);
			this.splitContainer1.SplitterDistance = 230;
			this.splitContainer1.SplitterWidth = 5;
			this.splitContainer1.TabIndex = 0;
			// 
			// splitContainer2
			// 
			this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer2.Location = new System.Drawing.Point(0, 0);
			this.splitContainer2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.splitContainer2.Name = "splitContainer2";
			// 
			// splitContainer2.Panel1
			// 
			this.splitContainer2.Panel1.Controls.Add(this.stepRTB);
			// 
			// splitContainer2.Panel2
			// 
			this.splitContainer2.Panel2.Controls.Add(this.rtb);
			this.splitContainer2.Size = new System.Drawing.Size(796, 230);
			this.splitContainer2.SplitterDistance = 400;
			this.splitContainer2.SplitterWidth = 5;
			this.splitContainer2.TabIndex = 0;
			// 
			// stepRTB
			// 
			this.stepRTB.ActiveMode = false;
			this.stepRTB.AdjustSize = new System.Drawing.Size(0, 0);
			this.stepRTB.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.stepRTB.CheckAbove = "|│└┬┼├┌┴┐┤";
			this.stepRTB.CheckBelow = "|│";
			this.stepRTB.CheckLeft = "-─┤┬├┼┌┐└‑";
			this.stepRTB.CheckRight = "-─‑";
			this.stepRTB.Closed = false;
			this.stepRTB.ContentsRectangle = new System.Drawing.Rectangle(0, 0, 300, 20);
			this.stepRTB.Dock = System.Windows.Forms.DockStyle.Fill;
			this.stepRTB.EditMode = true;
			this.stepRTB.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
			this.stepRTB.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.stepRTB.FormatFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
			this.stepRTB.LastRtf = "";
			this.stepRTB.Location = new System.Drawing.Point(0, 0);
			this.stepRTB.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.stepRTB.MyClassName = "RichEdit20W";
			this.stepRTB.MyItemInfo = null;
			this.stepRTB.MyLinkText = null;
			this.stepRTB.Name = "stepRTB";
			this.stepRTB.OrigDisplayText = null;
			this.stepRTB.OrigRTF = null;
			this.stepRTB.ProcessKeystrokes = true;
			this.stepRTB.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
			this.stepRTB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
			this.stepRTB.ShowDebug = false;
			this.stepRTB.Size = new System.Drawing.Size(400, 230);
			this.stepRTB.TabIndex = 0;
			this.stepRTB.Text = "";
			this.stepRTB.ThisContextMenuStrip = null;
			this.stepRTB.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
			this.stepRTB.TextChanged += new System.EventHandler(this.stepRTB_TextChanged);
			this.stepRTB.SelectionChanged += new System.EventHandler(this.stepRTB_SelectionChanged);
			// 
			// rtb
			// 
			this.rtb.DetectUrls = false;
			this.rtb.Dock = System.Windows.Forms.DockStyle.Fill;
			this.rtb.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.rtb.Location = new System.Drawing.Point(0, 0);
			this.rtb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.rtb.Name = "rtb";
			this.rtb.Size = new System.Drawing.Size(391, 230);
			this.rtb.TabIndex = 0;
			this.rtb.Text = "";
			this.rtb.SelectionChanged += new System.EventHandler(this.rtb_SelectionChanged);
			this.rtb.TextChanged += new System.EventHandler(this.rtb_TextChanged);
			// 
			// splitContainer3
			// 
			this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer3.Location = new System.Drawing.Point(0, 0);
			this.splitContainer3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.splitContainer3.Name = "splitContainer3";
			this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer3.Panel1
			// 
			this.splitContainer3.Panel1.Controls.Add(this.splitContainer4);
			// 
			// splitContainer3.Panel2
			// 
			this.splitContainer3.Panel2.Controls.Add(this.tbResults);
			this.splitContainer3.Panel2.Controls.Add(this.tbRegex);
			this.splitContainer3.Size = new System.Drawing.Size(796, 497);
			this.splitContainer3.SplitterDistance = 244;
			this.splitContainer3.SplitterWidth = 5;
			this.splitContainer3.TabIndex = 0;
			// 
			// splitContainer4
			// 
			this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer4.Location = new System.Drawing.Point(0, 0);
			this.splitContainer4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.splitContainer4.Name = "splitContainer4";
			this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer4.Panel1
			// 
			this.splitContainer4.Panel1.Controls.Add(this.tb);
			// 
			// splitContainer4.Panel2
			// 
			this.splitContainer4.Panel2.Controls.Add(this.tbSelected);
			this.splitContainer4.Size = new System.Drawing.Size(796, 244);
			this.splitContainer4.SplitterDistance = 105;
			this.splitContainer4.SplitterWidth = 5;
			this.splitContainer4.TabIndex = 1;
			// 
			// tb
			// 
			this.tb.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tb.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tb.Location = new System.Drawing.Point(0, 0);
			this.tb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.tb.Multiline = true;
			this.tb.Name = "tb";
			this.tb.Size = new System.Drawing.Size(796, 105);
			this.tb.TabIndex = 0;
			this.tb.TextChanged += new System.EventHandler(this.tb_TextChanged);
			// 
			// tbSelected
			// 
			this.tbSelected.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tbSelected.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tbSelected.Location = new System.Drawing.Point(0, 0);
			this.tbSelected.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.tbSelected.Multiline = true;
			this.tbSelected.Name = "tbSelected";
			this.tbSelected.Size = new System.Drawing.Size(796, 134);
			this.tbSelected.TabIndex = 1;
			// 
			// tbResults
			// 
			this.tbResults.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tbResults.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tbResults.Location = new System.Drawing.Point(0, 27);
			this.tbResults.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.tbResults.Multiline = true;
			this.tbResults.Name = "tbResults";
			this.tbResults.Size = new System.Drawing.Size(796, 221);
			this.tbResults.TabIndex = 1;
			// 
			// tbRegex
			// 
			this.tbRegex.Dock = System.Windows.Forms.DockStyle.Top;
			this.tbRegex.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.tbRegex.Location = new System.Drawing.Point(0, 0);
			this.tbRegex.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.tbRegex.Name = "tbRegex";
			this.tbRegex.Size = new System.Drawing.Size(796, 27);
			this.tbRegex.TabIndex = 0;
			this.tbRegex.Text = "(?