crashanalysercmd/UI/Plugins/CAPluginNICDUi/Wizards/CAWizardNICD.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 CAPluginNICDUi.Wizards
       
    18 {
       
    19     partial class CAWizardNICD
       
    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.iWizard = new SymbianWizardLib.GUI.SymWizard();
       
    48             this.iPG_SourceFile = new SymbianWizardLib.GUI.SymWizardPage();
       
    49             this.label2 = new System.Windows.Forms.Label();
       
    50             this.iFB_NICD_Trace = new SymbianUtilsUi.Controls.SymbianFileBrowserControl();
       
    51             this.iPG_SourceFiles_Header = new SymbianWizardLib.GUI.SymWizardHeaderSection();
       
    52             this.iPG_DebugEngine = new SymbianWizardLib.GUI.SymWizardPage();
       
    53             this.iPG_DebugEngine_Control = new SymbianDebugLibUi.Controls.DebugEngineControl();
       
    54             this.iPG_DebugEngine_Header = new SymbianWizardLib.GUI.SymWizardHeaderSection();
       
    55             this.iPG_SourceFile.SuspendLayout();
       
    56             this.iPG_DebugEngine.SuspendLayout();
       
    57             this.SuspendLayout();
       
    58             // 
       
    59             // iWizard
       
    60             // 
       
    61             this.iWizard.Dock = System.Windows.Forms.DockStyle.Fill;
       
    62             this.iWizard.Location = new System.Drawing.Point( 0, 0 );
       
    63             this.iWizard.Margin = new System.Windows.Forms.Padding( 0 );
       
    64             this.iWizard.Name = "iWizard";
       
    65             this.iWizard.Pages.AddRange( new SymbianWizardLib.GUI.SymWizardPage[] {
       
    66             this.iPG_SourceFile,
       
    67             this.iPG_DebugEngine} );
       
    68             this.iWizard.Size = new System.Drawing.Size( 892, 673 );
       
    69             this.iWizard.TabIndex = 0;
       
    70             this.iWizard.WizardClosedFromFinish += new SymbianWizardLib.GUI.SymWizard.WizardClosedFromFinishHandler( this.iWizard_WizardClosedFromFinish );
       
    71             // 
       
    72             // iPG_SourceFile
       
    73             // 
       
    74             this.iPG_SourceFile.Controls.Add( this.label2 );
       
    75             this.iPG_SourceFile.Controls.Add( this.iFB_NICD_Trace );
       
    76             this.iPG_SourceFile.Controls.Add( this.iPG_SourceFiles_Header );
       
    77             this.iPG_SourceFile.Dock = System.Windows.Forms.DockStyle.Fill;
       
    78             this.iPG_SourceFile.IsFinishingPage = false;
       
    79             this.iPG_SourceFile.Location = new System.Drawing.Point( 0, 0 );
       
    80             this.iPG_SourceFile.Margin = new System.Windows.Forms.Padding( 0 );
       
    81             this.iPG_SourceFile.Name = "iPG_SourceFile";
       
    82             this.iPG_SourceFile.Size = new System.Drawing.Size( 892, 617 );
       
    83             this.iPG_SourceFile.TabIndex = 3;
       
    84             this.iPG_SourceFile.Wizard = this.iWizard;
       
    85             this.iPG_SourceFile.Load += new System.EventHandler( this.iPG_SourceFile_Load );
       
    86             this.iPG_SourceFile.PageClosedFromButtonNext += new SymbianWizardLib.GUI.SymWizardPage.PageClosedFromButtonNextHandler( this.iPG_SourceFile_PageClosedFromButtonNext );
       
    87             // 
       
    88             // label2
       
    89             // 
       
    90             this.label2.AutoSize = true;
       
    91             this.label2.Location = new System.Drawing.Point( 12, 101 );
       
    92             this.label2.Name = "label2";
       
    93             this.label2.Size = new System.Drawing.Size( 67, 13 );
       
    94             this.label2.TabIndex = 6;
       
    95             this.label2.Text = "NICD Trace:";
       
    96             // 
       
    97             // iFB_NICD_Trace
       
    98             // 
       
    99             this.iFB_NICD_Trace.DialogFilter = "";
       
   100             this.iFB_NICD_Trace.DialogTitle = "";
       
   101             this.iFB_NICD_Trace.EntityMustExist = true;
       
   102             this.iFB_NICD_Trace.EntityName = "";
       
   103             this.iFB_NICD_Trace.Location = new System.Drawing.Point( 88, 97 );
       
   104             this.iFB_NICD_Trace.Margin = new System.Windows.Forms.Padding( 0 );
       
   105             this.iFB_NICD_Trace.MinimumSize = new System.Drawing.Size( 396, 21 );
       
   106             this.iFB_NICD_Trace.Name = "iFB_NICD_Trace";
       
   107             this.iFB_NICD_Trace.ShowDriveLetter = true;
       
   108             this.iFB_NICD_Trace.Size = new System.Drawing.Size( 781, 21 );
       
   109             this.iFB_NICD_Trace.TabIndex = 5;
       
   110             this.iFB_NICD_Trace.TextInputEnabled = true;
       
   111             // 
       
   112             // iPG_SourceFiles_Header
       
   113             // 
       
   114             this.iPG_SourceFiles_Header.BackColor = System.Drawing.SystemColors.Window;
       
   115             this.iPG_SourceFiles_Header.Description = "Select an NICD trace file for analysis. You can also drag and drop a file onto th" +
       
   116                 "e edit box.";
       
   117             this.iPG_SourceFiles_Header.Dock = System.Windows.Forms.DockStyle.Top;
       
   118             this.iPG_SourceFiles_Header.Image = null;
       
   119             this.iPG_SourceFiles_Header.Location = new System.Drawing.Point( 0, 0 );
       
   120             this.iPG_SourceFiles_Header.Name = "iPG_SourceFiles_Header";
       
   121             this.iPG_SourceFiles_Header.Size = new System.Drawing.Size( 892, 74 );
       
   122             this.iPG_SourceFiles_Header.TabIndex = 4;
       
   123             this.iPG_SourceFiles_Header.Title = "NICD Analysis";
       
   124             // 
       
   125             // iPG_DebugEngine
       
   126             // 
       
   127             this.iPG_DebugEngine.Controls.Add( this.iPG_DebugEngine_Control );
       
   128             this.iPG_DebugEngine.Controls.Add( this.iPG_DebugEngine_Header );
       
   129             this.iPG_DebugEngine.Dock = System.Windows.Forms.DockStyle.Fill;
       
   130             this.iPG_DebugEngine.IsFinishingPage = true;
       
   131             this.iPG_DebugEngine.Location = new System.Drawing.Point( 0, 0 );
       
   132             this.iPG_DebugEngine.Margin = new System.Windows.Forms.Padding( 0 );
       
   133             this.iPG_DebugEngine.Name = "iPG_DebugEngine";
       
   134             this.iPG_DebugEngine.Size = new System.Drawing.Size( 892, 617 );
       
   135             this.iPG_DebugEngine.TabIndex = 3;
       
   136             this.iPG_DebugEngine.Wizard = this.iWizard;
       
   137             this.iPG_DebugEngine.Load += new System.EventHandler( this.iPG_DebugEngine_Load );
       
   138             this.iPG_DebugEngine.PageClosedFromButtonNext += new SymbianWizardLib.GUI.SymWizardPage.PageClosedFromButtonNextHandler( this.iPG_DebugEngine_PageClosedFromButtonNext );
       
   139             // 
       
   140             // iPG_DebugEngine_Control
       
   141             // 
       
   142             this.iPG_DebugEngine_Control.Dock = System.Windows.Forms.DockStyle.Fill;
       
   143             this.iPG_DebugEngine_Control.Location = new System.Drawing.Point( 0, 74 );
       
   144             this.iPG_DebugEngine_Control.Margin = new System.Windows.Forms.Padding( 0 );
       
   145             this.iPG_DebugEngine_Control.Name = "iPG_DebugEngine_Control";
       
   146             this.iPG_DebugEngine_Control.Size = new System.Drawing.Size( 892, 543 );
       
   147             this.iPG_DebugEngine_Control.TabIndex = 42;
       
   148             // 
       
   149             // iPG_DebugEngine_Header
       
   150             // 
       
   151             this.iPG_DebugEngine_Header.BackColor = System.Drawing.SystemColors.Window;
       
   152             this.iPG_DebugEngine_Header.Description = "";
       
   153             this.iPG_DebugEngine_Header.Dock = System.Windows.Forms.DockStyle.Top;
       
   154             this.iPG_DebugEngine_Header.Image = null;
       
   155             this.iPG_DebugEngine_Header.Location = new System.Drawing.Point( 0, 0 );
       
   156             this.iPG_DebugEngine_Header.Name = "iPG_DebugEngine_Header";
       
   157             this.iPG_DebugEngine_Header.Size = new System.Drawing.Size( 892, 74 );
       
   158             this.iPG_DebugEngine_Header.TabIndex = 41;
       
   159             this.iPG_DebugEngine_Header.Title = "Symbolic / Debug Meta-Data";
       
   160             // 
       
   161             // CAWizardNICD
       
   162             // 
       
   163             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   164             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   165             this.ClientSize = new System.Drawing.Size( 892, 673 );
       
   166             this.Controls.Add( this.iWizard );
       
   167             this.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
   168             this.MinimumSize = new System.Drawing.Size( 900, 700 );
       
   169             this.Name = "CAWizardNICD";
       
   170             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       
   171             this.Text = "Non Interactive Crash Debugger Analysis Wizard";
       
   172             this.iPG_SourceFile.ResumeLayout( false );
       
   173             this.iPG_SourceFile.PerformLayout();
       
   174             this.iPG_DebugEngine.ResumeLayout( false );
       
   175             this.ResumeLayout( false );
       
   176 
       
   177         }
       
   178 
       
   179         #endregion
       
   180 
       
   181         private SymbianWizardLib.GUI.SymWizard iWizard;
       
   182         private SymbianWizardLib.GUI.SymWizardPage iPG_SourceFile;
       
   183         private SymbianWizardLib.GUI.SymWizardHeaderSection iPG_SourceFiles_Header;
       
   184         private SymbianWizardLib.GUI.SymWizardPage iPG_DebugEngine;
       
   185         private SymbianDebugLibUi.Controls.DebugEngineControl iPG_DebugEngine_Control;
       
   186         private SymbianWizardLib.GUI.SymWizardHeaderSection iPG_DebugEngine_Header;
       
   187         private SymbianUtilsUi.Controls.SymbianFileBrowserControl iFB_NICD_Trace;
       
   188         private System.Windows.Forms.Label label2;
       
   189     }
       
   190 }