/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(EditHeaderDialog)); this.mnuAddonHeaders = new System.Windows.Forms.ContextMenu(); this.mnuRemoveHeader = new System.Windows.Forms.MenuItem(); this.btnCancel = new System.Windows.Forms.Button(); this.btnApply = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.txtHeaderName = new System.Windows.Forms.TextBox(); this.btnAddHeader = new System.Windows.Forms.Button(); this.pgHeaders = new Ecyware.GreenBlue.Controls.FlatPropertyGrid(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.txtMediaType = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.txtContentType = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.maxAutoRedirects = new System.Windows.Forms.NumericUpDown(); this.chkAllowAutoRedirects = new System.Windows.Forms.CheckBox(); this.chkAllowWriteStreamBuffering = new System.Windows.Forms.CheckBox(); this.chkKeepAlive = new System.Windows.Forms.CheckBox(); this.chkPipeline = new System.Windows.Forms.CheckBox(); this.rbTls = new System.Windows.Forms.RadioButton(); this.rbSsl = new System.Windows.Forms.RadioButton(); this.label7 = new System.Windows.Forms.Label(); this.txtUserAgent = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.groupBox6.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.maxAutoRedirects)).BeginInit(); this.SuspendLayout(); // // mnuAddonHeaders // this.mnuAddonHeaders.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuRemoveHeader}); // // mnuRemoveHeader // this.mnuRemoveHeader.Index = 0; this.mnuRemoveHeader.Text = "&Remove Header"; this.mnuRemoveHeader.Click += new System.EventHandler(this.mnuRemoveHeader_Click); // // btnCancel // this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnCancel.Location = new System.Drawing.Point(342, 420); this.btnCancel.Name = "btnCancel"; this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnApply // this.btnApply.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnApply.Location = new System.Drawing.Point(426, 420); this.btnApply.Name = "btnApply"; this.btnApply.TabIndex = 2; this.btnApply.Text = "Apply"; this.btnApply.Click += new System.EventHandler(this.btnApply_Click); // // btnOK // this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnOK.Location = new System.Drawing.Point(258, 420); this.btnOK.Name = "btnOK"; this.btnOK.TabIndex = 3; this.btnOK.Text = "OK"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // groupBox6 // this.groupBox6.Controls.Add(this.label12); this.groupBox6.Controls.Add(this.txtHeaderName); this.groupBox6.Controls.Add(this.btnAddHeader); this.groupBox6.Controls.Add(this.pgHeaders); this.groupBox6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox6.Location = new System.Drawing.Point(12, 228); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(492, 174); this.groupBox6.TabIndex = 20; this.groupBox6.TabStop = false; this.groupBox6.Text = "Additional Headers"; // // label12 // this.label12.Location = new System.Drawing.Point(12, 24); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(78, 18); this.label12.TabIndex = 21; this.label12.Text = "Header Name"; // // txtHeaderName // this.txtHeaderName.Location = new System.Drawing.Point(108, 24); this.txtHeaderName.Name = "txtHeaderName"; this.txtHeaderName.Size = new System.Drawing.Size(270, 20); this.txtHeaderName.TabIndex = 20; this.txtHeaderName.Text = ""; // // btnAddHeader // this.btnAddHeader.Location = new System.Drawing.Point(396, 23); this.btnAddHeader.Name = "btnAddHeader"; this.btnAddHeader.TabIndex = 19; this.btnAddHeader.Text = "Add Header"; this.btnAddHeader.Click += new System.EventHandler(this.btnAddHeader_Click); // // pgHeaders // this.pgHeaders.CommandsVisibleIfAvailable = true; this.pgHeaders.ContextMenu = this.mnuAddonHeaders; this.pgHeaders.HelpVisible = false; this.pgHeaders.LargeButtons = false; this.pgHeaders.LineColor = System.Drawing.SystemColors.ScrollBar; this.pgHeaders.Location = new System.Drawing.Point(6, 54); this.pgHeaders.Name = "pgHeaders"; this.pgHeaders.Size = new System.Drawing.Size(468, 114); this.pgHeaders.TabIndex = 18; this.pgHeaders.Text = "flatPropertyGrid1"; this.pgHeaders.ToolbarVisible = false; this.pgHeaders.ViewBackColor = System.Drawing.SystemColors.Window; this.pgHeaders.ViewForeColor = System.Drawing.SystemColors.WindowText; // // groupBox5 // this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox5.Controls.Add(this.txtMediaType); this.groupBox5.Controls.Add(this.label11); this.groupBox5.Controls.Add(this.txtContentType); this.groupBox5.Controls.Add(this.label10); this.groupBox5.Controls.Add(this.maxAutoRedirects); this.groupBox5.Controls.Add(this.chkAllowAutoRedirects); this.groupBox5.Controls.Add(this.chkAllowWriteStreamBuffering); this.groupBox5.Controls.Add(this.chkKeepAlive); this.groupBox5.Controls.Add(this.chkPipeline); this.groupBox5.Controls.Add(this.rbTls); this.groupBox5.Controls.Add(this.rbSsl); this.groupBox5.Controls.Add(this.label7); this.groupBox5.Controls.Add(this.txtUserAgent); this.groupBox5.Controls.Add(this.label8); this.groupBox5.Controls.Add(this.label9); this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox5.Location = new System.Drawing.Point(12, 12); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(492, 210); this.groupBox5.TabIndex = 19; this.groupBox5.TabStop = false; this.groupBox5.Text = "Request Headers"; // // txtMediaType // this.txtMediaType.Location = new System.Drawing.Point(156, 96); this.txtMediaType.Name = "txtMediaType"; this.txtMediaType.Size = new System.Drawing.Size(324, 20); this.txtMediaType.TabIndex = 16; this.txtMediaType.Text = ""; // // label11 // this.label11.Location = new System.Drawing.Point(12, 96); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(100, 18); this.label11.TabIndex = 15; this.label11.Text = "Media Type"; // // txtContentType // this.txtContentType.Location = new System.Drawing.Point(156, 72); this.txtContentType.Name = "txtContentType"; this.txtContentType.Size = new System.Drawing.Size(324, 20); this.txtContentType.TabIndex = 14; this.txtContentType.Text = ""; // // label10 // this.label10.Location = new System.Drawing.Point(12, 72); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(100, 18); this.label10.TabIndex = 13; this.label10.Text = "Content Type"; // // maxAutoRedirects // this.maxAutoRedirects.Enabled = false; this.maxAutoRedirects.Location = new System.Drawing.Point(294, 150); this.maxAutoRedirects.Name = "maxAutoRedirects"; this.maxAutoRedirects.TabIndex = 12; // // chkAllowAutoRedirects // this.chkAllowAutoRedirects.Location = new System.Drawing.Point(12, 150); this.chkAllowAutoRedirects.Name = "chkAllowAutoRedirects"; this.chkAllowAutoRedirects.Size = new System.Drawing.Size(132, 24); this.chkAllowAutoRedirects.TabIndex = 11; this.chkAllowAutoRedirects.Text = "Allow Auto Redirects"; // // chkAllowWriteStreamBuffering // this.chkAllowWriteStreamBuffering.Location = new System.Drawing.Point(156, 180); this.chkAllowWriteStreamBuffering.Name = "chkAllowWriteStreamBuffering"; this.chkAllowWriteStreamBuffering.Size = new System.Drawing.Size(180, 24); this.chkAllowWriteStreamBuffering.TabIndex = 10; this.chkAllowWriteStreamBuffering.Text = "Allow Write Stream Buffering"; // // chkKeepAlive // this.chkKeepAlive.Location = new System.Drawing.Point(12, 180); this.chkKeepAlive.Name = "chkKeepAlive"; this.chkKeepAlive.TabIndex = 9; this.chkKeepAlive.Text = "Keep Alive"; // // chkPipeline // this.chkPipeline.Location = new System.Drawing.Point(12, 120); this.chkPipeline.Name = "chkPipeline"; this.chkPipeline.TabIndex = 8; this.chkPipeline.Text = "Pipeline"; // // rbTls // this.rbTls.Location = new System.Drawing.Point(276, 24); this.rbTls.Name = "rbTls"; this.rbTls.TabIndex = 7; this.rbTls.Text = "TLS"; // // rbSsl // this.rbSsl.Location = new System.Drawing.Point(156, 24); this.rbSsl.Name = "rbSsl"; this.rbSsl.TabIndex = 6; this.rbSsl.Text = "SSL3"; // // label7 // this.label7.Enabled = false; this.label7.Location = new System.Drawing.Point(156, 150); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(138, 24); this.label7.TabIndex = 4; this.label7.Text = "Maximum Auto Redirects"; // // txtUserAgent // this.txtUserAgent.Location = new System.Drawing.Point(156, 48); this.txtUserAgent.Name = "txtUserAgent"; this.txtUserAgent.Size = new System.Drawing.Size(324, 20); this.txtUserAgent.TabIndex = 3; this.txtUserAgent.Text = ""; // // label8 // this.label8.Location = new System.Drawing.Point(12, 49); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(100, 18); this.label8.TabIndex = 2; this.label8.Text = "User Agent"; // // label9 // this.label9.Location = new System.Drawing.Point(12, 26); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(120, 18); this.label9.TabIndex = 1; this.label9.Text = "Security Protocol"; // // EditHeaderDialog // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(520, 460); this.Controls.Add(this.groupBox6); this.Controls.Add(this.groupBox5); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnApply); this.Controls.Add(this.btnCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EditHeaderDialog"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Edit Headers"; this.Load += new System.EventHandler(this.ApplicationOptions_Load); this.groupBox6.ResumeLayout(false); this.groupBox5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.maxAutoRedirects)).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() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RequestHeaderDialog)); this.pgHeaders = new Ecyware.GreenBlue.Controls.FlatPropertyGrid(); this.btnCancel = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.SuspendLayout(); // // pgHeaders // this.pgHeaders.CommandsVisibleIfAvailable = true; 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(396, 228); this.pgHeaders.TabIndex = 8; this.pgHeaders.Text = "PropertyGrid"; this.pgHeaders.ToolbarVisible = false; this.pgHeaders.ViewBackColor = System.Drawing.SystemColors.Window; this.pgHeaders.ViewForeColor = System.Drawing.SystemColors.WindowText; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnCancel.Location = new System.Drawing.Point(316, 240); this.btnCancel.Name = "btnCancel"; this.btnCancel.TabIndex = 10; this.btnCancel.Text = "Cancel"; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnSave.Location = new System.Drawing.Point(235, 240); this.btnSave.Name = "btnSave"; this.btnSave.TabIndex = 9; this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // RequestHeaderDialog // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(392, 266); this.Controls.Add(this.pgHeaders); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "RequestHeaderDialog"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Request Header Collection Dialog"; 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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.cookieProperties = new Ecyware.GreenBlue.Controls.FlatPropertyGrid(); this.SuspendLayout(); // // cookieProperties // this.cookieProperties.CommandsVisibleIfAvailable = true; this.cookieProperties.Dock = System.Windows.Forms.DockStyle.Fill; this.cookieProperties.LargeButtons = false; this.cookieProperties.LineColor = System.Drawing.SystemColors.ScrollBar; this.cookieProperties.Location = new System.Drawing.Point(0, 0); this.cookieProperties.Name = "cookieProperties"; this.cookieProperties.Size = new System.Drawing.Size(438, 354); this.cookieProperties.TabIndex = 8; this.cookieProperties.Text = "PropertyGrid"; this.cookieProperties.ViewBackColor = System.Drawing.SystemColors.Window; this.cookieProperties.ViewForeColor = System.Drawing.SystemColors.WindowText; // // SessionCookieEditor // this.Controls.Add(this.cookieProperties); this.Name = "SessionCookieEditor"; this.Size = new System.Drawing.Size(438, 354); this.Leave += new System.EventHandler(this.SessionCookieEditor_Leave); 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() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(CookiesPage)); this.grpCookies = new System.Windows.Forms.GroupBox(); this.pgCookies = new Ecyware.GreenBlue.Controls.FlatPropertyGrid(); this.grpCookies.SuspendLayout(); this.SuspendLayout(); // // grpCookies // this.grpCookies.Controls.Add(this.pgCookies); this.grpCookies.Dock = System.Windows.Forms.DockStyle.Fill; this.grpCookies.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grpCookies.Location = new System.Drawing.Point(0, 0); this.grpCookies.Name = "grpCookies"; this.grpCookies.Size = new System.Drawing.Size(600, 400); this.grpCookies.TabIndex = 4; this.grpCookies.TabStop = false; this.grpCookies.Text = "Cookies"; // // pgCookies // this.pgCookies.CommandsVisibleIfAvailable = true; this.pgCookies.Dock = System.Windows.Forms.DockStyle.Fill; this.pgCookies.LargeButtons = false; this.pgCookies.LineColor = System.Drawing.SystemColors.ScrollBar; this.pgCookies.Location = new System.Drawing.Point(3, 16); this.pgCookies.Name = "pgCookies"; this.pgCookies.Size = new System.Drawing.Size(594, 381); this.pgCookies.TabIndex = 9; this.pgCookies.Text = "PropertyGrid"; this.pgCookies.ViewBackColor = System.Drawing.SystemColors.Window; this.pgCookies.ViewForeColor = System.Drawing.SystemColors.WindowText; // // CookiesPage // this.Controls.Add(this.grpCookies); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CookiesPage"; this.Size = new System.Drawing.Size(600, 400); this.grpCookies.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(WebRequestPage)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lnkEditHeaders = new System.Windows.Forms.LinkLabel(); this.txtRequestID = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtUrl = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.grpRequestHeaders = new System.Windows.Forms.GroupBox(); this.pgHeaders = new Ecyware.GreenBlue.Controls.FlatPropertyGrid(); this.chkUsePostData = new System.Windows.Forms.CheckBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.groupBox1.SuspendLayout(); this.grpRequestHeaders.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.chkUsePostData); this.groupBox1.Controls.Add(this.lnkEditHeaders); this.groupBox1.Controls.Add(this.txtRequestID); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtUrl); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; 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(600, 84); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Request Description"; // // lnkEditHeaders // this.lnkEditHeaders.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lnkEditHeaders.Location = new System.Drawing.Point(516, 49); this.lnkEditHeaders.Name = "lnkEditHeaders"; this.lnkEditHeaders.Size = new System.Drawing.Size(72, 18); this.lnkEditHeaders.TabIndex = 8; this.lnkEditHeaders.TabStop = true; this.lnkEditHeaders.Text = "Edit Headers"; this.lnkEditHeaders.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkEditHeaders_LinkClicked); // // txtRequestID // this.txtRequestID.Location = new System.Drawing.Point(84, 48); this.txtRequestID.Name = "txtRequestID"; this.txtRequestID.Size = new System.Drawing.Size(258, 20); this.txtRequestID.TabIndex = 7; this.txtRequestID.Text = ""; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.label2.Location = new System.Drawing.Point(12, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(66, 18); this.label2.TabIndex = 2; this.label2.Text = "Request ID"; // // txtUrl // this.txtUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUrl.BackColor = System.Drawing.Color.White; this.txtUrl.Location = new System.Drawing.Point(48, 18); this.txtUrl.Name = "txtUrl"; this.txtUrl.Size = new System.Drawing.Size(540, 20); this.txtUrl.TabIndex = 1; this.txtUrl.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(12, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(24, 12); this.label1.TabIndex = 0; this.label1.Text = "Url"; // // grpRequestHeaders // this.grpRequestHeaders.Controls.Add(this.pgHeaders); this.grpRequestHeaders.Dock = System.Windows.Forms.DockStyle.Fill; this.grpRequestHeaders.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grpRequestHeaders.Location = new System.Drawing.Point(0, 84); this.grpRequestHeaders.Name = "grpRequestHeaders"; this.grpRequestHeaders.Size = new System.Drawing.Size(600, 316); this.grpRequestHeaders.TabIndex = 4; this.grpRequestHeaders.TabStop = false; this.grpRequestHeaders.Text = "Headers"; // // pgHeaders // this.pgHeaders.CommandsVisibleIfAvailable = true; this.pgHeaders.Dock = System.Windows.Forms.DockStyle.Top; this.pgHeaders.LargeButtons = false; this.pgHeaders.LineColor = System.Drawing.SystemColors.ScrollBar; this.pgHeaders.Location = new System.Drawing.Point(3, 16); this.pgHeaders.Name = "pgHeaders"; this.pgHeaders.Size = new System.Drawing.Size(594, 296); this.pgHeaders.TabIndex = 9; this.pgHeaders.Text = "PropertyGrid"; this.pgHeaders.ViewBackColor = System.Drawing.SystemColors.Window; this.pgHeaders.ViewForeColor = System.Drawing.SystemColors.WindowText; // // chkUsePostData // this.chkUsePostData.Location = new System.Drawing.Point(354, 48); this.chkUsePostData.Name = "chkUsePostData"; this.chkUsePostData.TabIndex = 9; this.chkUsePostData.Text = "Use Post Data"; this.toolTip1.SetToolTip(this.chkUsePostData, "Set Post Data to true for use in SOAP or REST services"); this.chkUsePostData.CheckedChanged += new System.EventHandler(this.chkUsePostData_CheckedChanged); // // WebRequestPage // this.Controls.Add(this.grpRequestHeaders); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "WebRequestPage"; this.Size = new System.Drawing.Size(600, 400); this.groupBox1.ResumeLayout(false); this.grpRequestHeaders.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() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(CookieEditorDialog)); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.cookieProperties = new Ecyware.GreenBlue.Controls.FlatPropertyGrid(); this.SuspendLayout(); // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button2.Location = new System.Drawing.Point(316, 240); this.button2.Name = "button2"; this.button2.TabIndex = 7; this.button2.Text = "Cancel"; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.button1.Location = new System.Drawing.Point(235, 240); this.button1.Name = "button1"; this.button1.TabIndex = 6; this.button1.Text = "Save"; this.button1.Click += new System.EventHandler(this.button1_Click); // // cookieProperties // this.cookieProperties.CommandsVisibleIfAvailable = true; this.cookieProperties.LargeButtons = false; this.cookieProperties.LineColor = System.Drawing.SystemColors.ScrollBar; this.cookieProperties.Location = new System.Drawing.Point(0, 0); this.cookieProperties.Name = "cookieProperties"; this.cookieProperties.Size = new System.Drawing.Size(396, 228); this.cookieProperties.TabIndex = 0; this.cookieProperties.Text = "PropertyGrid"; this.cookieProperties.ToolbarVisible = false; this.cookieProperties.ViewBackColor = System.Drawing.SystemColors.Window; this.cookieProperties.ViewForeColor = System.Drawing.SystemColors.WindowText; // // CookieEditorDialog // this.AutoScale = false; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(394, 268); this.Controls.Add(this.cookieProperties); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CookieEditorDialog"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Cookie Editor Dialog"; this.ResumeLayout(false); }