sysperfana/heapanalyser/Libraries/UI/HeapUiLib/Controls/HeapCellViewerControl.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 HeapCellViewerControl
       
    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             this.components = new System.ComponentModel.Container();
       
    69             XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
       
    70             this.iTL_Bottom = new System.Windows.Forms.TableLayoutPanel();
       
    71             this.iButton_PageUp = new System.Windows.Forms.Button();
       
    72             this.iButton_PageDown = new System.Windows.Forms.Button();
       
    73             this.iTable_RawItems = new XPTable.Models.Table();
       
    74             this.iColumnModel = new XPTable.Models.ColumnModel();
       
    75             this.iCol_Address = new XPTable.Models.TextColumn();
       
    76             this.iCol_RawData = new XPTable.Models.TextColumn();
       
    77             this.iCol_Interpreted = new XPTable.Models.TextColumn();
       
    78             this.iCol_CharacterisedData = new XPTable.Models.TextColumn();
       
    79             this.iTableModel = new XPTable.Models.TableModel();
       
    80             this.iTimerRefresh = new System.Windows.Forms.Timer( this.components );
       
    81             this.iTL_Bottom.SuspendLayout();
       
    82             ( (System.ComponentModel.ISupportInitialize) ( this.iTable_RawItems ) ).BeginInit();
       
    83             this.SuspendLayout();
       
    84             // 
       
    85             // iTL_Bottom
       
    86             // 
       
    87             this.iTL_Bottom.ColumnCount = 2;
       
    88             this.iTL_Bottom.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Percent, 100F ) );
       
    89             this.iTL_Bottom.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Absolute, 50F ) );
       
    90             this.iTL_Bottom.Controls.Add( this.iButton_PageUp, 1, 0 );
       
    91             this.iTL_Bottom.Controls.Add( this.iButton_PageDown, 1, 2 );
       
    92             this.iTL_Bottom.Controls.Add( this.iTable_RawItems, 0, 0 );
       
    93             this.iTL_Bottom.Dock = System.Windows.Forms.DockStyle.Fill;
       
    94             this.iTL_Bottom.Location = new System.Drawing.Point( 0, 0 );
       
    95             this.iTL_Bottom.Name = "iTL_Bottom";
       
    96             this.iTL_Bottom.RowCount = 3;
       
    97             this.iTL_Bottom.RowStyles.Add( new System.Windows.Forms.RowStyle( System.Windows.Forms.SizeType.Percent, 33.33333F ) );
       
    98             this.iTL_Bottom.RowStyles.Add( new System.Windows.Forms.RowStyle( System.Windows.Forms.SizeType.Percent, 33.33333F ) );
       
    99             this.iTL_Bottom.RowStyles.Add( new System.Windows.Forms.RowStyle( System.Windows.Forms.SizeType.Percent, 33.33333F ) );
       
   100             this.iTL_Bottom.Size = new System.Drawing.Size( 334, 120 );
       
   101             this.iTL_Bottom.TabIndex = 4;
       
   102             // 
       
   103             // iButton_PageUp
       
   104             // 
       
   105             this.iButton_PageUp.Dock = System.Windows.Forms.DockStyle.Fill;
       
   106             this.iButton_PageUp.Location = new System.Drawing.Point( 287, 3 );
       
   107             this.iButton_PageUp.Name = "iButton_PageUp";
       
   108             this.iButton_PageUp.Size = new System.Drawing.Size( 44, 34 );
       
   109             this.iButton_PageUp.TabIndex = 13;
       
   110             this.iButton_PageUp.Text = "Page Up";
       
   111             this.iButton_PageUp.Click += new System.EventHandler( this.iButton_PageUp_Click );
       
   112             // 
       
   113             // iButton_PageDown
       
   114             // 
       
   115             this.iButton_PageDown.Dock = System.Windows.Forms.DockStyle.Fill;
       
   116             this.iButton_PageDown.Location = new System.Drawing.Point( 287, 83 );
       
   117             this.iButton_PageDown.Name = "iButton_PageDown";
       
   118             this.iButton_PageDown.Size = new System.Drawing.Size( 44, 34 );
       
   119             this.iButton_PageDown.TabIndex = 15;
       
   120             this.iButton_PageDown.Text = "Page Down";
       
   121             this.iButton_PageDown.Click += new System.EventHandler( this.iButton_PageDown_Click );
       
   122             // 
       
   123             // iTable_RawItems
       
   124             // 
       
   125             this.iTable_RawItems.AlternatingRowColor = System.Drawing.Color.WhiteSmoke;
       
   126             this.iTable_RawItems.BorderColor = System.Drawing.Color.Black;
       
   127             this.iTable_RawItems.ColumnModel = this.iColumnModel;
       
   128             this.iTable_RawItems.DataMember = null;
       
   129             this.iTable_RawItems.DataSourceColumnBinder = dataSourceColumnBinder1;
       
   130             this.iTable_RawItems.Dock = System.Windows.Forms.DockStyle.Fill;
       
   131             this.iTable_RawItems.EnableToolTips = true;
       
   132             this.iTable_RawItems.Font = new System.Drawing.Font( "Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
   133             this.iTable_RawItems.GridLines = XPTable.Models.GridLines.Both;
       
   134             this.iTable_RawItems.HeaderFont = new System.Drawing.Font( "Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
   135             this.iTable_RawItems.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
       
   136             this.iTable_RawItems.Location = new System.Drawing.Point( 3, 3 );
       
   137             this.iTable_RawItems.Name = "iTable_RawItems";
       
   138             this.iTable_RawItems.NoItemsText = "Nothing Selected or No Data";
       
   139             this.iTable_RawItems.NoItemsTextColor = System.Drawing.SystemColors.ControlText;
       
   140             this.iTable_RawItems.NoItemsTextFont = new System.Drawing.Font( "Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
   141             this.iTL_Bottom.SetRowSpan( this.iTable_RawItems, 3 );
       
   142             this.iTable_RawItems.Size = new System.Drawing.Size( 278, 114 );
       
   143             this.iTable_RawItems.TabIndex = 21;
       
   144             this.iTable_RawItems.TableModel = this.iTableModel;
       
   145             this.iTable_RawItems.UnfocusedBorderColor = System.Drawing.Color.Black;
       
   146             this.iTable_RawItems.CellDoubleClick += new XPTable.Events.CellMouseEventHandler( this.iTable_RawItems_CellDoubleClick );
       
   147             // 
       
   148             // iColumnModel
       
   149             // 
       
   150             this.iColumnModel.Columns.AddRange( new XPTable.Models.Column[] {
       
   151             this.iCol_Address,
       
   152             this.iCol_RawData,
       
   153             this.iCol_Interpreted,
       
   154             this.iCol_CharacterisedData} );
       
   155             // 
       
   156             // iCol_Address
       
   157             // 
       
   158             this.iCol_Address.Alignment = XPTable.Models.ColumnAlignment.Center;
       
   159             this.iCol_Address.ContentWidth = 44;
       
   160             this.iCol_Address.Text = "Address";
       
   161             this.iCol_Address.Width = 70;
       
   162             // 
       
   163             // iCol_RawData
       
   164             // 
       
   165             this.iCol_RawData.Alignment = XPTable.Models.ColumnAlignment.Center;
       
   166             this.iCol_RawData.ContentWidth = 52;
       
   167             this.iCol_RawData.Text = "Raw Data";
       
   168             this.iCol_RawData.Width = 70;
       
   169             // 
       
   170             // iCol_Interpreted
       
   171             // 
       
   172             this.iCol_Interpreted.Alignment = XPTable.Models.ColumnAlignment.Center;
       
   173             this.iCol_Interpreted.ContentWidth = 61;
       
   174             this.iCol_Interpreted.Text = "Interpreted";
       
   175             this.iCol_Interpreted.Width = 70;
       
   176             // 
       
   177             // iCol_CharacterisedData
       
   178             // 
       
   179             this.iCol_CharacterisedData.Alignment = XPTable.Models.ColumnAlignment.Center;
       
   180             this.iCol_CharacterisedData.ContentWidth = 4;
       
   181             this.iCol_CharacterisedData.Text = " ";
       
   182             this.iCol_CharacterisedData.Width = 40;
       
   183             // 
       
   184             // iTimerRefresh
       
   185             // 
       
   186             this.iTimerRefresh.Interval = 1;
       
   187             this.iTimerRefresh.Tick += new System.EventHandler( this.iTimerRefresh_Tick );
       
   188             // 
       
   189             // HeapCellViewerControl
       
   190             // 
       
   191             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   192             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   193             this.Controls.Add( this.iTL_Bottom );
       
   194             this.MinimumSize = new System.Drawing.Size( 334, 120 );
       
   195             this.Name = "HeapCellViewerControl";
       
   196             this.Size = new System.Drawing.Size( 334, 120 );
       
   197             this.iTL_Bottom.ResumeLayout( false );
       
   198             ( (System.ComponentModel.ISupportInitialize) ( this.iTable_RawItems ) ).EndInit();
       
   199             this.ResumeLayout( false );
       
   200 
       
   201         }
       
   202 
       
   203         #endregion
       
   204 
       
   205         private System.Windows.Forms.TableLayoutPanel iTL_Bottom;
       
   206         private System.Windows.Forms.Button iButton_PageUp;
       
   207         private System.Windows.Forms.Button iButton_PageDown;
       
   208         private XPTable.Models.Table iTable_RawItems;
       
   209         private XPTable.Models.ColumnModel iColumnModel;
       
   210         private XPTable.Models.TableModel iTableModel;
       
   211         private XPTable.Models.TextColumn iCol_Address;
       
   212         private XPTable.Models.TextColumn iCol_RawData;
       
   213         private XPTable.Models.TextColumn iCol_Interpreted;
       
   214         private XPTable.Models.TextColumn iCol_CharacterisedData;
       
   215         private System.Windows.Forms.Timer iTimerRefresh;
       
   216     }
       
   217 }