2008-09-13 16:32:45 +00:00
|
|
|
namespace Duplicati.GUI.HelperControls
|
2008-09-13 16:24:43 +00:00
|
|
|
{
|
|
|
|
|
partial class BackupTreeView
|
|
|
|
|
{
|
|
|
|
|
/// <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 Component 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(BackupTreeView));
|
|
|
|
|
this.treeView = new System.Windows.Forms.TreeView();
|
|
|
|
|
this.imageList = new System.Windows.Forms.ImageList(this.components);
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// treeView
|
|
|
|
|
//
|
|
|
|
|
this.treeView.AllowDrop = true;
|
2009-06-11 17:22:38 +00:00
|
|
|
resources.ApplyResources(this.treeView, "treeView");
|
2008-09-13 16:24:43 +00:00
|
|
|
this.treeView.ImageList = this.imageList;
|
2009-03-16 22:28:54 +00:00
|
|
|
this.treeView.LabelEdit = true;
|
2008-09-13 16:24:43 +00:00
|
|
|
this.treeView.Name = "treeView";
|
2009-02-12 21:52:58 +00:00
|
|
|
this.treeView.DoubleClick += new System.EventHandler(this.treeView_DoubleClick);
|
2008-09-13 16:24:43 +00:00
|
|
|
this.treeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.treeView_DragDrop);
|
2010-01-15 22:25:26 +00:00
|
|
|
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
|
2008-09-13 16:24:43 +00:00
|
|
|
this.treeView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_KeyUp);
|
|
|
|
|
this.treeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.treeView_ItemDrag);
|
|
|
|
|
this.treeView.DragOver += new System.Windows.Forms.DragEventHandler(this.treeView_DragOver);
|
|
|
|
|
//
|
|
|
|
|
// imageList
|
|
|
|
|
//
|
|
|
|
|
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
|
|
|
|
|
this.imageList.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.imageList.Images.SetKeyName(0, "Folder");
|
|
|
|
|
this.imageList.Images.SetKeyName(1, "Backup");
|
|
|
|
|
//
|
|
|
|
|
// BackupTreeView
|
|
|
|
|
//
|
2009-06-11 17:22:38 +00:00
|
|
|
resources.ApplyResources(this, "$this");
|
2008-09-13 16:24:43 +00:00
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.treeView);
|
|
|
|
|
this.Name = "BackupTreeView";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ImageList imageList;
|
|
|
|
|
public System.Windows.Forms.TreeView treeView;
|
|
|
|
|
}
|
|
|
|
|
}
|