namespace FixTransitions
{
	partial class frmFindAndFix
	{
		/// 
		/// 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.menuStrip1 = new System.Windows.Forms.MenuStrip();
			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.findFixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.findToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.fixToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.compareToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.processToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
			this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.lbResults = new System.Windows.Forms.ListBox();
			this.rtb = new Volian.Controls.Library.StepRTB(this.components);
			this.tbItemID = new System.Windows.Forms.TextBox();
			this.menuStrip1.SuspendLayout();
			this.statusStrip1.SuspendLayout();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			this.SuspendLayout();
			// 
			// menuStrip1
			// 
			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.findFixToolStripMenuItem,
            this.processToolStripMenuItem});
			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
			this.menuStrip1.Name = "menuStrip1";
			this.menuStrip1.Size = new System.Drawing.Size(609, 24);
			this.menuStrip1.TabIndex = 0;
			this.menuStrip1.Text = "menuStrip1";
			// 
			// fileToolStripMenuItem
			// 
			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
			this.fileToolStripMenuItem.Text = "&File";
			// 
			// exitToolStripMenuItem
			// 
			this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
			this.exitToolStripMenuItem.Text = "E&xit";
			// 
			// findFixToolStripMenuItem
			// 
			this.findFixToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.findToolStripMenuItem,
            this.fixToolStripMenuItem,
            this.compareToolStripMenuItem});
			this.findFixToolStripMenuItem.Name = "findFixToolStripMenuItem";
			this.findFixToolStripMenuItem.Size = new System.Drawing.Size(72, 20);
			this.findFixToolStripMenuItem.Text = "Find && Fix";
			// 
			// findToolStripMenuItem
			// 
			this.findToolStripMenuItem.Name = "findToolStripMenuItem";
			this.findToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
			this.findToolStripMenuItem.Text = "Find";
			this.findToolStripMenuItem.Click += new System.EventHandler(this.findToolStripMenuItem_Click);
			// 
			// fixToolStripMenuItem
			// 
			this.fixToolStripMenuItem.Name = "fixToolStripMenuItem";
			this.fixToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
			this.fixToolStripMenuItem.Text = "Fix";
			this.fixToolStripMenuItem.Click += new System.EventHandler(this.fixToolStripMenuItem_Click);
			// 
			// compareToolStripMenuItem
			// 
			this.compareToolStripMenuItem.Name = "compareToolStripMenuItem";
			this.compareToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
			this.compareToolStripMenuItem.Text = "Compare";
			this.compareToolStripMenuItem.Click += new System.EventHandler(this.compareToolStripMenuItem_Click);
			// 
			// processToolStripMenuItem
			// 
			this.processToolStripMenuItem.Name = "processToolStripMenuItem";
			this.processToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
			this.processToolStripMenuItem.Text = "Process";
			this.processToolStripMenuItem.Click += new System.EventHandler(this.processToolStripMenuItem_Click);
			// 
			// statusStrip1
			// 
			this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsslStatus});
			this.statusStrip1.Location = new System.Drawing.Point(0, 389);
			this.statusStrip1.Name = "statusStrip1";
			this.statusStrip1.Size = new System.Drawing.Size(609, 22);
			this.statusStrip1.TabIndex = 1;
			this.statusStrip1.Text = "statusStrip1";
			// 
			// tsslStatus
			// 
			this.tsslStatus.Name = "tsslStatus";
			this.tsslStatus.Size = new System.Drawing.Size(39, 17);
			this.tsslStatus.Text = "Ready";
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 24);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.lbResults);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.rtb);
			this.splitContainer1.Size = new System.Drawing.Size(609, 365);
			this.splitContainer1.SplitterDistance = 203;
			this.splitContainer1.TabIndex = 2;
			// 
			// lbResults
			// 
			this.lbResults.Dock = System.Windows.Forms.DockStyle.Fill;
			this.lbResults.FormattingEnabled = true;
			this.lbResults.Location = new System.Drawing.Point(0, 0);
			this.lbResults.Name = "lbResults";
			this.lbResults.Size = new System.Drawing.Size(203, 355);
			this.lbResults.TabIndex = 0;
			// 
			// rtb
			// 
			this.rtb.AdjustSize = new System.Drawing.Size(0, 0);
			this.rtb.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.rtb.CheckAbove = "|│└┬┼├┌┴┐┤";
			this.rtb.CheckBelow = "|│";
			this.rtb.CheckLeft = "-─┤┬├┼┌┐└‑";
			this.rtb.CheckRight = "-─‑";
			this.rtb.ContentsRectangle = new System.Drawing.Rectangle(0, 0, 402, 13);
			this.rtb.Dock = System.Windows.Forms.DockStyle.Fill;
			this.rtb.FieldToEdit = Volian.Controls.Library.E_FieldToEdit.StepText;
			this.rtb.Location = new System.Drawing.Point(0, 0);
			this.rtb.MyClassName = "RichEdit20W";
			this.rtb.MyItemInfo = null;
			this.rtb.MyLinkText = null;
			this.rtb.Name = "rtb";
			this.rtb.ProcessKeystrokes = true;
			this.rtb.RTBRangeStatus = Volian.Controls.Library.StepRTB.RangeStatus.NoContainedLinks;
			this.rtb.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
			this.rtb.ShowDebug = false;
			this.rtb.Size = new System.Drawing.Size(402, 365);
			this.rtb.TabIndex = 0;
			this.rtb.Text = "";
			this.rtb.VwMode = VEPROMS.CSLA.Library.E_ViewMode.Edit;
			// 
			// tbItemID
			// 
			this.tbItemID.Location = new System.Drawing.Point(173, 4);
			this.tbItemID.Name = "tbItemID";
			this.tbItemID.Size = new System.Drawing.Size(60, 20);
			this.tbItemID.TabIndex = 3;
			this.tbItemID.Text = "2111";
			// 
			// frmFindAndFix
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(609, 411);
			this.Controls.Add(this.tbItemID);
			this.Controls.Add(this.splitContainer1);
			this.Controls.Add(this.statusStrip1);
			this.Controls.Add(this.menuStrip1);
			this.MainMenuStrip = this.menuStrip1;
			this.Name = "frmFindAndFix";
			this.Text = "Find And Fix";
			this.menuStrip1.ResumeLayout(false);
			this.menuStrip1.PerformLayout();
			this.statusStrip1.ResumeLayout(false);
			this.statusStrip1.PerformLayout();
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			this.splitContainer1.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();
		}
		#endregion
		private System.Windows.Forms.MenuStrip menuStrip1;
		private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem findFixToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem findToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem fixToolStripMenuItem;
		private System.Windows.Forms.StatusStrip statusStrip1;
		private System.Windows.Forms.SplitContainer splitContainer1;
		private System.Windows.Forms.ListBox lbResults;
		private Volian.Controls.Library.StepRTB rtb;
		private System.Windows.Forms.ToolStripStatusLabel tsslStatus;
		private System.Windows.Forms.ToolStripMenuItem processToolStripMenuItem;
		private System.Windows.Forms.TextBox tbItemID;
		private System.Windows.Forms.ToolStripMenuItem compareToolStripMenuItem;
	}
}