public static string ConvertToMht(string SourceFile, string FileType)
 {
     DocumentManager.DocumentManager docService = new DocumentManager.DocumentManager();
     return(docService.ConvertToMht(SourceFile, FileType));
 }
 /// <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(StartForm));
     this.stStatus = new System.Windows.Forms.StatusBar();
     this.pnStatusMessage = new System.Windows.Forms.StatusBarPanel();
     this.pnProgressBar = new System.Windows.Forms.StatusBarPanel();
     this.pnOtherInfo = new System.Windows.Forms.StatusBarPanel();
     this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
     this.imgToolbar24 = new System.Windows.Forms.ImageList(this.components);
     this.imgToolbar32 = new System.Windows.Forms.ImageList(this.components);
     this.dmPanels = new DocumentManager.DocumentManager();
     this.progressBarTimer = new System.Windows.Forms.Timer(this.components);
     this.pgBrowserProgress = new System.Windows.Forms.ProgressBar();
     this.imgToolbar16 = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pnStatusMessage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnProgressBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnOtherInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
     this.SuspendLayout();
     //
     // stStatus
     //
     this.stStatus.Location = new System.Drawing.Point(0, 544);
     this.stStatus.Name = "stStatus";
     this.stStatus.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                                                                                 this.pnStatusMessage,
                                                                                 this.pnProgressBar,
                                                                                 this.pnOtherInfo,
                                                                                 this.statusBarPanel1});
     this.stStatus.ShowPanels = true;
     this.stStatus.Size = new System.Drawing.Size(795, 22);
     this.stStatus.TabIndex = 3;
     //
     // pnStatusMessage
     //
     this.pnStatusMessage.Icon = ((System.Drawing.Icon)(resources.GetObject("pnStatusMessage.Icon")));
     this.pnStatusMessage.MinWidth = 250;
     this.pnStatusMessage.Width = 450;
     //
     // pnProgressBar
     //
     this.pnProgressBar.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
     this.pnProgressBar.MinWidth = 100;
     //
     // pnOtherInfo
     //
     this.pnOtherInfo.MinWidth = 50;
     this.pnOtherInfo.Width = 80;
     //
     // statusBarPanel1
     //
     this.statusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.statusBarPanel1.Width = 149;
     //
     // imgToolbar24
     //
     this.imgToolbar24.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgToolbar24.ImageSize = new System.Drawing.Size(24, 24);
     this.imgToolbar24.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar24.ImageStream")));
     this.imgToolbar24.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgToolbar32
     //
     this.imgToolbar32.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgToolbar32.ImageSize = new System.Drawing.Size(32, 32);
     this.imgToolbar32.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar32.ImageStream")));
     this.imgToolbar32.TransparentColor = System.Drawing.Color.Transparent;
     //
     // dmPanels
     //
     this.dmPanels.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dmPanels.Location = new System.Drawing.Point(0, 0);
     this.dmPanels.Name = "dmPanels";
     this.dmPanels.Size = new System.Drawing.Size(795, 566);
     this.dmPanels.TabIndex = 7;
     this.dmPanels.CloseButtonPressed += new DocumentManager.DocumentManager.CloseButtonPressedEventHandler(this.dmPanels_CloseButtonPressed);
     this.dmPanels.FocusedDocumentChanged += new System.EventHandler(this.dmPanels_FocusedDocumentChanged);
     //
     // progressBarTimer
     //
     this.progressBarTimer.Tick += new System.EventHandler(this.progressBarTimer_Tick);
     //
     // pgBrowserProgress
     //
     this.pgBrowserProgress.Dock = System.Windows.Forms.DockStyle.Right;
     this.pgBrowserProgress.Location = new System.Drawing.Point(701, 0);
     this.pgBrowserProgress.Name = "pgBrowserProgress";
     this.pgBrowserProgress.Size = new System.Drawing.Size(94, 544);
     this.pgBrowserProgress.TabIndex = 10;
     this.pgBrowserProgress.Visible = false;
     //
     // imgToolbar16
     //
     this.imgToolbar16.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imgToolbar16.ImageSize = new System.Drawing.Size(16, 16);
     this.imgToolbar16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgToolbar16.ImageStream")));
     this.imgToolbar16.TransparentColor = System.Drawing.Color.Transparent;
     //
     // StartForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(795, 566);
     this.Controls.Add(this.pgBrowserProgress);
     this.Controls.Add(this.stStatus);
     this.Controls.Add(this.dmPanels);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(803, 600);
     this.Name = "StartForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Ecyware GreenBlue Session Scripting Designer";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.StartForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pnStatusMessage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnProgressBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnOtherInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
     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(GBInspectorWorkspace));
                 this.dhRightPanel = new DockingSuite.DockHost();
                 this.dpHistory = new DockingSuite.DockPanel();
                 this.dcHistory = new DockingSuite.DockControl();
                 this.sitesTree = new Ecyware.GreenBlue.Controls.HistoryTree();
                 this.dcUrlSpider = new DockingSuite.DockControl();
                 this.panel2 = new System.Windows.Forms.Panel();
                 this.urlSpiderControl = new Ecyware.GreenBlue.Controls.UrlSpiderControl();
                 this.imgIcons = new System.Windows.Forms.ImageList(this.components);
                 this.dhBottomPanel = new DockingSuite.DockHost();
                 this.dpHeaders = new DockingSuite.DockPanel();
                 this.dockControl1 = new DockingSuite.DockControl();
                 this.txtMessaging = new System.Windows.Forms.RichTextBox();
                 this.mnuMessaging = new System.Windows.Forms.ContextMenu();
                 this.mnuCopyEventConsole = new System.Windows.Forms.MenuItem();
                 this.mnuClearMessaging = new System.Windows.Forms.MenuItem();
                 this.dpRequestHeader = new DockingSuite.DockControl();
                 this.pgHeaders = new Ecyware.GreenBlue.Controls.FlatPropertyGrid();
                 this.dpResponseHeader = new DockingSuite.DockControl();
                 this.lvResponseHeader = new System.Windows.Forms.ListView();
                 this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
                 this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
                 this.dpCookies = new DockingSuite.DockControl();
                 this.lvCookies = new System.Windows.Forms.ListView();
                 this.colCookieName = new System.Windows.Forms.ColumnHeader();
                 this.colCookieValue = new System.Windows.Forms.ColumnHeader();
                 this.colCookieDomain = new System.Windows.Forms.ColumnHeader();
                 this.colCookiePath = new System.Windows.Forms.ColumnHeader();
                 this.pnMainView = new System.Windows.Forms.Panel();
                 this.dmDocuments = new DocumentManager.DocumentManager();
                 this.mnuTextStream = new System.Windows.Forms.ContextMenu();
                 this.mnuParseHTML = new System.Windows.Forms.MenuItem();
                 this.mnuViewBrowser = new System.Windows.Forms.MenuItem();
                 this.mnuBrowserEditor = new System.Windows.Forms.MenuItem();
                 this.mnuFormEditor = new System.Windows.Forms.MenuItem();
                 this.mnuQueryEditor = new System.Windows.Forms.ContextMenu();
                 this.mnXmlTree = new System.Windows.Forms.MenuItem();
                 this.dlgSaveFile = new System.Windows.Forms.SaveFileDialog();
                 this.dlgOpenFile = new System.Windows.Forms.OpenFileDialog();
                 this.mnuRecentSites = new System.Windows.Forms.ContextMenu();
                 this.mnuEditCookies = new System.Windows.Forms.MenuItem();
                 this.mnuRequestHeaders = new System.Windows.Forms.ContextMenu();
                 this.menuItem2 = new System.Windows.Forms.MenuItem();
                 this.menuItem3 = new System.Windows.Forms.MenuItem();
                 this.menuItem4 = new System.Windows.Forms.MenuItem();
                 this.dhRightPanel.SuspendLayout();
                 this.dpHistory.SuspendLayout();
                 this.dcHistory.SuspendLayout();
                 this.dcUrlSpider.SuspendLayout();
                 this.panel2.SuspendLayout();
                 this.dhBottomPanel.SuspendLayout();
                 this.dpHeaders.SuspendLayout();
                 this.dockControl1.SuspendLayout();
                 this.dpRequestHeader.SuspendLayout();
                 this.dpResponseHeader.SuspendLayout();
                 this.dpCookies.SuspendLayout();
                 this.pnMainView.SuspendLayout();
                 this.SuspendLayout();
                 //
                 // dhRightPanel
                 //
                 this.dhRightPanel.Controls.Add(this.dpHistory);
                 this.dhRightPanel.Dock = System.Windows.Forms.DockStyle.Right;
                 this.dhRightPanel.Location = new System.Drawing.Point(514, 0);
                 this.dhRightPanel.Name = "dhRightPanel";
                 this.dhRightPanel.Size = new System.Drawing.Size(200, 426);
                 this.dhRightPanel.TabIndex = 0;
                 //
                 // dpHistory
                 //
                 this.dpHistory.AutoHide = false;
                 this.dpHistory.Controls.Add(this.dcHistory);
                 this.dpHistory.Controls.Add(this.dcUrlSpider);
                 this.dpHistory.DockedHeight = 426;
                 this.dpHistory.DockedWidth = 0;
                 this.dpHistory.Location = new System.Drawing.Point(4, 0);
                 this.dpHistory.Name = "dpHistory";
                 this.dpHistory.SelectedTab = this.dcHistory;
                 this.dpHistory.Size = new System.Drawing.Size(196, 426);
                 this.dpHistory.TabIndex = 0;
                 this.dpHistory.Text = "Docked Panel";
                 //
                 // dcHistory
                 //
                 this.dcHistory.Controls.Add(this.sitesTree);
                 this.dcHistory.Guid = new System.Guid("765ec50a-ce53-4cd2-b965-dd88005c8a2e");
                 this.dcHistory.Location = new System.Drawing.Point(0, 20);
                 this.dcHistory.Name = "dcHistory";
                 this.dcHistory.PrimaryControl = null;
                 this.dcHistory.Size = new System.Drawing.Size(196, 383);
                 this.dcHistory.TabImage = null;
                 this.dcHistory.TabIndex = 1;
                 this.dcHistory.Text = "Recent sites";
                 //
                 // sitesTree
                 //
                 this.sitesTree.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.sitesTree.IconNodeIndex = 0;
                 this.sitesTree.IconSiteIndex = 0;
                 this.sitesTree.ImageIndex = -1;
                 this.sitesTree.Location = new System.Drawing.Point(0, 0);
                 this.sitesTree.Name = "sitesTree";
                 this.sitesTree.SelectedImageIndex = -1;
                 this.sitesTree.Size = new System.Drawing.Size(196, 383);
                 this.sitesTree.Sorted = true;
                 this.sitesTree.TabIndex = 0;
                 this.sitesTree.DoubleClick += new System.EventHandler(this.sitesTree_DoubleClick);
                 //
                 // dcUrlSpider
                 //
                 this.dcUrlSpider.Controls.Add(this.panel2);
                 this.dcUrlSpider.Guid = new System.Guid("c974d67f-0884-47d1-bdd0-b667a39d8f68");
                 this.dcUrlSpider.Location = new System.Drawing.Point(0, 20);
                 this.dcUrlSpider.Name = "dcUrlSpider";
                 this.dcUrlSpider.PrimaryControl = null;
                 this.dcUrlSpider.Size = new System.Drawing.Size(196, 383);
                 this.dcUrlSpider.TabImage = null;
                 this.dcUrlSpider.TabIndex = 2;
                 this.dcUrlSpider.Text = "Page References";
                 //
                 // panel2
                 //
                 this.panel2.Controls.Add(this.urlSpiderControl);
                 this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.panel2.Location = new System.Drawing.Point(0, 0);
                 this.panel2.Name = "panel2";
                 this.panel2.Size = new System.Drawing.Size(196, 383);
                 this.panel2.TabIndex = 2;
                 //
                 // urlSpiderControl
                 //
                 this.urlSpiderControl.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.urlSpiderControl.ImageList = this.imgIcons;
                 this.urlSpiderControl.Location = new System.Drawing.Point(0, 0);
                 this.urlSpiderControl.Name = "urlSpiderControl";
                 this.urlSpiderControl.Size = new System.Drawing.Size(196, 383);
                 this.urlSpiderControl.TabIndex = 1;
                 //this.urlSpiderControl.UrlRequests = null;
                 this.urlSpiderControl.DoubleClickNode += new System.EventHandler(this.urlSpiderControl_DoubleClickNode);
                 //
                 // 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;
                 //
                 // dhBottomPanel
                 //
                 this.dhBottomPanel.Controls.Add(this.dpHeaders);
                 this.dhBottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
                 this.dhBottomPanel.Location = new System.Drawing.Point(0, 251);
                 this.dhBottomPanel.Name = "dhBottomPanel";
                 this.dhBottomPanel.Size = new System.Drawing.Size(514, 175);
                 this.dhBottomPanel.TabIndex = 3;
                 //
                 // dpHeaders
                 //
                 this.dpHeaders.AutoHide = false;
                 this.dpHeaders.Controls.Add(this.dockControl1);
                 this.dpHeaders.Controls.Add(this.dpRequestHeader);
                 this.dpHeaders.Controls.Add(this.dpResponseHeader);
                 this.dpHeaders.Controls.Add(this.dpCookies);
                 this.dpHeaders.DockedHeight = 175;
                 this.dpHeaders.DockedWidth = 514;
                 this.dpHeaders.Location = new System.Drawing.Point(0, 4);
                 this.dpHeaders.Name = "dpHeaders";
                 this.dpHeaders.SelectedTab = this.dockControl1;
                 this.dpHeaders.Size = new System.Drawing.Size(514, 171);
                 this.dpHeaders.TabIndex = 0;
                 this.dpHeaders.Text = "Docked Panel";
                 //
                 // dockControl1
                 //
                 this.dockControl1.Controls.Add(this.txtMessaging);
                 this.dockControl1.Guid = new System.Guid("58786d43-48b4-48b2-a379-4844db0687fb");
                 this.dockControl1.Location = new System.Drawing.Point(0, 20);
                 this.dockControl1.Name = "dockControl1";
                 this.dockControl1.PrimaryControl = null;
                 this.dockControl1.TabImage = null;
                 this.dockControl1.TabIndex = 3;
                 this.dockControl1.Text = "Event Console";
                 //
                 // txtMessaging
                 //
                 this.txtMessaging.AutoWordSelection = true;
                 this.txtMessaging.ContextMenu = this.mnuMessaging;
                 this.txtMessaging.DetectUrls = false;
                 this.txtMessaging.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.txtMessaging.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
                 this.txtMessaging.Location = new System.Drawing.Point(0, 0);
                 this.txtMessaging.Name = "txtMessaging";
                 this.txtMessaging.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
                 this.txtMessaging.Size = new System.Drawing.Size(0, 0);
                 this.txtMessaging.TabIndex = 0;
                 this.txtMessaging.Text = "";
                 //
                 // mnuMessaging
                 //
                 this.mnuMessaging.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                  										 this.mnuCopyEventConsole,
                                                                                  										 this.mnuClearMessaging});
                 //
                 // mnuCopyEventConsole
                 //
                 this.mnuCopyEventConsole.Index = 0;
                 this.mnuCopyEventConsole.Text = "Co&py";
                 this.mnuCopyEventConsole.Click += new System.EventHandler(this.mnuCopyEventConsole_Click);
                 //
                 // mnuClearMessaging
                 //
                 this.mnuClearMessaging.Index = 1;
                 this.mnuClearMessaging.Text = "&Clear";
                 this.mnuClearMessaging.Click += new System.EventHandler(this.mnuClearMessaging_Click);
                 //
                 // dpRequestHeader
                 //
                 this.dpRequestHeader.AutoScroll = true;
                 this.dpRequestHeader.Controls.Add(this.pgHeaders);
                 this.dpRequestHeader.Guid = new System.Guid("3162e1c8-c606-4466-837b-9af3488529ec");
                 this.dpRequestHeader.Location = new System.Drawing.Point(0, 20);
                 this.dpRequestHeader.Name = "dpRequestHeader";
                 this.dpRequestHeader.PrimaryControl = null;
                 this.dpRequestHeader.TabImage = null;
                 this.dpRequestHeader.TabIndex = 0;
                 this.dpRequestHeader.Text = "HTTP Request Header";
                 //
                 // pgHeaders
                 //
                 this.pgHeaders.CommandsVisibleIfAvailable = true;
                 this.pgHeaders.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.pgHeaders.HelpVisible = false;
                 this.pgHeaders.LargeButtons = false;
                 this.pgHeaders.LineColor = System.Drawing.SystemColors.ScrollBar;
                 this.pgHeaders.Location = new System.Drawing.Point(0, 0);
                 this.pgHeaders.Name = "pgHeaders";
                 this.pgHeaders.Size = new System.Drawing.Size(0, 0);
                 this.pgHeaders.TabIndex = 1;
                 this.pgHeaders.Text = "flatPropertyGrid1";
                 this.pgHeaders.ToolbarVisible = false;
                 this.pgHeaders.ViewBackColor = System.Drawing.SystemColors.Window;
                 this.pgHeaders.ViewForeColor = System.Drawing.SystemColors.WindowText;
                 //
                 // dpResponseHeader
                 //
                 this.dpResponseHeader.Controls.Add(this.lvResponseHeader);
                 this.dpResponseHeader.Guid = new System.Guid("54d81e37-a909-41ee-9527-6c2041f7e5c5");
                 this.dpResponseHeader.Location = new System.Drawing.Point(0, 20);
                 this.dpResponseHeader.Name = "dpResponseHeader";
                 this.dpResponseHeader.PrimaryControl = null;
                 this.dpResponseHeader.TabImage = null;
                 this.dpResponseHeader.TabIndex = 1;
                 this.dpResponseHeader.Text = "HTTP Response Header";
                 //
                 // lvResponseHeader
                 //
                 this.lvResponseHeader.AllowColumnReorder = true;
                 this.lvResponseHeader.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                        											   this.columnHeader1,
                                                                                        											   this.columnHeader2});
                 this.lvResponseHeader.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.lvResponseHeader.FullRowSelect = true;
                 this.lvResponseHeader.LabelEdit = true;
                 this.lvResponseHeader.Location = new System.Drawing.Point(0, 0);
                 this.lvResponseHeader.Name = "lvResponseHeader";
                 this.lvResponseHeader.Size = new System.Drawing.Size(0, 0);
                 this.lvResponseHeader.Sorting = System.Windows.Forms.SortOrder.Ascending;
                 this.lvResponseHeader.TabIndex = 1;
                 this.lvResponseHeader.View = System.Windows.Forms.View.Details;
                 //
                 // columnHeader1
                 //
                 this.columnHeader1.Text = "Name";
                 this.columnHeader1.Width = 110;
                 //
                 // columnHeader2
                 //
                 this.columnHeader2.Text = "Value";
                 this.columnHeader2.Width = 350;
                 //
                 // dpCookies
                 //
                 this.dpCookies.Controls.Add(this.lvCookies);
                 this.dpCookies.Guid = new System.Guid("6dc54a38-2769-43aa-ae73-3846bbd97557");
                 this.dpCookies.Location = new System.Drawing.Point(0, 20);
                 this.dpCookies.Name = "dpCookies";
                 this.dpCookies.PrimaryControl = null;
                 this.dpCookies.TabImage = null;
                 this.dpCookies.TabIndex = 2;
                 this.dpCookies.Text = "Cookies";
                 //
                 // lvCookies
                 //
                 this.lvCookies.Activation = System.Windows.Forms.ItemActivation.OneClick;
                 this.lvCookies.AllowColumnReorder = true;
                 this.lvCookies.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                                                         this.colCookieName,
                                                                                                                         this.colCookieValue,
                                                                                                                         this.colCookieDomain,
                                                                                                                         this.colCookiePath});
                 this.lvCookies.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.lvCookies.FullRowSelect = true;
                 this.lvCookies.LabelEdit = true;
                 this.lvCookies.Location = new System.Drawing.Point(0, 0);
                 this.lvCookies.MultiSelect = false;
                 this.lvCookies.Name = "lvCookies";
                 this.lvCookies.Size = new System.Drawing.Size(0, 0);
                 this.lvCookies.Sorting = System.Windows.Forms.SortOrder.Ascending;
                 this.lvCookies.TabIndex = 2;
                 this.lvCookies.View = System.Windows.Forms.View.Details;
                 this.lvCookies.DoubleClick += new System.EventHandler(this.lvCookies_DoubleClick);
                 //
                 // colCookieName
                 //
                 this.colCookieName.Text = "Name";
                 this.colCookieName.Width = 110;
                 //
                 // colCookieValue
                 //
                 this.colCookieValue.Text = "Value";
                 this.colCookieValue.Width = 200;
                 //
                 // colCookieDomain
                 //
                 this.colCookieDomain.Text = "Domain";
                 //
                 // colCookiePath
                 //
                 this.colCookiePath.Text = "Path";
                 this.colCookiePath.Width = 80;
                 //
                 // pnMainView
                 //
                 this.pnMainView.Controls.Add(this.dmDocuments);
                 this.pnMainView.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.pnMainView.Location = new System.Drawing.Point(0, 0);
                 this.pnMainView.Name = "pnMainView";
                 this.pnMainView.Size = new System.Drawing.Size(514, 251);
                 this.pnMainView.TabIndex = 4;
                 //
                 // dmDocuments
                 //
                 this.dmDocuments.Dock = System.Windows.Forms.DockStyle.Fill;
                 this.dmDocuments.Location = new System.Drawing.Point(0, 0);
                 this.dmDocuments.Name = "dmDocuments";
                 this.dmDocuments.Size = new System.Drawing.Size(514, 251);
                 this.dmDocuments.TabIndex = 0;
                 this.dmDocuments.CloseButtonPressed += new DocumentManager.DocumentManager.CloseButtonPressedEventHandler(this.dmDocuments_CloseButtonPressed);
                 this.dmDocuments.FocusedDocumentChanged += new System.EventHandler(this.dmDocuments_FocusedDocumentChanged);
                 //
                 // mnuTextStream
                 //
                 this.mnuTextStream.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                   										  this.mnuParseHTML,
                                                                                   										  this.mnuViewBrowser,
                                                                                   										  this.mnuBrowserEditor,
                                                                                   										  this.mnuFormEditor});
                 this.mnuTextStream.Popup += new System.EventHandler(this.mnuTextStream_Popup);
                 //
                 // mnuParseHTML
                 //
                 this.mnuParseHTML.Index = 0;
                 this.mnuParseHTML.Text = "&Query HTML";
                 this.mnuParseHTML.Click += new System.EventHandler(this.mnuParseHTML_Click);
                 //
                 // mnuViewBrowser
                 //
                 this.mnuViewBrowser.Index = 1;
                 this.mnuViewBrowser.Text = "&Navigate in Internet Explorer";
                 this.mnuViewBrowser.Visible = false;
                 //
                 // mnuBrowserEditor
                 //
                 this.mnuBrowserEditor.Index = 2;
                 this.mnuBrowserEditor.Text = "&Render HTML";
                 this.mnuBrowserEditor.Visible = false;
                 //
                 // mnuFormEditor
                 //
                 this.mnuFormEditor.Index = 3;
                 this.mnuFormEditor.Text = "Load &Forms Editor";
                 this.mnuFormEditor.Visible = false;
                 this.mnuFormEditor.Click += new System.EventHandler(this.mnuFormEditor_Click);
                 //
                 // mnuQueryEditor
                 //
                 this.mnuQueryEditor.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                    										   this.mnXmlTree});
                 //
                 // mnXmlTree
                 //
                 this.mnXmlTree.Index = 0;
                 this.mnXmlTree.Text = "View as XML Tree";
                 this.mnXmlTree.Click += new System.EventHandler(this.mnXmlTree_Click);
                 //
                 // mnuRecentSites
                 //
                 this.mnuRecentSites.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                    										   this.mnuEditCookies});
                 //
                 // mnuEditCookies
                 //
                 this.mnuEditCookies.Index = 0;
                 this.mnuEditCookies.Text = "Edit cookies...";
                 this.mnuEditCookies.Click += new System.EventHandler(this.mnuEditCookies_Click);
                 //
                 // mnuRequestHeaders
                 //
                 this.mnuRequestHeaders.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                       											  this.menuItem2,
                                                                                       											  this.menuItem3,
                                                                                       											  this.menuItem4});
                 //
                 // menuItem2
                 //
                 this.menuItem2.Index = 0;
                 this.menuItem2.Text = "&Add Header";
                 //
                 // menuItem3
                 //
                 this.menuItem3.Index = 1;
                 this.menuItem3.Text = "&Edit Header";
                 //
                 // menuItem4
                 //
                 this.menuItem4.Index = 2;
                 this.menuItem4.Text = "&Remove Header";
                 //
                 // GBInspectorWorkspace
                 //
                 this.Controls.Add(this.pnMainView);
                 this.Controls.Add(this.dhBottomPanel);
                 this.Controls.Add(this.dhRightPanel);
                 this.Name = "GBInspectorWorkspace";
                 this.Size = new System.Drawing.Size(714, 426);
                 this.Load += new System.EventHandler(this.ExtendedWebSniffer_Load);
                 this.dhRightPanel.ResumeLayout(false);
                 this.dpHistory.ResumeLayout(false);
                 this.dcHistory.ResumeLayout(false);
                 this.dcUrlSpider.ResumeLayout(false);
                 this.panel2.ResumeLayout(false);
                 this.dhBottomPanel.ResumeLayout(false);
                 this.dpHeaders.ResumeLayout(false);
                 this.dockControl1.ResumeLayout(false);
                 this.dpRequestHeader.ResumeLayout(false);
                 this.dpResponseHeader.ResumeLayout(false);
                 this.dpCookies.ResumeLayout(false);
                 this.pnMainView.ResumeLayout(false);
                 this.ResumeLayout(false);
 }