/// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ScriptingMainPage));
     this.grpUrlInfo = new System.Windows.Forms.GroupBox();
     this.txtEditor = new Compona.Windows.Forms.SyntaxBoxControl();
     this.syntaxDocument2 = new Compona.SourceCode.SyntaxDocument(this.components);
     this.toolBar = new System.Windows.Forms.ToolBar();
     this.tbSaveApplication = new System.Windows.Forms.ToolBarButton();
     this.tbArguments = new System.Windows.Forms.ToolBarButton();
     this.tbTestApplication = new System.Windows.Forms.ToolBarButton();
     this.tbExport = new System.Windows.Forms.ToolBarButton();
     this.icons = new System.Windows.Forms.ImageList(this.components);
     this.grpUrlInfo.SuspendLayout();
     this.SuspendLayout();
     //
     // grpUrlInfo
     //
     this.grpUrlInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.grpUrlInfo.Controls.Add(this.txtEditor);
     this.grpUrlInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grpUrlInfo.Location = new System.Drawing.Point(0, 54);
     this.grpUrlInfo.Name = "grpUrlInfo";
     this.grpUrlInfo.Size = new System.Drawing.Size(600, 348);
     this.grpUrlInfo.TabIndex = 1;
     this.grpUrlInfo.TabStop = false;
     this.grpUrlInfo.Text = "Scripting Application XML Editor";
     //
     // txtEditor
     //
     this.txtEditor.ActiveView = Compona.Windows.Forms.SyntaxBox.ActiveView.BottomRight;
     this.txtEditor.AutoListPosition = null;
     this.txtEditor.AutoListSelectedText = "a123";
     this.txtEditor.AutoListVisible = false;
     this.txtEditor.BackColor = System.Drawing.Color.White;
     this.txtEditor.CopyAsRTF = false;
     this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtEditor.FontName = "Courier new";
     this.txtEditor.Indent = Compona.Windows.Forms.SyntaxBox.IndentStyle.Smart;
     this.txtEditor.InfoTipCount = 1;
     this.txtEditor.InfoTipPosition = null;
     this.txtEditor.InfoTipSelectedIndex = 1;
     this.txtEditor.InfoTipVisible = false;
     this.txtEditor.Location = new System.Drawing.Point(3, 16);
     this.txtEditor.LockCursorUpdate = false;
     this.txtEditor.Name = "txtEditor";
     this.txtEditor.ShowTabGuides = true;
     this.txtEditor.Size = new System.Drawing.Size(594, 329);
     this.txtEditor.SmoothScroll = false;
     this.txtEditor.SplitviewH = -4;
     this.txtEditor.SplitviewV = -4;
     this.txtEditor.TabGuideColor = System.Drawing.Color.FromArgb(((System.Byte)(244)), ((System.Byte)(243)), ((System.Byte)(234)));
     this.txtEditor.TabIndex = 9;
     this.txtEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocument2
     //
     this.syntaxDocument2.Lines = new string[] {
                                                   ""};
     this.syntaxDocument2.MaxUndoBufferSize = 1000;
     this.syntaxDocument2.Modified = false;
     this.syntaxDocument2.UndoStep = 0;
     //
     // toolBar
     //
     this.toolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                this.tbSaveApplication,
                                                                                this.tbArguments,
                                                                                this.tbTestApplication,
                                                                                this.tbExport});
     this.toolBar.DropDownArrows = true;
     this.toolBar.ImageList = this.icons;
     this.toolBar.Location = new System.Drawing.Point(0, 0);
     this.toolBar.Name = "toolBar";
     this.toolBar.ShowToolTips = true;
     this.toolBar.Size = new System.Drawing.Size(600, 50);
     this.toolBar.TabIndex = 2;
     this.toolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // tbSaveApplication
     //
     this.tbSaveApplication.ImageIndex = 0;
     this.tbSaveApplication.Text = "Save Application";
     this.tbSaveApplication.ToolTipText = "Save Application";
     //
     // tbArguments
     //
     this.tbArguments.ImageIndex = 1;
     this.tbArguments.Text = "Arguments Designer";
     this.tbArguments.Visible = false;
     //
     // tbTestApplication
     //
     this.tbTestApplication.ImageIndex = 2;
     this.tbTestApplication.Text = "Run Application";
     this.tbTestApplication.ToolTipText = "Run Application";
     this.tbTestApplication.Visible = false;
     //
     // tbExport
     //
     this.tbExport.ImageIndex = 0;
     this.tbExport.Text = "Export XML";
     this.tbExport.ToolTipText = "Export XML";
     //
     // icons
     //
     this.icons.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.icons.ImageSize = new System.Drawing.Size(24, 24);
     this.icons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("icons.ImageStream")));
     this.icons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // ScriptingMainPage
     //
     this.Controls.Add(this.toolBar);
     this.Controls.Add(this.grpUrlInfo);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ScriptingMainPage";
     this.Size = new System.Drawing.Size(600, 400);
     this.grpUrlInfo.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.grpHTTPCommands = new System.Windows.Forms.GroupBox();
     this.cmbFilters = new System.Windows.Forms.ComboBox();
     this.cmdFilter = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.txtEditor = new Compona.Windows.Forms.SyntaxBoxControl();
     this.syntaxDocument1 = new Compona.SourceCode.SyntaxDocument(this.components);
     this.grpHTTPCommands.SuspendLayout();
     this.SuspendLayout();
     //
     // grpHTTPCommands
     //
     this.grpHTTPCommands.Controls.Add(this.cmbFilters);
     this.grpHTTPCommands.Controls.Add(this.cmdFilter);
     this.grpHTTPCommands.Controls.Add(this.label1);
     this.grpHTTPCommands.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpHTTPCommands.Location = new System.Drawing.Point(0, 0);
     this.grpHTTPCommands.Name = "grpHTTPCommands";
     this.grpHTTPCommands.Size = new System.Drawing.Size(600, 42);
     this.grpHTTPCommands.TabIndex = 9;
     this.grpHTTPCommands.TabStop = false;
     this.grpHTTPCommands.Text = "XPath Filter";
     //
     // cmbFilters
     //
     this.cmbFilters.ItemHeight = 13;
     this.cmbFilters.Location = new System.Drawing.Point(66, 12);
     this.cmbFilters.MaxDropDownItems = 10;
     this.cmbFilters.Name = "cmbFilters";
     this.cmbFilters.Size = new System.Drawing.Size(462, 21);
     this.cmbFilters.TabIndex = 6;
     this.cmbFilters.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cmbFilters_KeyPress);
     //
     // cmdFilter
     //
     this.cmdFilter.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdFilter.Location = new System.Drawing.Point(534, 12);
     this.cmdFilter.Name = "cmdFilter";
     this.cmdFilter.Size = new System.Drawing.Size(60, 24);
     this.cmdFilter.TabIndex = 5;
     this.cmdFilter.Text = "Filter";
     this.cmdFilter.Click += new System.EventHandler(this.cmdFilter_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 18);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 18);
     this.label1.TabIndex = 0;
     this.label1.Text = "Query:";
     //
     // txtEditor
     //
     this.txtEditor.ActiveView = Compona.Windows.Forms.SyntaxBox.ActiveView.BottomRight;
     this.txtEditor.AutoListPosition = null;
     this.txtEditor.AutoListSelectedText = "a123";
     this.txtEditor.AutoListVisible = false;
     this.txtEditor.BackColor = System.Drawing.Color.White;
     this.txtEditor.CopyAsRTF = false;
     this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtEditor.Document = this.syntaxDocument1;
     this.txtEditor.FontName = "Courier new";
     this.txtEditor.InfoTipCount = 1;
     this.txtEditor.InfoTipPosition = null;
     this.txtEditor.InfoTipSelectedIndex = 1;
     this.txtEditor.InfoTipVisible = false;
     this.txtEditor.Location = new System.Drawing.Point(0, 42);
     this.txtEditor.LockCursorUpdate = false;
     this.txtEditor.Name = "txtEditor";
     this.txtEditor.Size = new System.Drawing.Size(600, 246);
     this.txtEditor.SmoothScroll = false;
     this.txtEditor.SplitView = false;
     this.txtEditor.SplitviewH = -4;
     this.txtEditor.SplitviewV = -4;
     this.txtEditor.TabGuideColor = System.Drawing.Color.FromArgb(((System.Byte)(244)), ((System.Byte)(243)), ((System.Byte)(234)));
     this.txtEditor.TabIndex = 10;
     this.txtEditor.Text = "syntaxBoxControl1";
     this.txtEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocument1
     //
     this.syntaxDocument1.Lines = new string[] {
                                                   ""};
     this.syntaxDocument1.MaxUndoBufferSize = 1000;
     this.syntaxDocument1.Modified = false;
     this.syntaxDocument1.UndoStep = 0;
     //
     // HtmlQueryForm
     //
     this.Controls.Add(this.txtEditor);
     this.Controls.Add(this.grpHTTPCommands);
     this.Name = "HtmlQueryForm";
     this.Size = new System.Drawing.Size(600, 288);
     this.Load += new System.EventHandler(this.TextViewer_Load);
     this.grpHTTPCommands.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XsltDialog));
     this.grpHTTPCommands = new System.Windows.Forms.GroupBox();
     this.btnSet = new System.Windows.Forms.Button();
     this.cmbFilters = new System.Windows.Forms.ComboBox();
     this.cmdFilter = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtXSLT = new Compona.Windows.Forms.SyntaxBoxControl();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.txtXML = new Compona.Windows.Forms.SyntaxBoxControl();
     this.synXml = new Compona.SourceCode.SyntaxDocument(this.components);
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.mnuXslt = new System.Windows.Forms.MenuItem();
     this.mnuExecute = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.mnuClose = new System.Windows.Forms.MenuItem();
     this.synXslt = new Compona.SourceCode.SyntaxDocument(this.components);
     this.dlgOpenFile = new System.Windows.Forms.OpenFileDialog();
     this.grpHTTPCommands.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // grpHTTPCommands
     //
     this.grpHTTPCommands.Controls.Add(this.btnSet);
     this.grpHTTPCommands.Controls.Add(this.cmbFilters);
     this.grpHTTPCommands.Controls.Add(this.cmdFilter);
     this.grpHTTPCommands.Controls.Add(this.label1);
     this.grpHTTPCommands.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpHTTPCommands.Location = new System.Drawing.Point(0, 0);
     this.grpHTTPCommands.Name = "grpHTTPCommands";
     this.grpHTTPCommands.Size = new System.Drawing.Size(610, 42);
     this.grpHTTPCommands.TabIndex = 10;
     this.grpHTTPCommands.TabStop = false;
     this.grpHTTPCommands.Text = "XPath Filter for XML";
     //
     // btnSet
     //
     this.btnSet.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSet.Location = new System.Drawing.Point(534, 12);
     this.btnSet.Name = "btnSet";
     this.btnSet.Size = new System.Drawing.Size(60, 24);
     this.btnSet.TabIndex = 7;
     this.btnSet.Text = "&Set";
     this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
     //
     // cmbFilters
     //
     this.cmbFilters.ItemHeight = 13;
     this.cmbFilters.Location = new System.Drawing.Point(66, 17);
     this.cmbFilters.MaxDropDownItems = 10;
     this.cmbFilters.Name = "cmbFilters";
     this.cmbFilters.Size = new System.Drawing.Size(390, 21);
     this.cmbFilters.TabIndex = 6;
     this.cmbFilters.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cmbXPath_KeyPress);
     //
     // cmdFilter
     //
     this.cmdFilter.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdFilter.Location = new System.Drawing.Point(462, 12);
     this.cmdFilter.Name = "cmdFilter";
     this.cmdFilter.Size = new System.Drawing.Size(60, 24);
     this.cmdFilter.TabIndex = 5;
     this.cmdFilter.Text = "&OK";
     this.cmdFilter.Click += new System.EventHandler(this.cmdFilter_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 18);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 18);
     this.label1.TabIndex = 0;
     this.label1.Text = "Query";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtXSLT);
     this.groupBox1.Controls.Add(this.splitter1);
     this.groupBox1.Controls.Add(this.txtXML);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 42);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(610, 332);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "XML / XSLT";
     //
     // txtXSLT
     //
     this.txtXSLT.ActiveView = Compona.Windows.Forms.SyntaxBox.ActiveView.BottomRight;
     this.txtXSLT.AutoListPosition = null;
     this.txtXSLT.AutoListSelectedText = "a123";
     this.txtXSLT.AutoListVisible = false;
     this.txtXSLT.CopyAsRTF = false;
     this.txtXSLT.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtXSLT.FontName = "Courier new";
     this.txtXSLT.Indent = Compona.Windows.Forms.SyntaxBox.IndentStyle.Smart;
     this.txtXSLT.InfoTipCount = 1;
     this.txtXSLT.InfoTipPosition = null;
     this.txtXSLT.InfoTipSelectedIndex = 1;
     this.txtXSLT.InfoTipVisible = false;
     this.txtXSLT.Location = new System.Drawing.Point(3, 151);
     this.txtXSLT.LockCursorUpdate = false;
     this.txtXSLT.Name = "txtXSLT";
     this.txtXSLT.ShowTabGuides = true;
     this.txtXSLT.Size = new System.Drawing.Size(604, 178);
     this.txtXSLT.SmoothScroll = false;
     this.txtXSLT.SplitviewH = -4;
     this.txtXSLT.SplitviewV = -4;
     this.txtXSLT.TabGuideColor = System.Drawing.Color.FromArgb(((System.Byte)(228)), ((System.Byte)(231)), ((System.Byte)(235)));
     this.txtXSLT.TabIndex = 14;
     this.txtXSLT.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     //
     // splitter1
     //
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(3, 148);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(604, 3);
     this.splitter1.TabIndex = 13;
     this.splitter1.TabStop = false;
     //
     // txtXML
     //
     this.txtXML.ActiveView = Compona.Windows.Forms.SyntaxBox.ActiveView.BottomRight;
     this.txtXML.AutoListPosition = null;
     this.txtXML.AutoListSelectedText = "a123";
     this.txtXML.AutoListVisible = false;
     this.txtXML.CopyAsRTF = false;
     this.txtXML.Dock = System.Windows.Forms.DockStyle.Top;
     this.txtXML.FontName = "Courier new";
     this.txtXML.Indent = Compona.Windows.Forms.SyntaxBox.IndentStyle.Smart;
     this.txtXML.InfoTipCount = 1;
     this.txtXML.InfoTipPosition = null;
     this.txtXML.InfoTipSelectedIndex = 1;
     this.txtXML.InfoTipVisible = false;
     this.txtXML.Location = new System.Drawing.Point(3, 16);
     this.txtXML.LockCursorUpdate = false;
     this.txtXML.Name = "txtXML";
     this.txtXML.ShowTabGuides = true;
     this.txtXML.Size = new System.Drawing.Size(604, 132);
     this.txtXML.SmoothScroll = false;
     this.txtXML.SplitviewH = -4;
     this.txtXML.SplitviewV = -4;
     this.txtXML.TabGuideColor = System.Drawing.Color.FromArgb(((System.Byte)(228)), ((System.Byte)(231)), ((System.Byte)(235)));
     this.txtXML.TabIndex = 12;
     this.txtXML.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     //
     // synXml
     //
     this.synXml.Lines = new string[] {
                                          ""};
     this.synXml.MaxUndoBufferSize = 1000;
     this.synXml.Modified = false;
     this.synXml.UndoStep = 0;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem1});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.mnuXslt,
                                                                               this.mnuExecute,
                                                                               this.menuItem3,
                                                                               this.mnuClose});
     this.menuItem1.Text = "&File";
     //
     // mnuXslt
     //
     this.mnuXslt.Index = 0;
     this.mnuXslt.Text = "&Open XSLT...";
     this.mnuXslt.Click += new System.EventHandler(this.mnuXslt_Click);
     //
     // mnuExecute
     //
     this.mnuExecute.Index = 1;
     this.mnuExecute.Text = "&Execute XSLT Transform";
     this.mnuExecute.Click += new System.EventHandler(this.mnuExecute_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.Text = "-";
     //
     // mnuClose
     //
     this.mnuClose.Index = 3;
     this.mnuClose.Text = "&Close";
     this.mnuClose.Click += new System.EventHandler(this.menuItem3_Click);
     //
     // synXslt
     //
     this.synXslt.Lines = new string[] {
                                           ""};
     this.synXslt.MaxUndoBufferSize = 1000;
     this.synXslt.Modified = false;
     this.synXslt.UndoStep = 0;
     //
     // XsltDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(610, 374);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.grpHTTPCommands);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "XsltDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "XSLT Dialog";
     this.grpHTTPCommands.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PostDataPage));
     this.grpUrlInfo = new System.Windows.Forms.GroupBox();
     this.txtEditor = new Compona.Windows.Forms.SyntaxBoxControl();
     this.syntaxDocument2 = new Compona.SourceCode.SyntaxDocument(this.components);
     this.grpUrlInfo.SuspendLayout();
     this.SuspendLayout();
     //
     // grpUrlInfo
     //
     this.grpUrlInfo.Controls.Add(this.txtEditor);
     this.grpUrlInfo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grpUrlInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grpUrlInfo.Location = new System.Drawing.Point(0, 0);
     this.grpUrlInfo.Name = "grpUrlInfo";
     this.grpUrlInfo.Size = new System.Drawing.Size(600, 400);
     this.grpUrlInfo.TabIndex = 1;
     this.grpUrlInfo.TabStop = false;
     this.grpUrlInfo.Text = "Post Data Editor";
     //
     // txtEditor
     //
     this.txtEditor.ActiveView = Compona.Windows.Forms.SyntaxBox.ActiveView.BottomRight;
     this.txtEditor.AutoListPosition = null;
     this.txtEditor.AutoListSelectedText = "a123";
     this.txtEditor.AutoListVisible = false;
     this.txtEditor.BackColor = System.Drawing.Color.White;
     this.txtEditor.CopyAsRTF = false;
     this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtEditor.FontName = "Courier new";
     this.txtEditor.Indent = Compona.Windows.Forms.SyntaxBox.IndentStyle.Smart;
     this.txtEditor.InfoTipCount = 1;
     this.txtEditor.InfoTipPosition = null;
     this.txtEditor.InfoTipSelectedIndex = 1;
     this.txtEditor.InfoTipVisible = false;
     this.txtEditor.Location = new System.Drawing.Point(3, 16);
     this.txtEditor.LockCursorUpdate = false;
     this.txtEditor.Name = "txtEditor";
     this.txtEditor.ShowTabGuides = true;
     this.txtEditor.Size = new System.Drawing.Size(594, 381);
     this.txtEditor.SmoothScroll = false;
     this.txtEditor.SplitviewH = -4;
     this.txtEditor.SplitviewV = -4;
     this.txtEditor.TabGuideColor = System.Drawing.Color.FromArgb(((System.Byte)(244)), ((System.Byte)(243)), ((System.Byte)(234)));
     this.txtEditor.TabIndex = 9;
     this.txtEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocument2
     //
     this.syntaxDocument2.Lines = new string[] {
                                                   ""};
     this.syntaxDocument2.MaxUndoBufferSize = 1000;
     this.syntaxDocument2.Modified = false;
     this.syntaxDocument2.UndoStep = 0;
     //
     // PostDataPage
     //
     this.Controls.Add(this.grpUrlInfo);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "PostDataPage";
     this.Size = new System.Drawing.Size(600, 400);
     this.grpUrlInfo.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.txtEditor = new Compona.Windows.Forms.SyntaxBoxControl();
     this.syntaxDocument2 = new Compona.SourceCode.SyntaxDocument(this.components);
     this.printDialog = new System.Windows.Forms.PrintDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.SuspendLayout();
     //
     // txtEditor
     //
     this.txtEditor.ActiveView = Compona.Windows.Forms.SyntaxBox.ActiveView.BottomRight;
     this.txtEditor.AutoListPosition = null;
     this.txtEditor.AutoListSelectedText = "a123";
     this.txtEditor.AutoListVisible = false;
     this.txtEditor.BackColor = System.Drawing.Color.White;
     this.txtEditor.CopyAsRTF = false;
     this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtEditor.Document = this.syntaxDocument2;
     this.txtEditor.FontName = "Courier new";
     this.txtEditor.InfoTipCount = 1;
     this.txtEditor.InfoTipPosition = null;
     this.txtEditor.InfoTipSelectedIndex = 1;
     this.txtEditor.InfoTipVisible = false;
     this.txtEditor.Location = new System.Drawing.Point(0, 0);
     this.txtEditor.LockCursorUpdate = false;
     this.txtEditor.Name = "txtEditor";
     this.txtEditor.Size = new System.Drawing.Size(600, 276);
     this.txtEditor.SmoothScroll = false;
     this.txtEditor.SplitView = false;
     this.txtEditor.SplitviewH = -4;
     this.txtEditor.SplitviewV = -4;
     this.txtEditor.TabGuideColor = System.Drawing.Color.FromArgb(((System.Byte)(244)), ((System.Byte)(243)), ((System.Byte)(234)));
     this.txtEditor.TabIndex = 8;
     this.txtEditor.Text = "syntaxBoxControl1";
     this.txtEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     this.txtEditor.WordMouseDown += new Compona.Windows.Forms.SyntaxBox.WordMouseHandler(this.txtEditor_WordMouseDown);
     //
     // syntaxDocument2
     //
     this.syntaxDocument2.Lines = new string[] {
                                                   ""};
     this.syntaxDocument2.MaxUndoBufferSize = 1000;
     this.syntaxDocument2.Modified = false;
     this.syntaxDocument2.UndoStep = 0;
     //
     // printDialog
     //
     this.printDialog.AllowSelection = true;
     //
     // TextEditorForm
     //
     this.Controls.Add(this.txtEditor);
     this.Name = "TextEditorForm";
     this.Size = new System.Drawing.Size(600, 276);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RegExDesignerDialog));
     this.grpHTTPCommands = new System.Windows.Forms.GroupBox();
     this.label9 = new System.Windows.Forms.Label();
     this.chkApplyGroup = new System.Windows.Forms.CheckBox();
     this.numGroupMatchTo = new System.Windows.Forms.NumericUpDown();
     this.label8 = new System.Windows.Forms.Label();
     this.numGroupMatchFrom = new System.Windows.Forms.NumericUpDown();
     this.numMatchTo = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.numMatchFrom = new System.Windows.Forms.NumericUpDown();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtGroup = new System.Windows.Forms.TextBox();
     this.rbCustom = new System.Windows.Forms.RadioButton();
     this.btnReset = new System.Windows.Forms.Button();
     this.rbHtmlAttribute = new System.Windows.Forms.RadioButton();
     this.rbHtmlElement = new System.Windows.Forms.RadioButton();
     this.label3 = new System.Windows.Forms.Label();
     this.txtTag = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtRegEx = new System.Windows.Forms.TextBox();
     this.btnSet = new System.Windows.Forms.Button();
     this.cmdFilter = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtEditor = new Compona.Windows.Forms.SyntaxBoxControl();
     this.syntaxDocument2 = new Compona.SourceCode.SyntaxDocument(this.components);
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.grpHTTPCommands.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numGroupMatchTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numGroupMatchFrom)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numMatchTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numMatchFrom)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // grpHTTPCommands
     //
     this.grpHTTPCommands.Controls.Add(this.label9);
     this.grpHTTPCommands.Controls.Add(this.chkApplyGroup);
     this.grpHTTPCommands.Controls.Add(this.numGroupMatchTo);
     this.grpHTTPCommands.Controls.Add(this.label8);
     this.grpHTTPCommands.Controls.Add(this.numGroupMatchFrom);
     this.grpHTTPCommands.Controls.Add(this.numMatchTo);
     this.grpHTTPCommands.Controls.Add(this.label4);
     this.grpHTTPCommands.Controls.Add(this.numMatchFrom);
     this.grpHTTPCommands.Controls.Add(this.label7);
     this.grpHTTPCommands.Controls.Add(this.label6);
     this.grpHTTPCommands.Controls.Add(this.label5);
     this.grpHTTPCommands.Controls.Add(this.txtGroup);
     this.grpHTTPCommands.Controls.Add(this.rbCustom);
     this.grpHTTPCommands.Controls.Add(this.btnReset);
     this.grpHTTPCommands.Controls.Add(this.rbHtmlAttribute);
     this.grpHTTPCommands.Controls.Add(this.rbHtmlElement);
     this.grpHTTPCommands.Controls.Add(this.label3);
     this.grpHTTPCommands.Controls.Add(this.txtTag);
     this.grpHTTPCommands.Controls.Add(this.label2);
     this.grpHTTPCommands.Controls.Add(this.txtRegEx);
     this.grpHTTPCommands.Controls.Add(this.btnSet);
     this.grpHTTPCommands.Controls.Add(this.cmdFilter);
     this.grpHTTPCommands.Controls.Add(this.label1);
     this.grpHTTPCommands.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpHTTPCommands.Location = new System.Drawing.Point(0, 0);
     this.grpHTTPCommands.Name = "grpHTTPCommands";
     this.grpHTTPCommands.Size = new System.Drawing.Size(692, 234);
     this.grpHTTPCommands.TabIndex = 10;
     this.grpHTTPCommands.TabStop = false;
     this.grpHTTPCommands.Text = "Regular Expression Filter";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(18, 180);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(100, 12);
     this.label9.TabIndex = 34;
     this.label9.Text = "From Match Index";
     //
     // chkApplyGroup
     //
     this.chkApplyGroup.Location = new System.Drawing.Point(282, 204);
     this.chkApplyGroup.Name = "chkApplyGroup";
     this.chkApplyGroup.Size = new System.Drawing.Size(114, 24);
     this.chkApplyGroup.TabIndex = 33;
     this.chkApplyGroup.Text = "Apply Group from";
     //
     // numGroupMatchTo
     //
     this.numGroupMatchTo.Location = new System.Drawing.Point(468, 204);
     this.numGroupMatchTo.Maximum = new System.Decimal(new int[] {
                                                                     1000,
                                                                     0,
                                                                     0,
                                                                     0});
     this.numGroupMatchTo.Minimum = new System.Decimal(new int[] {
                                                                     1,
                                                                     0,
                                                                     0,
                                                                     -2147483648});
     this.numGroupMatchTo.Name = "numGroupMatchTo";
     this.numGroupMatchTo.Size = new System.Drawing.Size(42, 20);
     this.numGroupMatchTo.TabIndex = 32;
     this.numGroupMatchTo.Value = new System.Decimal(new int[] {
                                                                   1,
                                                                   0,
                                                                   0,
                                                                   -2147483648});
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(444, 208);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(18, 12);
     this.label8.TabIndex = 31;
     this.label8.Text = "to";
     //
     // numGroupMatchFrom
     //
     this.numGroupMatchFrom.Location = new System.Drawing.Point(396, 204);
     this.numGroupMatchFrom.Maximum = new System.Decimal(new int[] {
                                                                       1000,
                                                                       0,
                                                                       0,
                                                                       0});
     this.numGroupMatchFrom.Minimum = new System.Decimal(new int[] {
                                                                       1,
                                                                       0,
                                                                       0,
                                                                       -2147483648});
     this.numGroupMatchFrom.Name = "numGroupMatchFrom";
     this.numGroupMatchFrom.Size = new System.Drawing.Size(42, 20);
     this.numGroupMatchFrom.TabIndex = 30;
     this.numGroupMatchFrom.Value = new System.Decimal(new int[] {
                                                                     1,
                                                                     0,
                                                                     0,
                                                                     -2147483648});
     //
     // numMatchTo
     //
     this.numMatchTo.Location = new System.Drawing.Point(198, 175);
     this.numMatchTo.Maximum = new System.Decimal(new int[] {
                                                                1000,
                                                                0,
                                                                0,
                                                                0});
     this.numMatchTo.Minimum = new System.Decimal(new int[] {
                                                                1,
                                                                0,
                                                                0,
                                                                -2147483648});
     this.numMatchTo.Name = "numMatchTo";
     this.numMatchTo.Size = new System.Drawing.Size(42, 20);
     this.numMatchTo.TabIndex = 28;
     this.numMatchTo.Value = new System.Decimal(new int[] {
                                                              1,
                                                              0,
                                                              0,
                                                              -2147483648});
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(174, 180);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(18, 12);
     this.label4.TabIndex = 27;
     this.label4.Text = "to";
     //
     // numMatchFrom
     //
     this.numMatchFrom.Location = new System.Drawing.Point(126, 175);
     this.numMatchFrom.Maximum = new System.Decimal(new int[] {
                                                                  1000,
                                                                  0,
                                                                  0,
                                                                  0});
     this.numMatchFrom.Minimum = new System.Decimal(new int[] {
                                                                  1,
                                                                  0,
                                                                  0,
                                                                  -2147483648});
     this.numMatchFrom.Name = "numMatchFrom";
     this.numMatchFrom.Size = new System.Drawing.Size(42, 20);
     this.numMatchFrom.TabIndex = 26;
     this.numMatchFrom.Value = new System.Decimal(new int[] {
                                                                1,
                                                                0,
                                                                0,
                                                                -2147483648});
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(276, 150);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(100, 18);
     this.label7.TabIndex = 23;
     this.label7.Text = "Group Options";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(6, 150);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(100, 18);
     this.label6.TabIndex = 22;
     this.label6.Text = "Match Options";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(282, 177);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(72, 18);
     this.label5.TabIndex = 21;
     this.label5.Text = "Use Group";
     //
     // txtGroup
     //
     this.txtGroup.Location = new System.Drawing.Point(360, 176);
     this.txtGroup.Name = "txtGroup";
     this.txtGroup.Size = new System.Drawing.Size(150, 20);
     this.txtGroup.TabIndex = 20;
     this.txtGroup.Text = "";
     //
     // rbCustom
     //
     this.rbCustom.Location = new System.Drawing.Point(330, 45);
     this.rbCustom.Name = "rbCustom";
     this.rbCustom.Size = new System.Drawing.Size(66, 24);
     this.rbCustom.TabIndex = 18;
     this.rbCustom.Text = "Custom";
     this.rbCustom.CheckedChanged += new System.EventHandler(this.rbCustom_CheckedChanged);
     //
     // btnReset
     //
     this.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnReset.Location = new System.Drawing.Point(402, 78);
     this.btnReset.Name = "btnReset";
     this.btnReset.Size = new System.Drawing.Size(66, 23);
     this.btnReset.TabIndex = 16;
     this.btnReset.Text = "Reset";
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // rbHtmlAttribute
     //
     this.rbHtmlAttribute.Location = new System.Drawing.Point(216, 45);
     this.rbHtmlAttribute.Name = "rbHtmlAttribute";
     this.rbHtmlAttribute.Size = new System.Drawing.Size(108, 24);
     this.rbHtmlAttribute.TabIndex = 13;
     this.rbHtmlAttribute.Text = "HTML Attributes";
     this.rbHtmlAttribute.CheckedChanged += new System.EventHandler(this.rbHtmlAttribute_CheckedChanged);
     //
     // rbHtmlElement
     //
     this.rbHtmlElement.Checked = true;
     this.rbHtmlElement.Location = new System.Drawing.Point(102, 45);
     this.rbHtmlElement.Name = "rbHtmlElement";
     this.rbHtmlElement.Size = new System.Drawing.Size(108, 24);
     this.rbHtmlElement.TabIndex = 12;
     this.rbHtmlElement.TabStop = true;
     this.rbHtmlElement.Text = "HTML Elements";
     this.rbHtmlElement.CheckedChanged += new System.EventHandler(this.rbHtmlElement_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 48);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(84, 18);
     this.label3.TabIndex = 11;
     this.label3.Text = "Use Expression";
     //
     // txtTag
     //
     this.txtTag.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtTag.Location = new System.Drawing.Point(54, 20);
     this.txtTag.Name = "txtTag";
     this.txtTag.Size = new System.Drawing.Size(342, 20);
     this.txtTag.TabIndex = 10;
     this.txtTag.Text = "table";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 21);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 18);
     this.label2.TabIndex = 9;
     this.label2.Text = "Tag";
     //
     // txtRegEx
     //
     this.txtRegEx.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtRegEx.Location = new System.Drawing.Point(54, 78);
     this.txtRegEx.Multiline = true;
     this.txtRegEx.Name = "txtRegEx";
     this.txtRegEx.Size = new System.Drawing.Size(342, 60);
     this.txtRegEx.TabIndex = 8;
     this.txtRegEx.Text = "";
     //
     // btnSet
     //
     this.btnSet.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSet.Location = new System.Drawing.Point(582, 18);
     this.btnSet.Name = "btnSet";
     this.btnSet.Size = new System.Drawing.Size(66, 24);
     this.btnSet.TabIndex = 7;
     this.btnSet.Text = "&Set";
     this.btnSet.Visible = false;
     this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
     //
     // cmdFilter
     //
     this.cmdFilter.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdFilter.Location = new System.Drawing.Point(402, 18);
     this.cmdFilter.Name = "cmdFilter";
     this.cmdFilter.Size = new System.Drawing.Size(66, 24);
     this.cmdFilter.TabIndex = 5;
     this.cmdFilter.Text = "&Run";
     this.cmdFilter.Click += new System.EventHandler(this.cmdFilter_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 78);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 18);
     this.label1.TabIndex = 0;
     this.label1.Text = "Query";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtEditor);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 234);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(692, 188);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Text";
     //
     // txtEditor
     //
     this.txtEditor.ActiveView = Compona.Windows.Forms.SyntaxBox.ActiveView.BottomRight;
     this.txtEditor.AutoListPosition = null;
     this.txtEditor.AutoListSelectedText = "a123";
     this.txtEditor.AutoListVisible = false;
     this.txtEditor.CopyAsRTF = false;
     this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtEditor.FontName = "Courier new";
     this.txtEditor.Indent = Compona.Windows.Forms.SyntaxBox.IndentStyle.Smart;
     this.txtEditor.InfoTipCount = 1;
     this.txtEditor.InfoTipPosition = null;
     this.txtEditor.InfoTipSelectedIndex = 1;
     this.txtEditor.InfoTipVisible = false;
     this.txtEditor.Location = new System.Drawing.Point(3, 16);
     this.txtEditor.LockCursorUpdate = false;
     this.txtEditor.Name = "txtEditor";
     this.txtEditor.ShowTabGuides = true;
     this.txtEditor.Size = new System.Drawing.Size(686, 169);
     this.txtEditor.SmoothScroll = false;
     this.txtEditor.SplitviewH = -4;
     this.txtEditor.SplitviewV = -4;
     this.txtEditor.TabGuideColor = System.Drawing.Color.FromArgb(((System.Byte)(228)), ((System.Byte)(231)), ((System.Byte)(235)));
     this.txtEditor.TabIndex = 12;
     this.txtEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     //
     // syntaxDocument2
     //
     this.syntaxDocument2.Lines = new string[] {
                                                   ""};
     this.syntaxDocument2.MaxUndoBufferSize = 1000;
     this.syntaxDocument2.Modified = false;
     this.syntaxDocument2.UndoStep = 0;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem1});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem2});
     this.menuItem1.Text = "&File";
     //
     // menuItem2
     //
     this.menuItem2.Index = 0;
     this.menuItem2.Text = "&Close";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // RegExDesignerDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(692, 422);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.grpHTTPCommands);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "RegExDesignerDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Regular Expression Designer Dialog";
     this.grpHTTPCommands.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numGroupMatchTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numGroupMatchFrom)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numMatchTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numMatchFrom)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TestRequestDialog));
     this.imgIcons = new System.Windows.Forms.ImageList(this.components);
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.progress = new System.Windows.Forms.ProgressBar();
     this.btnStop = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.syntaxDocument2 = new Compona.SourceCode.SyntaxDocument(this.components);
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lvRequests = new System.Windows.Forms.ListView();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.tabDocuments = new System.Windows.Forms.TabControl();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.webBrowser = new AxSHDocVw.AxWebBrowser();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.txtEditor = new Compona.Windows.Forms.SyntaxBoxControl();
     this.mnuSourceHelpers = new System.Windows.Forms.ContextMenu();
     this.mnuXPathQueryDialog = new System.Windows.Forms.MenuItem();
     this.mnuRegExQueryDialog = new System.Windows.Forms.MenuItem();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.tvResponses = new System.Windows.Forms.TreeView();
     this.tabPages = new System.Windows.Forms.TabControl();
     this.button1 = new System.Windows.Forms.Button();
     this.cmbRegEx = new System.Windows.Forms.ComboBox();
     this.mnuXSLTDialog = new System.Windows.Forms.MenuItem();
     this.groupBox2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabDocuments.SuspendLayout();
     this.tabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.webBrowser)).BeginInit();
     this.tabPage4.SuspendLayout();
     this.tabPages.SuspendLayout();
     this.SuspendLayout();
     //
     // imgIcons
     //
     this.imgIcons.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgIcons.ImageSize = new System.Drawing.Size(16, 16);
     this.imgIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgIcons.ImageStream")));
     this.imgIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.progress);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(6, 368);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(622, 42);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Progress";
     //
     // progress
     //
     this.progress.Dock = System.Windows.Forms.DockStyle.Fill;
     this.progress.Location = new System.Drawing.Point(3, 16);
     this.progress.Name = "progress";
     this.progress.Size = new System.Drawing.Size(616, 23);
     this.progress.TabIndex = 2;
     //
     // btnStop
     //
     this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnStop.Location = new System.Drawing.Point(464, 416);
     this.btnStop.Name = "btnStop";
     this.btnStop.TabIndex = 2;
     this.btnStop.Text = "&Stop";
     this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(550, 416);
     this.btnClose.Name = "btnClose";
     this.btnClose.TabIndex = 3;
     this.btnClose.Text = "&Close";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // syntaxDocument2
     //
     this.syntaxDocument2.Lines = new string[] {
                                                   ""};
     this.syntaxDocument2.MaxUndoBufferSize = 1000;
     this.syntaxDocument2.Modified = false;
     this.syntaxDocument2.UndoStep = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Size = new System.Drawing.Size(622, 330);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Request Progress";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lvRequests);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(622, 330);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Request Progress";
     //
     // lvRequests
     //
     this.lvRequests.AllowColumnReorder = true;
     this.lvRequests.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                  this.columnHeader4,
                                                                                  this.columnHeader1,
                                                                                  this.columnHeader3});
     this.lvRequests.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvRequests.FullRowSelect = true;
     this.lvRequests.LabelEdit = true;
     this.lvRequests.Location = new System.Drawing.Point(3, 16);
     this.lvRequests.MultiSelect = false;
     this.lvRequests.Name = "lvRequests";
     this.lvRequests.Size = new System.Drawing.Size(616, 311);
     this.lvRequests.SmallImageList = this.imgIcons;
     this.lvRequests.TabIndex = 4;
     this.lvRequests.View = System.Windows.Forms.View.Details;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "ID";
     this.columnHeader4.Width = 100;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Method";
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Description";
     this.columnHeader3.Width = 450;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Size = new System.Drawing.Size(622, 330);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Responses";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.tabDocuments);
     this.groupBox3.Controls.Add(this.splitter1);
     this.groupBox3.Controls.Add(this.tvResponses);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(622, 330);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Responses";
     //
     // tabDocuments
     //
     this.tabDocuments.Controls.Add(this.tabPage5);
     this.tabDocuments.Controls.Add(this.tabPage4);
     this.tabDocuments.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabDocuments.ItemSize = new System.Drawing.Size(42, 18);
     this.tabDocuments.Location = new System.Drawing.Point(201, 16);
     this.tabDocuments.Name = "tabDocuments";
     this.tabDocuments.SelectedIndex = 0;
     this.tabDocuments.Size = new System.Drawing.Size(418, 311);
     this.tabDocuments.TabIndex = 2;
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.webBrowser);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Size = new System.Drawing.Size(410, 285);
     this.tabPage5.TabIndex = 1;
     this.tabPage5.Text = "HTML";
     //
     // webBrowser
     //
     this.webBrowser.ContainingControl = this;
     this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowser.Enabled = true;
     this.webBrowser.Location = new System.Drawing.Point(0, 0);
     this.webBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("webBrowser.OcxState")));
     this.webBrowser.Size = new System.Drawing.Size(410, 285);
     this.webBrowser.TabIndex = 0;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.txtEditor);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Size = new System.Drawing.Size(410, 285);
     this.tabPage4.TabIndex = 0;
     this.tabPage4.Text = "Source";
     //
     // txtEditor
     //
     this.txtEditor.ActiveView = Compona.Windows.Forms.SyntaxBox.ActiveView.BottomRight;
     this.txtEditor.AutoListPosition = null;
     this.txtEditor.AutoListSelectedText = "a123";
     this.txtEditor.AutoListVisible = false;
     this.txtEditor.BackColor = System.Drawing.Color.White;
     this.txtEditor.ContextMenu = this.mnuSourceHelpers;
     this.txtEditor.CopyAsRTF = false;
     this.txtEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtEditor.FontName = "Courier new";
     this.txtEditor.Indent = Compona.Windows.Forms.SyntaxBox.IndentStyle.Smart;
     this.txtEditor.InfoTipCount = 1;
     this.txtEditor.InfoTipPosition = null;
     this.txtEditor.InfoTipSelectedIndex = 1;
     this.txtEditor.InfoTipVisible = false;
     this.txtEditor.Location = new System.Drawing.Point(0, 0);
     this.txtEditor.LockCursorUpdate = false;
     this.txtEditor.Name = "txtEditor";
     this.txtEditor.ShowTabGuides = true;
     this.txtEditor.Size = new System.Drawing.Size(410, 285);
     this.txtEditor.SmoothScroll = false;
     this.txtEditor.SplitviewH = -4;
     this.txtEditor.SplitviewV = -4;
     this.txtEditor.TabGuideColor = System.Drawing.Color.FromArgb(((System.Byte)(244)), ((System.Byte)(243)), ((System.Byte)(234)));
     this.txtEditor.TabIndex = 11;
     this.txtEditor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
     //
     // mnuSourceHelpers
     //
     this.mnuSourceHelpers.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                      this.mnuXPathQueryDialog,
                                                                                      this.mnuRegExQueryDialog,
                                                                                      this.mnuXSLTDialog});
     //
     // mnuXPathQueryDialog
     //
     this.mnuXPathQueryDialog.Index = 0;
     this.mnuXPathQueryDialog.Text = "&XPath Query Dialog";
     this.mnuXPathQueryDialog.Click += new System.EventHandler(this.mnuXPathQueryDialog_Click);
     //
     // mnuRegExQueryDialog
     //
     this.mnuRegExQueryDialog.Index = 1;
     this.mnuRegExQueryDialog.Text = "&RegEx Query Dialog";
     this.mnuRegExQueryDialog.Click += new System.EventHandler(this.mnuRegExQueryDialog_Click);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(198, 16);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(3, 311);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop = false;
     //
     // tvResponses
     //
     this.tvResponses.Dock = System.Windows.Forms.DockStyle.Left;
     this.tvResponses.HideSelection = false;
     this.tvResponses.ImageIndex = 7;
     this.tvResponses.ImageList = this.imgIcons;
     this.tvResponses.Location = new System.Drawing.Point(3, 16);
     this.tvResponses.Name = "tvResponses";
     this.tvResponses.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
                                                                             new System.Windows.Forms.TreeNode("Responses")});
     this.tvResponses.SelectedImageIndex = 7;
     this.tvResponses.Size = new System.Drawing.Size(195, 311);
     this.tvResponses.TabIndex = 0;
     this.tvResponses.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvResponses_AfterSelect);
     //
     // tabPages
     //
     this.tabPages.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.tabPages.Controls.Add(this.tabPage1);
     this.tabPages.Controls.Add(this.tabPage2);
     this.tabPages.ItemSize = new System.Drawing.Size(96, 18);
     this.tabPages.Location = new System.Drawing.Point(0, 0);
     this.tabPages.Name = "tabPages";
     this.tabPages.SelectedIndex = 0;
     this.tabPages.Size = new System.Drawing.Size(630, 356);
     this.tabPages.TabIndex = 0;
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location = new System.Drawing.Point(378, 416);
     this.button1.Name = "button1";
     this.button1.TabIndex = 4;
     this.button1.Text = "&Retry";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // cmbRegEx
     //
     this.cmbRegEx.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbRegEx.DropDownWidth = 318;
     this.cmbRegEx.ItemHeight = 13;
     this.cmbRegEx.Location = new System.Drawing.Point(150, 414);
     this.cmbRegEx.MaxDropDownItems = 10;
     this.cmbRegEx.Name = "cmbRegEx";
     this.cmbRegEx.Size = new System.Drawing.Size(102, 21);
     this.cmbRegEx.TabIndex = 14;
     this.cmbRegEx.Visible = false;
     //
     // mnuXSLTDialog
     //
     this.mnuXSLTDialog.Index = 2;
     this.mnuXSLTDialog.Text = "XSL&T Dialog";
     this.mnuXSLTDialog.Click += new System.EventHandler(this.mnuXSLTDialog_Click);
     //
     // TestRequestDialog
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(634, 448);
     this.Controls.Add(this.cmbRegEx);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.tabPages);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "TestRequestDialog";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Test Requests";
     this.groupBox2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.tabDocuments.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.webBrowser)).EndInit();
     this.tabPage4.ResumeLayout(false);
     this.tabPages.ResumeLayout(false);
     this.ResumeLayout(false);
 }