crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianSymbolLib/Tests/SymbolTestGUI/Form1.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 SymbolTestGUI
       
    18 {
       
    19     partial class Form1
       
    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 Windows Form 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.button1 = new System.Windows.Forms.Button();
       
    48             this.progressBar1 = new System.Windows.Forms.ProgressBar();
       
    49             this.label1 = new System.Windows.Forms.Label();
       
    50             this.SuspendLayout();
       
    51             // 
       
    52             // button1
       
    53             // 
       
    54             this.button1.Location = new System.Drawing.Point( 23, 12 );
       
    55             this.button1.Name = "button1";
       
    56             this.button1.Size = new System.Drawing.Size( 75, 23 );
       
    57             this.button1.TabIndex = 0;
       
    58             this.button1.Text = "button1";
       
    59             this.button1.UseVisualStyleBackColor = true;
       
    60             this.button1.Click += new System.EventHandler( this.button1_Click );
       
    61             // 
       
    62             // progressBar1
       
    63             // 
       
    64             this.progressBar1.Location = new System.Drawing.Point( 23, 41 );
       
    65             this.progressBar1.Name = "progressBar1";
       
    66             this.progressBar1.Size = new System.Drawing.Size( 508, 23 );
       
    67             this.progressBar1.TabIndex = 1;
       
    68             // 
       
    69             // label1
       
    70             // 
       
    71             this.label1.AutoSize = true;
       
    72             this.label1.BackColor = System.Drawing.Color.Transparent;
       
    73             this.label1.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Bold );
       
    74             this.label1.ForeColor = System.Drawing.Color.Black;
       
    75             this.label1.Location = new System.Drawing.Point( 260, 46 );
       
    76             this.label1.Name = "label1";
       
    77             this.label1.Size = new System.Drawing.Size( 41, 13 );
       
    78             this.label1.TabIndex = 2;
       
    79             this.label1.Text = "label1";
       
    80             // 
       
    81             // Form1
       
    82             // 
       
    83             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
    84             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
    85             this.ClientSize = new System.Drawing.Size( 896, 269 );
       
    86             this.Controls.Add( this.label1 );
       
    87             this.Controls.Add( this.progressBar1 );
       
    88             this.Controls.Add( this.button1 );
       
    89             this.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
    90             this.Name = "Form1";
       
    91             this.Text = "Form1";
       
    92             this.ResumeLayout( false );
       
    93             this.PerformLayout();
       
    94 
       
    95         }
       
    96 
       
    97         #endregion
       
    98 
       
    99         private System.Windows.Forms.Button button1;
       
   100         private System.Windows.Forms.ProgressBar progressBar1;
       
   101         private System.Windows.Forms.Label label1;
       
   102     }
       
   103 }
       
   104