⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 Extended C/C++ Dynamic Memory Control And Debug Library
💻 CS
📖 第 1 页 / 共 5 页
字号:
/*****************************************************************************/
/*
    XMEM Browser for extended C/C++ Dynamic Memory Control And Debug Library

    Copyright (C) Juergen Mueller (J.M.) 1987-2008
    All rights reserved.

    You are expressly prohibited from selling this software in any form
    or removing this notice.

    THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
    EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE
    IMPLIED WARRANTIES OF MERCHANTIBILITY, FITNESS FOR A PARTICULAR
    PURPOSE, OR NON-INFRINGEMENT. THE AUTHOR SHALL NOT BE LIABLE FOR
    ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
    OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. THE ENTIRE RISK
    AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM AND DOCUMENTATION
    IS WITH YOU.

    Permission to modify the code and to distribute modified code is granted,
    provided the above notices are retained, and a notice that the code was
    modified is included with the above copyright notice.

    written by: Juergen Mueller, D-70806 Kornwestheim, GERMANY

    FILE       : XMEMBrowser
    REVISION   : 01-Jan-2008
                 17:15:57
 */
/*****************************************************************************/

namespace XMEMBrowser
{
  partial class Form1
  {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    protected override void Dispose(bool disposing)
    {
      if (disposing && (components != null))
      {
        components.Dispose();
      }
      base.Dispose(disposing);
    }

