namespace sharprd { partial class MainWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow)); this.tabContainer = new System.Windows.Forms.TabControl(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolstrip = new System.Windows.Forms.ToolStrip(); this.btnNew = new System.Windows.Forms.ToolStripButton(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.btnEmail = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.btnAddFolder = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.btnBrowser = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.btnConnect = new System.Windows.Forms.ToolStripButton(); this.btnReconnect = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportToolStripMenu = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sidebarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.hideMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.eToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.connectionBrowserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.leftPanel = new System.Windows.Forms.Panel(); this.treeConnections = new System.Windows.Forms.TreeView(); this.connectionsContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.editMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cloneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.firstSeparator = new System.Windows.Forms.ToolStripSeparator(); this.connectMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reconnectMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components); this.trayContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.restoreMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tooltip = new System.Windows.Forms.ToolTip(this.components); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.btnClone = new System.Windows.Forms.ToolStripButton(); this.toolstrip.SuspendLayout(); this.menuStrip.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.leftPanel.SuspendLayout(); this.connectionsContextMenuStrip.SuspendLayout(); this.trayContextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // tabContainer // this.tabContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.tabContainer.Location = new System.Drawing.Point(0, 0); this.tabContainer.Name = "tabContainer"; this.tabContainer.SelectedIndex = 0; this.tabContainer.Size = new System.Drawing.Size(818, 506); this.tabContainer.TabIndex = 0; // // statusStrip // this.statusStrip.Location = new System.Drawing.Point(0, 555); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(1021, 22); this.statusStrip.TabIndex = 3; this.statusStrip.Text = "statusStrip1"; // // toolstrip // this.toolstrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnNew, this.btnEdit, this.btnDelete, this.btnSave, this.btnClone, this.btnEmail, this.toolStripSeparator7, this.btnAddFolder, this.toolStripSeparator4, this.btnBrowser, this.toolStripSeparator5, this.btnConnect, this.btnReconnect}); this.toolstrip.Location = new System.Drawing.Point(0, 24); this.toolstrip.Name = "toolstrip"; this.toolstrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolstrip.Size = new System.Drawing.Size(1021, 25); this.toolstrip.TabIndex = 4; this.toolstrip.Text = "toolStrip1"; // // btnNew // this.btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnNew.Image = global::sharprd.Properties.Resources.new_connection; this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(23, 22); this.btnNew.Text = "New..."; this.btnNew.Click += new System.EventHandler(this.NewEdit); // // btnEdit // this.btnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnEdit.Enabled = false; this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image"))); this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(23, 22); this.btnEdit.Text = "Edit..."; this.btnEdit.Click += new System.EventHandler(this.NewEdit); // // btnDelete // this.btnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnDelete.Image = global::sharprd.Properties.Resources.delete; this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(23, 22); this.btnDelete.Text = "Delete"; this.btnDelete.Click += new System.EventHandler(this.Delete); // // btnSave // this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSave.Image = global::sharprd.Properties.Resources.save; this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(23, 22); this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnEmail // this.btnEmail.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnEmail.Image = ((System.Drawing.Image)(resources.GetObject("btnEmail.Image"))); this.btnEmail.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnEmail.Name = "btnEmail"; this.btnEmail.Size = new System.Drawing.Size(23, 22); this.btnEmail.Text = "Email connection"; this.btnEmail.Click += new System.EventHandler(this.btnEmail_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25); // // btnAddFolder // this.btnAddFolder.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnAddFolder.Image = global::sharprd.Properties.Resources.new_folder; this.btnAddFolder.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnAddFolder.Name = "btnAddFolder"; this.btnAddFolder.Size = new System.Drawing.Size(23, 22); this.btnAddFolder.Text = "New folder"; this.btnAddFolder.Click += new System.EventHandler(this.btnAddFolder_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // btnBrowser // this.btnBrowser.Checked = true; this.btnBrowser.CheckOnClick = true; this.btnBrowser.CheckState = System.Windows.Forms.CheckState.Checked; this.btnBrowser.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnBrowser.Image = global::sharprd.Properties.Resources.dock; this.btnBrowser.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnBrowser.Name = "btnBrowser"; this.btnBrowser.Size = new System.Drawing.Size(23, 22); this.btnBrowser.Text = "Toggle connections browser"; this.btnBrowser.Click += new System.EventHandler(this.btnBrowser_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); // // btnConnect // this.btnConnect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnConnect.Enabled = false; this.btnConnect.Image = global::sharprd.Properties.Resources.play; this.btnConnect.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(23, 22); this.btnConnect.Text = "Connect"; this.btnConnect.Click += new System.EventHandler(this.Connect); // // btnReconnect // this.btnReconnect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnReconnect.Enabled = false; this.btnReconnect.Image = global::sharprd.Properties.Resources.refresh; this.btnReconnect.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnReconnect.Name = "btnReconnect"; this.btnReconnect.Size = new System.Drawing.Size(23, 22); this.btnReconnect.Text = "Reconnect"; this.btnReconnect.Click += new System.EventHandler(this.btnReconnect_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem1, this.viewToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.menuStrip.Size = new System.Drawing.Size(1021, 24); this.menuStrip.TabIndex = 5; this.menuStrip.Text = "menuStrip1"; // // fileToolStripMenuItem1 // this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem1, this.editToolStripMenuItem1, this.deleteToolStripMenuItem, this.toolStripSeparator9, this.openToolStripMenuItem, this.saveToolStripMenuItem1, this.toolStripSeparator3, this.importToolStripMenuItem, this.exportToolStripMenu, this.toolStripSeparator6, this.exitToolStripMenuItem1}); this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1"; this.fileToolStripMenuItem1.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem1.Text = "File"; // // newToolStripMenuItem1 // this.newToolStripMenuItem1.Image = global::sharprd.Properties.Resources.new_connection; this.newToolStripMenuItem1.Name = "newToolStripMenuItem1"; this.newToolStripMenuItem1.Size = new System.Drawing.Size(119, 22); this.newToolStripMenuItem1.Text = "New..."; this.newToolStripMenuItem1.Click += new System.EventHandler(this.NewEdit); // // editToolStripMenuItem1 // this.editToolStripMenuItem1.Image = global::sharprd.Properties.Resources.edit; this.editToolStripMenuItem1.Name = "editToolStripMenuItem1"; this.editToolStripMenuItem1.Size = new System.Drawing.Size(119, 22); this.editToolStripMenuItem1.Text = "Edit"; this.editToolStripMenuItem1.Click += new System.EventHandler(this.NewEdit); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Image = global::sharprd.Properties.Resources.delete; this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(119, 22); this.deleteToolStripMenuItem.Text = "Delete"; this.deleteToolStripMenuItem.Click += new System.EventHandler(this.Delete); // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; this.toolStripSeparator9.Size = new System.Drawing.Size(116, 6); // // openToolStripMenuItem // this.openToolStripMenuItem.Image = global::sharprd.Properties.Resources.folder; this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(119, 22); this.openToolStripMenuItem.Text = "Open"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // saveToolStripMenuItem1 // this.saveToolStripMenuItem1.Image = global::sharprd.Properties.Resources.save; this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1"; this.saveToolStripMenuItem1.Size = new System.Drawing.Size(119, 22); this.saveToolStripMenuItem1.Text = "Save"; this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(116, 6); // // importToolStripMenuItem // this.importToolStripMenuItem.Image = global::sharprd.Properties.Resources.import; this.importToolStripMenuItem.Name = "importToolStripMenuItem"; this.importToolStripMenuItem.Size = new System.Drawing.Size(119, 22); this.importToolStripMenuItem.Text = "Import..."; this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); // // exportToolStripMenu // this.exportToolStripMenu.Image = global::sharprd.Properties.Resources.export; this.exportToolStripMenu.Name = "exportToolStripMenu"; this.exportToolStripMenu.Size = new System.Drawing.Size(119, 22); this.exportToolStripMenu.Text = "Export..."; this.exportToolStripMenu.Click += new System.EventHandler(this.exportToolStripMenu_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(116, 6); // // exitToolStripMenuItem1 // this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1"; this.exitToolStripMenuItem1.Size = new System.Drawing.Size(119, 22); this.exitToolStripMenuItem1.Text = "Exit"; this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sidebarToolStripMenuItem, this.toolStripSeparator8, this.hideMenuItem}); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.viewToolStripMenuItem.Text = "View"; // // sidebarToolStripMenuItem // this.sidebarToolStripMenuItem.Image = global::sharprd.Properties.Resources.dock; this.sidebarToolStripMenuItem.Name = "sidebarToolStripMenuItem"; this.sidebarToolStripMenuItem.Size = new System.Drawing.Size(190, 22); this.sidebarToolStripMenuItem.Text = "Connections browser"; this.sidebarToolStripMenuItem.Click += new System.EventHandler(this.btnBrowser_Click); // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; this.toolStripSeparator8.Size = new System.Drawing.Size(187, 6); // // hideMenuItem // this.hideMenuItem.CheckOnClick = true; this.hideMenuItem.Name = "hideMenuItem"; this.hideMenuItem.Size = new System.Drawing.Size(190, 22); this.hideMenuItem.Text = "Hide when minimized"; // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.editToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.newToolStripMenuItem.Text = "New..."; this.newToolStripMenuItem.Click += new System.EventHandler(this.NewEdit); // // editToolStripMenuItem // this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.editToolStripMenuItem.Text = "Edit"; this.editToolStripMenuItem.Click += new System.EventHandler(this.NewEdit); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(104, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(107, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // eToolStripMenuItem // this.eToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.connectionBrowserToolStripMenuItem}); this.eToolStripMenuItem.Name = "eToolStripMenuItem"; this.eToolStripMenuItem.Size = new System.Drawing.Size(41, 20); this.eToolStripMenuItem.Text = "View"; // // connectionBrowserToolStripMenuItem // this.connectionBrowserToolStripMenuItem.Name = "connectionBrowserToolStripMenuItem"; this.connectionBrowserToolStripMenuItem.Size = new System.Drawing.Size(181, 22); this.connectionBrowserToolStripMenuItem.Text = "Connection Browser"; this.connectionBrowserToolStripMenuItem.Click += new System.EventHandler(this.btnBrowser_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 49); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.leftPanel); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabContainer); this.splitContainer1.Size = new System.Drawing.Size(1021, 506); this.splitContainer1.SplitterDistance = 199; this.splitContainer1.TabIndex = 6; // // leftPanel // this.leftPanel.Controls.Add(this.treeConnections); this.leftPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.leftPanel.Location = new System.Drawing.Point(0, 0); this.leftPanel.Name = "leftPanel"; this.leftPanel.Size = new System.Drawing.Size(199, 506); this.leftPanel.TabIndex = 2; // // treeConnections // this.treeConnections.AllowDrop = true; this.treeConnections.ContextMenuStrip = this.connectionsContextMenuStrip; this.treeConnections.Dock = System.Windows.Forms.DockStyle.Fill; this.treeConnections.ImageIndex = 0; this.treeConnections.ImageList = this.imageList; this.treeConnections.Location = new System.Drawing.Point(0, 0); this.treeConnections.Name = "treeConnections"; this.treeConnections.SelectedImageIndex = 0; this.treeConnections.ShowLines = false; this.treeConnections.Size = new System.Drawing.Size(199, 506); this.treeConnections.TabIndex = 0; this.treeConnections.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeConnections_ItemDrag); this.treeConnections.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeConnections_AfterSelect); this.treeConnections.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeConnections_DragDrop); this.treeConnections.DragEnter += new System.Windows.Forms.DragEventHandler(this.treeConnections_DragEnter); this.treeConnections.DoubleClick += new System.EventHandler(this.Connect); this.treeConnections.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeConnections_MouseDown); this.treeConnections.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeConnections_MouseMove); // // connectionsContextMenuStrip // this.connectionsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.editMenuItem, this.deleteMenuItem, this.saveToolStripMenuItem, this.cloneToolStripMenuItem, this.firstSeparator, this.connectMenuItem, this.reconnectMenuItem}); this.connectionsContextMenuStrip.Name = "connectionsContextMenuStrip"; this.connectionsContextMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.connectionsContextMenuStrip.Size = new System.Drawing.Size(131, 142); this.connectionsContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.connectionsContextMenuStrip_Opening); // // editMenuItem // this.editMenuItem.Image = global::sharprd.Properties.Resources.edit; this.editMenuItem.Name = "editMenuItem"; this.editMenuItem.Size = new System.Drawing.Size(130, 22); this.editMenuItem.Text = "Edit"; this.editMenuItem.Click += new System.EventHandler(this.editMenuItem_Click); // // deleteMenuItem // this.deleteMenuItem.Image = global::sharprd.Properties.Resources.delete; this.deleteMenuItem.Name = "deleteMenuItem"; this.deleteMenuItem.Size = new System.Drawing.Size(130, 22); this.deleteMenuItem.Text = "Delete"; this.deleteMenuItem.Click += new System.EventHandler(this.deleteMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Image = global::sharprd.Properties.Resources.save; this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(130, 22); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // cloneToolStripMenuItem // this.cloneToolStripMenuItem.Image = global::sharprd.Properties.Resources.copy; this.cloneToolStripMenuItem.Name = "cloneToolStripMenuItem"; this.cloneToolStripMenuItem.Size = new System.Drawing.Size(130, 22); this.cloneToolStripMenuItem.Text = "Clone"; this.cloneToolStripMenuItem.Click += new System.EventHandler(this.cloneToolStripMenuItem_Click); // // firstSeparator // this.firstSeparator.Name = "firstSeparator"; this.firstSeparator.Size = new System.Drawing.Size(127, 6); // // connectMenuItem // this.connectMenuItem.Image = global::sharprd.Properties.Resources.play; this.connectMenuItem.Name = "connectMenuItem"; this.connectMenuItem.Size = new System.Drawing.Size(130, 22); this.connectMenuItem.Text = "Connect"; this.connectMenuItem.Click += new System.EventHandler(this.connectMenuItem_Click); // // reconnectMenuItem // this.reconnectMenuItem.Enabled = false; this.reconnectMenuItem.Image = global::sharprd.Properties.Resources.refresh; this.reconnectMenuItem.Name = "reconnectMenuItem"; this.reconnectMenuItem.Size = new System.Drawing.Size(130, 22); this.reconnectMenuItem.Text = "Reconnect"; this.reconnectMenuItem.Click += new System.EventHandler(this.reconnectMenuItem_Click); // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "imnoff.png"); this.imageList.Images.SetKeyName(1, "imnaway.png"); this.imageList.Images.SetKeyName(2, "imnbusy.png"); this.imageList.Images.SetKeyName(3, "imnon.png"); this.imageList.Images.SetKeyName(4, "folder.png"); // // notifyIcon // this.notifyIcon.ContextMenuStrip = this.trayContextMenuStrip; this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon"))); this.notifyIcon.Text = "sharprd"; this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick); // // trayContextMenuStrip // this.trayContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.restoreMenuItem, this.toolStripSeparator, this.exitMenuItem}); this.trayContextMenuStrip.Name = "trayContextMenuStrip"; this.trayContextMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.trayContextMenuStrip.Size = new System.Drawing.Size(114, 54); // // restoreMenuItem // this.restoreMenuItem.Name = "restoreMenuItem"; this.restoreMenuItem.Size = new System.Drawing.Size(113, 22); this.restoreMenuItem.Text = "Restore"; this.restoreMenuItem.Click += new System.EventHandler(this.restoreMenuItem_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(110, 6); // // exitMenuItem // this.exitMenuItem.Name = "exitMenuItem"; this.exitMenuItem.Size = new System.Drawing.Size(113, 22); this.exitMenuItem.Text = "Exit"; this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; // // btnClone // this.btnClone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnClone.Enabled = false; this.btnClone.Image = global::sharprd.Properties.Resources.copy; this.btnClone.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnClone.Name = "btnClone"; this.btnClone.Size = new System.Drawing.Size(23, 22); this.btnClone.Text = "toolStripButton2"; this.btnClone.Click += new System.EventHandler(this.Clone); // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1021, 577); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.toolstrip); this.Controls.Add(this.statusStrip); this.Controls.Add(this.menuStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip; this.Name = "MainWindow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "sharprd"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing); this.Shown += new System.EventHandler(this.MainWindow_Shown); this.Resize += new System.EventHandler(this.MainWindow_Resize); this.toolstrip.ResumeLayout(false); this.toolstrip.PerformLayout(); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.leftPanel.ResumeLayout(false); this.connectionsContextMenuStrip.ResumeLayout(false); this.trayContextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabContainer; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStrip toolstrip; private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem eToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem connectionBrowserToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem sidebarToolStripMenuItem; private System.Windows.Forms.ToolStripButton btnNew; private System.Windows.Forms.ToolStripButton btnEdit; private System.Windows.Forms.ToolStripButton btnDelete; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton btnBrowser; private System.Windows.Forms.ToolStripButton btnConnect; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.NotifyIcon notifyIcon; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip trayContextMenuStrip; private System.Windows.Forms.ToolStripMenuItem restoreMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator; private System.Windows.Forms.ToolStripMenuItem exitMenuItem; private System.Windows.Forms.ContextMenuStrip connectionsContextMenuStrip; private System.Windows.Forms.ToolStripMenuItem editMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteMenuItem; private System.Windows.Forms.ToolStripSeparator firstSeparator; private System.Windows.Forms.ToolStripMenuItem connectMenuItem; private System.Windows.Forms.ToolStripMenuItem reconnectMenuItem; private System.Windows.Forms.ToolStripButton btnReconnect; private System.Windows.Forms.TreeView treeConnections; private System.Windows.Forms.ImageList imageList; private System.Windows.Forms.Panel leftPanel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripButton btnAddFolder; private System.Windows.Forms.ToolStripMenuItem exportToolStripMenu; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripMenuItem hideMenuItem; private System.Windows.Forms.ToolStripButton btnEmail; private System.Windows.Forms.ToolStripButton btnSave; private System.Windows.Forms.ToolTip tooltip; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cloneToolStripMenuItem; private System.Windows.Forms.ToolStripButton btnClone; } }