crashanalysercmd/UI/Plugins/CAPluginCrashAnalyserUi/Tabs/Base/CATabCrashBase.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 CATabCrashBase
       
    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.SuspendLayout();
       
    48             // 
       
    49             // CATabCrashBase
       
    50             // 
       
    51             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
    52             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
    53             this.Font = new System.Drawing.Font( "Tahoma", 8F );
       
    54             this.Name = "CATabCrashBase";
       
    55             this.Size = new System.Drawing.Size( 0, 0 );
       
    56             this.ResumeLayout( false );
       
    57 
       
    58         }
       
    59 
       
    60         #endregion
       
    61 
       
    62     }
       
    63 }