namespace Project_Ports.Programs { partial class FileManager { /// /// 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(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.listView = new System.Windows.Forms.ListView(); this.label1 = new System.Windows.Forms.Label(); this.txtPath = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // imageList // this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageList.ImageSize = new System.Drawing.Size(32, 32); this.imageList.TransparentColor = System.Drawing.Color.Transparent; // // listView // this.listView.LargeImageList = this.imageList; this.listView.Location = new System.Drawing.Point(23, 58); this.listView.Name = "listView"; this.listView.Size = new System.Drawing.Size(790, 501); this.listView.TabIndex = 0; this.listView.UseCompatibleStateImageBehavior = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(20, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 15); this.label1.TabIndex = 1; this.label1.Text = "Path:"; // // txtPath // this.txtPath.BackColor = System.Drawing.Color.White; this.txtPath.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtPath.Cursor = System.Windows.Forms.Cursors.Arrow; this.txtPath.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPath.ForeColor = System.Drawing.Color.Black; this.txtPath.Location = new System.Drawing.Point(68, 14); this.txtPath.Multiline = true; this.txtPath.Name = "txtPath"; this.txtPath.ReadOnly = true; this.txtPath.Size = new System.Drawing.Size(744, 25); this.txtPath.TabIndex = 2; this.txtPath.Text = "/"; // // FileManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gray; this.Controls.Add(this.txtPath); this.Controls.Add(this.label1); this.Controls.Add(this.listView); this.Name = "FileManager"; this.Size = new System.Drawing.Size(835, 575); this.Load += new System.EventHandler(this.FileManager_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ImageList imageList; private System.Windows.Forms.ListView listView; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPath; } }