crashanalysercmd/UI/Plugins/CAPluginCrashAnalyserUi/Tabs/CATabCrashContainerExplorer.Designer.cs
changeset 0 818e61de6cd1
equal deleted inserted replaced
-1:000000000000 0:818e61de6cd1
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 namespace CAPluginCrashAnalysisUi.Tabs
       
    18 {
       
    19     partial class CATabCrashContainerExplorer
       
    20     {
       
    21         // <summary> 
       
    22         // Required designer variable.
       
    23         // </summary>
       
    24         private System.ComponentModel.IContainer components = null;
       
    25 
       
    26         // <summary> 
       
    27         // Clean up any resources being used.
       
    28         // </summary>
       
    29         // <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
       
    30         protected override void Dispose( bool disposing )
       
    31         {
       
    32             if ( disposing && ( components != null ) )
       
    33             {
       
    34                 components.Dispose();
       
    35             }
       
    36             base.Dispose( disposing );
       
    37         }
       
    38 
       
    39         #region Component Designer generated code
       
    40 
       
    41         // <summary> 
       
    42         // Required method for Designer support - do not modify 
       
    43         // the contents of this method with the code editor.
       
    44         // </summary>
       
    45         private void InitializeComponent()
       
    46         {
       
    47             this.iCol_FileName = new XPTable.Models.TextColumn();
       
    48             this.iCol_SubRow_Line = new XPTable.Models.TextColumn();
       
    49             this.iCol_CrashCount = new XPTable.Models.TextColumn();
       
    50             this.iCtrl_Container = new CrashItemUiLib.Crash.Container.CICtrlContainer();
       
    51             this.SuspendLayout();
       
    52             // 
       
    53             // iCol_FileName
       
    54             // 
       
    55             this.iCol_FileName.ContentWidth = 0;
       
    56             this.iCol_FileName.Width = 24;
       
    57             // 
       
    58             // iCol_SubRow_Line
       
    59             // 
       
    60             this.iCol_SubRow_Line.ContentWidth = 0;
       
    61             this.iCol_SubRow_Line.Text = "Line";
       
    62             this.iCol_SubRow_Line.Width = 40;
       
    63             // 
       
    64             // iCol_CrashCount
       
    65             // 
       
    66             this.iCol_CrashCount.ContentWidth = 0;
       
    67             this.iCol_CrashCount.Text = "Count";
       
    68             this.iCol_CrashCount.Width = 40;
       
    69             // 
       
    70             // iCtrl_Container
       
    71             // 
       
    72             this.iCtrl_Container.Dock = System.Windows.Forms.DockStyle.Fill;
       
    73             this.iCtrl_Container.Location = new System.Drawing.Point( 0, 0 );
       
    74             this.iCtrl_Container.Name = "iCtrl_Container";
       
    75             this.iCtrl_Container.Size = new System.Drawing.Size( 907, 679 );
       
    76             this.iCtrl_Container.TabIndex = 0;
       
    77             // 
       
    78             // CATabCrashContainerExplorer
       
    79             // 
       
    80             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
    81             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
    82             this.Controls.Add( this.iCtrl_Container );
       
    83             this.Name = "CATabCrashContainerExplorer";
       
    84             this.Size = new System.Drawing.Size( 907, 679 );
       
    85             this.Load += new System.EventHandler( this.CATabCrashContainerExplorer_Load );
       
    86             this.ResumeLayout( false );
       
    87 
       
    88         }
       
    89 
       
    90         #endregion
       
    91 
       
    92         private XPTable.Models.TextColumn iCol_FileName;
       
    93         private XPTable.Models.TextColumn iCol_CrashCount;
       
    94         private XPTable.Models.TextColumn iCol_SubRow_Line;
       
    95         private CrashItemUiLib.Crash.Container.CICtrlContainer iCtrl_Container;
       
    96     }
       
    97 }