| 1 | namespace PerformanceMonitor |
| 2 | { |
| 3 | partial class MainForm |
| 4 | { |
| 5 | /// <summary> |
| 6 | /// 必需的设计器变量。 |
| 7 | /// </summary> |
| 8 | private System.ComponentModel.IContainer components = null; |
| 9 | |
| 10 | /// <summary> |
| 11 | /// 清理所有正在使用的资源。 |
| 12 | /// </summary> |
| 13 | /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> |
| 14 | protected override void Dispose(bool disposing) |
| 15 | { |
| 16 | if (disposing && (components != null)) |
| 17 | { |
| 18 | components.Dispose(); |
| 19 | } |
| 20 | base.Dispose(disposing); |
| 21 | } |
| 22 | |
| 23 | #region Windows 窗体设计器生成的代码 |
| 24 | |
| 25 | /// <summary> |
| 26 | /// 设计器支持所需的方法 - 不要 |
| 27 | /// 使用代码编辑器修改此方法的内容。 |
| 28 | /// </summary> |
| 29 | private void InitializeComponent() |
| 30 | { |
| 31 | this.components = new System.ComponentModel.Container(); |
| 32 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); |
| 33 | System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] { |
| 34 | "纹理", |
| 35 | "0", |
| 36 | "0"}, -1); |
| 37 | System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] { |
| 38 | "图像", |
| 39 | "0", |
| 40 | "0"}, -1); |
| 41 | System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] { |
| 42 | "动画", |
| 43 | "0", |
| 44 | "0"}, -1); |
| 45 | System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem(new string[] { |
| 46 | "音乐", |
| 47 | "0", |
| 48 | "0"}, -1); |
| 49 | System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem(new string[] { |
| 50 | "音效", |
| 51 | "0", |
| 52 | "0"}, -1); |
| 53 | System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem(new string[] { |
| 54 | "粒子", |
| 55 | "0", |
| 56 | "0"}, -1); |
| 57 | System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] { |
| 58 | "纹理化字体", |
| 59 | "0", |
| 60 | "0"}, -1); |
nothing calls this directly
no outgoing calls
no test coverage detected