Ejemplo n.º 1
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);
 }
Ejemplo n.º 2
0
 /// <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(TagExplorer));
     this.toolBar1      = new TD.SandBar.ToolBar();
     this.buttonItem1   = new TD.SandBar.ButtonItem();
     this.labelItem1    = new TD.SandBar.LabelItem();
     this.buttonItem2   = new TD.SandBar.ButtonItem();
     this.buttonItem3   = new TD.SandBar.ButtonItem();
     this.comboBoxItem1 = new TD.SandBar.ComboBoxItem();
     this.toolBar2      = new TD.SandBar.ToolBar();
     this.buttonItem4   = new TD.SandBar.ButtonItem();
     this.buttonItem5   = new TD.SandBar.ButtonItem();
     this.labelItem2    = new TD.SandBar.LabelItem();
     this.treeView1     = new System.Windows.Forms.TreeView();
     this.SuspendLayout();
     //
     // toolBar1
     //
     this.toolBar1.AllowHorizontalDock = false;
     this.toolBar1.AllowVerticalDock   = false;
     this.toolBar1.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] {
         this.labelItem1,
         this.buttonItem1,
         this.buttonItem2,
         this.buttonItem3,
         this.buttonItem4,
         this.buttonItem5
     });
     this.toolBar1.Closable     = false;
     this.toolBar1.Dock         = System.Windows.Forms.DockStyle.None;
     this.toolBar1.Guid         = new System.Guid("532dde82-2815-430f-8a58-68b9380c1ac7");
     this.toolBar1.Location     = new System.Drawing.Point(0, 27);
     this.toolBar1.Movable      = false;
     this.toolBar1.Name         = "toolBar1";
     this.toolBar1.Size         = new System.Drawing.Size(168, 26);
     this.toolBar1.TabIndex     = 3;
     this.toolBar1.Tearable     = false;
     this.toolBar1.Text         = "toolBar1";
     this.toolBar1.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // buttonItem1
     //
     this.buttonItem1.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem1.Image")));
     //
     // labelItem1
     //
     this.labelItem1.Text = "View";
     //
     // buttonItem2
     //
     this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image")));
     //
     // buttonItem3
     //
     this.buttonItem3.BeginGroup = true;
     this.buttonItem3.Image      = ((System.Drawing.Image)(resources.GetObject("buttonItem3.Image")));
     //
     // comboBoxItem1
     //
     this.comboBoxItem1.ControlWidth   = 120;
     this.comboBoxItem1.Padding.Bottom = 0;
     this.comboBoxItem1.Padding.Left   = 1;
     this.comboBoxItem1.Padding.Right  = 1;
     this.comboBoxItem1.Padding.Top    = 0;
     //
     // toolBar2
     //
     this.toolBar2.AddRemoveButtonsVisible = false;
     this.toolBar2.Buttons.AddRange(new TD.SandBar.ToolbarItemBase[] {
         this.labelItem2,
         this.comboBoxItem1
     });
     this.toolBar2.Dock = System.Windows.Forms.DockStyle.None;
     this.toolBar2.DrawActionsButton = false;
     this.toolBar2.Guid     = new System.Guid("bd0fd5e6-9e32-4df9-8c75-fd08511a7426");
     this.toolBar2.Location = new System.Drawing.Point(0, 0);
     this.toolBar2.Name     = "toolBar2";
     this.toolBar2.Size     = new System.Drawing.Size(168, 26);
     this.toolBar2.TabIndex = 4;
     this.toolBar2.Text     = "toolBar2";
     //
     // buttonItem4
     //
     this.buttonItem4.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem4.Image")));
     //
     // buttonItem5
     //
     this.buttonItem5.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem5.Image")));
     //
     // labelItem2
     //
     this.labelItem2.Text = "Label";
     //
     // treeView1
     //
     this.treeView1.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.treeView1.ImageIndex         = -1;
     this.treeView1.Location           = new System.Drawing.Point(5, 58);
     this.treeView1.Name               = "treeView1";
     this.treeView1.SelectedImageIndex = -1;
     this.treeView1.Size               = new System.Drawing.Size(155, 254);
     this.treeView1.TabIndex           = 5;
     //
     // TagExplorer
     //
     this.Controls.Add(this.treeView1);
     this.Controls.Add(this.toolBar2);
     this.Controls.Add(this.toolBar1);
     this.Name  = "TagExplorer";
     this.Size  = new System.Drawing.Size(168, 320);
     this.Load += new System.EventHandler(this.TagExplorer_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
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(frm_TodoList));
			this.lsv_Tasks = new System.Windows.Forms.ListView();
			this.Type = new System.Windows.Forms.ColumnHeader();
			this.Line = new System.Windows.Forms.ColumnHeader();
			this.Description = new System.Windows.Forms.ColumnHeader();
			this.File = new System.Windows.Forms.ColumnHeader();
			this.Path = new System.Windows.Forms.ColumnHeader();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.themedToolbar1 = new Protean.Hub.Toolbars.ThemedToolbar();
			this.iml_ToolbarIcons = new System.Windows.Forms.ImageList(this.components);
			this.buttonItem1 = new TD.SandBar.ButtonItem();
			this.comboBoxItem1 = new TD.SandBar.ComboBoxItem();
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.sbp_TotalItems = new System.Windows.Forms.StatusBarPanel();
			this.sbp_FilterItems = new System.Windows.Forms.StatusBarPanel();
			((System.ComponentModel.ISupportInitialize)(this.sbp_TotalItems)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.sbp_FilterItems)).BeginInit();
			this.SuspendLayout();
			// 
			// lsv_Tasks
			// 
			this.lsv_Tasks.AllowColumnReorder = true;
			this.lsv_Tasks.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.lsv_Tasks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.Type,
																						this.Line,
																						this.Description,
																						this.File,
																						this.Path});
			this.lsv_Tasks.FullRowSelect = true;
			this.lsv_Tasks.GridLines = true;
			this.lsv_Tasks.Location = new System.Drawing.Point(0, 24);
			this.lsv_Tasks.MultiSelect = false;
			this.lsv_Tasks.Name = "lsv_Tasks";
			this.lsv_Tasks.Size = new System.Drawing.Size(880, 232);
			this.lsv_Tasks.SmallImageList = this.imageList1;
			this.lsv_Tasks.Sorting = System.Windows.Forms.SortOrder.Descending;
			this.lsv_Tasks.TabIndex = 0;
			this.lsv_Tasks.View = System.Windows.Forms.View.Details;
			this.lsv_Tasks.DoubleClick += new System.EventHandler(this.lsv_Tasks_DoubleClick);
			this.lsv_Tasks.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsv_Tasks_ColumnClick);
			this.lsv_Tasks.SelectedIndexChanged += new System.EventHandler(this.lsv_Tasks_SelectedIndexChanged);
			// 
			// Type
			// 
			this.Type.Text = "!";
			this.Type.Width = 20;
			// 
			// Line
			// 
			this.Line.Text = "Line";
			this.Line.Width = 63;
			// 
			// Description
			// 
			this.Description.Text = "Description";
			this.Description.Width = 403;
			// 
			// File
			// 
			this.File.Text = "File";
			this.File.Width = 261;
			// 
			// Path
			// 
			this.Path.Text = "Path";
			this.Path.Width = 177;
			// 
			// imageList1
			// 
			this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
			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.Magenta;
			// 
			// themedToolbar1
			// 
			this.themedToolbar1.Guid = new System.Guid("1d85a100-43d0-4404-ab5d-07f27ff109e0");
			this.themedToolbar1.ImageList = this.iml_ToolbarIcons;
			this.themedToolbar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
																					this.buttonItem1,
																					this.comboBoxItem1});
			this.themedToolbar1.Location = new System.Drawing.Point(0, 0);
			this.themedToolbar1.Name = "themedToolbar1";
			this.themedToolbar1.Renderer = new TD.SandBar.WhidbeyRenderer();
			this.themedToolbar1.Size = new System.Drawing.Size(880, 24);
			this.themedToolbar1.TabIndex = 1;
			this.themedToolbar1.Text = "";
			// 
			// iml_ToolbarIcons
			// 
			this.iml_ToolbarIcons.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
			this.iml_ToolbarIcons.ImageSize = new System.Drawing.Size(16, 16);
			this.iml_ToolbarIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iml_ToolbarIcons.ImageStream")));
			this.iml_ToolbarIcons.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// buttonItem1
			// 
			this.buttonItem1.ImageIndex = 0;
			this.buttonItem1.Text = "Refresh";
			this.buttonItem1.Activate += new System.EventHandler(this.buttonItem1_Activate);
			// 
			// comboBoxItem1
			// 
			this.comboBoxItem1.BeginGroup = true;
			this.comboBoxItem1.DefaultText = "Show All";
			this.comboBoxItem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxItem1.Items.AddRange(new object[] {
															   "Show All",
															   "HACK",
															   "KLUDGE",
															   "TEMP",
															   "TODO",
															   "NOTE"});
			this.comboBoxItem1.MinimumControlWidth = 100;
			this.comboBoxItem1.Padding.Bottom = 0;
			this.comboBoxItem1.Padding.Left = 1;
			this.comboBoxItem1.Padding.Right = 1;
			this.comboBoxItem1.Padding.Top = 0;
			this.comboBoxItem1.Text = "Filter: ";
			// 
			// statusBar1
			// 
			this.statusBar1.Location = new System.Drawing.Point(0, 258);
			this.statusBar1.Name = "statusBar1";
			this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
																						  this.sbp_TotalItems,
																						  this.sbp_FilterItems});
			this.statusBar1.ShowPanels = true;
			this.statusBar1.Size = new System.Drawing.Size(880, 22);
			this.statusBar1.SizingGrip = false;
			this.statusBar1.TabIndex = 2;
			this.statusBar1.Text = "statusBar1";
			this.statusBar1.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.statusBar1_PanelClick);
			// 
			// sbp_TotalItems
			// 
			this.sbp_TotalItems.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
			this.sbp_TotalItems.Text = "Total Items:";
			this.sbp_TotalItems.Width = 73;
			// 
			// sbp_FilterItems
			// 
			this.sbp_FilterItems.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
			this.sbp_FilterItems.Text = "Filtered Items:";
			this.sbp_FilterItems.Width = 86;
			// 
			// frm_TodoList
			// 
			this.Controls.Add(this.statusBar1);
			this.Controls.Add(this.themedToolbar1);
			this.Controls.Add(this.lsv_Tasks);
			this.Image16 = ((System.Drawing.Image)(resources.GetObject("$this.Image16")));
			this.InitialPosition = Protean.Hub.DockingPage.DockingLocation.Bottom;
			this.MenuTitle = "Task List";
			this.Name = "frm_TodoList";
			this.ShowByDefault = false;
			this.Size = new System.Drawing.Size(880, 280);
			this.Title = "Task List";
			((System.ComponentModel.ISupportInitialize)(this.sbp_TotalItems)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.sbp_FilterItems)).EndInit();
			this.ResumeLayout(false);

		}
