📄 form1.designer.cs
字号:
// Log
//
this.Log.Controls.Add(this.dataGridView1);
this.Log.Location = new System.Drawing.Point(4, 22);
this.Log.Name = "Log";
this.Log.Padding = new System.Windows.Forms.Padding(3);
this.Log.Size = new System.Drawing.Size(560, 446);
this.Log.TabIndex = 1;
this.Log.Text = "Log";
this.Log.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Date,
this.Count,
this.Function,
this.CallingFunction,
this.File,
this.Line,
this.Address,
this.SizeAllocated,
this.TotalAllocated,
this.TotalAllocations,
this.TotalFrees,
this.AllocNr,
this.LastColumn});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.Size = new System.Drawing.Size(554, 440);
this.dataGridView1.TabIndex = 0;
//
// CallStatistics
//
this.CallStatistics.Controls.Add(this.total_expand_NULL);
this.CallStatistics.Controls.Add(this.total_expand_NULL_text);
this.CallStatistics.Controls.Add(this.total_expand_call);
this.CallStatistics.Controls.Add(this.total_expand_call_text);
this.CallStatistics.Controls.Add(this.expand_call);
this.CallStatistics.Controls.Add(this.expand_call_text);
this.CallStatistics.Controls.Add(this.msg_count_call_stats);
this.CallStatistics.Controls.Add(this.buttonClearCallStats);
this.CallStatistics.Controls.Add(this.strdup_call);
this.CallStatistics.Controls.Add(this.strdup_call_text);
this.CallStatistics.Controls.Add(this.delete_array_call);
this.CallStatistics.Controls.Add(this.delete_array_call_text);
this.CallStatistics.Controls.Add(this.delete_call);
this.CallStatistics.Controls.Add(this.delete_call_text);
this.CallStatistics.Controls.Add(this.new_array_call);
this.CallStatistics.Controls.Add(this.new_array_call_text);
this.CallStatistics.Controls.Add(this.new_call);
this.CallStatistics.Controls.Add(this.new_call_text);
this.CallStatistics.Controls.Add(this.free_call);
this.CallStatistics.Controls.Add(this.free_call_text);
this.CallStatistics.Controls.Add(this.alloca_call);
this.CallStatistics.Controls.Add(this.alloca_call_text);
this.CallStatistics.Controls.Add(this.realloc_call);
this.CallStatistics.Controls.Add(this.realloc_call_text);
this.CallStatistics.Controls.Add(this.calloc_call);
this.CallStatistics.Controls.Add(this.calloc_call_text);
this.CallStatistics.Controls.Add(this.malloc_call);
this.CallStatistics.Controls.Add(this.malloc_call_text);
this.CallStatistics.Controls.Add(this.total_realloc_NULL);
this.CallStatistics.Controls.Add(this.total_realloc_NULL_text);
this.CallStatistics.Controls.Add(this.total_free_call);
this.CallStatistics.Controls.Add(this.text);
this.CallStatistics.Controls.Add(this.total_progfree);
this.CallStatistics.Controls.Add(this.total_progfree_text);
this.CallStatistics.Controls.Add(this.total_free);
this.CallStatistics.Controls.Add(this.total_free_text);
this.CallStatistics.Controls.Add(this.total_realloc_call);
this.CallStatistics.Controls.Add(this.total_realloc_call_text);
this.CallStatistics.Controls.Add(this.total_alloc_call);
this.CallStatistics.Controls.Add(this.total_alloc_call_text);
this.CallStatistics.Controls.Add(this.total_progalloc);
this.CallStatistics.Controls.Add(this.total_progalloc_text);
this.CallStatistics.Controls.Add(this.total_alloc);
this.CallStatistics.Controls.Add(this.total_alloc_text);
this.CallStatistics.Controls.Add(this.total_memory);
this.CallStatistics.Controls.Add(this.total_memory_text);
this.CallStatistics.Controls.Add(this.total_progmem);
this.CallStatistics.Controls.Add(this.total_progmem_text);
this.CallStatistics.Controls.Add(this.act_progmem);
this.CallStatistics.Controls.Add(this.act_progmem_text);
this.CallStatistics.Controls.Add(this.sum_progmem);
this.CallStatistics.Controls.Add(this.sum_progmem_text);
this.CallStatistics.Location = new System.Drawing.Point(4, 22);
this.CallStatistics.Name = "CallStatistics";
this.CallStatistics.Padding = new System.Windows.Forms.Padding(3);
this.CallStatistics.Size = new System.Drawing.Size(560, 446);
this.CallStatistics.TabIndex = 2;
this.CallStatistics.Text = "Call Statistics";
this.CallStatistics.UseVisualStyleBackColor = true;
//
// total_expand_NULL
//
this.total_expand_NULL.Location = new System.Drawing.Point(227, 313);
this.total_expand_NULL.Name = "total_expand_NULL";
this.total_expand_NULL.ReadOnly = true;
this.total_expand_NULL.Size = new System.Drawing.Size(93, 20);
this.total_expand_NULL.TabIndex = 51;
this.total_expand_NULL.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_expand_NULL_text
//
this.total_expand_NULL_text.AutoSize = true;
this.total_expand_NULL_text.Location = new System.Drawing.Point(11, 316);
this.total_expand_NULL_text.Name = "total_expand_NULL_text";
this.total_expand_NULL_text.Size = new System.Drawing.Size(141, 13);
this.total_expand_NULL_text.TabIndex = 50;
this.total_expand_NULL_text.Text = "# of expand calls with NULL";
//
// total_expand_call
//
this.total_expand_call.Location = new System.Drawing.Point(227, 198);
this.total_expand_call.Name = "total_expand_call";
this.total_expand_call.ReadOnly = true;
this.total_expand_call.Size = new System.Drawing.Size(93, 20);
this.total_expand_call.TabIndex = 49;
this.total_expand_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_expand_call_text
//
this.total_expand_call_text.AutoSize = true;
this.total_expand_call_text.Location = new System.Drawing.Point(11, 198);
this.total_expand_call_text.Name = "total_expand_call_text";
this.total_expand_call_text.Size = new System.Drawing.Size(152, 13);
this.total_expand_call_text.TabIndex = 48;
this.total_expand_call_text.Text = "# of expand calls from program";
//
// expand_call
//
this.expand_call.Location = new System.Drawing.Point(443, 83);
this.expand_call.Name = "expand_call";
this.expand_call.ReadOnly = true;
this.expand_call.Size = new System.Drawing.Size(100, 20);
this.expand_call.TabIndex = 47;
this.expand_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// expand_call_text
//
this.expand_call_text.AutoSize = true;
this.expand_call_text.Location = new System.Drawing.Point(339, 83);
this.expand_call_text.Name = "expand_call_text";
this.expand_call_text.Size = new System.Drawing.Size(88, 13);
this.expand_call_text.TabIndex = 46;
this.expand_call_text.Text = "# of expand calls";
//
// msg_count_call_stats
//
this.msg_count_call_stats.AutoSize = true;
this.msg_count_call_stats.Location = new System.Drawing.Point(11, 353);
this.msg_count_call_stats.Name = "msg_count_call_stats";
this.msg_count_call_stats.Size = new System.Drawing.Size(110, 13);
this.msg_count_call_stats.TabIndex = 45;
this.msg_count_call_stats.Text = "Received Messages: ";
//
// buttonClearCallStats
//
this.buttonClearCallStats.Location = new System.Drawing.Point(227, 377);
this.buttonClearCallStats.Name = "buttonClearCallStats";
this.buttonClearCallStats.Size = new System.Drawing.Size(106, 23);
this.buttonClearCallStats.TabIndex = 44;
this.buttonClearCallStats.Text = "Clear data";
this.buttonClearCallStats.UseVisualStyleBackColor = true;
this.buttonClearCallStats.Click += new System.EventHandler(this.buttonClearCallStats_Click);
//
// strdup_call
//
this.strdup_call.Location = new System.Drawing.Point(443, 244);
this.strdup_call.Name = "strdup_call";
this.strdup_call.ReadOnly = true;
this.strdup_call.Size = new System.Drawing.Size(100, 20);
this.strdup_call.TabIndex = 43;
this.strdup_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// strdup_call_text
//
this.strdup_call_text.AutoSize = true;
this.strdup_call_text.Location = new System.Drawing.Point(339, 247);
this.strdup_call_text.Name = "strdup_call_text";
this.strdup_call_text.Size = new System.Drawing.Size(82, 13);
this.strdup_call_text.TabIndex = 42;
this.strdup_call_text.Text = "# of strdup calls";
//
// delete_array_call
//
this.delete_array_call.Location = new System.Drawing.Point(443, 221);
this.delete_array_call.Name = "delete_array_call";
this.delete_array_call.ReadOnly = true;
this.delete_array_call.Size = new System.Drawing.Size(100, 20);
this.delete_array_call.TabIndex = 41;
this.delete_array_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// delete_array_call_text
//
this.delete_array_call_text.AutoSize = true;
this.delete_array_call_text.Location = new System.Drawing.Point(339, 224);
this.delete_array_call_text.Name = "delete_array_call_text";
this.delete_array_call_text.Size = new System.Drawing.Size(88, 13);
this.delete_array_call_text.TabIndex = 40;
this.delete_array_call_text.Text = "# of delete[] calls";
//
// delete_call
//
this.delete_call.Location = new System.Drawing.Point(443, 198);
this.delete_call.Name = "delete_call";
this.delete_call.ReadOnly = true;
this.delete_call.Size = new System.Drawing.Size(100, 20);
this.delete_call.TabIndex = 39;
this.delete_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// delete_call_text
//
this.delete_call_text.AutoSize = true;
this.delete_call_text.Location = new System.Drawing.Point(339, 201);
this.delete_call_text.Name = "delete_call_text";
this.delete_call_text.Size = new System.Drawing.Size(82, 13);
this.delete_call_text.TabIndex = 38;
this.delete_call_text.Text = "# of delete calls";
//
// new_array_call
//
this.new_array_call.Location = new System.Drawing.Point(443, 175);
this.new_array_call.Name = "new_array_call";
this.new_array_call.ReadOnly = true;
this.new_array_call.Size = new System.Drawing.Size(100, 20);
this.new_array_call.TabIndex = 37;
this.new_array_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// new_array_call_text
//
this.new_array_call_text.AutoSize = true;
this.new_array_call_text.Location = new System.Drawing.Point(339, 178);
this.new_array_call_text.Name = "new_array_call_text";
this.new_array_call_text.Size = new System.Drawing.Size(79, 13);
this.new_array_call_text.TabIndex = 36;
this.new_array_call_text.Text = "# of new[] calls";
//
// new_call
//
this.new_call.Location = new System.Drawing.Point(443, 152);
this.new_call.Name = "new_call";
this.new_call.ReadOnly = true;
this.new_call.Size = new System.Drawing.Size(100, 20);
this.new_call.TabIndex = 35;
this.new_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// new_call_text
//
this.new_call_text.AutoSize = true;
this.new_call_text.Location = new System.Drawing.Point(339, 155);
this.new_call_text.Name = "new_call_text";
this.new_call_text.Size = new System.Drawing.Size(73, 13);
this.new_call_text.TabIndex = 34;
this.new_call_text.Text = "# of new calls";
//
// free_call
//
this.free_call.Location = new System.Drawing.Point(443, 129);
this.free_call.Name = "free_call";
this.free_call.ReadOnly = true;
this.free_call.Size = new System.Drawing.Size(100, 20);
this.free_call.TabIndex = 33;
this.free_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// free_call_text
//
this.free_call_text.AutoSize = true;
this.free_call_text.Location = new System.Drawing.Point(339, 132);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -