📄 disksize.designer.cs
字号:
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.treeFileTypes.RowHeadersDefaultCellStyle = dataGridViewCellStyle15;
this.treeFileTypes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.treeFileTypes.Size = new System.Drawing.Size(613, 236);
this.treeFileTypes.TabIndex = 1;
//
// ColumnName
//
this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.ColumnName.DefaultNodeImage = null;
this.ColumnName.HeaderText = "Name";
this.ColumnName.Name = "ColumnName";
this.ColumnName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ColumnName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.ColumnName.Width = 41;
//
// ColumnSize
//
this.ColumnSize.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.ColumnSize.HeaderText = "Size";
this.ColumnSize.Name = "ColumnSize";
this.ColumnSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.ColumnSize.Width = 33;
//
// ColumnPath
//
this.ColumnPath.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.ColumnPath.HeaderText = "Path";
this.ColumnPath.Name = "ColumnPath";
this.ColumnPath.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.ColumnPath.Width = 35;
//
// statusStrip1
//
this.statusStrip1.Location = new System.Drawing.Point(0, 3);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.statusStrip1.Size = new System.Drawing.Size(951, 22);
this.statusStrip1.TabIndex = 5;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
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(23, 22);
this.toolStripButton1.Text = "Directory Tree";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButtonReload
//
this.toolStripButtonReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonReload.Image = global::DiskAnalyzer.Properties.Resources.RepeatHS;
this.toolStripButtonReload.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonReload.Name = "toolStripButtonReload";
this.toolStripButtonReload.Size = new System.Drawing.Size(23, 22);
this.toolStripButtonReload.Text = "Reload";
this.toolStripButtonReload.Click += new System.EventHandler(this.toolStripButtonReload_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripButtonFilterOptions
//
this.toolStripButtonFilterOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonFilterOptions.Image = global::DiskAnalyzer.Properties.Resources.otheroptions;
this.toolStripButtonFilterOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonFilterOptions.Name = "toolStripButtonFilterOptions";
this.toolStripButtonFilterOptions.Size = new System.Drawing.Size(23, 22);
this.toolStripButtonFilterOptions.Text = "Filter Options";
this.toolStripButtonFilterOptions.Click += new System.EventHandler(this.toolStripButtonFilterOptions_Click);
//
// toolStripButtonHelp
//
this.toolStripButtonHelp.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripButtonHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonHelp.Image = global::DiskAnalyzer.Properties.Resources.help;
this.toolStripButtonHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonHelp.Name = "toolStripButtonHelp";
this.toolStripButtonHelp.Size = new System.Drawing.Size(23, 22);
this.toolStripButtonHelp.Text = "toolStripButton2";
//
// slblCurrent
//
this.slblCurrent.Name = "slblCurrent";
this.slblCurrent.Size = new System.Drawing.Size(0, 17);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "FolderName";
this.dataGridViewTextBoxColumn1.HeaderText = "Folder Name";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 99;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "TotalSize(MB)";
this.dataGridViewTextBoxColumn2.HeaderText = "Total Size (MB)";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 110;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "Type";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle5;
this.dataGridViewTextBoxColumn3.HeaderText = "Type";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 54;
//
// contextMenuStripGrid
//
this.contextMenuStripGrid.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openDirectoryToolStripMenuItem,
this.openParentDirectoryToolStripMenuItem});
this.contextMenuStripGrid.Name = "contextMenuStripGrid";
this.contextMenuStripGrid.Size = new System.Drawing.Size(192, 48);
//
// openDirectoryToolStripMenuItem
//
this.openDirectoryToolStripMenuItem.Name = "openDirectoryToolStripMenuItem";
this.openDirectoryToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.openDirectoryToolStripMenuItem.Text = "Open";
this.openDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openDirectoryToolStripMenuItem_Click);
//
// openParentDirectoryToolStripMenuItem
//
this.openParentDirectoryToolStripMenuItem.Name = "openParentDirectoryToolStripMenuItem";
this.openParentDirectoryToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
this.openParentDirectoryToolStripMenuItem.Text = "Open Parent Directory";
this.openParentDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openParentDirectoryToolStripMenuItem_Click);
//
// DirectorySize
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(951, 567);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "DirectorySize";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Disk Analyzer";
this.Load += new System.EventHandler(this.DirectorySize_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
this.splitContainer2.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
this.splitContainer3.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tpDiskSize.ResumeLayout(false);
this.splitContainer4.Panel1.ResumeLayout(false);
this.splitContainer4.Panel2.ResumeLayout(false);
this.splitContainer4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewDirectory)).EndInit();
this.tpFileTypes.ResumeLayout(false);
this.splitContainer5.Panel1.ResumeLayout(false);
this.splitContainer5.Panel2.ResumeLayout(false);
this.splitContainer5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.treeFileTypes)).EndInit();
this.contextMenuStripGrid.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel slblCurrent;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ImageList imageListMain;
public System.Windows.Forms.TreeView tvDirectory;
internal System.Windows.Forms.DataGridView dataGridViewDirectory;
private System.Drawing.PieChart.PieChartControl PieChartControlDirectory;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tpDiskSize;
private System.Windows.Forms.TabPage tpFileTypes;
private System.Drawing.PieChart.PieChartControl pieChartControlFileTypes;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private AdvancedDataGridView.TreeGridView treeFileTypes;
private System.Windows.Forms.DataGridViewTextBoxColumn FolderName;
private System.Windows.Forms.DataGridViewTextBoxColumn TotalSizeMB;
private System.Windows.Forms.DataGridViewTextBoxColumn Type;
private AdvancedDataGridView.TreeGridColumn ColumnName;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSize;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnPath;
private System.Windows.Forms.ToolStripButton toolStripButtonFilterOptions;
private System.Windows.Forms.ToolStripButton toolStripButtonReload;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolStripButtonHelp;
private System.Windows.Forms.ContextMenuStrip contextMenuStripGrid;
private System.Windows.Forms.ToolStripMenuItem openDirectoryToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openParentDirectoryToolStripMenuItem;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripButtonOptons;
private System.Windows.Forms.SplitContainer splitContainer4;
private System.Windows.Forms.SplitContainer splitContainer5;
private System.Windows.Forms.ToolStripButton toolStripButtonToExcel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -