sysperfana/heapanalyser/Libraries/UI/HeapUiLib/Controls/HeapCellInfoControl.Designer.cs
changeset 8 15296fd0af4a
equal deleted inserted replaced
7:8e12a575a9b5 8:15296fd0af4a
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 *
       
     5 * Redistribution and use in source and binary forms, with or without
       
     6 * modification, are permitted provided that the following conditions are met:
       
     7 *
       
     8 * - Redistributions of source code must retain the above copyright notice,
       
     9 *   this list of conditions and the following disclaimer.
       
    10 * - Redistributions in binary form must reproduce the above copyright notice,
       
    11 *   this list of conditions and the following disclaimer in the documentation
       
    12 *   and/or other materials provided with the distribution.
       
    13 * - Neither the name of Nokia Corporation nor the names of its contributors
       
    14 *   may be used to endorse or promote products derived from this software
       
    15 *   without specific prior written permission.
       
    16 *
       
    17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
       
    18 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
    19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
    20 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
       
    21 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       
    22 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
       
    23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
       
    24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
       
    25 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
    26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
       
    27 * POSSIBILITY OF SUCH DAMAGE.
       
    28 * 
       
    29 * Initial Contributors:
       
    30 * Nokia Corporation - initial contribution.
       
    31 *
       
    32 * Contributors:
       
    33 *
       
    34 * Description: 
       
    35 *
       
    36 */
       
    37 
       
    38 namespace HeapUiLib.Controls
       
    39 {
       
    40     partial class HeapCellInfoControl
       
    41     {
       
    42         // <summary> 
       
    43         // Required designer variable.
       
    44         // </summary>
       
    45         private System.ComponentModel.IContainer components = null;
       
    46 
       
    47         // <summary> 
       
    48         // Clean up any resources being used.
       
    49         // </summary>
       
    50         // <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
       
    51         protected override void Dispose( bool disposing )
       
    52         {
       
    53             if ( disposing && ( components != null ) )
       
    54             {
       
    55                 components.Dispose();
       
    56             }
       
    57             base.Dispose( disposing );
       
    58         }
       
    59 
       
    60         #region Component Designer generated code
       
    61 
       
    62         // <summary> 
       
    63         // Required method for Designer support - do not modify 
       
    64         // the contents of this method with the code editor.
       
    65         // </summary>
       
    66         private void InitializeComponent()
       
    67         {
       
    68             System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem( new string[] {
       
    69             "Length",
       
    70             ""}, -1 );
       
    71             System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem( new string[] {
       
    72             "Symbol",
       
    73             ""}, -1 );
       
    74             System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem( new string[] {
       
    75             "Address",
       
    76             ""}, -1 );
       
    77             System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem( new string[] {
       
    78             "Payload at",
       
    79             ""}, -1 );
       
    80             System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem( new string[] {
       
    81             "Length",
       
    82             ""}, -1 );
       
    83             System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem( new string[] {
       
    84             "Nesting level",
       
    85             ""}, -1 );
       
    86             System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem( new string[] {
       
    87             "Allocation #",
       
    88             ""}, -1 );
       
    89             this.iLVInfoCellPayload = new System.Windows.Forms.ListView();
       
    90             this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
       
    91             this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
       
    92             this.label1 = new System.Windows.Forms.Label();
       
    93             this.iLVInfoCellHeader = new System.Windows.Forms.ListView();
       
    94             this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
       
    95             this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
       
    96             this.label2 = new System.Windows.Forms.Label();
       
    97             this.iTLP = new System.Windows.Forms.TableLayoutPanel();
       
    98             this.iTLP.SuspendLayout();
       
    99             this.SuspendLayout();
       
   100             // 
       
   101             // iLVInfoCellPayload
       
   102             // 
       
   103             this.iLVInfoCellPayload.Columns.AddRange( new System.Windows.Forms.ColumnHeader[] {
       
   104             this.columnHeader5,
       
   105             this.columnHeader6} );
       
   106             this.iLVInfoCellPayload.Dock = System.Windows.Forms.DockStyle.Fill;
       
   107             this.iLVInfoCellPayload.FullRowSelect = true;
       
   108             this.iLVInfoCellPayload.GridLines = true;
       
   109             this.iLVInfoCellPayload.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
       
   110             this.iLVInfoCellPayload.Items.AddRange( new System.Windows.Forms.ListViewItem[] {
       
   111             listViewItem1,
       
   112             listViewItem2} );
       
   113             this.iLVInfoCellPayload.Location = new System.Drawing.Point( 72, 90 );
       
   114             this.iLVInfoCellPayload.MultiSelect = false;
       
   115             this.iLVInfoCellPayload.Name = "iLVInfoCellPayload";
       
   116             this.iLVInfoCellPayload.Size = new System.Drawing.Size( 325, 41 );
       
   117             this.iLVInfoCellPayload.TabIndex = 9;
       
   118             this.iLVInfoCellPayload.UseCompatibleStateImageBehavior = false;
       
   119             this.iLVInfoCellPayload.View = System.Windows.Forms.View.Details;
       
   120             // 
       
   121             // columnHeader5
       
   122             // 
       
   123             this.columnHeader5.Width = 70;
       
   124             // 
       
   125             // columnHeader6
       
   126             // 
       
   127             this.columnHeader6.Width = 237;
       
   128             // 
       
   129             // label1
       
   130             // 
       
   131             this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
       
   132             this.label1.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
   133             this.label1.Location = new System.Drawing.Point( 3, 0 );
       
   134             this.label1.Name = "label1";
       
   135             this.label1.Size = new System.Drawing.Size( 63, 87 );
       
   136             this.label1.TabIndex = 8;
       
   137             this.label1.Text = "Header:";
       
   138             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
       
   139             // 
       
   140             // iLVInfoCellHeader
       
   141             // 
       
   142             this.iLVInfoCellHeader.Columns.AddRange( new System.Windows.Forms.ColumnHeader[] {
       
   143             this.columnHeader3,
       
   144             this.columnHeader4} );
       
   145             this.iLVInfoCellHeader.Dock = System.Windows.Forms.DockStyle.Fill;
       
   146             this.iLVInfoCellHeader.FullRowSelect = true;
       
   147             this.iLVInfoCellHeader.GridLines = true;
       
   148             this.iLVInfoCellHeader.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
       
   149             listViewItem5.Tag = "";
       
   150             this.iLVInfoCellHeader.Items.AddRange( new System.Windows.Forms.ListViewItem[] {
       
   151             listViewItem3,
       
   152             listViewItem4,
       
   153             listViewItem5,
       
   154             listViewItem6,
       
   155             listViewItem7} );
       
   156             this.iLVInfoCellHeader.Location = new System.Drawing.Point( 72, 3 );
       
   157             this.iLVInfoCellHeader.MultiSelect = false;
       
   158             this.iLVInfoCellHeader.Name = "iLVInfoCellHeader";
       
   159             this.iLVInfoCellHeader.Scrollable = false;
       
   160             this.iLVInfoCellHeader.Size = new System.Drawing.Size( 325, 81 );
       
   161             this.iLVInfoCellHeader.TabIndex = 6;
       
   162             this.iLVInfoCellHeader.UseCompatibleStateImageBehavior = false;
       
   163             this.iLVInfoCellHeader.View = System.Windows.Forms.View.Details;
       
   164             this.iLVInfoCellHeader.KeyDown += new System.Windows.Forms.KeyEventHandler( this.iLVInfoCellHeader_KeyDown );
       
   165             // 
       
   166             // columnHeader3
       
   167             // 
       
   168             this.columnHeader3.Width = 70;
       
   169             // 
       
   170             // columnHeader4
       
   171             // 
       
   172             this.columnHeader4.Width = 237;
       
   173             // 
       
   174             // label2
       
   175             // 
       
   176             this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
       
   177             this.label2.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
   178             this.label2.Location = new System.Drawing.Point( 3, 87 );
       
   179             this.label2.Name = "label2";
       
   180             this.label2.Size = new System.Drawing.Size( 63, 47 );
       
   181             this.label2.TabIndex = 7;
       
   182             this.label2.Text = "Contents:";
       
   183             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
       
   184             // 
       
   185             // iTLP
       
   186             // 
       
   187             this.iTLP.ColumnCount = 2;
       
   188             this.iTLP.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Absolute, 69F ) );
       
   189             this.iTLP.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Percent, 100F ) );
       
   190             this.iTLP.Controls.Add( this.iLVInfoCellPayload, 1, 1 );
       
   191             this.iTLP.Controls.Add( this.label1, 0, 0 );
       
   192             this.iTLP.Controls.Add( this.iLVInfoCellHeader, 1, 0 );
       
   193             this.iTLP.Controls.Add( this.label2, 0, 1 );
       
   194             this.iTLP.Dock = System.Windows.Forms.DockStyle.Fill;
       
   195             this.iTLP.Location = new System.Drawing.Point( 0, 0 );
       
   196             this.iTLP.Margin = new System.Windows.Forms.Padding( 5 );
       
   197             this.iTLP.Name = "iTLP";
       
   198             this.iTLP.RowCount = 2;
       
   199             this.iTLP.RowStyles.Add( new System.Windows.Forms.RowStyle( System.Windows.Forms.SizeType.Percent, 65.41354F ) );
       
   200             this.iTLP.RowStyles.Add( new System.Windows.Forms.RowStyle( System.Windows.Forms.SizeType.Percent, 34.58647F ) );
       
   201             this.iTLP.Size = new System.Drawing.Size( 400, 134 );
       
   202             this.iTLP.TabIndex = 10;
       
   203             // 
       
   204             // HeapCellInfoControl
       
   205             // 
       
   206             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   207             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   208             this.Controls.Add( this.iTLP );
       
   209             this.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
   210             this.MaximumSize = new System.Drawing.Size( 1024, 134 );
       
   211             this.MinimumSize = new System.Drawing.Size( 400, 134 );
       
   212             this.Name = "HeapCellInfoControl";
       
   213             this.Size = new System.Drawing.Size( 400, 134 );
       
   214             this.SizeChanged += new System.EventHandler( this.HeapCellInfoControl_SizeChanged );
       
   215             this.iTLP.ResumeLayout( false );
       
   216             this.ResumeLayout( false );
       
   217 
       
   218         }
       
   219 
       
   220         #endregion
       
   221 
       
   222         private System.Windows.Forms.ListView iLVInfoCellPayload;
       
   223         private System.Windows.Forms.ColumnHeader columnHeader5;
       
   224         private System.Windows.Forms.ColumnHeader columnHeader6;
       
   225         private System.Windows.Forms.Label label1;
       
   226         private System.Windows.Forms.ListView iLVInfoCellHeader;
       
   227         private System.Windows.Forms.ColumnHeader columnHeader3;
       
   228         private System.Windows.Forms.ColumnHeader columnHeader4;
       
   229         private System.Windows.Forms.Label label2;
       
   230         private System.Windows.Forms.TableLayoutPanel iTLP;
       
   231     }
       
   232 }