crashanalysercmd/UI/Plugins/CAPluginCrashAnalyserUi/Tabs/CATabCrashContainerSummary.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 CATabCrashContainerSummary
       
    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             XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
       
    48             this.iTLP = new System.Windows.Forms.TableLayoutPanel();
       
    49             this.iTable = new XPTable.Models.Table();
       
    50             this.iColModel = new XPTable.Models.ColumnModel();
       
    51             this.iCol_FileName = new XPTable.Models.TextColumn();
       
    52             this.iCol_SubRow_LineOrOtherThreadCount = new XPTable.Models.TextColumn();
       
    53             this.iCol_SubRow_ThreadName = new XPTable.Models.TextColumn();
       
    54             this.iCol_SubRow_ExitInfo = new XPTable.Models.TextColumn();
       
    55             this.iTableModel = new XPTable.Models.TableModel();
       
    56             this.iTLP_Buttons = new System.Windows.Forms.TableLayoutPanel();
       
    57             this.iBT_Open = new System.Windows.Forms.Button();
       
    58             this.iBT_Open_All = new System.Windows.Forms.Button();
       
    59             this.iBT_Close = new System.Windows.Forms.Button();
       
    60             this.iTLP.SuspendLayout();
       
    61             ( (System.ComponentModel.ISupportInitialize) ( this.iTable ) ).BeginInit();
       
    62             this.iTLP_Buttons.SuspendLayout();
       
    63             this.SuspendLayout();
       
    64             // 
       
    65             // iTLP
       
    66             // 
       
    67             this.iTLP.ColumnCount = 1;
       
    68             this.iTLP.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Percent, 100F ) );
       
    69             this.iTLP.Controls.Add( this.iTable, 0, 0 );
       
    70             this.iTLP.Controls.Add( this.iTLP_Buttons, 0, 1 );
       
    71             this.iTLP.Dock = System.Windows.Forms.DockStyle.Fill;
       
    72             this.iTLP.Location = new System.Drawing.Point( 0, 0 );
       
    73             this.iTLP.Name = "iTLP";
       
    74             this.iTLP.RowCount = 2;
       
    75             this.iTLP.RowStyles.Add( new System.Windows.Forms.RowStyle( System.Windows.Forms.SizeType.Percent, 100F ) );
       
    76             this.iTLP.RowStyles.Add( new System.Windows.Forms.RowStyle() );
       
    77             this.iTLP.Size = new System.Drawing.Size( 837, 483 );
       
    78             this.iTLP.TabIndex = 0;
       
    79             // 
       
    80             // iTable
       
    81             // 
       
    82             this.iTable.BorderColor = System.Drawing.Color.Black;
       
    83             this.iTable.ColumnModel = this.iColModel;
       
    84             this.iTable.DataMember = null;
       
    85             this.iTable.DataSourceColumnBinder = dataSourceColumnBinder1;
       
    86             this.iTable.Dock = System.Windows.Forms.DockStyle.Fill;
       
    87             this.iTable.FullRowSelect = true;
       
    88             this.iTable.HeaderFont = new System.Drawing.Font( "Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
    89             this.iTable.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
       
    90             this.iTable.Location = new System.Drawing.Point( 3, 3 );
       
    91             this.iTable.Name = "iTable";
       
    92             this.iTable.NoItemsText = "No Crash Data available";
       
    93             this.iTable.NoItemsTextColor = System.Drawing.SystemColors.ControlText;
       
    94             this.iTable.NoItemsTextFont = new System.Drawing.Font( "Tahoma", 8.25F );
       
    95             this.iTable.Size = new System.Drawing.Size( 831, 441 );
       
    96             this.iTable.TabIndex = 0;
       
    97             this.iTable.TableModel = this.iTableModel;
       
    98             this.iTable.Text = "iTable";
       
    99             this.iTable.UnfocusedBorderColor = System.Drawing.Color.Black;
       
   100             this.iTable.SelectionChanged += new XPTable.Events.SelectionEventHandler( this.iTable_SelectionChanged );
       
   101             // 
       
   102             // iColModel
       
   103             // 
       
   104             this.iColModel.Columns.AddRange( new XPTable.Models.Column[] {
       
   105             this.iCol_FileName,
       
   106             this.iCol_SubRow_LineOrOtherThreadCount,
       
   107             this.iCol_SubRow_ThreadName,
       
   108             this.iCol_SubRow_ExitInfo} );
       
   109             // 
       
   110             // iCol_FileName
       
   111             // 
       
   112             this.iCol_FileName.ContentWidth = 0;
       
   113             this.iCol_FileName.Text = "File Name";
       
   114             this.iCol_FileName.Width = 30;
       
   115             // 
       
   116             // iCol_SubRow_LineOrOtherThreadCount
       
   117             // 
       
   118             this.iCol_SubRow_LineOrOtherThreadCount.ContentWidth = 0;
       
   119             this.iCol_SubRow_LineOrOtherThreadCount.Text = "Line";
       
   120             this.iCol_SubRow_LineOrOtherThreadCount.Width = 40;
       
   121             // 
       
   122             // iCol_SubRow_ThreadName
       
   123             // 
       
   124             this.iCol_SubRow_ThreadName.ContentWidth = 0;
       
   125             this.iCol_SubRow_ThreadName.TakesUpSlack = true;
       
   126             this.iCol_SubRow_ThreadName.Text = "Name";
       
   127             this.iCol_SubRow_ThreadName.Width = 607;
       
   128             // 
       
   129             // iCol_SubRow_ExitInfo
       
   130             // 
       
   131             this.iCol_SubRow_ExitInfo.ContentWidth = 0;
       
   132             this.iCol_SubRow_ExitInfo.Text = "Exit Info";
       
   133             this.iCol_SubRow_ExitInfo.Width = 150;
       
   134             // 
       
   135             // iTLP_Buttons
       
   136             // 
       
   137             this.iTLP_Buttons.ColumnCount = 4;
       
   138             this.iTLP_Buttons.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle() );
       
   139             this.iTLP_Buttons.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle() );
       
   140             this.iTLP_Buttons.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle( System.Windows.Forms.SizeType.Percent, 100F ) );
       
   141             this.iTLP_Buttons.ColumnStyles.Add( new System.Windows.Forms.ColumnStyle() );
       
   142             this.iTLP_Buttons.Controls.Add( this.iBT_Open, 0, 0 );
       
   143             this.iTLP_Buttons.Controls.Add( this.iBT_Open_All, 1, 0 );
       
   144             this.iTLP_Buttons.Controls.Add( this.iBT_Close, 3, 0 );
       
   145             this.iTLP_Buttons.Dock = System.Windows.Forms.DockStyle.Fill;
       
   146             this.iTLP_Buttons.Location = new System.Drawing.Point( 0, 447 );
       
   147             this.iTLP_Buttons.Margin = new System.Windows.Forms.Padding( 0 );
       
   148             this.iTLP_Buttons.Name = "iTLP_Buttons";
       
   149             this.iTLP_Buttons.RowCount = 1;
       
   150             this.iTLP_Buttons.RowStyles.Add( new System.Windows.Forms.RowStyle() );
       
   151             this.iTLP_Buttons.Size = new System.Drawing.Size( 837, 36 );
       
   152             this.iTLP_Buttons.TabIndex = 1;
       
   153             // 
       
   154             // iBT_Open
       
   155             // 
       
   156             this.iBT_Open.Dock = System.Windows.Forms.DockStyle.Fill;
       
   157             this.iBT_Open.Location = new System.Drawing.Point( 3, 3 );
       
   158             this.iBT_Open.Name = "iBT_Open";
       
   159             this.iBT_Open.Size = new System.Drawing.Size( 74, 30 );
       
   160             this.iBT_Open.TabIndex = 0;
       
   161             this.iBT_Open.Text = "Open";
       
   162             this.iBT_Open.UseVisualStyleBackColor = true;
       
   163             this.iBT_Open.Click += new System.EventHandler( this.iBT_Open_Click );
       
   164             // 
       
   165             // iBT_Open_All
       
   166             // 
       
   167             this.iBT_Open_All.Dock = System.Windows.Forms.DockStyle.Fill;
       
   168             this.iBT_Open_All.Location = new System.Drawing.Point( 83, 3 );
       
   169             this.iBT_Open_All.Name = "iBT_Open_All";
       
   170             this.iBT_Open_All.Size = new System.Drawing.Size( 89, 30 );
       
   171             this.iBT_Open_All.TabIndex = 1;
       
   172             this.iBT_Open_All.Text = "Open All";
       
   173             this.iBT_Open_All.UseVisualStyleBackColor = true;
       
   174             this.iBT_Open_All.Click += new System.EventHandler( this.iBT_Open_All_Click );
       
   175             // 
       
   176             // iBT_Close
       
   177             // 
       
   178             this.iBT_Close.Dock = System.Windows.Forms.DockStyle.Fill;
       
   179             this.iBT_Close.Location = new System.Drawing.Point( 784, 3 );
       
   180             this.iBT_Close.Name = "iBT_Close";
       
   181             this.iBT_Close.Size = new System.Drawing.Size( 50, 30 );
       
   182             this.iBT_Close.TabIndex = 2;
       
   183             this.iBT_Close.Text = "Close";
       
   184             this.iBT_Close.UseVisualStyleBackColor = true;
       
   185             this.iBT_Close.Click += new System.EventHandler( this.iBT_Close_Click );
       
   186             // 
       
   187             // CATabCrashContainerSummary
       
   188             // 
       
   189             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   190             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   191             this.Controls.Add( this.iTLP );
       
   192             this.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
   193             this.Name = "CATabCrashContainerSummary";
       
   194             this.Size = new System.Drawing.Size( 837, 483 );
       
   195             this.Title = "Summary";
       
   196             this.Load += new System.EventHandler( this.CASubControlCrashSummary_Load );
       
   197             this.iTLP.ResumeLayout( false );
       
   198             ( (System.ComponentModel.ISupportInitialize) ( this.iTable ) ).EndInit();
       
   199             this.iTLP_Buttons.ResumeLayout( false );
       
   200             this.ResumeLayout( false );
       
   201 
       
   202         }
       
   203 
       
   204         #endregion
       
   205 
       
   206         private System.Windows.Forms.TableLayoutPanel iTLP;
       
   207         private XPTable.Models.Table iTable;
       
   208         private XPTable.Models.ColumnModel iColModel;
       
   209         private XPTable.Models.TableModel iTableModel;
       
   210         private System.Windows.Forms.TableLayoutPanel iTLP_Buttons;
       
   211         private System.Windows.Forms.Button iBT_Open;
       
   212         private System.Windows.Forms.Button iBT_Open_All;
       
   213         private XPTable.Models.TextColumn iCol_FileName;
       
   214         private XPTable.Models.TextColumn iCol_SubRow_ThreadName;
       
   215         private XPTable.Models.TextColumn iCol_SubRow_LineOrOtherThreadCount;
       
   216         private XPTable.Models.TextColumn iCol_SubRow_ExitInfo;
       
   217         private System.Windows.Forms.Button iBT_Close;
       
   218     }
       
   219 }