设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。
()
| 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); |
| 61 | System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem(new string[] { |
| 62 | "TTF字体", |
| 63 | "0", |
| 64 | "0"}, -1); |
| 65 | System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem(new string[] { |
| 66 | "Shader", |
| 67 | "0", |
| 68 | "0"}, -1); |
| 69 | this.toolStrip_main = new System.Windows.Forms.ToolStrip(); |
| 70 | this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); |
| 71 | this.toolStripTextBox_path = new System.Windows.Forms.ToolStripTextBox(); |
| 72 | this.toolStripButton_selectApp = new System.Windows.Forms.ToolStripButton(); |
| 73 | this.toolStripButton_launch = new System.Windows.Forms.ToolStripButton(); |
| 74 | this.statusStrip_main = new System.Windows.Forms.StatusStrip(); |
| 75 | this.toolStripStatusLabel_status = new System.Windows.Forms.ToolStripStatusLabel(); |
| 76 | this.imageList_main = new System.Windows.Forms.ImageList(this.components); |
| 77 | this.openFileDialog_main = new System.Windows.Forms.OpenFileDialog(); |
| 78 | this.timer_main = new System.Windows.Forms.Timer(this.components); |
| 79 | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
| 80 | this.tabControl1 = new System.Windows.Forms.TabControl(); |
| 81 | this.tabPage1 = new System.Windows.Forms.TabPage(); |
| 82 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
| 83 | this.label_cpu = new System.Windows.Forms.Label(); |
| 84 | this.label_memory = new System.Windows.Forms.Label(); |
| 85 | this.label_fps = new System.Windows.Forms.Label(); |
| 86 | this.label_objects = new System.Windows.Forms.Label(); |
nothing calls this directly
no outgoing calls
no test coverage detected