739 lines
42 KiB
C#
739 lines
42 KiB
C#
using RyzStudio.Windows.Forms;
|
|
|
|
namespace bzit.bomg
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
this.pageTreeNodeMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.listViewMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.moveFileToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.statusBar1 = new System.Windows.Forms.StatusBar();
|
|
this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
|
|
this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.newFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.closeFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.saveFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveAsFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.exitFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.findEditMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.expandAllViewMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.collapseAllViewMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.alwaysOnTopToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripDropDownButton4 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.optionsToolMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripDropDownButton5 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
this.viewHelpHelpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.aboutHelpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.folderTreeNodeMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.sortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
|
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
|
|
this.newMenuBarItem = new System.Windows.Forms.ToolStripButton();
|
|
this.openMenuBarItem = new System.Windows.Forms.ToolStripButton();
|
|
this.saveMenuBarItem = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.rootTreeNodeMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.treeView1 = new RyzStudio.Windows.Forms.BookmarkTreeView();
|
|
this.pageTreeNodeMenu.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.folderTreeNodeMenu.SuspendLayout();
|
|
this.toolStrip2.SuspendLayout();
|
|
this.rootTreeNodeMenu.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pageTreeNodeMenu
|
|
//
|
|
this.pageTreeNodeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem4,
|
|
this.toolStripSeparator3,
|
|
this.toolStripMenuItem8,
|
|
this.toolStripMenuItem6,
|
|
this.toolStripSeparator2,
|
|
this.listViewMenuItem1,
|
|
this.moveFileToToolStripMenuItem});
|
|
this.pageTreeNodeMenu.Name = "listViewMenu";
|
|
this.pageTreeNodeMenu.Size = new System.Drawing.Size(139, 126);
|
|
//
|
|
// toolStripMenuItem4
|
|
//
|
|
this.toolStripMenuItem4.Image = global::bzit.bomg.Properties.Resources.bookmark;
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem4.Text = "&Open";
|
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.openContextMenu_Click);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(135, 6);
|
|
//
|
|
// toolStripMenuItem8
|
|
//
|
|
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
|
|
this.toolStripMenuItem8.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem8.Text = "E&dit";
|
|
this.toolStripMenuItem8.Click += new System.EventHandler(this.editContextMenu3_Click);
|
|
//
|
|
// toolStripMenuItem6
|
|
//
|
|
this.toolStripMenuItem6.Image = global::bzit.bomg.Properties.Resources.trash_2;
|
|
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
|
|
this.toolStripMenuItem6.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem6.Text = "D&elete";
|
|
this.toolStripMenuItem6.Click += new System.EventHandler(this.deleteContextMenu2_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(135, 6);
|
|
//
|
|
// listViewMenuItem1
|
|
//
|
|
this.listViewMenuItem1.Image = global::bzit.bomg.Properties.Resources.arrow_up_circle;
|
|
this.listViewMenuItem1.Name = "listViewMenuItem1";
|
|
this.listViewMenuItem1.Size = new System.Drawing.Size(138, 22);
|
|
this.listViewMenuItem1.Text = "Move &Up";
|
|
this.listViewMenuItem1.Click += new System.EventHandler(this.moveUpContextMenu2_Click);
|
|
//
|
|
// moveFileToToolStripMenuItem
|
|
//
|
|
this.moveFileToToolStripMenuItem.Image = global::bzit.bomg.Properties.Resources.arrow_down_circle;
|
|
this.moveFileToToolStripMenuItem.Name = "moveFileToToolStripMenuItem";
|
|
this.moveFileToToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
|
|
this.moveFileToToolStripMenuItem.Text = "Move &Down";
|
|
this.moveFileToToolStripMenuItem.Click += new System.EventHandler(this.moveDownContextMenu2_Click);
|
|
//
|
|
// statusBar1
|
|
//
|
|
this.statusBar1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.statusBar1.Location = new System.Drawing.Point(0, 634);
|
|
this.statusBar1.Name = "statusBar1";
|
|
this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
|
|
this.statusBarPanel1,
|
|
this.statusBarPanel2});
|
|
this.statusBar1.ShowPanels = true;
|
|
this.statusBar1.Size = new System.Drawing.Size(304, 20);
|
|
this.statusBar1.SizingGrip = false;
|
|
this.statusBar1.TabIndex = 9;
|
|
//
|
|
// statusBarPanel1
|
|
//
|
|
this.statusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
|
|
this.statusBarPanel1.Name = "statusBarPanel1";
|
|
this.statusBarPanel1.Width = 204;
|
|
//
|
|
// statusBarPanel2
|
|
//
|
|
this.statusBarPanel2.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.statusBarPanel2.Name = "statusBarPanel2";
|
|
//
|
|
// toolStrip1
|
|
//
|
|
this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripDropDownButton1,
|
|
this.toolStripDropDownButton2,
|
|
this.toolStripDropDownButton3,
|
|
this.toolStripDropDownButton4,
|
|
this.toolStripDropDownButton5});
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
this.toolStrip1.Padding = new System.Windows.Forms.Padding(5, 0, 1, 0);
|
|
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
this.toolStrip1.ShowItemToolTips = false;
|
|
this.toolStrip1.Size = new System.Drawing.Size(304, 25);
|
|
this.toolStrip1.TabIndex = 25;
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// toolStripDropDownButton1
|
|
//
|
|
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newFileMenuItem,
|
|
this.openFileMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.closeFileMenuItem,
|
|
this.toolStripSeparator4,
|
|
this.saveFileMenuItem,
|
|
this.saveAsFileMenuItem,
|
|
this.toolStripSeparator8,
|
|
this.exitFileMenuItem});
|
|
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
|
|
this.toolStripDropDownButton1.ShowDropDownArrow = false;
|
|
this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
|
|
this.toolStripDropDownButton1.Text = "&File";
|
|
//
|
|
// newFileMenuItem
|
|
//
|
|
this.newFileMenuItem.Image = global::bzit.bomg.Properties.Resources.file;
|
|
this.newFileMenuItem.Name = "newFileMenuItem";
|
|
this.newFileMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
|
this.newFileMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.newFileMenuItem.Text = "&New";
|
|
this.newFileMenuItem.Click += new System.EventHandler(this.fileNewMenuItem_Click);
|
|
//
|
|
// openFileMenuItem
|
|
//
|
|
this.openFileMenuItem.Image = global::bzit.bomg.Properties.Resources.folder1;
|
|
this.openFileMenuItem.Name = "openFileMenuItem";
|
|
this.openFileMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|
this.openFileMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.openFileMenuItem.Text = "&Open";
|
|
this.openFileMenuItem.Click += new System.EventHandler(this.fileOpenMenuItem_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(183, 6);
|
|
//
|
|
// closeFileMenuItem
|
|
//
|
|
this.closeFileMenuItem.Name = "closeFileMenuItem";
|
|
this.closeFileMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
|
|
this.closeFileMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.closeFileMenuItem.Text = "&Close";
|
|
this.closeFileMenuItem.Click += new System.EventHandler(this.fileCloseMenuItem_Click);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(183, 6);
|
|
//
|
|
// saveFileMenuItem
|
|
//
|
|
this.saveFileMenuItem.Image = global::bzit.bomg.Properties.Resources.save;
|
|
this.saveFileMenuItem.Name = "saveFileMenuItem";
|
|
this.saveFileMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|
this.saveFileMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.saveFileMenuItem.Text = "&Save";
|
|
this.saveFileMenuItem.Click += new System.EventHandler(this.fileSaveMenuItem_Click);
|
|
//
|
|
// saveAsFileMenuItem
|
|
//
|
|
this.saveAsFileMenuItem.Name = "saveAsFileMenuItem";
|
|
this.saveAsFileMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.S)));
|
|
this.saveAsFileMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.saveAsFileMenuItem.Text = "Save &As";
|
|
this.saveAsFileMenuItem.Click += new System.EventHandler(this.fileSaveAsMenuItem_Click);
|
|
//
|
|
// toolStripSeparator8
|
|
//
|
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
|
this.toolStripSeparator8.Size = new System.Drawing.Size(183, 6);
|
|
//
|
|
// exitFileMenuItem
|
|
//
|
|
this.exitFileMenuItem.Name = "exitFileMenuItem";
|
|
this.exitFileMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.exitFileMenuItem.Text = "E&xit";
|
|
this.exitFileMenuItem.Click += new System.EventHandler(this.fileExitMenuItem_Click);
|
|
//
|
|
// toolStripDropDownButton2
|
|
//
|
|
this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.findEditMenuItem});
|
|
this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
|
|
this.toolStripDropDownButton2.ShowDropDownArrow = false;
|
|
this.toolStripDropDownButton2.Size = new System.Drawing.Size(31, 22);
|
|
this.toolStripDropDownButton2.Text = "&Edit";
|
|
//
|
|
// findEditMenuItem
|
|
//
|
|
this.findEditMenuItem.Image = global::bzit.bomg.Properties.Resources.search;
|
|
this.findEditMenuItem.Name = "findEditMenuItem";
|
|
this.findEditMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
|
|
this.findEditMenuItem.Size = new System.Drawing.Size(137, 22);
|
|
this.findEditMenuItem.Text = "&Find";
|
|
this.findEditMenuItem.Click += new System.EventHandler(this.editFindMenuItem_Click);
|
|
//
|
|
// toolStripDropDownButton3
|
|
//
|
|
this.toolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.expandAllViewMenuItem,
|
|
this.collapseAllViewMenuItem,
|
|
this.toolStripMenuItem1,
|
|
this.alwaysOnTopToolStripMenuItem1});
|
|
this.toolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripDropDownButton3.Name = "toolStripDropDownButton3";
|
|
this.toolStripDropDownButton3.ShowDropDownArrow = false;
|
|
this.toolStripDropDownButton3.Size = new System.Drawing.Size(36, 22);
|
|
this.toolStripDropDownButton3.Text = "&View";
|
|
//
|
|
// expandAllViewMenuItem
|
|
//
|
|
this.expandAllViewMenuItem.Name = "expandAllViewMenuItem";
|
|
this.expandAllViewMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.expandAllViewMenuItem.Text = "&Expand All";
|
|
this.expandAllViewMenuItem.Click += new System.EventHandler(this.viewExpandAllMenuItem_Click);
|
|
//
|
|
// collapseAllViewMenuItem
|
|
//
|
|
this.collapseAllViewMenuItem.Name = "collapseAllViewMenuItem";
|
|
this.collapseAllViewMenuItem.Size = new System.Drawing.Size(204, 22);
|
|
this.collapseAllViewMenuItem.Text = "&Collapse All";
|
|
this.collapseAllViewMenuItem.Click += new System.EventHandler(this.viewCollapseAllMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(201, 6);
|
|
//
|
|
// alwaysOnTopToolStripMenuItem1
|
|
//
|
|
this.alwaysOnTopToolStripMenuItem1.Name = "alwaysOnTopToolStripMenuItem1";
|
|
this.alwaysOnTopToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F11)));
|
|
this.alwaysOnTopToolStripMenuItem1.Size = new System.Drawing.Size(204, 22);
|
|
this.alwaysOnTopToolStripMenuItem1.Text = "Always On &Top";
|
|
this.alwaysOnTopToolStripMenuItem1.Click += new System.EventHandler(this.viewAlwaysOnTopMenuItem_Click);
|
|
//
|
|
// toolStripDropDownButton4
|
|
//
|
|
this.toolStripDropDownButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripDropDownButton4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.optionsToolMenuItem});
|
|
this.toolStripDropDownButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripDropDownButton4.Name = "toolStripDropDownButton4";
|
|
this.toolStripDropDownButton4.ShowDropDownArrow = false;
|
|
this.toolStripDropDownButton4.Size = new System.Drawing.Size(38, 22);
|
|
this.toolStripDropDownButton4.Text = "&Tools";
|
|
//
|
|
// optionsToolMenuItem
|
|
//
|
|
this.optionsToolMenuItem.Name = "optionsToolMenuItem";
|
|
this.optionsToolMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.optionsToolMenuItem.Text = "&Update Favicons";
|
|
this.optionsToolMenuItem.Click += new System.EventHandler(this.toolsOptionsMenuItem_Click);
|
|
//
|
|
// toolStripDropDownButton5
|
|
//
|
|
this.toolStripDropDownButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
this.toolStripDropDownButton5.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.viewHelpHelpMenuItem,
|
|
this.toolStripSeparator12,
|
|
this.aboutHelpMenuItem});
|
|
this.toolStripDropDownButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripDropDownButton5.Name = "toolStripDropDownButton5";
|
|
this.toolStripDropDownButton5.ShowDropDownArrow = false;
|
|
this.toolStripDropDownButton5.Size = new System.Drawing.Size(36, 22);
|
|
this.toolStripDropDownButton5.Text = "&Help";
|
|
//
|
|
// viewHelpHelpMenuItem
|
|
//
|
|
this.viewHelpHelpMenuItem.Image = global::bzit.bomg.Properties.Resources.help_circle;
|
|
this.viewHelpHelpMenuItem.Name = "viewHelpHelpMenuItem";
|
|
this.viewHelpHelpMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
|
|
this.viewHelpHelpMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.viewHelpHelpMenuItem.Text = "View &Help";
|
|
this.viewHelpHelpMenuItem.Click += new System.EventHandler(this.helpViewHelpMenuItem_Click);
|
|
//
|
|
// toolStripSeparator12
|
|
//
|
|
this.toolStripSeparator12.Name = "toolStripSeparator12";
|
|
this.toolStripSeparator12.Size = new System.Drawing.Size(143, 6);
|
|
//
|
|
// aboutHelpMenuItem
|
|
//
|
|
this.aboutHelpMenuItem.Name = "aboutHelpMenuItem";
|
|
this.aboutHelpMenuItem.Size = new System.Drawing.Size(146, 22);
|
|
this.aboutHelpMenuItem.Text = "&About";
|
|
this.aboutHelpMenuItem.Click += new System.EventHandler(this.helpAboutMenuItem_Click);
|
|
//
|
|
// openFileDialog
|
|
//
|
|
this.openFileDialog.DefaultExt = "jsnx";
|
|
this.openFileDialog.Filter = "Bookmarks files (*.jsnx)|*.jsnx|Bookmarks files (*.ryz)|*.ryz";
|
|
this.openFileDialog.Title = "Open bookmarks file";
|
|
//
|
|
// folderTreeNodeMenu
|
|
//
|
|
this.folderTreeNodeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem15,
|
|
this.toolStripMenuItem16,
|
|
this.toolStripSeparator5,
|
|
this.toolStripMenuItem14,
|
|
this.toolStripMenuItem9,
|
|
this.toolStripMenuItem11,
|
|
this.toolStripSeparator7,
|
|
this.sortToolStripMenuItem,
|
|
this.toolStripSeparator11,
|
|
this.toolStripMenuItem12,
|
|
this.toolStripMenuItem13});
|
|
this.folderTreeNodeMenu.Name = "listViewMenu";
|
|
this.folderTreeNodeMenu.Size = new System.Drawing.Size(139, 198);
|
|
//
|
|
// toolStripMenuItem15
|
|
//
|
|
this.toolStripMenuItem15.Image = global::bzit.bomg.Properties.Resources.file_plus;
|
|
this.toolStripMenuItem15.Name = "toolStripMenuItem15";
|
|
this.toolStripMenuItem15.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem15.Text = "Add &Page";
|
|
this.toolStripMenuItem15.Click += new System.EventHandler(this.addPageContextMenu2_Click);
|
|
//
|
|
// toolStripMenuItem16
|
|
//
|
|
this.toolStripMenuItem16.Image = global::bzit.bomg.Properties.Resources.folder_plus;
|
|
this.toolStripMenuItem16.Name = "toolStripMenuItem16";
|
|
this.toolStripMenuItem16.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem16.Text = "Add &Folder";
|
|
this.toolStripMenuItem16.Click += new System.EventHandler(this.addFolderContextMenu2_Click);
|
|
//
|
|
// toolStripSeparator5
|
|
//
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(135, 6);
|
|
//
|
|
// toolStripMenuItem14
|
|
//
|
|
this.toolStripMenuItem14.Image = global::bzit.bomg.Properties.Resources.bookmark;
|
|
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
|
|
this.toolStripMenuItem14.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem14.Text = "&Open All";
|
|
this.toolStripMenuItem14.Click += new System.EventHandler(this.openAllContextMenu_Click);
|
|
//
|
|
// toolStripMenuItem9
|
|
//
|
|
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
|
|
this.toolStripMenuItem9.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem9.Text = "Edi&t";
|
|
this.toolStripMenuItem9.Click += new System.EventHandler(this.editContextMenu2_Click);
|
|
//
|
|
// toolStripMenuItem11
|
|
//
|
|
this.toolStripMenuItem11.Image = global::bzit.bomg.Properties.Resources.trash_2;
|
|
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
|
|
this.toolStripMenuItem11.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem11.Text = "D&elete";
|
|
this.toolStripMenuItem11.Click += new System.EventHandler(this.deleteContextMenu_Click);
|
|
//
|
|
// toolStripSeparator7
|
|
//
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(135, 6);
|
|
//
|
|
// sortToolStripMenuItem
|
|
//
|
|
this.sortToolStripMenuItem.Name = "sortToolStripMenuItem";
|
|
this.sortToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
|
|
this.sortToolStripMenuItem.Text = "&Sort";
|
|
this.sortToolStripMenuItem.Click += new System.EventHandler(this.sortContextMenu2_Click);
|
|
//
|
|
// toolStripSeparator11
|
|
//
|
|
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
|
this.toolStripSeparator11.Size = new System.Drawing.Size(135, 6);
|
|
//
|
|
// toolStripMenuItem12
|
|
//
|
|
this.toolStripMenuItem12.Image = global::bzit.bomg.Properties.Resources.arrow_up_circle;
|
|
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
|
|
this.toolStripMenuItem12.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem12.Text = "Move &Up";
|
|
this.toolStripMenuItem12.Click += new System.EventHandler(this.moveUpContextMenu_Click);
|
|
//
|
|
// toolStripMenuItem13
|
|
//
|
|
this.toolStripMenuItem13.Image = global::bzit.bomg.Properties.Resources.arrow_down_circle;
|
|
this.toolStripMenuItem13.Name = "toolStripMenuItem13";
|
|
this.toolStripMenuItem13.Size = new System.Drawing.Size(138, 22);
|
|
this.toolStripMenuItem13.Text = "Move &Down";
|
|
this.toolStripMenuItem13.Click += new System.EventHandler(this.moveDownContextMenu_Click);
|
|
//
|
|
// saveFileDialog
|
|
//
|
|
this.saveFileDialog.DefaultExt = "jsnx";
|
|
this.saveFileDialog.Filter = "Bookmarks files (*.jsnx)|*.jsnx|Protected bookmarks files (*.jsnx)|*.jsnx";
|
|
this.saveFileDialog.Title = "Save bookmarks file";
|
|
//
|
|
// toolStrip2
|
|
//
|
|
this.toolStrip2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.toolStrip2.CanOverflow = false;
|
|
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newMenuBarItem,
|
|
this.openMenuBarItem,
|
|
this.saveMenuBarItem,
|
|
this.toolStripSeparator9});
|
|
this.toolStrip2.Location = new System.Drawing.Point(0, 25);
|
|
this.toolStrip2.Name = "toolStrip2";
|
|
this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
this.toolStrip2.Size = new System.Drawing.Size(304, 25);
|
|
this.toolStrip2.TabIndex = 26;
|
|
this.toolStrip2.Text = "toolStrip2";
|
|
//
|
|
// newMenuBarItem
|
|
//
|
|
this.newMenuBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.newMenuBarItem.Image = global::bzit.bomg.Properties.Resources.file;
|
|
this.newMenuBarItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.newMenuBarItem.Name = "newMenuBarItem";
|
|
this.newMenuBarItem.Size = new System.Drawing.Size(23, 22);
|
|
this.newMenuBarItem.Text = "toolStripButton1";
|
|
this.newMenuBarItem.ToolTipText = "New";
|
|
this.newMenuBarItem.Click += new System.EventHandler(this.fileNewMenuItem_Click);
|
|
//
|
|
// openMenuBarItem
|
|
//
|
|
this.openMenuBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.openMenuBarItem.Image = global::bzit.bomg.Properties.Resources.folder1;
|
|
this.openMenuBarItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.openMenuBarItem.Name = "openMenuBarItem";
|
|
this.openMenuBarItem.Size = new System.Drawing.Size(23, 22);
|
|
this.openMenuBarItem.Text = "toolStripButton2";
|
|
this.openMenuBarItem.ToolTipText = "Open";
|
|
this.openMenuBarItem.Click += new System.EventHandler(this.fileOpenMenuItem_Click);
|
|
//
|
|
// saveMenuBarItem
|
|
//
|
|
this.saveMenuBarItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.saveMenuBarItem.Image = global::bzit.bomg.Properties.Resources.save;
|
|
this.saveMenuBarItem.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.saveMenuBarItem.Name = "saveMenuBarItem";
|
|
this.saveMenuBarItem.Size = new System.Drawing.Size(23, 22);
|
|
this.saveMenuBarItem.Text = "toolStripButton3";
|
|
this.saveMenuBarItem.ToolTipText = "Save";
|
|
this.saveMenuBarItem.Click += new System.EventHandler(this.fileSaveMenuItem_Click);
|
|
//
|
|
// toolStripSeparator9
|
|
//
|
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
|
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// rootTreeNodeMenu
|
|
//
|
|
this.rootTreeNodeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem17,
|
|
this.toolStripMenuItem18,
|
|
this.toolStripSeparator10,
|
|
this.toolStripMenuItem20,
|
|
this.toolStripSeparator13,
|
|
this.toolStripMenuItem22});
|
|
this.rootTreeNodeMenu.Name = "listViewMenu";
|
|
this.rootTreeNodeMenu.Size = new System.Drawing.Size(133, 104);
|
|
//
|
|
// toolStripMenuItem17
|
|
//
|
|
this.toolStripMenuItem17.Image = global::bzit.bomg.Properties.Resources.file_plus;
|
|
this.toolStripMenuItem17.Name = "toolStripMenuItem17";
|
|
this.toolStripMenuItem17.Size = new System.Drawing.Size(132, 22);
|
|
this.toolStripMenuItem17.Text = "Add &Page";
|
|
this.toolStripMenuItem17.Click += new System.EventHandler(this.addPageContextMenu_Click);
|
|
//
|
|
// toolStripMenuItem18
|
|
//
|
|
this.toolStripMenuItem18.Image = global::bzit.bomg.Properties.Resources.folder_plus;
|
|
this.toolStripMenuItem18.Name = "toolStripMenuItem18";
|
|
this.toolStripMenuItem18.Size = new System.Drawing.Size(132, 22);
|
|
this.toolStripMenuItem18.Text = "Add &Folder";
|
|
this.toolStripMenuItem18.Click += new System.EventHandler(this.addFolderContextMenu_Click);
|
|
//
|
|
// toolStripSeparator10
|
|
//
|
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
|
this.toolStripSeparator10.Size = new System.Drawing.Size(129, 6);
|
|
//
|
|
// toolStripMenuItem20
|
|
//
|
|
this.toolStripMenuItem20.Name = "toolStripMenuItem20";
|
|
this.toolStripMenuItem20.Size = new System.Drawing.Size(132, 22);
|
|
this.toolStripMenuItem20.Text = "Edi&t";
|
|
this.toolStripMenuItem20.Click += new System.EventHandler(this.editContextMenu_Click);
|
|
//
|
|
// toolStripSeparator13
|
|
//
|
|
this.toolStripSeparator13.Name = "toolStripSeparator13";
|
|
this.toolStripSeparator13.Size = new System.Drawing.Size(129, 6);
|
|
//
|
|
// toolStripMenuItem22
|
|
//
|
|
this.toolStripMenuItem22.Name = "toolStripMenuItem22";
|
|
this.toolStripMenuItem22.Size = new System.Drawing.Size(132, 22);
|
|
this.toolStripMenuItem22.Text = "&Sort";
|
|
this.toolStripMenuItem22.Click += new System.EventHandler(this.sortContextMenu_Click);
|
|
//
|
|
// treeView1
|
|
//
|
|
this.treeView1.AllowDrop = true;
|
|
this.treeView1.BackColor = System.Drawing.Color.White;
|
|
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeView1.HideSelection = false;
|
|
this.treeView1.HotTracking = true;
|
|
this.treeView1.ImageIndex = 0;
|
|
this.treeView1.LabelEdit = true;
|
|
this.treeView1.Location = new System.Drawing.Point(0, 50);
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.PathSeparator = "\n";
|
|
this.treeView1.SelectedImageIndex = 0;
|
|
this.treeView1.ShowNodeToolTips = true;
|
|
this.treeView1.Size = new System.Drawing.Size(304, 584);
|
|
this.treeView1.TabIndex = 24;
|
|
this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
|
|
this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
|
|
this.treeView1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.treeView1_PreviewKeyDown);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(304, 654);
|
|
this.Controls.Add(this.treeView1);
|
|
this.Controls.Add(this.toolStrip2);
|
|
this.Controls.Add(this.statusBar1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MinimumSize = new System.Drawing.Size(320, 600);
|
|
this.Name = "MainForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "Bookmark Manager";
|
|
this.pageTreeNodeMenu.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit();
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.folderTreeNodeMenu.ResumeLayout(false);
|
|
this.toolStrip2.ResumeLayout(false);
|
|
this.toolStrip2.PerformLayout();
|
|
this.rootTreeNodeMenu.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.StatusBar statusBar1;
|
|
private System.Windows.Forms.StatusBarPanel statusBarPanel1;
|
|
private System.Windows.Forms.StatusBarPanel statusBarPanel2;
|
|
private System.Windows.Forms.ContextMenuStrip pageTreeNodeMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem listViewMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem moveFileToToolStripMenuItem;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
|
|
private System.Windows.Forms.ToolStripMenuItem newFileMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveFileMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveAsFileMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exitFileMenuItem;
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton4;
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton5;
|
|
private System.Windows.Forms.ToolStripMenuItem optionsToolMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem viewHelpHelpMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
|
|
private System.Windows.Forms.ToolStripMenuItem aboutHelpMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem openFileMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem closeFileMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
public BookmarkTreeView treeView1;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
|
private System.Windows.Forms.OpenFileDialog openFileDialog;
|
|
private System.Windows.Forms.ContextMenuStrip folderTreeNodeMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem9;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
|
private System.Windows.Forms.SaveFileDialog saveFileDialog;
|
|
private System.Windows.Forms.ToolStrip toolStrip2;
|
|
private System.Windows.Forms.ToolStripButton newMenuBarItem;
|
|
private System.Windows.Forms.ToolStripButton openMenuBarItem;
|
|
private System.Windows.Forms.ToolStripButton saveMenuBarItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem14;
|
|
private System.Windows.Forms.ToolStripMenuItem sortToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem15;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem16;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
|
|
private System.Windows.Forms.ContextMenuStrip rootTreeNodeMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem17;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem18;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem20;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem22;
|
|
private System.Windows.Forms.ToolStripMenuItem expandAllViewMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem collapseAllViewMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem findEditMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem alwaysOnTopToolStripMenuItem1;
|
|
}
|
|
}
|
|
|