/// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.viewer = new onlyconnect.HtmlEditor();
     this.SuspendLayout();
     //
     // viewer
     //
     this.viewer.DefaultComposeSettings.BackColor = System.Drawing.Color.White;
     this.viewer.DefaultComposeSettings.DefaultFont = new System.Drawing.Font("Arial", 10F);
     this.viewer.DefaultComposeSettings.Enabled = false;
     this.viewer.DefaultComposeSettings.ForeColor = System.Drawing.Color.Black;
     this.viewer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.viewer.DocumentEncoding = onlyconnect.EncodingType.WindowsCurrent;
     this.viewer.Location = new System.Drawing.Point(3, 3);
     this.viewer.Name = "viewer";
     this.viewer.OpenLinksInNewWindow = true;
     this.viewer.SelectionAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     this.viewer.SelectionBackColor = System.Drawing.Color.Empty;
     this.viewer.SelectionBullets = false;
     this.viewer.SelectionFont = null;
     this.viewer.SelectionForeColor = System.Drawing.Color.Empty;
     this.viewer.SelectionNumbering = false;
     this.viewer.Size = new System.Drawing.Size(432, 312);
     this.viewer.TabIndex = 1;
     this.viewer.Text = "htmlEditor1";
     //
     // XmlViewer
     //
     this.Controls.Add(this.viewer);
     this.DockPadding.All = 3;
     this.Name = "XmlViewer";
     this.Size = new System.Drawing.Size(438, 318);
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <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()
 {
     this.web = new onlyconnect.HtmlEditor();
     this.SuspendLayout();
     //
     // web
     //
     this.web.DefaultComposeSettings.BackColor = System.Drawing.Color.White;
     this.web.DefaultComposeSettings.DefaultFont = new System.Drawing.Font("Arial", 10F);
     this.web.DefaultComposeSettings.Enabled = false;
     this.web.DefaultComposeSettings.ForeColor = System.Drawing.Color.Black;
     this.web.Dock = System.Windows.Forms.DockStyle.Fill;
     this.web.DocumentEncoding = onlyconnect.EncodingType.WindowsCurrent;
     this.web.IsActiveContentEnabled = false;
     this.web.Location = new System.Drawing.Point(0, 0);
     this.web.Name = "web";
     this.web.SelectionAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     this.web.SelectionBackColor = System.Drawing.Color.Empty;
     this.web.SelectionBullets = false;
     this.web.SelectionFont = null;
     this.web.SelectionForeColor = System.Drawing.Color.Empty;
     this.web.SelectionNumbering = false;
     this.web.Size = new System.Drawing.Size(640, 480);
     this.web.TabIndex = 0;
     //
     // CaptureBrowserImage
     //
     this.Controls.Add(this.web);
     this.Name = "CaptureBrowserImage";
     this.Size = new System.Drawing.Size(640, 480);
     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(BasicHtmlEditorControl));
     this.contextMenu1 = new System.Windows.Forms.ContextMenu();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.tbItalic = new System.Windows.Forms.ToolBarButton();
     this.toolBar = new System.Windows.Forms.ToolBar();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     this.fontDialog1 = new System.Windows.Forms.FontDialog();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tbDesign = new System.Windows.Forms.TabPage();
     this.tbHtml = new System.Windows.Forms.TabPage();
     this.htmlEditor = new onlyconnect.HtmlEditor();
     this.txtHtml = new System.Windows.Forms.TextBox();
     this.tbPaste = new System.Windows.Forms.ToolBarButton();
     this.tbCut = new System.Windows.Forms.ToolBarButton();
     this.tbCopy = new System.Windows.Forms.ToolBarButton();
     this.tbJustifyLeft = new System.Windows.Forms.ToolBarButton();
     this.tbJustifyCenter = new System.Windows.Forms.ToolBarButton();
     this.tbJustifyRight = new System.Windows.Forms.ToolBarButton();
     this.tbBackColor = new System.Windows.Forms.ToolBarButton();
     this.tbForeColor = new System.Windows.Forms.ToolBarButton();
     this.tbNumbering = new System.Windows.Forms.ToolBarButton();
     this.tbBullets = new System.Windows.Forms.ToolBarButton();
     this.tbFont = new System.Windows.Forms.ToolBarButton();
     this.tbFind = new System.Windows.Forms.ToolBarButton();
     this.tabControl.SuspendLayout();
     this.tbDesign.SuspendLayout();
     this.tbHtml.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                  this.menuItem1});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.Text = "Font";
     //
     // tbItalic
     //
     this.tbItalic.ImageIndex = 4;
     //
     // toolBar
     //
     this.toolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                this.tbPaste,
                                                                                this.tbCut,
                                                                                this.tbCopy,
                                                                                this.tbJustifyLeft,
                                                                                this.tbJustifyCenter,
                                                                                this.tbJustifyRight,
                                                                                this.tbBackColor,
                                                                                this.tbForeColor,
                                                                                this.tbItalic,
                                                                                this.tbFont,
                                                                                this.tbBullets,
                                                                                this.tbNumbering,
                                                                                this.tbFind});
     this.toolBar.ButtonSize = new System.Drawing.Size(16, 16);
     this.toolBar.DropDownArrows = true;
     this.toolBar.ImageList = this.imageList1;
     this.toolBar.Location = new System.Drawing.Point(0, 0);
     this.toolBar.Name = "toolBar";
     this.toolBar.ShowToolTips = true;
     this.toolBar.Size = new System.Drawing.Size(378, 28);
     this.toolBar.TabIndex = 1;
     this.toolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tbDesign);
     this.tabControl.Controls.Add(this.tbHtml);
     this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.ImageList = this.imageList1;
     this.tabControl.Location = new System.Drawing.Point(0, 28);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(378, 308);
     this.tabControl.TabIndex = 2;
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // tbDesign
     //
     this.tbDesign.Controls.Add(this.htmlEditor);
     this.tbDesign.ImageIndex = 17;
     this.tbDesign.Location = new System.Drawing.Point(4, 23);
     this.tbDesign.Name = "tbDesign";
     this.tbDesign.Size = new System.Drawing.Size(370, 281);
     this.tbDesign.TabIndex = 0;
     this.tbDesign.Text = "Design";
     //
     // tbHtml
     //
     this.tbHtml.Controls.Add(this.txtHtml);
     this.tbHtml.ImageIndex = 18;
     this.tbHtml.Location = new System.Drawing.Point(4, 23);
     this.tbHtml.Name = "tbHtml";
     this.tbHtml.Size = new System.Drawing.Size(370, 281);
     this.tbHtml.TabIndex = 1;
     this.tbHtml.Text = "HTML";
     //
     // htmlEditor
     //
     this.htmlEditor.ContextMenu = this.contextMenu1;
     this.htmlEditor.DefaultComposeSettings.BackColor = System.Drawing.Color.White;
     this.htmlEditor.DefaultComposeSettings.DefaultFont = new System.Drawing.Font("Arial", 10F);
     this.htmlEditor.DefaultComposeSettings.Enabled = false;
     this.htmlEditor.DefaultComposeSettings.ForeColor = System.Drawing.Color.Black;
     this.htmlEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.htmlEditor.DocumentEncoding = onlyconnect.EncodingType.WindowsCurrent;
     this.htmlEditor.IsActiveContentEnabled = false;
     this.htmlEditor.IsDesignMode = true;
     this.htmlEditor.Location = new System.Drawing.Point(0, 0);
     this.htmlEditor.Name = "htmlEditor";
     this.htmlEditor.OpenLinksInNewWindow = true;
     this.htmlEditor.SelectionAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     this.htmlEditor.SelectionBackColor = System.Drawing.Color.Empty;
     this.htmlEditor.SelectionBullets = false;
     this.htmlEditor.SelectionFont = null;
     this.htmlEditor.SelectionForeColor = System.Drawing.Color.Empty;
     this.htmlEditor.SelectionNumbering = false;
     this.htmlEditor.Size = new System.Drawing.Size(370, 281);
     this.htmlEditor.TabIndex = 1;
     //
     // txtHtml
     //
     this.txtHtml.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtHtml.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtHtml.Location = new System.Drawing.Point(0, 0);
     this.txtHtml.Multiline = true;
     this.txtHtml.Name = "txtHtml";
     this.txtHtml.Size = new System.Drawing.Size(370, 281);
     this.txtHtml.TabIndex = 0;
     this.txtHtml.Text = "";
     //
     // tbPaste
     //
     this.tbPaste.ImageIndex = 14;
     //
     // tbCut
     //
     this.tbCut.ImageIndex = 3;
     //
     // tbCopy
     //
     this.tbCopy.ImageIndex = 2;
     //
     // tbJustifyLeft
     //
     this.tbJustifyLeft.ImageIndex = 7;
     //
     // tbJustifyCenter
     //
     this.tbJustifyCenter.ImageIndex = 5;
     //
     // tbJustifyRight
     //
     this.tbJustifyRight.ImageIndex = 8;
     //
     // tbBackColor
     //
     this.tbBackColor.ImageIndex = 15;
     //
     // tbForeColor
     //
     this.tbForeColor.ImageIndex = 16;
     //
     // tbNumbering
     //
     this.tbNumbering.ImageIndex = 9;
     //
     // tbBullets
     //
     this.tbBullets.ImageIndex = 1;
     //
     // tbFont
     //
     this.tbFont.ImageIndex = 19;
     //
     // tbFind
     //
     this.tbFind.ImageIndex = 20;
     //
     // BasicHtmlEditorControl
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.toolBar);
     this.Name = "BasicHtmlEditorControl";
     this.Size = new System.Drawing.Size(378, 336);
     this.tabControl.ResumeLayout(false);
     this.tbDesign.ResumeLayout(false);
     this.tbHtml.ResumeLayout(false);
     this.ResumeLayout(false);
 }