📄 form1.designer.cs
字号:
this.free_call_text.Name = "free_call_text";
this.free_call_text.Size = new System.Drawing.Size(71, 13);
this.free_call_text.TabIndex = 32;
this.free_call_text.Text = "# of free calls";
//
// alloca_call
//
this.alloca_call.Location = new System.Drawing.Point(443, 106);
this.alloca_call.Name = "alloca_call";
this.alloca_call.ReadOnly = true;
this.alloca_call.Size = new System.Drawing.Size(100, 20);
this.alloca_call.TabIndex = 31;
this.alloca_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// alloca_call_text
//
this.alloca_call_text.AutoSize = true;
this.alloca_call_text.Location = new System.Drawing.Point(339, 109);
this.alloca_call_text.Name = "alloca_call_text";
this.alloca_call_text.Size = new System.Drawing.Size(81, 13);
this.alloca_call_text.TabIndex = 30;
this.alloca_call_text.Text = "# of alloca calls";
//
// realloc_call
//
this.realloc_call.Location = new System.Drawing.Point(443, 60);
this.realloc_call.Name = "realloc_call";
this.realloc_call.ReadOnly = true;
this.realloc_call.Size = new System.Drawing.Size(100, 20);
this.realloc_call.TabIndex = 29;
this.realloc_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// realloc_call_text
//
this.realloc_call_text.AutoSize = true;
this.realloc_call_text.Location = new System.Drawing.Point(339, 60);
this.realloc_call_text.Name = "realloc_call_text";
this.realloc_call_text.Size = new System.Drawing.Size(84, 13);
this.realloc_call_text.TabIndex = 28;
this.realloc_call_text.Text = "# of realloc calls";
//
// calloc_call
//
this.calloc_call.Location = new System.Drawing.Point(443, 37);
this.calloc_call.Name = "calloc_call";
this.calloc_call.ReadOnly = true;
this.calloc_call.Size = new System.Drawing.Size(100, 20);
this.calloc_call.TabIndex = 27;
this.calloc_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// calloc_call_text
//
this.calloc_call_text.AutoSize = true;
this.calloc_call_text.Location = new System.Drawing.Point(339, 40);
this.calloc_call_text.Name = "calloc_call_text";
this.calloc_call_text.Size = new System.Drawing.Size(81, 13);
this.calloc_call_text.TabIndex = 26;
this.calloc_call_text.Text = "# of calloc calls";
//
// malloc_call
//
this.malloc_call.Location = new System.Drawing.Point(443, 14);
this.malloc_call.Name = "malloc_call";
this.malloc_call.ReadOnly = true;
this.malloc_call.Size = new System.Drawing.Size(100, 20);
this.malloc_call.TabIndex = 25;
this.malloc_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// malloc_call_text
//
this.malloc_call_text.AutoSize = true;
this.malloc_call_text.Location = new System.Drawing.Point(339, 17);
this.malloc_call_text.Name = "malloc_call_text";
this.malloc_call_text.Size = new System.Drawing.Size(83, 13);
this.malloc_call_text.TabIndex = 24;
this.malloc_call_text.Text = "# of malloc calls";
//
// total_realloc_NULL
//
this.total_realloc_NULL.Location = new System.Drawing.Point(227, 289);
this.total_realloc_NULL.Name = "total_realloc_NULL";
this.total_realloc_NULL.ReadOnly = true;
this.total_realloc_NULL.Size = new System.Drawing.Size(93, 20);
this.total_realloc_NULL.TabIndex = 23;
this.total_realloc_NULL.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_realloc_NULL_text
//
this.total_realloc_NULL_text.AutoSize = true;
this.total_realloc_NULL_text.Location = new System.Drawing.Point(11, 292);
this.total_realloc_NULL_text.Name = "total_realloc_NULL_text";
this.total_realloc_NULL_text.Size = new System.Drawing.Size(137, 13);
this.total_realloc_NULL_text.TabIndex = 22;
this.total_realloc_NULL_text.Text = "# of realloc calls with NULL";
//
// total_free_call
//
this.total_free_call.Location = new System.Drawing.Point(227, 266);
this.total_free_call.Name = "total_free_call";
this.total_free_call.ReadOnly = true;
this.total_free_call.Size = new System.Drawing.Size(93, 20);
this.total_free_call.TabIndex = 21;
this.total_free_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// text
//
this.text.AutoSize = true;
this.text.Location = new System.Drawing.Point(11, 269);
this.text.Name = "text";
this.text.Size = new System.Drawing.Size(135, 13);
this.text.TabIndex = 20;
this.text.Text = "# of free calls from program";
//
// total_progfree
//
this.total_progfree.Location = new System.Drawing.Point(227, 243);
this.total_progfree.Name = "total_progfree";
this.total_progfree.ReadOnly = true;
this.total_progfree.Size = new System.Drawing.Size(93, 20);
this.total_progfree.TabIndex = 19;
this.total_progfree.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_progfree_text
//
this.total_progfree_text.AutoSize = true;
this.total_progfree_text.Location = new System.Drawing.Point(11, 246);
this.total_progfree_text.Name = "total_progfree_text";
this.total_progfree_text.Size = new System.Drawing.Size(116, 13);
this.total_progfree_text.TabIndex = 18;
this.total_progfree_text.Text = "# of frees from program";
//
// total_free
//
this.total_free.Location = new System.Drawing.Point(227, 220);
this.total_free.Name = "total_free";
this.total_free.ReadOnly = true;
this.total_free.Size = new System.Drawing.Size(93, 20);
this.total_free.TabIndex = 17;
this.total_free.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_free_text
//
this.total_free_text.AutoSize = true;
this.total_free_text.Location = new System.Drawing.Point(11, 223);
this.total_free_text.Name = "total_free_text";
this.total_free_text.Size = new System.Drawing.Size(140, 13);
this.total_free_text.TabIndex = 16;
this.total_free_text.Text = "# of frees, program + XMEM";
//
// total_realloc_call
//
this.total_realloc_call.Location = new System.Drawing.Point(227, 175);
this.total_realloc_call.Name = "total_realloc_call";
this.total_realloc_call.ReadOnly = true;
this.total_realloc_call.Size = new System.Drawing.Size(93, 20);
this.total_realloc_call.TabIndex = 15;
this.total_realloc_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_realloc_call_text
//
this.total_realloc_call_text.AutoSize = true;
this.total_realloc_call_text.Location = new System.Drawing.Point(11, 178);
this.total_realloc_call_text.Name = "total_realloc_call_text";
this.total_realloc_call_text.Size = new System.Drawing.Size(171, 13);
this.total_realloc_call_text.TabIndex = 14;
this.total_realloc_call_text.Text = "# of reallocation calls from program";
//
// total_alloc_call
//
this.total_alloc_call.Location = new System.Drawing.Point(227, 152);
this.total_alloc_call.Name = "total_alloc_call";
this.total_alloc_call.ReadOnly = true;
this.total_alloc_call.Size = new System.Drawing.Size(93, 20);
this.total_alloc_call.TabIndex = 13;
this.total_alloc_call.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_alloc_call_text
//
this.total_alloc_call_text.AutoSize = true;
this.total_alloc_call_text.Location = new System.Drawing.Point(11, 155);
this.total_alloc_call_text.Name = "total_alloc_call_text";
this.total_alloc_call_text.Size = new System.Drawing.Size(162, 13);
this.total_alloc_call_text.TabIndex = 12;
this.total_alloc_call_text.Text = "# of allocation calls from program";
//
// total_progalloc
//
this.total_progalloc.Location = new System.Drawing.Point(227, 129);
this.total_progalloc.Name = "total_progalloc";
this.total_progalloc.ReadOnly = true;
this.total_progalloc.Size = new System.Drawing.Size(93, 20);
this.total_progalloc.TabIndex = 11;
this.total_progalloc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_progalloc_text
//
this.total_progalloc_text.AutoSize = true;
this.total_progalloc_text.Location = new System.Drawing.Point(11, 132);
this.total_progalloc_text.Name = "total_progalloc_text";
this.total_progalloc_text.Size = new System.Drawing.Size(143, 13);
this.total_progalloc_text.TabIndex = 10;
this.total_progalloc_text.Text = "# of allocations from program";
//
// total_alloc
//
this.total_alloc.Location = new System.Drawing.Point(227, 106);
this.total_alloc.Name = "total_alloc";
this.total_alloc.ReadOnly = true;
this.total_alloc.Size = new System.Drawing.Size(93, 20);
this.total_alloc.TabIndex = 9;
this.total_alloc.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_alloc_text
//
this.total_alloc_text.AutoSize = true;
this.total_alloc_text.Location = new System.Drawing.Point(11, 109);
this.total_alloc_text.Name = "total_alloc_text";
this.total_alloc_text.Size = new System.Drawing.Size(167, 13);
this.total_alloc_text.TabIndex = 8;
this.total_alloc_text.Text = "# of allocations, program + XMEM";
//
// total_memory
//
this.total_memory.Location = new System.Drawing.Point(227, 83);
this.total_memory.Name = "total_memory";
this.total_memory.ReadOnly = true;
this.total_memory.Size = new System.Drawing.Size(93, 20);
this.total_memory.TabIndex = 7;
this.total_memory.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_memory_text
//
this.total_memory_text.AutoSize = true;
this.total_memory_text.Location = new System.Drawing.Point(11, 86);
this.total_memory_text.Name = "total_memory_text";
this.total_memory_text.Size = new System.Drawing.Size(123, 13);
this.total_memory_text.TabIndex = 6;
this.total_memory_text.Text = "total # of bytes allocated";
//
// total_progmem
//
this.total_progmem.Location = new System.Drawing.Point(227, 60);
this.total_progmem.Name = "total_progmem";
this.total_progmem.ReadOnly = true;
this.total_progmem.Size = new System.Drawing.Size(93, 20);
this.total_progmem.TabIndex = 5;
this.total_progmem.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// total_progmem_text
//
this.total_progmem_text.AutoSize = true;
this.total_progmem_text.Location = new System.Drawing.Point(11, 63);
this.total_progmem_text.Name = "total_progmem_text";
this.total_progmem_text.Size = new System.Drawing.Size(210, 13);
this.total_progmem_text.TabIndex = 4;
this.total_progmem_text.Text = "maximum # of bytes allocated from program";
//
// act_progmem
//
this.act_progmem.Location = new System.Drawing.Point(227, 37);
this.act_progmem.Name = "act_progmem";
this.act_progmem.ReadOnly = true;
this.act_progmem.Size = new System.Drawing.Size(93, 20);
this.act_progmem.TabIndex = 3;
this.act_progmem.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// act_progmem_text
//
this.act_progmem_text.AutoSize = true;
this.act_progmem_text.Location = new System.Drawing.Point(11, 40);
this.act_progmem_text.Name = "act_progmem_text";
this.act_progmem_text.Size = new System.Drawing.Size(132, 13);
this.act_progmem_text.TabIndex = 2;
this.act_progmem_text.Text = "actual # of bytes allocated";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -