/// <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(MainForm)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPagePreview = new System.Windows.Forms.TabPage(); this.htmlEditor1 = new onlyconnect.HtmlEditor(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.flatComboBoxVersion = new TD.SandBar.FlatComboBox(); this.tabPageText = new System.Windows.Forms.TabPage(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.imageListToolbar = new System.Windows.Forms.ImageList(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panelMainRight = new System.Windows.Forms.Panel(); this.dockHost1 = new DockingSuite.DockHost(); this.dockPanel1 = new DockingSuite.DockPanel(); this.dockControl1 = new DockingSuite.DockControl(); this.listViewTopicNames = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.panelNamespaces = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxContentBase = new System.Windows.Forms.ComboBox(); this.sandBarManager1 = new TD.SandBar.SandBarManager(); this.bottomSandBarDock = new TD.SandBar.ToolBarContainer(); this.leftSandBarDock = new TD.SandBar.ToolBarContainer(); this.rightSandBarDock = new TD.SandBar.ToolBarContainer(); this.topSandBarDock = new TD.SandBar.ToolBarContainer(); this.menuBar1 = new TD.SandBar.MenuBar(); this.menuBarItem1 = new TD.SandBar.MenuBarItem(); this.menuBarItem2 = new TD.SandBar.MenuBarItem(); this.menuBarItem3 = new TD.SandBar.MenuBarItem(); this.menuBarItem4 = new TD.SandBar.MenuBarItem(); this.menuButtonItemTopicNames = new TD.SandBar.MenuButtonItem(); this.menuBarItem5 = new TD.SandBar.MenuBarItem(); this.toolBarWikiServer = new TD.SandBar.ToolBar(); this.comboBoxItemWikiServer = new TD.SandBar.ComboBoxItem(); this.buttonItemConnect = new TD.SandBar.ButtonItem(); this.toolBarFormatting = new TD.SandBar.ToolBar(); this.buttonItemBold = new TD.SandBar.ButtonItem(); this.buttonItemItalic = new TD.SandBar.ButtonItem(); this.buttonItemUnderline = new TD.SandBar.ButtonItem(); this.buttonItemOrderedList = new TD.SandBar.ButtonItem(); this.buttonItemUnorderedList = new TD.SandBar.ButtonItem(); this.buttonItemInsertLink = new TD.SandBar.ButtonItem(); this.buttonItemInsertHorizonalRule = new TD.SandBar.ButtonItem(); this.toolBarTopicName = new TD.SandBar.ToolBar(); this.buttonItemSave = new TD.SandBar.ButtonItem(); this.buttonItemRestore = new TD.SandBar.ButtonItem(); this.comboBoxAttribution = new TD.SandBar.ComboBoxItem(); this.tabControl1.SuspendLayout(); this.tabPagePreview.SuspendLayout(); this.panel1.SuspendLayout(); this.tabPageText.SuspendLayout(); this.panelMainRight.SuspendLayout(); this.dockHost1.SuspendLayout(); this.dockPanel1.SuspendLayout(); this.dockControl1.SuspendLayout(); this.panelNamespaces.SuspendLayout(); this.topSandBarDock.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPagePreview); this.tabControl1.Controls.Add(this.tabPageText); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.ImageList = this.imageListToolbar; this.tabControl1.Location = new System.Drawing.Point(3, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(562, 511); this.tabControl1.TabIndex = 2; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPagePreview // this.tabPagePreview.Controls.Add(this.htmlEditor1); this.tabPagePreview.Controls.Add(this.panel1); this.tabPagePreview.ImageIndex = 10; this.tabPagePreview.Location = new System.Drawing.Point(4, 23); this.tabPagePreview.Name = "tabPagePreview"; this.tabPagePreview.Size = new System.Drawing.Size(554, 484); this.tabPagePreview.TabIndex = 0; this.tabPagePreview.Text = "Preview"; // // htmlEditor1 // this.htmlEditor1.DefaultComposeSettings.BackColor = System.Drawing.Color.White; this.htmlEditor1.DefaultComposeSettings.DefaultFont = new System.Drawing.Font("Arial", 10F); this.htmlEditor1.DefaultComposeSettings.Enabled = false; this.htmlEditor1.DefaultComposeSettings.ForeColor = System.Drawing.Color.Black; this.htmlEditor1.Dock = System.Windows.Forms.DockStyle.Fill; this.htmlEditor1.DocumentEncoding = onlyconnect.EncodingType.WindowsCurrent; this.htmlEditor1.Location = new System.Drawing.Point(0, 32); this.htmlEditor1.Name = "htmlEditor1"; this.htmlEditor1.OpenLinksInNewWindow = true; this.htmlEditor1.SelectionAlignment = System.Windows.Forms.HorizontalAlignment.Left; this.htmlEditor1.SelectionBackColor = System.Drawing.Color.Empty; this.htmlEditor1.SelectionBullets = false; this.htmlEditor1.SelectionFont = null; this.htmlEditor1.SelectionForeColor = System.Drawing.Color.Empty; this.htmlEditor1.SelectionNumbering = false; this.htmlEditor1.Size = new System.Drawing.Size(554, 452); this.htmlEditor1.TabIndex = 3; this.htmlEditor1.TabStop = false; this.htmlEditor1.Text = "htmlEditor1"; this.htmlEditor1.BeforeNavigate += new onlyconnect.BeforeNavigateEventHandler(this.htmlEditor1_BeforeNavigate); this.htmlEditor1.ReadyStateChanged += new onlyconnect.ReadyStateChangedHandler(this.htmlEditor1_ReadyStateChanged); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Window; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.flatComboBoxVersion); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(554, 32); this.panel1.TabIndex = 4; // // label1 // this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.label1.Location = new System.Drawing.Point(8, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 21); this.label1.TabIndex = 5; this.label1.Text = "Version:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flatComboBoxVersion // this.flatComboBoxVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.flatComboBoxVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.flatComboBoxVersion.ForeColor = System.Drawing.SystemColors.ControlDark; this.flatComboBoxVersion.Location = new System.Drawing.Point(64, 6); this.flatComboBoxVersion.Name = "flatComboBoxVersion"; this.flatComboBoxVersion.Size = new System.Drawing.Size(480, 21); this.flatComboBoxVersion.TabIndex = 4; this.flatComboBoxVersion.SelectedIndexChanged += new System.EventHandler(this.flatComboBoxVersion_SelectedIndexChanged); // // tabPageText // this.tabPageText.Controls.Add(this.richTextBox1); this.tabPageText.DockPadding.All = 3; this.tabPageText.ImageIndex = 11; this.tabPageText.Location = new System.Drawing.Point(4, 23); this.tabPageText.Name = "tabPageText"; this.tabPageText.Size = new System.Drawing.Size(554, 563); this.tabPageText.TabIndex = 1; this.tabPageText.Text = "Text"; // // richTextBox1 // this.richTextBox1.AcceptsTab = true; this.richTextBox1.AutoWordSelection = true; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.richTextBox1.Location = new System.Drawing.Point(3, 3); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(548, 557); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // imageListToolbar // this.imageListToolbar.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageListToolbar.ImageSize = new System.Drawing.Size(16, 16); this.imageListToolbar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListToolbar.ImageStream"))); this.imageListToolbar.TransparentColor = System.Drawing.Color.FromArgb(((System.Byte)(238)), ((System.Byte)(238)), ((System.Byte)(238))); // // panelMainRight // this.panelMainRight.Controls.Add(this.tabControl1); this.panelMainRight.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMainRight.DockPadding.Left = 3; this.panelMainRight.DockPadding.Right = 3; this.panelMainRight.ForeColor = System.Drawing.SystemColors.ControlText; this.panelMainRight.Location = new System.Drawing.Point(208, 79); this.panelMainRight.Name = "panelMainRight"; this.panelMainRight.Size = new System.Drawing.Size(568, 511); this.panelMainRight.TabIndex = 5; // // dockHost1 // this.dockHost1.Controls.Add(this.dockPanel1); this.dockHost1.Dock = System.Windows.Forms.DockStyle.Left; this.dockHost1.Location = new System.Drawing.Point(0, 79); this.dockHost1.Name = "dockHost1"; this.dockHost1.Size = new System.Drawing.Size(208, 511); this.dockHost1.TabIndex = 9; // // dockPanel1 // this.dockPanel1.AutoHide = false; this.dockPanel1.Controls.Add(this.dockControl1); this.dockPanel1.DockedHeight = 511; this.dockPanel1.DockedWidth = 0; this.dockPanel1.Location = new System.Drawing.Point(0, 0); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.SelectedTab = this.dockControl1; this.dockPanel1.Size = new System.Drawing.Size(204, 511); this.dockPanel1.TabIndex = 0; this.dockPanel1.Text = "Docked Panel"; this.dockPanel1.SizeChanged += new System.EventHandler(this.dockPanel1_SizeChanged); // // dockControl1 // this.dockControl1.Controls.Add(this.listViewTopicNames); this.dockControl1.Controls.Add(this.panelNamespaces); this.dockControl1.Guid = new System.Guid("2d0a7eb3-9426-48a7-bb12-fa94a6b10763"); this.dockControl1.Location = new System.Drawing.Point(0, 20); this.dockControl1.Name = "dockControl1"; this.dockControl1.PrimaryControl = null; this.dockControl1.Size = new System.Drawing.Size(204, 468); this.dockControl1.TabImage = null; this.dockControl1.TabIndex = 0; this.dockControl1.Text = "Topic Names"; // // listViewTopicNames // this.listViewTopicNames.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.listViewTopicNames.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewTopicNames.HideSelection = false; this.listViewTopicNames.Location = new System.Drawing.Point(0, 32); this.listViewTopicNames.MultiSelect = false; this.listViewTopicNames.Name = "listViewTopicNames"; this.listViewTopicNames.Size = new System.Drawing.Size(204, 436); this.listViewTopicNames.TabIndex = 5; this.listViewTopicNames.View = System.Windows.Forms.View.Details; this.listViewTopicNames.SelectedIndexChanged += new System.EventHandler(this.listViewTopicNames_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = "Topic Names"; this.columnHeader1.Width = 188; // // panelNamespaces // this.panelNamespaces.Controls.Add(this.label2); this.panelNamespaces.Controls.Add(this.comboBoxContentBase); this.panelNamespaces.Dock = System.Windows.Forms.DockStyle.Top; this.panelNamespaces.Location = new System.Drawing.Point(0, 0); this.panelNamespaces.Name = "panelNamespaces"; this.panelNamespaces.Size = new System.Drawing.Size(204, 32); this.panelNamespaces.TabIndex = 4; // // label2 // this.label2.Location = new System.Drawing.Point(8, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 16); this.label2.TabIndex = 1; this.label2.Text = "Namespaces:"; // // comboBoxContentBase // this.comboBoxContentBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxContentBase.Location = new System.Drawing.Point(88, 8); this.comboBoxContentBase.Name = "comboBoxContentBase"; this.comboBoxContentBase.Size = new System.Drawing.Size(112, 21); this.comboBoxContentBase.TabIndex = 2; this.comboBoxContentBase.SelectedIndexChanged += new System.EventHandler(this.comboBoxContentBase_SelectedIndexChanged); // // sandBarManager1 // this.sandBarManager1.BottomContainer = this.bottomSandBarDock; this.sandBarManager1.LeftContainer = this.leftSandBarDock; this.sandBarManager1.OwnerForm = this; this.sandBarManager1.RightContainer = this.rightSandBarDock; this.sandBarManager1.TopContainer = this.topSandBarDock; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Location = new System.Drawing.Point(0, 590); this.bottomSandBarDock.Manager = this.sandBarManager1; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(776, 0); this.bottomSandBarDock.TabIndex = 12; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Location = new System.Drawing.Point(0, 79); this.leftSandBarDock.Manager = this.sandBarManager1; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 511); this.leftSandBarDock.TabIndex = 10; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Location = new System.Drawing.Point(776, 79); this.rightSandBarDock.Manager = this.sandBarManager1; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 511); this.rightSandBarDock.TabIndex = 11; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.menuBar1); this.topSandBarDock.Controls.Add(this.toolBarWikiServer); this.topSandBarDock.Controls.Add(this.toolBarFormatting); this.topSandBarDock.Controls.Add(this.toolBarTopicName); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandBarDock.Location = new System.Drawing.Point(0, 0); this.topSandBarDock.Manager = this.sandBarManager1; this.topSandBarDock.Name = "topSandBarDock"; this.topSandBarDock.Size = new System.Drawing.Size(776, 79); this.topSandBarDock.TabIndex = 13; // // menuBar1 // this.menuBar1.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuBarItem1, this.menuBarItem2, this.menuBarItem3, this.menuBarItem4, this.menuBarItem5}); this.menuBar1.Guid = new System.Guid("93588b8e-b092-4601-851a-63ee29c6f34f"); this.menuBar1.ImageList = null; this.menuBar1.Location = new System.Drawing.Point(2, 0); this.menuBar1.Name = "menuBar1"; this.menuBar1.Size = new System.Drawing.Size(774, 25); this.menuBar1.TabIndex = 1; // // menuBarItem1 // this.menuBarItem1.Icon = null; this.menuBarItem1.Tag = null; this.menuBarItem1.Text = "&File"; // // menuBarItem2 // this.menuBarItem2.Icon = null; this.menuBarItem2.Tag = null; this.menuBarItem2.Text = "&Edit"; // // menuBarItem3 // this.menuBarItem3.Icon = null; this.menuBarItem3.Tag = null; this.menuBarItem3.Text = "&View"; // // menuBarItem4 // this.menuBarItem4.Icon = null; this.menuBarItem4.MenuItems.AddRange(new TD.SandBar.MenuButtonItem[] { this.menuButtonItemTopicNames}); this.menuBarItem4.Tag = null; this.menuBarItem4.Text = "&Window"; // // menuButtonItemTopicNames // this.menuButtonItemTopicNames.Icon = null; this.menuButtonItemTopicNames.Shortcut = System.Windows.Forms.Shortcut.None; this.menuButtonItemTopicNames.Tag = null; this.menuButtonItemTopicNames.Text = "Topic Names"; // // menuBarItem5 // this.menuBarItem5.Icon = null; this.menuBarItem5.Tag = null; this.menuBarItem5.Text = "&Help"; // // toolBarWikiServer // this.toolBarWikiServer.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.comboBoxItemWikiServer, this.buttonItemConnect}); this.toolBarWikiServer.DockLine = 1; this.toolBarWikiServer.Guid = new System.Guid("81fe7604-43a4-46c8-9964-46e672a85bda"); this.toolBarWikiServer.ImageList = this.imageListToolbar; this.toolBarWikiServer.Location = new System.Drawing.Point(2, 25); this.toolBarWikiServer.Name = "toolBarWikiServer"; this.toolBarWikiServer.Size = new System.Drawing.Size(324, 27); this.toolBarWikiServer.TabIndex = 0; this.toolBarWikiServer.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.toolBarWikiServer_ButtonClick); // // comboBoxItemWikiServer // this.comboBoxItemWikiServer.ControlWidth = 160; this.comboBoxItemWikiServer.DefaultText = "http://localhost/flexwiki.web"; this.comboBoxItemWikiServer.Items.AddRange(new object[] { "http://www.flexwiki.com", "http://localhost/flexwiki.web", "http://localhost/flexwiki"}); this.comboBoxItemWikiServer.Padding.Left = 1; this.comboBoxItemWikiServer.Padding.Right = 1; this.comboBoxItemWikiServer.Tag = null; this.comboBoxItemWikiServer.Text = "Wiki Server:"; // // buttonItemConnect // this.buttonItemConnect.BuddyMenu = null; this.buttonItemConnect.Icon = null; this.buttonItemConnect.ImageIndex = 9; this.buttonItemConnect.Tag = null; this.buttonItemConnect.Text = "Connect"; // // toolBarFormatting // this.toolBarFormatting.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.buttonItemBold, this.buttonItemItalic, this.buttonItemUnderline, this.buttonItemOrderedList, this.buttonItemUnorderedList, this.buttonItemInsertLink, this.buttonItemInsertHorizonalRule}); this.toolBarFormatting.DockLine = 2; this.toolBarFormatting.Enabled = false; this.toolBarFormatting.Guid = new System.Guid("9e362bb2-ef19-4cca-9fdc-fee2a70b3b3b"); this.toolBarFormatting.ImageList = this.imageListToolbar; this.toolBarFormatting.Location = new System.Drawing.Point(421, 52); this.toolBarFormatting.Name = "toolBarFormatting"; this.toolBarFormatting.Size = new System.Drawing.Size(198, 27); this.toolBarFormatting.TabIndex = 2; this.toolBarFormatting.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.toolBarFormatting_ButtonClick); // // buttonItemBold // this.buttonItemBold.BuddyMenu = null; this.buttonItemBold.Icon = null; this.buttonItemBold.ImageIndex = 1; this.buttonItemBold.Tag = null; // // buttonItemItalic // this.buttonItemItalic.BuddyMenu = null; this.buttonItemItalic.Icon = null; this.buttonItemItalic.ImageIndex = 2; this.buttonItemItalic.Tag = null; // // buttonItemUnderline // this.buttonItemUnderline.BuddyMenu = null; this.buttonItemUnderline.Icon = null; this.buttonItemUnderline.ImageIndex = 3; this.buttonItemUnderline.Tag = null; // // buttonItemOrderedList // this.buttonItemOrderedList.BeginGroup = true; this.buttonItemOrderedList.BuddyMenu = null; this.buttonItemOrderedList.Icon = null; this.buttonItemOrderedList.ImageIndex = 4; this.buttonItemOrderedList.Tag = null; // // buttonItemUnorderedList // this.buttonItemUnorderedList.BuddyMenu = null; this.buttonItemUnorderedList.Icon = null; this.buttonItemUnorderedList.ImageIndex = 5; this.buttonItemUnorderedList.Tag = null; // // buttonItemInsertLink // this.buttonItemInsertLink.BeginGroup = true; this.buttonItemInsertLink.BuddyMenu = null; this.buttonItemInsertLink.Icon = null; this.buttonItemInsertLink.ImageIndex = 7; this.buttonItemInsertLink.Tag = null; // // buttonItemInsertHorizonalRule // this.buttonItemInsertHorizonalRule.BuddyMenu = null; this.buttonItemInsertHorizonalRule.Icon = null; this.buttonItemInsertHorizonalRule.ImageIndex = 6; this.buttonItemInsertHorizonalRule.Tag = null; // // toolBarTopicName // this.toolBarTopicName.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] { this.buttonItemSave, this.buttonItemRestore, this.comboBoxAttribution}); this.toolBarTopicName.DockLine = 2; this.toolBarTopicName.Guid = new System.Guid("f00294ea-0283-4b0f-8f28-892528563d56"); this.toolBarTopicName.ImageList = this.imageListToolbar; this.toolBarTopicName.Location = new System.Drawing.Point(2, 52); this.toolBarTopicName.Name = "toolBarTopicName"; this.toolBarTopicName.Size = new System.Drawing.Size(417, 27); this.toolBarTopicName.TabIndex = 3; this.toolBarTopicName.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.toolBarTopicName_ButtonClick); // // buttonItemSave // this.buttonItemSave.BuddyMenu = null; this.buttonItemSave.Icon = null; this.buttonItemSave.ImageIndex = 0; this.buttonItemSave.Tag = null; this.buttonItemSave.Text = "Save"; // // buttonItemRestore // this.buttonItemRestore.BuddyMenu = null; this.buttonItemRestore.Enabled = false; this.buttonItemRestore.Icon = null; this.buttonItemRestore.ImageIndex = 8; this.buttonItemRestore.Tag = null; this.buttonItemRestore.Text = "Restore"; // // comboBoxAttribution // this.comboBoxAttribution.BeginGroup = true; this.comboBoxAttribution.ControlWidth = 200; this.comboBoxAttribution.Padding.Left = 1; this.comboBoxAttribution.Padding.Right = 1; this.comboBoxAttribution.Tag = null; this.comboBoxAttribution.Text = "Attribution:"; // // MainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.ClientSize = new System.Drawing.Size(776, 590); this.Controls.Add(this.panelMainRight); this.Controls.Add(this.dockHost1); this.Controls.Add(this.leftSandBarDock); this.Controls.Add(this.rightSandBarDock); this.Controls.Add(this.bottomSandBarDock); this.Controls.Add(this.topSandBarDock); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Name = "MainForm"; this.Text = "FlexWikiEditor"; this.Load += new System.EventHandler(this.MainForm_Load); this.tabControl1.ResumeLayout(false); this.tabPagePreview.ResumeLayout(false); this.panel1.ResumeLayout(false); this.tabPageText.ResumeLayout(false); this.panelMainRight.ResumeLayout(false); this.dockHost1.ResumeLayout(false); this.dockPanel1.ResumeLayout(false); this.dockControl1.ResumeLayout(false); this.panelNamespaces.ResumeLayout(false); this.topSandBarDock.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(InspectionBrowser)); this.dockHost1 = new DockingSuite.DockHost(); this.dockPanel1 = new DockingSuite.DockPanel(); this.dockControl1 = new DockingSuite.DockControl(); this.dockControl2 = new DockingSuite.DockControl(); this.dockControl3 = new DockingSuite.DockControl(); this.dockHost1.SuspendLayout(); this.dockPanel1.SuspendLayout(); this.SuspendLayout(); // // dockHost1 // this.dockHost1.Controls.Add(this.dockPanel1); this.dockHost1.Dock = System.Windows.Forms.DockStyle.Left; this.dockHost1.Location = new System.Drawing.Point(0, 0); this.dockHost1.Name = "dockHost1"; this.dockHost1.Size = new System.Drawing.Size(438, 284); this.dockHost1.TabIndex = 0; // // dockPanel1 // this.dockPanel1.AutoHide = false; this.dockPanel1.Controls.Add(this.dockControl1); this.dockPanel1.Controls.Add(this.dockControl2); this.dockPanel1.Controls.Add(this.dockControl3); this.dockPanel1.DockedHeight = 284; this.dockPanel1.DockedWidth = 0; this.dockPanel1.Location = new System.Drawing.Point(0, 0); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.SelectedTab = this.dockControl3; this.dockPanel1.Size = new System.Drawing.Size(434, 284); this.dockPanel1.TabIndex = 0; this.dockPanel1.Text = "Docked Panel"; // // dockControl1 // this.dockControl1.Guid = new System.Guid("d9ad3f59-d57a-41b9-aa2b-e5ddcf83b560"); this.dockControl1.Location = new System.Drawing.Point(0, 20); this.dockControl1.Name = "dockControl1"; this.dockControl1.PrimaryControl = null; this.dockControl1.Size = new System.Drawing.Size(434, 241); this.dockControl1.TabImage = ((System.Drawing.Image)(resources.GetObject("dockControl1.TabImage"))); this.dockControl1.TabIndex = 0; this.dockControl1.Text = "Docked Control"; // // dockControl2 // this.dockControl2.Guid = new System.Guid("f14117da-833f-40ec-88c9-7c6940eeb932"); this.dockControl2.Location = new System.Drawing.Point(0, 20); this.dockControl2.Name = "dockControl2"; this.dockControl2.PrimaryControl = null; this.dockControl2.Size = new System.Drawing.Size(434, 241); this.dockControl2.TabImage = ((System.Drawing.Image)(resources.GetObject("dockControl2.TabImage"))); this.dockControl2.TabIndex = 1; this.dockControl2.Text = "Docked Control"; // // dockControl3 // this.dockControl3.Guid = new System.Guid("feafc49f-1439-4bc2-b95b-1a376421f752"); this.dockControl3.Location = new System.Drawing.Point(0, 20); this.dockControl3.Name = "dockControl3"; this.dockControl3.PrimaryControl = null; this.dockControl3.Size = new System.Drawing.Size(434, 241); this.dockControl3.TabImage = ((System.Drawing.Image)(resources.GetObject("dockControl3.TabImage"))); this.dockControl3.TabIndex = 2; this.dockControl3.Text = "Docked Control"; // // InspectionBrowser // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(472, 284); this.Controls.Add(this.dockHost1); this.Name = "InspectionBrowser"; this.Text = "InspectionBrowser"; this.dockHost1.ResumeLayout(false); this.dockPanel1.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(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.dockHost1 = new DockingSuite.DockHost(); this.dockHost3 = new DockingSuite.DockHost(); this.dockHost4 = new DockingSuite.DockHost(); this.dockPanel1 = new DockingSuite.DockPanel(); this.dockPanel2 = new DockingSuite.DockPanel(); this.dpHeader = new DockingSuite.DockPanel(); this.dockControl1 = new DockingSuite.DockControl(); this.dockControl2 = new DockingSuite.DockControl(); this.dockControl3 = new DockingSuite.DockControl(); this.dockControl4 = new DockingSuite.DockControl(); this.dockHost1.SuspendLayout(); this.dockHost4.SuspendLayout(); this.dockPanel2.SuspendLayout(); this.dpHeader.SuspendLayout(); this.SuspendLayout(); // // dockHost1 // this.dockHost1.Controls.Add(this.dockPanel1); this.dockHost1.Controls.Add(this.dockPanel2); this.dockHost1.Dock = System.Windows.Forms.DockStyle.Right; this.dockHost1.Location = new System.Drawing.Point(426, 0); this.dockHost1.Name = "dockHost1"; this.dockHost1.Size = new System.Drawing.Size(150, 384); this.dockHost1.TabIndex = 0; // // dockHost3 // this.dockHost3.Dock = System.Windows.Forms.DockStyle.Top; this.dockHost3.Location = new System.Drawing.Point(0, 0); this.dockHost3.Name = "dockHost3"; this.dockHost3.Size = new System.Drawing.Size(426, 75); this.dockHost3.TabIndex = 2; // // dockHost4 // this.dockHost4.Controls.Add(this.dpHeader); this.dockHost4.Dock = System.Windows.Forms.DockStyle.Bottom; this.dockHost4.Location = new System.Drawing.Point(0, 270); this.dockHost4.Name = "dockHost4"; this.dockHost4.Size = new System.Drawing.Size(426, 114); this.dockHost4.TabIndex = 3; // // dockPanel1 // this.dockPanel1.AutoHide = false; this.dockPanel1.DockedHeight = 150; this.dockPanel1.DockedWidth = 0; this.dockPanel1.Location = new System.Drawing.Point(4, 0); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.SelectedTab = null; this.dockPanel1.Size = new System.Drawing.Size(146, 147); this.dockPanel1.TabIndex = 0; this.dockPanel1.Text = "Docked Panel"; // // dockPanel2 // this.dockPanel2.AutoHide = false; this.dockPanel2.Controls.Add(this.dockControl1); this.dockPanel2.DockedHeight = 234; this.dockPanel2.DockedWidth = 150; this.dockPanel2.Location = new System.Drawing.Point(4, 150); this.dockPanel2.Name = "dockPanel2"; this.dockPanel2.SelectedTab = this.dockControl1; this.dockPanel2.Size = new System.Drawing.Size(146, 234); this.dockPanel2.TabIndex = 1; this.dockPanel2.Text = "Docked Panel"; // // dpHeader // this.dpHeader.AutoHide = false; this.dpHeader.Controls.Add(this.dockControl2); this.dpHeader.Controls.Add(this.dockControl3); this.dpHeader.Controls.Add(this.dockControl4); this.dpHeader.DockedHeight = 0; this.dpHeader.DockedWidth = 426; this.dpHeader.Location = new System.Drawing.Point(0, 4); this.dpHeader.Name = "dpHeader"; this.dpHeader.SelectedTab = this.dockControl2; this.dpHeader.Size = new System.Drawing.Size(426, 110); this.dpHeader.TabIndex = 0; this.dpHeader.Text = "Docked Panel"; // // dockControl1 // this.dockControl1.Guid = new System.Guid("01ab6fab-dfe1-402d-a49c-2ed14d2f06d8"); this.dockControl1.Location = new System.Drawing.Point(0, 20); this.dockControl1.Name = "dockControl1"; this.dockControl1.PrimaryControl = null; this.dockControl1.Size = new System.Drawing.Size(146, 191); this.dockControl1.TabImage = null; this.dockControl1.TabIndex = 0; this.dockControl1.Text = "Docked Control"; // // dockControl2 // this.dockControl2.Guid = new System.Guid("3162e1c8-c606-4466-837b-9af3488529ec"); this.dockControl2.Location = new System.Drawing.Point(0, 20); this.dockControl2.Name = "dockControl2"; this.dockControl2.PrimaryControl = null; this.dockControl2.Size = new System.Drawing.Size(426, 67); this.dockControl2.TabImage = null; this.dockControl2.TabIndex = 0; this.dockControl2.Text = "Docked Control"; // // dockControl3 // this.dockControl3.Guid = new System.Guid("54d81e37-a909-41ee-9527-6c2041f7e5c5"); this.dockControl3.Location = new System.Drawing.Point(0, 20); this.dockControl3.Name = "dockControl3"; this.dockControl3.PrimaryControl = null; this.dockControl3.Size = new System.Drawing.Size(426, 67); this.dockControl3.TabImage = null; this.dockControl3.TabIndex = 1; this.dockControl3.Text = "Docked Control"; // // dockControl4 // this.dockControl4.Guid = new System.Guid("6dc54a38-2769-43aa-ae73-3846bbd97557"); this.dockControl4.Location = new System.Drawing.Point(0, 20); this.dockControl4.Name = "dockControl4"; this.dockControl4.PrimaryControl = null; this.dockControl4.Size = new System.Drawing.Size(426, 67); this.dockControl4.TabImage = null; this.dockControl4.TabIndex = 2; this.dockControl4.Text = "Docked Control"; // // ExtendedWebSniffer // this.Controls.Add(this.dockHost4); this.Controls.Add(this.dockHost3); this.Controls.Add(this.dockHost1); this.Name = "ExtendedWebSniffer"; this.Size = new System.Drawing.Size(576, 384); this.dockHost1.ResumeLayout(false); this.dockHost4.ResumeLayout(false); this.dockPanel2.ResumeLayout(false); this.dpHeader.ResumeLayout(false); this.ResumeLayout(false); }