diff options
Diffstat (limited to 'ShiftOS.MFSProfiler/Main.Designer.cs')
| -rw-r--r-- | ShiftOS.MFSProfiler/Main.Designer.cs | 127 |
1 files changed, 83 insertions, 44 deletions
diff --git a/ShiftOS.MFSProfiler/Main.Designer.cs b/ShiftOS.MFSProfiler/Main.Designer.cs index 85f1310..83e9b72 100644 --- a/ShiftOS.MFSProfiler/Main.Designer.cs +++ b/ShiftOS.MFSProfiler/Main.Designer.cs @@ -52,31 +52,37 @@ namespace ShiftOS.MFSProfiler /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tvfiles = new System.Windows.Forms.TreeView(); - this.pnlfileinfo = new System.Windows.Forms.Panel(); - this.pnldirectorylisting = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.pnlfileinfo = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); + this.txtascii = new System.Windows.Forms.TextBox(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.txtbinary = new System.Windows.Forms.TextBox(); - this.txtascii = new System.Windows.Forms.TextBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lbfileinfo = new System.Windows.Forms.Label(); + this.pnldirectorylisting = new System.Windows.Forms.Panel(); + this.ctxfileoptions = new System.Windows.Forms.ContextMenuStrip(this.components); + this.newFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.newDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); - this.pnlfileinfo.SuspendLayout(); this.panel1.SuspendLayout(); - this.groupBox1.SuspendLayout(); + this.pnlfileinfo.SuspendLayout(); this.groupBox2.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage1.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.ctxfileoptions.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 @@ -107,24 +113,6 @@ namespace ShiftOS.MFSProfiler this.tvfiles.TabIndex = 0; this.tvfiles.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvfiles_AfterSelect); // - // pnlfileinfo - // - this.pnlfileinfo.Controls.Add(this.groupBox2); - this.pnlfileinfo.Controls.Add(this.groupBox1); - this.pnlfileinfo.Dock = System.Windows.Forms.DockStyle.Fill; - this.pnlfileinfo.Location = new System.Drawing.Point(0, 0); - this.pnlfileinfo.Name = "pnlfileinfo"; - this.pnlfileinfo.Size = new System.Drawing.Size(489, 466); - this.pnlfileinfo.TabIndex = 0; - // - // pnldirectorylisting - // - this.pnldirectorylisting.Dock = System.Windows.Forms.DockStyle.Fill; - this.pnldirectorylisting.Location = new System.Drawing.Point(0, 0); - this.pnldirectorylisting.Name = "pnldirectorylisting"; - this.pnldirectorylisting.Size = new System.Drawing.Size(489, 466); - this.pnldirectorylisting.TabIndex = 1; - // // panel1 // this.panel1.Controls.Add(this.button1); @@ -144,16 +132,15 @@ namespace ShiftOS.MFSProfiler this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // - // groupBox1 + // pnlfileinfo // - this.groupBox1.Controls.Add(this.lbfileinfo); - this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; - this.groupBox1.Location = new System.Drawing.Point(0, 0); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(489, 164); - this.groupBox1.TabIndex = 0; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "File record information"; + this.pnlfileinfo.Controls.Add(this.groupBox2); + this.pnlfileinfo.Controls.Add(this.groupBox1); + this.pnlfileinfo.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnlfileinfo.Location = new System.Drawing.Point(0, 0); + this.pnlfileinfo.Name = "pnlfileinfo"; + this.pnlfileinfo.Size = new System.Drawing.Size(489, 466); + this.pnlfileinfo.TabIndex = 0; // // groupBox2 // @@ -188,6 +175,15 @@ namespace ShiftOS.MFSProfiler this.tabPage2.Text = "ASCII"; this.tabPage2.UseVisualStyleBackColor = true; // + // txtascii + // + this.txtascii.Dock = System.Windows.Forms.DockStyle.Fill; + this.txtascii.Location = new System.Drawing.Point(3, 3); + this.txtascii.Multiline = true; + this.txtascii.Name = "txtascii"; + this.txtascii.Size = new System.Drawing.Size(469, 251); + this.txtascii.TabIndex = 0; + // // tabPage1 // this.tabPage1.Controls.Add(this.txtbinary); @@ -208,14 +204,16 @@ namespace ShiftOS.MFSProfiler this.txtbinary.Size = new System.Drawing.Size(469, 251); this.txtbinary.TabIndex = 0; // - // txtascii + // groupBox1 // - this.txtascii.Dock = System.Windows.Forms.DockStyle.Fill; - this.txtascii.Location = new System.Drawing.Point(3, 3); - this.txtascii.Multiline = true; - this.txtascii.Name = "txtascii"; - this.txtascii.Size = new System.Drawing.Size(469, 251); - this.txtascii.TabIndex = 0; + this.groupBox1.Controls.Add(this.lbfileinfo); + this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; + this.groupBox1.Location = new System.Drawing.Point(0, 0); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(489, 164); + this.groupBox1.TabIndex = 0; + this.groupBox1.TabStop = false; + this.groupBox1.Text = "File record information"; // // lbfileinfo // @@ -226,27 +224,64 @@ namespace ShiftOS.MFSProfiler this.lbfileinfo.TabIndex = 0; this.lbfileinfo.Text = "label1"; // - // Form1 + // pnldirectorylisting + // + this.pnldirectorylisting.Dock = System.Windows.Forms.DockStyle.Fill; + this.pnldirectorylisting.Location = new System.Drawing.Point(0, 0); + this.pnldirectorylisting.Name = "pnldirectorylisting"; + this.pnldirectorylisting.Size = new System.Drawing.Size(489, 466); + this.pnldirectorylisting.TabIndex = 1; + // + // ctxfileoptions + // + this.ctxfileoptions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.newFileToolStripMenuItem, + this.newDirectoryToolStripMenuItem, + this.deleteToolStripMenuItem}); + this.ctxfileoptions.Name = "ctxfileoptions"; + this.ctxfileoptions.Size = new System.Drawing.Size(153, 92); + // + // newFileToolStripMenuItem + // + this.newFileToolStripMenuItem.Name = "newFileToolStripMenuItem"; + this.newFileToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.newFileToolStripMenuItem.Text = "New file"; + this.newFileToolStripMenuItem.Click += new System.EventHandler(this.newFileToolStripMenuItem_Click); + // + // newDirectoryToolStripMenuItem + // + this.newDirectoryToolStripMenuItem.Name = "newDirectoryToolStripMenuItem"; + this.newDirectoryToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.newDirectoryToolStripMenuItem.Text = "New directory"; + // + // deleteToolStripMenuItem + // + this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; + this.deleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22); + this.deleteToolStripMenuItem.Text = "Delete"; + // + // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(739, 466); this.Controls.Add(this.splitContainer1); - this.Name = "Form1"; + this.Name = "Main"; this.Text = "Form1"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); - this.pnlfileinfo.ResumeLayout(false); this.panel1.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); + this.pnlfileinfo.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); + this.groupBox1.ResumeLayout(false); + this.ctxfileoptions.ResumeLayout(false); this.ResumeLayout(false); } @@ -267,6 +302,10 @@ namespace ShiftOS.MFSProfiler private System.Windows.Forms.TextBox txtbinary; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lbfileinfo; + private System.Windows.Forms.ContextMenuStrip ctxfileoptions; + private System.Windows.Forms.ToolStripMenuItem newFileToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem newDirectoryToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; } } |
