crashanalysercmd/UI/Plugins/CAPluginRawStackUi/Tabs/CATabStackViewer.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 CAPluginRawStackUi.Tabs
       
    18 {
       
    19     partial class CATabStackViewer
       
    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.groupBox10 = new System.Windows.Forms.GroupBox();
       
    51             this.iCB_HideGhosts = new System.Windows.Forms.CheckBox();
       
    52             this.iCB_MatchExactSymbols = new System.Windows.Forms.CheckBox();
       
    53             this.iStackViewer = new SymbianStackLibUi.GUI.StackViewerControl();
       
    54             this.panel1 = new System.Windows.Forms.Panel();
       
    55             this.iLbl_ErrorMessage = new System.Windows.Forms.Label();
       
    56             this.eventLog1 = new System.Diagnostics.EventLog();
       
    57             this.groupBox10.SuspendLayout();
       
    58             this.panel1.SuspendLayout();
       
    59             ( (System.ComponentModel.ISupportInitialize) ( this.eventLog1 ) ).BeginInit();
       
    60             this.SuspendLayout();
       
    61             // 
       
    62             // iCol_FileName
       
    63             // 
       
    64             this.iCol_FileName.ContentWidth = 0;
       
    65             this.iCol_FileName.Width = 24;
       
    66             // 
       
    67             // iCol_SubRow_Line
       
    68             // 
       
    69             this.iCol_SubRow_Line.ContentWidth = 0;
       
    70             this.iCol_SubRow_Line.Text = "Line";
       
    71             this.iCol_SubRow_Line.Width = 40;
       
    72             // 
       
    73             // iCol_CrashCount
       
    74             // 
       
    75             this.iCol_CrashCount.ContentWidth = 0;
       
    76             this.iCol_CrashCount.Text = "Count";
       
    77             this.iCol_CrashCount.Width = 40;
       
    78             // 
       
    79             // groupBox10
       
    80             // 
       
    81             this.groupBox10.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left ) ) );
       
    82             this.groupBox10.Controls.Add( this.iCB_HideGhosts );
       
    83             this.groupBox10.Controls.Add( this.iCB_MatchExactSymbols );
       
    84             this.groupBox10.Location = new System.Drawing.Point( 3, 479 );
       
    85             this.groupBox10.Name = "groupBox10";
       
    86             this.groupBox10.Size = new System.Drawing.Size( 297, 72 );
       
    87             this.groupBox10.TabIndex = 10;
       
    88             this.groupBox10.TabStop = false;
       
    89             this.groupBox10.Text = "Options";
       
    90             // 
       
    91             // iCB_HideGhosts
       
    92             // 
       
    93             this.iCB_HideGhosts.Location = new System.Drawing.Point( 143, 25 );
       
    94             this.iCB_HideGhosts.Name = "iCB_HideGhosts";
       
    95             this.iCB_HideGhosts.Size = new System.Drawing.Size( 136, 32 );
       
    96             this.iCB_HideGhosts.TabIndex = 0;
       
    97             this.iCB_HideGhosts.Text = "Hide irrelevant function calls";
       
    98             this.iCB_HideGhosts.CheckedChanged += new System.EventHandler( this.iCB_HideGhosts_CheckedChanged );
       
    99             // 
       
   100             // iCB_MatchExactSymbols
       
   101             // 
       
   102             this.iCB_MatchExactSymbols.Location = new System.Drawing.Point( 16, 25 );
       
   103             this.iCB_MatchExactSymbols.Name = "iCB_MatchExactSymbols";
       
   104             this.iCB_MatchExactSymbols.Size = new System.Drawing.Size( 136, 32 );
       
   105             this.iCB_MatchExactSymbols.TabIndex = 0;
       
   106             this.iCB_MatchExactSymbols.Text = "Show only exact Symbolic matches";
       
   107             this.iCB_MatchExactSymbols.CheckedChanged += new System.EventHandler( this.iCB_MatchExactSymbols_CheckedChanged );
       
   108             // 
       
   109             // iStackViewer
       
   110             // 
       
   111             this.iStackViewer.BorderColor = System.Drawing.SystemColors.ControlDark;
       
   112             this.iStackViewer.BorderWidth = 1;
       
   113             this.iStackViewer.Dock = System.Windows.Forms.DockStyle.Fill;
       
   114             this.iStackViewer.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
   115             this.iStackViewer.HideGhosts = false;
       
   116             this.iStackViewer.Location = new System.Drawing.Point( 0, 0 );
       
   117             this.iStackViewer.Name = "iStackViewer";
       
   118             this.iStackViewer.OnlyShowEntriesWithSymbols = false;
       
   119             this.iStackViewer.Size = new System.Drawing.Size( 966, 477 );
       
   120             this.iStackViewer.TabIndex = 11;
       
   121             // 
       
   122             // panel1
       
   123             // 
       
   124             this.panel1.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom )
       
   125                         | System.Windows.Forms.AnchorStyles.Left )
       
   126                         | System.Windows.Forms.AnchorStyles.Right ) ) );
       
   127             this.panel1.Controls.Add( this.iStackViewer );
       
   128             this.panel1.Location = new System.Drawing.Point( 3, 3 );
       
   129             this.panel1.Name = "panel1";
       
   130             this.panel1.Size = new System.Drawing.Size( 966, 477 );
       
   131             this.panel1.TabIndex = 12;
       
   132             // 
       
   133             // iLbl_ErrorMessage
       
   134             // 
       
   135             this.iLbl_ErrorMessage.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left )
       
   136                         | System.Windows.Forms.AnchorStyles.Right ) ) );
       
   137             this.iLbl_ErrorMessage.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Bold );
       
   138             this.iLbl_ErrorMessage.ForeColor = System.Drawing.Color.Red;
       
   139             this.iLbl_ErrorMessage.Location = new System.Drawing.Point( 304, 489 );
       
   140             this.iLbl_ErrorMessage.Name = "iLbl_ErrorMessage";
       
   141             this.iLbl_ErrorMessage.Size = new System.Drawing.Size( 663, 59 );
       
   142             this.iLbl_ErrorMessage.TabIndex = 13;
       
   143             this.iLbl_ErrorMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
       
   144             this.iLbl_ErrorMessage.Visible = false;
       
   145             // 
       
   146             // eventLog1
       
   147             // 
       
   148             this.eventLog1.SynchronizingObject = this;
       
   149             // 
       
   150             // CATabStackViewer
       
   151             // 
       
   152             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   153             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   154             this.Controls.Add( this.iLbl_ErrorMessage );
       
   155             this.Controls.Add( this.panel1 );
       
   156             this.Controls.Add( this.groupBox10 );
       
   157             this.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
   158             this.Name = "CATabStackViewer";
       
   159             this.Size = new System.Drawing.Size( 972, 554 );
       
   160             this.Load += new System.EventHandler( this.CATabStackViewer_Load );
       
   161             this.groupBox10.ResumeLayout( false );
       
   162             this.panel1.ResumeLayout( false );
       
   163             ( (System.ComponentModel.ISupportInitialize) ( this.eventLog1 ) ).EndInit();
       
   164             this.ResumeLayout( false );
       
   165 
       
   166         }
       
   167 
       
   168         #endregion
       
   169 
       
   170         private XPTable.Models.TextColumn iCol_FileName;
       
   171         private XPTable.Models.TextColumn iCol_CrashCount;
       
   172         private XPTable.Models.TextColumn iCol_SubRow_Line;
       
   173         private System.Windows.Forms.GroupBox groupBox10;
       
   174         private System.Windows.Forms.CheckBox iCB_HideGhosts;
       
   175         private System.Windows.Forms.CheckBox iCB_MatchExactSymbols;
       
   176         private SymbianStackLibUi.GUI.StackViewerControl iStackViewer;
       
   177         private System.Windows.Forms.Panel panel1;
       
   178         private System.Windows.Forms.Label iLbl_ErrorMessage;
       
   179         private System.Diagnostics.EventLog eventLog1;
       
   180     }
       
   181 }