Plugin
sftpWinForm.Designer.cs
namespace AppMonitor.Plugin
{
partial clast SftpWinForm
{
///
/// 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();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.text_adress = new System.Windows.Forms.ToolStripTextBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.treeView1 = new System.Windows.Forms.TreeView();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.largeIconTool2 = new System.Windows.Forms.ToolStripMenuItem();
this.smallIconTool2 = new System.Windows.Forms.ToolStripMenuItem();
this.listTool2 = new System.Windows.Forms.ToolStripMenuItem();
this.detailTool2 = new System.Windows.Forms.ToolStripMenuItem();
this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.transferToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.LargeImages = new System.Windows.Forms.ImageList(this.components);
this.SmallImages = new System.Windows.Forms.ImageList(this.components);
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripSplitButton();
this.detailTool = new System.Windows.Forms.ToolStripMenuItem();
this.listTool = new System.Windows.Forms.ToolStripMenuItem();
this.largeIconTool = new System.Windows.Forms.ToolStripMenuItem();
this.smallIconTool = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.text_adress,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripSplitButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(622, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// text_adress
//
this.text_adress.Name = "text_adress";
this.text_adress.Size = new System.Drawing.Size(400, 25);
this.text_adress.KeyUp += new System.Windows.Forms.KeyEventHandler(this.text_adress_KeyUp);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 25);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeView1);
this.splitContainer1.Panel1MinSize = 0;
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.listView1);
this.splitContainer1.Panel2.Resize += new System.EventHandler(this.splitContainer1_Panel2_Resize);
this.splitContainer1.Size = new System.Drawing.Size(622, 511);
this.splitContainer1.SplitterDistance = 25;
this.splitContainer1.TabIndex = 1;
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeView1.Location = new System.Drawing.Point(0, 0);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(25, 511);
this.treeView1.TabIndex = 0;
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.LargeImageList = this.LargeImages;
this.listView1.Location = new System.Drawing.Point(0, 0);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(593, 511);
this.listView1.SmallImageList = this.SmallImages;
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
//
// columnHeader1
//
this.columnHeader1.Text = "Name";
this.columnHeader1.Width = 200;
//
// columnHeader2
//
this.columnHeader2.Text = "Size";
//
// columnHeader3
//
this.columnHeader3.Text = "Type";
//
// columnHeader4
//
this.columnHeader4.Text = "Modified";
this.columnHeader4.Width = 150;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.viewToolStripMenuItem,
this.refreshToolStripMenuItem,
this.transferToolStripMenuItem,
this.openToolStripMenuItem,
this.toolStripSeparator1,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.toolStripSeparator2,
this.newFolderToolStripMenuItem,
this.renameToolStripMenuItem,
this.deleteToolStripMenuItem,
this.toolStripSeparator3,
this.propertiesToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(144, 242);
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.largeIconTool2,
this.smallIconTool2,
this.listTool2,
this.detailTool2});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.viewToolStripMenuItem.Text = "View";
//
// largeIconTool2
//
this.largeIconTool2.Name = "largeIconTool2";
this.largeIconTool2.Size = new System.Drawing.Size(152, 22);
this.largeIconTool2.Tag = "Large";
this.largeIconTool2.Text = "Large Icon";
this.largeIconTool2.Click += new System.EventHandler(this.ChangeView);
//
// smallIconTool2
//
this.smallIconTool2.Name = "smallIconTool2";
this.smallIconTool2.Size = new System.Drawing.Size(152, 22);
this.smallIconTool2.Tag = "Small";
this.smallIconTool2.Text = "Small Icon";
this.smallIconTool2.Click += new System.EventHandler(this.ChangeView);
//
// listTool2
//
this.listTool2.Name = "listTool2";
this.listTool2.Size = new System.Drawing.Size(152, 22);
this.listTool2.Tag = "List";
this.listTool2.Text = "List";
this.listTool2.Click += new System.EventHandler(this.ChangeView);
//
// detailTool2
//
this.detailTool2.Checked = true;
this.detailTool2.CheckState = System.Windows.Forms.CheckState.Checked;
this.detailTool2.Name = "detailTool2";
this.detailTool2.Size = new System.Drawing.Size(152, 22);
this.detailTool2.Tag = "Detail";
this.detailTool2.Text = "Detail";
this.detailTool2.Click += new System.EventHandler(this.ChangeView);
//
// refreshToolStripMenuItem
//
this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
this.refreshToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.refreshToolStripMenuItem.Text = "&Refresh";
this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
//
// transferToolStripMenuItem
//
this.transferToolStripMenuItem.Name = "transferToolStripMenuItem";
this.transferToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.transferToolStripMenuItem.Text = "&Transfer";
this.transferToolStripMenuItem.Click += new System.EventHandler(this.transferToolStripMenuItem_Click);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.openToolStripMenuItem.Text = "&Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.copyToolStripMenuItem.Text = "&Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// pasteToolStripMenuItem
//
this.pasteToolStripMenuItem.Enabled = false;
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.pasteToolStripMenuItem.Text = "&Paste";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
//
// renameToolStripMenuItem
//
this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
this.renameToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.renameToolStripMenuItem.Text = "&Rename";
this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
//
// newFolderToolStripMenuItem
//
this.newFolderToolStripMenuItem.Name = "newFolderToolStripMenuItem";
this.newFolderToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.newFolderToolStripMenuItem.Text = "&New Folder";
this.newFolderToolStripMenuItem.Click += new System.EventHandler(this.newFolderToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.deleteToolStripMenuItem.Text = "&Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6);
//
// propertiesToolStripMenuItem
//
this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.propertiesToolStripMenuItem.Text = "&Properties";
this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
//
// LargeImages
//
this.LargeImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.LargeImages.ImageSize = new System.Drawing.Size(64, 64);
this.LargeImages.TransparentColor = System.Drawing.Color.Transparent;
//
// SmallImages
//
this.SmallImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.SmallImages.ImageSize = new System.Drawing.Size(16, 16);
this.SmallImages.TransparentColor = System.Drawing.Color.Transparent;
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = global::AppMonitor.Properties.Resources.parent_24px;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton3
//
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = global::AppMonitor.Properties.Resources.refresh_24px;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
this.toolStripButton3.Text = "toolStripButton3";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripSplitButton1
//
this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.largeIconTool,
this.smallIconTool,
this.listTool,
this.detailTool});
this.toolStripSplitButton1.Image = global::AppMonitor.Properties.Resources.view_16px;
this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripSplitButton1.Name = "toolStripSplitButton1";
this.toolStripSplitButton1.Size = new System.Drawing.Size(32, 22);
this.toolStripSplitButton1.Text = "toolStripSplitButton1";
this.toolStripSplitButton1.ButtonClick += new System.EventHandler(this.toolStripSplitButton1_ButtonClick);
//
// detailTool
//
this.detailTool.Checked = true;
this.detailTool.CheckState = System.Windows.Forms.CheckState.Checked;
this.detailTool.Name = "detailTool";
this.detailTool.Size = new System.Drawing.Size(152, 22);
this.detailTool.Tag = "Detail";
this.detailTool.Text = "Detail";
this.detailTool.Click += new System.EventHandler(this.ChangeView);
//
// listTool
//
this.listTool.Name = "listTool";
this.listTool.Size = new System.Drawing.Size(152, 22);
this.listTool.Tag = "List";
this.listTool.Text = "List";
this.listTool.Click += new System.EventHandler(this.ChangeView);
//
// largeIconTool
//
this.largeIconTool.Name = "largeIconTool";
this.largeIconTool.Size = new System.Drawing.Size(152, 22);
this.largeIconTool.Tag = "Large";
this.largeIconTool.Text = "Large Icon";
this.largeIconTool.Click += new System.EventHandler(this.ChangeView);
//
// smallIconTool
//
this.smallIconTool.Name = "smallIconTool";
this.smallIconTool.Size = new System.Drawing.Size(152, 22);
this.smallIconTool.Tag = "Small";
this.smallIconTool.Text = "Small Icon";
this.smallIconTool.Click += new System.EventHandler(this.ChangeView);
//
// SftpWinForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(622, 536);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SftpWinForm";
this.ShowInTaskbar = false;
this.Text = "sftpWinForm";
this.Load += new System.EventHandler(this.sftpWinForm_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripTextBox text_adress;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton1;
private System.Windows.Forms.ToolStripMenuItem detailTool;
private System.Windows.Forms.ToolStripMenuItem listTool;
private System.Windows.Forms.ToolStripMenuItem largeIconTool;
private System.Windows.Forms.ToolStripMenuItem smallIconTool;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ImageList SmallImages;
private System.Windows.Forms.ImageList LargeImages;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem transferToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem largeIconTool2;
private System.Windows.Forms.ToolStripMenuItem smallIconTool2;
private System.Windows.Forms.ToolStripMenuItem listTool2;
private System.Windows.Forms.ToolStripMenuItem detailTool2;
private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newFolderToolStripMenuItem;
}
}