using System.Windows.Forms; namespace ShiftOS.Main.ShiftOS.Apps { partial class FileSkimmer { /// /// 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 Component 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(FileSkimmer)); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.breadcrumbsBar = new System.Windows.Forms.ToolStrip(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton(); this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listView1 = new System.Windows.Forms.ListView(); this.textFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1541, 33); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newFileToolStripMenuItem, this.newFolderToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(50, 29); this.fileToolStripMenuItem.Text = "File"; // // newFileToolStripMenuItem // this.newFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.textFileToolStripMenuItem}); this.newFileToolStripMenuItem.Name = "newFileToolStripMenuItem"; this.newFileToolStripMenuItem.Size = new System.Drawing.Size(210, 30); this.newFileToolStripMenuItem.Text = "New File"; // // newFolderToolStripMenuItem // this.newFolderToolStripMenuItem.Name = "newFolderToolStripMenuItem"; this.newFolderToolStripMenuItem.Size = new System.Drawing.Size(210, 30); this.newFolderToolStripMenuItem.Text = "New Folder"; // // breadcrumbsBar // this.breadcrumbsBar.ImageScalingSize = new System.Drawing.Size(24, 24); this.breadcrumbsBar.Location = new System.Drawing.Point(0, 33); this.breadcrumbsBar.Name = "breadcrumbsBar"; this.breadcrumbsBar.Size = new System.Drawing.Size(1541, 25); this.breadcrumbsBar.TabIndex = 2; this.breadcrumbsBar.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.breadcrumbsBar_ItemClicked); // // toolStrip2 // this.toolStrip2.ImageScalingSize = new System.Drawing.Size(24, 24); this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripDropDownButton1}); this.toolStrip2.Location = new System.Drawing.Point(0, 58); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(1541, 32); this.toolStrip2.TabIndex = 3; this.toolStrip2.Text = "toolbar"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 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(28, 29); this.toolStripButton1.Text = "^"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripDropDownButton1 // this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.largeIconsToolStripMenuItem, this.smallIconsToolStripMenuItem, this.detailsToolStripMenuItem, this.listToolStripMenuItem, this.tilesToolStripMenuItem}); this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image"))); this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripDropDownButton1.Name = "toolStripDropDownButton1"; this.toolStripDropDownButton1.Size = new System.Drawing.Size(119, 29); this.toolStripDropDownButton1.Text = "View Mode"; this.toolStripDropDownButton1.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripDropDownButton1_DropDownItemClicked); // // largeIconsToolStripMenuItem // this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem"; this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(186, 30); this.largeIconsToolStripMenuItem.Text = "Large Icons"; // // smallIconsToolStripMenuItem // this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem"; this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(186, 30); this.smallIconsToolStripMenuItem.Text = "Small Icons"; // // detailsToolStripMenuItem // this.detailsToolStripMenuItem.Name = "detailsToolStripMenuItem"; this.detailsToolStripMenuItem.Size = new System.Drawing.Size(186, 30); this.detailsToolStripMenuItem.Text = "Details"; // // listToolStripMenuItem // this.listToolStripMenuItem.Name = "listToolStripMenuItem"; this.listToolStripMenuItem.Size = new System.Drawing.Size(186, 30); this.listToolStripMenuItem.Text = "List"; // // tilesToolStripMenuItem // this.tilesToolStripMenuItem.Name = "tilesToolStripMenuItem"; this.tilesToolStripMenuItem.Size = new System.Drawing.Size(186, 30); this.tilesToolStripMenuItem.Text = "Tiles"; // // listView1 // this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.Location = new System.Drawing.Point(0, 90); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(1541, 696); this.listView1.TabIndex = 4; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseClick); this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick); // // textFileToolStripMenuItem // this.textFileToolStripMenuItem.Name = "textFileToolStripMenuItem"; this.textFileToolStripMenuItem.Size = new System.Drawing.Size(210, 30); this.textFileToolStripMenuItem.Text = "Text file"; this.textFileToolStripMenuItem.Click += new System.EventHandler(this.textFileToolStripMenuItem_Click); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.renameToolStripMenuItem, this.deleteToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(148, 94); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(147, 30); this.openToolStripMenuItem.Text = "Open"; // // renameToolStripMenuItem // this.renameToolStripMenuItem.Name = "renameToolStripMenuItem"; this.renameToolStripMenuItem.Size = new System.Drawing.Size(147, 30); this.renameToolStripMenuItem.Text = "Rename"; // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(147, 30); this.deleteToolStripMenuItem.Text = "Delete"; // // FileSkimmer // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.listView1); this.Controls.Add(this.toolStrip2); this.Controls.Add(this.breadcrumbsBar); this.Controls.Add(this.menuStrip1); this.Name = "FileSkimmer"; this.Size = new System.Drawing.Size(1541, 786); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStrip breadcrumbsBar; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1; private System.Windows.Forms.ToolStripMenuItem largeIconsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem smallIconsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem detailsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem tilesToolStripMenuItem; private System.Windows.Forms.ToolStripButton toolStripButton1; private ToolStripMenuItem fileToolStripMenuItem; private ToolStripMenuItem newFileToolStripMenuItem; private ToolStripMenuItem newFolderToolStripMenuItem; private ToolStripMenuItem textFileToolStripMenuItem; private ContextMenuStrip contextMenuStrip1; private ToolStripMenuItem openToolStripMenuItem; private ToolStripMenuItem renameToolStripMenuItem; private ToolStripMenuItem deleteToolStripMenuItem; } }