Ejemplo n.º 4
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(frm_TodoList));
     this.lsv_Tasks        = new System.Windows.Forms.ListView();
     this.Type             = new System.Windows.Forms.ColumnHeader();
     this.Line             = new System.Windows.Forms.ColumnHeader();
     this.Description      = new System.Windows.Forms.ColumnHeader();
     this.File             = new System.Windows.Forms.ColumnHeader();
     this.Path             = new System.Windows.Forms.ColumnHeader();
     this.imageList1       = new System.Windows.Forms.ImageList(this.components);
     this.themedToolbar1   = new Protean.Hub.Toolbars.ThemedToolbar();
     this.iml_ToolbarIcons = new System.Windows.Forms.ImageList(this.components);
     this.buttonItem1      = new TD.SandBar.ButtonItem();
     this.comboBoxItem1    = new TD.SandBar.ComboBoxItem();
     this.statusBar1       = new System.Windows.Forms.StatusBar();
     this.sbp_TotalItems   = new System.Windows.Forms.StatusBarPanel();
     this.sbp_FilterItems  = new System.Windows.Forms.StatusBarPanel();
     ((System.ComponentModel.ISupportInitialize)(this.sbp_TotalItems)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sbp_FilterItems)).BeginInit();
     this.SuspendLayout();
     //
     // lsv_Tasks
     //
     this.lsv_Tasks.AllowColumnReorder = true;
     this.lsv_Tasks.Anchor             = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lsv_Tasks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Type,
         this.Line,
         this.Description,
         this.File,
         this.Path
     });
     this.lsv_Tasks.FullRowSelect         = true;
     this.lsv_Tasks.GridLines             = true;
     this.lsv_Tasks.Location              = new System.Drawing.Point(0, 24);
     this.lsv_Tasks.MultiSelect           = false;
     this.lsv_Tasks.Name                  = "lsv_Tasks";
     this.lsv_Tasks.Size                  = new System.Drawing.Size(880, 232);
     this.lsv_Tasks.SmallImageList        = this.imageList1;
     this.lsv_Tasks.Sorting               = System.Windows.Forms.SortOrder.Descending;
     this.lsv_Tasks.TabIndex              = 0;
     this.lsv_Tasks.View                  = System.Windows.Forms.View.Details;
     this.lsv_Tasks.DoubleClick          += new System.EventHandler(this.lsv_Tasks_DoubleClick);
     this.lsv_Tasks.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.lsv_Tasks_ColumnClick);
     this.lsv_Tasks.SelectedIndexChanged += new System.EventHandler(this.lsv_Tasks_SelectedIndexChanged);
     //
     // Type
     //
     this.Type.Text  = "!";
     this.Type.Width = 20;
     //
     // Line
     //
     this.Line.Text  = "Line";
     this.Line.Width = 63;
     //
     // Description
     //
     this.Description.Text  = "Description";
     this.Description.Width = 403;
     //
     // File
     //
     this.File.Text  = "File";
     this.File.Width = 261;
     //
     // Path
     //
     this.Path.Text  = "Path";
     this.Path.Width = 177;
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     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.Magenta;
     //
     // themedToolbar1
     //
     this.themedToolbar1.Guid      = new System.Guid("1d85a100-43d0-4404-ab5d-07f27ff109e0");
     this.themedToolbar1.ImageList = this.iml_ToolbarIcons;
     this.themedToolbar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] {
         this.buttonItem1,
         this.comboBoxItem1
     });
     this.themedToolbar1.Location = new System.Drawing.Point(0, 0);
     this.themedToolbar1.Name     = "themedToolbar1";
     this.themedToolbar1.Renderer = new TD.SandBar.WhidbeyRenderer();
     this.themedToolbar1.Size     = new System.Drawing.Size(880, 24);
     this.themedToolbar1.TabIndex = 1;
     this.themedToolbar1.Text     = "";
     //
     // iml_ToolbarIcons
     //
     this.iml_ToolbarIcons.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.iml_ToolbarIcons.ImageSize        = new System.Drawing.Size(16, 16);
     this.iml_ToolbarIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iml_ToolbarIcons.ImageStream")));
     this.iml_ToolbarIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // buttonItem1
     //
     this.buttonItem1.ImageIndex = 0;
     this.buttonItem1.Text       = "Refresh";
     this.buttonItem1.Activate  += new System.EventHandler(this.buttonItem1_Activate);
     //
     // comboBoxItem1
     //
     this.comboBoxItem1.BeginGroup    = true;
     this.comboBoxItem1.DefaultText   = "Show All";
     this.comboBoxItem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxItem1.Items.AddRange(new object[] {
         "Show All",
         "HACK",
         "KLUDGE",
         "TEMP",
         "TODO",
         "NOTE"
     });
     this.comboBoxItem1.MinimumControlWidth = 100;
     this.comboBoxItem1.Padding.Bottom      = 0;
     this.comboBoxItem1.Padding.Left        = 1;
     this.comboBoxItem1.Padding.Right       = 1;
     this.comboBoxItem1.Padding.Top         = 0;
     this.comboBoxItem1.Text = "Filter: ";
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 258);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.sbp_TotalItems,
         this.sbp_FilterItems
     });
     this.statusBar1.ShowPanels  = true;
     this.statusBar1.Size        = new System.Drawing.Size(880, 22);
     this.statusBar1.SizingGrip  = false;
     this.statusBar1.TabIndex    = 2;
     this.statusBar1.Text        = "statusBar1";
     this.statusBar1.PanelClick += new System.Windows.Forms.StatusBarPanelClickEventHandler(this.statusBar1_PanelClick);
     //
     // sbp_TotalItems
     //
     this.sbp_TotalItems.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     this.sbp_TotalItems.Text     = "Total Items:";
     this.sbp_TotalItems.Width    = 73;
     //
     // sbp_FilterItems
     //
     this.sbp_FilterItems.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     this.sbp_FilterItems.Text     = "Filtered Items:";
     this.sbp_FilterItems.Width    = 86;
     //
     // frm_TodoList
     //
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.themedToolbar1);
     this.Controls.Add(this.lsv_Tasks);
     this.Image16         = ((System.Drawing.Image)(resources.GetObject("$this.Image16")));
     this.InitialPosition = Protean.Hub.DockingPage.DockingLocation.Bottom;
     this.MenuTitle       = "Task List";
     this.Name            = "frm_TodoList";
     this.ShowByDefault   = false;
     this.Size            = new System.Drawing.Size(880, 280);
     this.Title           = "Task List";
     ((System.ComponentModel.ISupportInitialize)(this.sbp_TotalItems)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sbp_FilterItems)).EndInit();
     this.ResumeLayout(false);
 }