crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianDebugLib/Entity/Primer/DbgEntityPrimerUi.Designer.cs
changeset 0 818e61de6cd1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianDebugLib/Entity/Primer/DbgEntityPrimerUi.Designer.cs	Thu Feb 11 15:50:58 2010 +0200
@@ -0,0 +1,83 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: 
+*
+*/
+namespace SymbianDebugLib.Entity.Primer
+{
+    partial class DbgEntityPrimerUi
+    {
+        // <summary>
+        // Required designer variable.
+        // </summary>
+        private System.ComponentModel.IContainer components = null;
+        private System.Windows.Forms.Timer iTimer_OpStart;
+        private System.Windows.Forms.ProgressBar iProgressBar;
+
+        // <summary>
+        // Clean up any resources being used.
+        // </summary>
+        // <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose( bool disposing )
+        {
+            if ( disposing && ( components != null ) )
+            {
+                components.Dispose();
+            }
+            base.Dispose( disposing );
+        }
+
+        #region Windows Form Designer generated code
+
+        // <summary>
+        // Required method for Designer support - do not modify
+        // the contents of this method with the code editor.
+        // </summary>
+        private void InitializeComponent()
+        {
+            this.components = new System.ComponentModel.Container();
+            this.iProgressBar = new System.Windows.Forms.ProgressBar();
+            this.iTimer_OpStart = new System.Windows.Forms.Timer( this.components );
+            this.SuspendLayout();
+            // 
+            // iProgressBar
+            // 
+            this.iProgressBar.Location = new System.Drawing.Point( 8, 8 );
+            this.iProgressBar.Name = "iProgressBar";
+            this.iProgressBar.Size = new System.Drawing.Size( 376, 24 );
+            this.iProgressBar.TabIndex = 0;
+            // 
+            // iTimer_OpStart
+            // 
+            this.iTimer_OpStart.Interval = 10;
+            this.iTimer_OpStart.Tick += new System.EventHandler( this.Timer_OpStart_Tick );
+            // 
+            // SymbolReaderProgressDialog
+            // 
+            this.AutoScaleBaseSize = new System.Drawing.Size( 5, 13 );
+            this.ClientSize = new System.Drawing.Size( 392, 39 );
+            this.ControlBox = false;
+            this.Controls.Add( this.iProgressBar );
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
+            this.Name = "DbgEntityPrimerUi";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+            this.Text = " Preparing...";
+            this.ResumeLayout( false );
+        }
+
+        #endregion
+    }
+}
\ No newline at end of file