136 lines
6.5 KiB
C#
136 lines
6.5 KiB
C#
namespace AsyncRAT_Sharp.Forms
|
|
{
|
|
partial class FileManager
|
|
{
|
|
/// <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(FileManager));
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.backToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.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.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.listView1.LargeImageList = this.imageList1;
|
|
this.listView1.Location = new System.Drawing.Point(0, 1);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.ShowItemToolTips = true;
|
|
this.listView1.Size = new System.Drawing.Size(1016, 669);
|
|
this.listView1.SmallImageList = this.imageList1;
|
|
this.listView1.TabIndex = 0;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
|
|
//
|
|
// imageList1
|
|
//
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imageList1.Images.SetKeyName(0, "AsyncFolder.ico");
|
|
this.imageList1.Images.SetKeyName(1, "AsyncHDDFixed.png");
|
|
this.imageList1.Images.SetKeyName(2, "AsyncUSB.png");
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.backToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(121, 34);
|
|
//
|
|
// backToolStripMenuItem
|
|
//
|
|
this.backToolStripMenuItem.Name = "backToolStripMenuItem";
|
|
this.backToolStripMenuItem.Size = new System.Drawing.Size(120, 30);
|
|
this.backToolStripMenuItem.Text = "Back";
|
|
this.backToolStripMenuItem.Click += new System.EventHandler(this.backToolStripMenuItem_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripStatusLabel1,
|
|
this.toolStripStatusLabel2});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 673);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(1016, 30);
|
|
this.statusStrip1.TabIndex = 2;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(20, 25);
|
|
this.toolStripStatusLabel1.Text = "..";
|
|
//
|
|
// toolStripStatusLabel2
|
|
//
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
this.toolStripStatusLabel2.Size = new System.Drawing.Size(20, 25);
|
|
this.toolStripStatusLabel2.Text = "..";
|
|
//
|
|
// FileManager
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1016, 703);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.listView1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FileManager";
|
|
this.Text = "FileManager";
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
public System.Windows.Forms.ListView listView1;
|
|
public System.Windows.Forms.ImageList imageList1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem backToolStripMenuItem;
|
|
public System.Windows.Forms.StatusStrip statusStrip1;
|
|
public System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
public System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
}
|
|
} |