    #region Windows Form Designer generated code

    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
      System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
      this.Message = new System.Windows.Forms.TabControl();
      this.tabPage1 = new System.Windows.Forms.TabPage();
      this.treeView1 = new System.Windows.Forms.TreeView();
      this.Log = new System.Windows.Forms.TabPage();
      this.dataGridView1 = new System.Windows.Forms.DataGridView();
      this.CallStatistics = new System.Windows.Forms.TabPage();
      this.total_expand_NULL = new System.Windows.Forms.TextBox();
      this.total_expand_NULL_text = new System.Windows.Forms.Label();
      this.total_expand_call = new System.Windows.Forms.TextBox();
      this.total_expand_call_text = new System.Windows.Forms.Label();
      this.expand_call = new System.Windows.Forms.TextBox();
      this.expand_call_text = new System.Windows.Forms.Label();
      this.msg_count_call_stats = new System.Windows.Forms.Label();
      this.buttonClearCallStats = new System.Windows.Forms.Button();
      this.strdup_call = new System.Windows.Forms.TextBox();
      this.strdup_call_text = new System.Windows.Forms.Label();
      this.delete_array_call = new System.Windows.Forms.TextBox();
      this.delete_array_call_text = new System.Windows.Forms.Label();
      this.delete_call = new System.Windows.Forms.TextBox();
      this.delete_call_text = new System.Windows.Forms.Label();
      this.new_array_call = new System.Windows.Forms.TextBox();
      this.new_array_call_text = new System.Windows.Forms.Label();
      this.new_call = new System.Windows.Forms.TextBox();
      this.new_call_text = new System.Windows.Forms.Label();
      this.free_call = new System.Windows.Forms.TextBox();
      this.free_call_text = new System.Windows.Forms.Label();
      this.alloca_call = new System.Windows.Forms.TextBox();
      this.alloca_call_text = new System.Windows.Forms.Label();
      this.realloc_call = new System.Windows.Forms.TextBox();
      this.realloc_call_text = new System.Windows.Forms.Label();
      this.calloc_call = new System.Windows.Forms.TextBox();
      this.calloc_call_text = new System.Windows.Forms.Label();
      this.malloc_call = new System.Windows.Forms.TextBox();
      this.malloc_call_text = new System.Windows.Forms.Label();
      this.total_realloc_NULL = new System.Windows.Forms.TextBox();
      this.total_realloc_NULL_text = new System.Windows.Forms.Label();
      this.total_free_call = new System.Windows.Forms.TextBox();
      this.text = new System.Windows.Forms.Label();
      this.total_progfree = new System.Windows.Forms.TextBox();
      this.total_progfree_text = new System.Windows.Forms.Label();
      this.total_free = new System.Windows.Forms.TextBox();
      this.total_free_text = new System.Windows.Forms.Label();
      this.total_realloc_call = new System.Windows.Forms.TextBox();
      this.total_realloc_call_text = new System.Windows.Forms.Label();
      this.total_alloc_call = new System.Windows.Forms.TextBox();
      this.total_alloc_call_text = new System.Windows.Forms.Label();
      this.total_progalloc = new System.Windows.Forms.TextBox();
      this.total_progalloc_text = new System.Windows.Forms.Label();
      this.total_alloc = new System.Windows.Forms.TextBox();
      this.total_alloc_text = new System.Windows.Forms.Label();
      this.total_memory = new System.Windows.Forms.TextBox();
      this.total_memory_text = new System.Windows.Forms.Label();
      this.total_progmem = new System.Windows.Forms.TextBox();
      this.total_progmem_text = new System.Windows.Forms.Label();
      this.act_progmem = new System.Windows.Forms.TextBox();
      this.act_progmem_text = new System.Windows.Forms.Label();
      this.sum_progmem = new System.Windows.Forms.TextBox();
      this.sum_progmem_text = new System.Windows.Forms.Label();
      this.SizeStatistics = new System.Windows.Forms.TabPage();
      this.progressBar_0 = new System.Windows.Forms.ProgressBar();
      this.proz_0 = new System.Windows.Forms.Label();
      this.size_0 = new System.Windows.Forms.TextBox();
      this.size_0_text = new System.Windows.Forms.Label();
      this.proz_1000001 = new System.Windows.Forms.Label();
      this.proz_500001 = new System.Windows.Forms.Label();
      this.proz_100001 = new System.Windows.Forms.Label();
      this.proz_50001 = new System.Windows.Forms.Label();
      this.proz_10001 = new System.Windows.Forms.Label();
      this.proz_5001 = new System.Windows.Forms.Label();
      this.proz_1001 = new System.Windows.Forms.Label();
      this.proz_501 = new System.Windows.Forms.Label();
      this.proz_101 = new System.Windows.Forms.Label();
      this.proz_51 = new System.Windows.Forms.Label();
      this.proz_11 = new System.Windows.Forms.Label();
      this.proz_6 = new System.Windows.Forms.Label();
      this.proz_1 = new System.Windows.Forms.Label();
      this.label6 = new System.Windows.Forms.Label();
      this.msg_count_size_stats = new System.Windows.Forms.Label();
      this.buttonClearSizeStats = new System.Windows.Forms.Button();
      this.label3 = new System.Windows.Forms.Label();
      this.label2 = new System.Windows.Forms.Label();
      this.progressBar_1000001 = new System.Windows.Forms.ProgressBar();
      this.progressBar_500001 = new System.Windows.Forms.ProgressBar();
      this.progressBar_100001 = new System.Windows.Forms.ProgressBar();
      this.progressBar_50001 = new System.Windows.Forms.ProgressBar();
      this.progressBar_10001 = new System.Windows.Forms.ProgressBar();
      this.progressBar_5001 = new System.Windows.Forms.ProgressBar();
      this.progressBar_1001 = new System.Windows.Forms.ProgressBar();
      this.progressBar_501 = new System.Windows.Forms.ProgressBar();
      this.progressBar_101 = new System.Windows.Forms.ProgressBar();
      this.progressBar_51 = new System.Windows.Forms.ProgressBar();
      this.progressBar_11 = new System.Windows.Forms.ProgressBar();
      this.progressBar_6 = new System.Windows.Forms.ProgressBar();
      this.progressBar_1 = new System.Windows.Forms.ProgressBar();
      this.size_1000001 = new System.Windows.Forms.TextBox();
      this.size_500001 = new System.Windows.Forms.TextBox();
      this.size_100001 = new System.Windows.Forms.TextBox();
      this.size_50001 = new System.Windows.Forms.TextBox();
      this.size_10001 = new System.Windows.Forms.TextBox();
      this.size_5001 = new System.Windows.Forms.TextBox();
      this.size_1001 = new System.Windows.Forms.TextBox();
      this.size_501 = new System.Windows.Forms.TextBox();
      this.size_101 = new System.Windows.Forms.TextBox();
      this.size_51 = new System.Windows.Forms.TextBox();
      this.size_11 = new System.Windows.Forms.TextBox();
      this.size_6 = new System.Windows.Forms.TextBox();
      this.size_1 = new System.Windows.Forms.TextBox();
      this.label1 = new System.Windows.Forms.Label();
      this.size_1000001_text = new System.Windows.Forms.Label();
      this.size_500001_text = new System.Windows.Forms.Label();
      this.size_100001_text = new System.Windows.Forms.Label();
      this.size_50001_text = new System.Windows.Forms.Label();
      this.size_10001_text = new System.Windows.Forms.Label();
      this.size_5001_text = new System.Windows.Forms.Label();
      this.size_1001_text = new System.Windows.Forms.Label();
      this.size_501_text = new System.Windows.Forms.Label();
      this.size_101_text = new System.Windows.Forms.Label();
      this.size_51_text = new System.Windows.Forms.Label();
      this.size_11_text = new System.Windows.Forms.Label();
      this.size_6_text = new System.Windows.Forms.Label();
      this.size_1_text = new System.Windows.Forms.Label();
      this.Settings = new System.Windows.Forms.TabPage();
      this.label5 = new System.Windows.Forms.Label();
      this.label4 = new System.Windows.Forms.Label();
      this.buttonSetMaxLogCount = new System.Windows.Forms.Button();
      this.buttonSetMaxMessageCount = new System.Windows.Forms.Button();
      this.textBoxActualMaxLogCount = new System.Windows.Forms.TextBox();
      this.textBoxActualMaxMessageCount = new System.Windows.Forms.TextBox();
      this.checkBoxProcessAllInfo = new System.Windows.Forms.CheckBox();
      this.buttonDefault = new System.Windows.Forms.Button();
      this.textBoxMaxLogCount = new System.Windows.Forms.TextBox();
      this.textBoxMaxMessageCount = new System.Windows.Forms.TextBox();
      this.buttonClearAllData = new System.Windows.Forms.Button();
      this.maxLogCountText = new System.Windows.Forms.Label();
      this.maxMessageCountText = new System.Windows.Forms.Label();
      this.buttonClearSizeInfo = new System.Windows.Forms.Button();
      this.buttonClearCallInfo = new System.Windows.Forms.Button();
      this.buttonClearLogInfo = new System.Windows.Forms.Button();
      this.buttonClearMessageInfo = new System.Windows.Forms.Button();
      this.checkBoxProcessSizeInfo = new System.Windows.Forms.CheckBox();
      this.checkBoxProcessCallInfo = new System.Windows.Forms.CheckBox();
      this.checkBoxProcessLogInfo = new System.Windows.Forms.CheckBox();
      this.checkBoxProcessMessageInfo = new System.Windows.Forms.CheckBox();
      this.Date = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.Count = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.Function = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.CallingFunction = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.File = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.Line = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.SizeAllocated = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.TotalAllocated = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.TotalAllocations = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.TotalFrees = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.AllocNr = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.LastColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
      this.Message.SuspendLayout();
      this.tabPage1.SuspendLayout();
      this.Log.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
      this.CallStatistics.SuspendLayout();
      this.SizeStatistics.SuspendLayout();
      this.Settings.SuspendLayout();
      this.SuspendLayout();
      // 
      // Message
      // 
      this.Message.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                  | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.Message.Controls.Add(this.tabPage1);
      this.Message.Controls.Add(this.Log);
      this.Message.Controls.Add(this.CallStatistics);
      this.Message.Controls.Add(this.SizeStatistics);
      this.Message.Controls.Add(this.Settings);
      this.Message.Location = new System.Drawing.Point(12, 12);
      this.Message.Name = "Message";
      this.Message.SelectedIndex = 0;
      this.Message.Size = new System.Drawing.Size(568, 472);
      this.Message.TabIndex = 0;
      // 
      // tabPage1
      // 
      this.tabPage1.Controls.Add(this.treeView1);
      this.tabPage1.Location = new System.Drawing.Point(4, 22);
      this.tabPage1.Name = "tabPage1";
      this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
      this.tabPage1.Size = new System.Drawing.Size(560, 446);
      this.tabPage1.TabIndex = 0;
      this.tabPage1.Text = "Message";
      this.tabPage1.UseVisualStyleBackColor = true;
      // 
      // treeView1
      // 
      this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.treeView1.Location = new System.Drawing.Point(3, 3);
      this.treeView1.Name = "treeView1";
      this.treeView1.Size = new System.Drawing.Size(554, 440);
      this.treeView1.TabIndex = 0;
      // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -