crashanalysercmd/UI/Plugins/CAPluginCrashAnalyserUi/Wizards/CAWizardCrashAnalysis.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.Wizards
       
    18 {
       
    19     partial class CAWizardCrashAnalysis
       
    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_SourceFiles = new SymbianWizardLib.GUI.SymWizardPage();
       
    49             this.iPG_SourceFiles_FileList = new CrashItemUiLib.Controls.CIEngineSourceManager();
       
    50             this.iPG_SourceFiles_Header = new SymbianWizardLib.GUI.SymWizardHeaderSection();
       
    51             this.iPG_Processing = new SymbianWizardLib.GUI.SymWizardPage();
       
    52             this.iPG_Processing_Panel = new System.Windows.Forms.Panel();
       
    53             this.iPG_Processing_SplitCon = new System.Windows.Forms.SplitContainer();
       
    54             this.iPG_Processing_SourceList = new CrashItemUiLib.Controls.CIEngineSourceList();
       
    55             this.iPG_Processing_CrashList = new CrashItemUiLib.Controls.CIEngineCrashList();
       
    56             this.iPG_Processing_Header = new SymbianWizardLib.GUI.SymWizardHeaderSection();
       
    57             this.iPG_DebugEngine = new SymbianWizardLib.GUI.SymWizardPage();
       
    58             this.iPG_DebugEngine_Control = new SymbianDebugLibUi.Controls.DebugEngineControl();
       
    59             this.iPG_DebugEngine_Header = new SymbianWizardLib.GUI.SymWizardHeaderSection();
       
    60             this.iPG_SourceFiles.SuspendLayout();
       
    61             this.iPG_Processing.SuspendLayout();
       
    62             this.iPG_Processing_Panel.SuspendLayout();
       
    63             this.iPG_Processing_SplitCon.Panel1.SuspendLayout();
       
    64             this.iPG_Processing_SplitCon.Panel2.SuspendLayout();
       
    65             this.iPG_Processing_SplitCon.SuspendLayout();
       
    66             this.iPG_DebugEngine.SuspendLayout();
       
    67             this.SuspendLayout();
       
    68             // 
       
    69             // iWizard
       
    70             // 
       
    71             this.iWizard.Dock = System.Windows.Forms.DockStyle.Fill;
       
    72             this.iWizard.Location = new System.Drawing.Point( 0, 0 );
       
    73             this.iWizard.Margin = new System.Windows.Forms.Padding( 0 );
       
    74             this.iWizard.Name = "iWizard";
       
    75             this.iWizard.Pages.AddRange( new SymbianWizardLib.GUI.SymWizardPage[] {
       
    76             this.iPG_SourceFiles,
       
    77             this.iPG_DebugEngine,
       
    78             this.iPG_Processing} );
       
    79             this.iWizard.Size = new System.Drawing.Size( 892, 673 );
       
    80             this.iWizard.TabIndex = 0;
       
    81             this.iWizard.WizardClosedFromFinish += new SymbianWizardLib.GUI.SymWizard.WizardClosedFromFinishHandler( this.iWizard_WizardClosedFromFinish );
       
    82             // 
       
    83             // iPG_SourceFiles
       
    84             // 
       
    85             this.iPG_SourceFiles.Controls.Add( this.iPG_SourceFiles_FileList );
       
    86             this.iPG_SourceFiles.Controls.Add( this.iPG_SourceFiles_Header );
       
    87             this.iPG_SourceFiles.Dock = System.Windows.Forms.DockStyle.Fill;
       
    88             this.iPG_SourceFiles.Location = new System.Drawing.Point( 0, 0 );
       
    89             this.iPG_SourceFiles.Margin = new System.Windows.Forms.Padding( 0 );
       
    90             this.iPG_SourceFiles.Name = "iPG_SourceFiles";
       
    91             this.iPG_SourceFiles.Size = new System.Drawing.Size( 892, 617 );
       
    92             this.iPG_SourceFiles.TabIndex = 3;
       
    93             this.iPG_SourceFiles.Load += new System.EventHandler( this.iPG_SourceFiles_Load );
       
    94             this.iPG_SourceFiles.PageClosedFromButtonNext += new SymbianWizardLib.GUI.SymWizardPage.PageClosedFromButtonNextHandler( this.iPG_SourceFiles_PageClosedFromButtonNext );
       
    95             // 
       
    96             // iPG_SourceFiles_FileList
       
    97             // 
       
    98             this.iPG_SourceFiles_FileList.DialogFilter = "";
       
    99             this.iPG_SourceFiles_FileList.DialogMultiselect = true;
       
   100             this.iPG_SourceFiles_FileList.DialogTitle = "Select Crash Files";
       
   101             this.iPG_SourceFiles_FileList.Dock = System.Windows.Forms.DockStyle.Fill;
       
   102             this.iPG_SourceFiles_FileList.FileName = "";
       
   103             this.iPG_SourceFiles_FileList.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
   104             this.iPG_SourceFiles_FileList.Location = new System.Drawing.Point( 0, 74 );
       
   105             this.iPG_SourceFiles_FileList.Name = "iPG_SourceFiles_FileList";
       
   106             this.iPG_SourceFiles_FileList.Size = new System.Drawing.Size( 892, 543 );
       
   107             this.iPG_SourceFiles_FileList.TabIndex = 5;
       
   108             this.iPG_SourceFiles_FileList.SourceListChanged += new CrashItemUiLib.Controls.CIEngineSourceManager.SourceListChangeHandler( this.iPG_SourceFiles_FileList_SourceListChanged );
       
   109             // 
       
   110             // iPG_SourceFiles_Header
       
   111             // 
       
   112             this.iPG_SourceFiles_Header.BackColor = System.Drawing.SystemColors.Window;
       
   113             this.iPG_SourceFiles_Header.Description = "Select a file or directory to analyse for crashes. You can also drag and drop fil" +
       
   114                 "es onto this page.";
       
   115             this.iPG_SourceFiles_Header.Dock = System.Windows.Forms.DockStyle.Top;
       
   116             this.iPG_SourceFiles_Header.Image = null;
       
   117             this.iPG_SourceFiles_Header.Location = new System.Drawing.Point( 0, 0 );
       
   118             this.iPG_SourceFiles_Header.Name = "iPG_SourceFiles_Header";
       
   119             this.iPG_SourceFiles_Header.Size = new System.Drawing.Size( 892, 74 );
       
   120             this.iPG_SourceFiles_Header.TabIndex = 4;
       
   121             this.iPG_SourceFiles_Header.Title = "Crash File Analysis";
       
   122             // 
       
   123             // iPG_Processing
       
   124             // 
       
   125             this.iPG_Processing.Controls.Add( this.iPG_Processing_Panel );
       
   126             this.iPG_Processing.Controls.Add( this.iPG_Processing_Header );
       
   127             this.iPG_Processing.Dock = System.Windows.Forms.DockStyle.Fill;
       
   128             this.iPG_Processing.IsFinishingPage = true;
       
   129             this.iPG_Processing.Location = new System.Drawing.Point( 0, 0 );
       
   130             this.iPG_Processing.Margin = new System.Windows.Forms.Padding( 0 );
       
   131             this.iPG_Processing.Name = "iPG_Processing";
       
   132             this.iPG_Processing.Size = new System.Drawing.Size( 892, 617 );
       
   133             this.iPG_Processing.TabIndex = 3;
       
   134             this.iPG_Processing.Load += new System.EventHandler( this.iPG_Processing_Load );
       
   135             this.iPG_Processing.PageShownFromButtonNext += new SymbianWizardLib.GUI.SymWizardPage.PageShownFromButtonNextHandler( this.iPG_Processing_PageShownFromButtonNext );
       
   136             this.iPG_Processing.Unload += new System.EventHandler( this.iPG_Processing_Unload );
       
   137             // 
       
   138             // iPG_Processing_Panel
       
   139             // 
       
   140             this.iPG_Processing_Panel.Controls.Add( this.iPG_Processing_SplitCon );
       
   141             this.iPG_Processing_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
       
   142             this.iPG_Processing_Panel.Location = new System.Drawing.Point( 0, 74 );
       
   143             this.iPG_Processing_Panel.Name = "iPG_Processing_Panel";
       
   144             this.iPG_Processing_Panel.Padding = new System.Windows.Forms.Padding( 3 );
       
   145             this.iPG_Processing_Panel.Size = new System.Drawing.Size( 892, 543 );
       
   146             this.iPG_Processing_Panel.TabIndex = 43;
       
   147             // 
       
   148             // iPG_Processing_SplitCon
       
   149             // 
       
   150             this.iPG_Processing_SplitCon.Dock = System.Windows.Forms.DockStyle.Fill;
       
   151             this.iPG_Processing_SplitCon.Location = new System.Drawing.Point( 3, 3 );
       
   152             this.iPG_Processing_SplitCon.Margin = new System.Windows.Forms.Padding( 0 );
       
   153             this.iPG_Processing_SplitCon.Name = "iPG_Processing_SplitCon";
       
   154             this.iPG_Processing_SplitCon.Orientation = System.Windows.Forms.Orientation.Horizontal;
       
   155             // 
       
   156             // iPG_Processing_SplitCon.Panel1
       
   157             // 
       
   158             this.iPG_Processing_SplitCon.Panel1.Controls.Add( this.iPG_Processing_SourceList );
       
   159             // 
       
   160             // iPG_Processing_SplitCon.Panel2
       
   161             // 
       
   162             this.iPG_Processing_SplitCon.Panel2.Controls.Add( this.iPG_Processing_CrashList );
       
   163             this.iPG_Processing_SplitCon.Size = new System.Drawing.Size( 886, 537 );
       
   164             this.iPG_Processing_SplitCon.SplitterDistance = 293;
       
   165             this.iPG_Processing_SplitCon.TabIndex = 0;
       
   166             // 
       
   167             // iPG_Processing_SourceList
       
   168             // 
       
   169             this.iPG_Processing_SourceList.Dock = System.Windows.Forms.DockStyle.Fill;
       
   170             this.iPG_Processing_SourceList.Location = new System.Drawing.Point( 0, 0 );
       
   171             this.iPG_Processing_SourceList.Margin = new System.Windows.Forms.Padding( 0 );
       
   172             this.iPG_Processing_SourceList.Name = "iPG_Processing_SourceList";
       
   173             this.iPG_Processing_SourceList.Size = new System.Drawing.Size( 886, 293 );
       
   174             this.iPG_Processing_SourceList.TabIndex = 0;
       
   175             // 
       
   176             // iPG_Processing_CrashList
       
   177             // 
       
   178             this.iPG_Processing_CrashList.Dock = System.Windows.Forms.DockStyle.Fill;
       
   179             this.iPG_Processing_CrashList.Engine = null;
       
   180             this.iPG_Processing_CrashList.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
   181             this.iPG_Processing_CrashList.Location = new System.Drawing.Point( 0, 0 );
       
   182             this.iPG_Processing_CrashList.Margin = new System.Windows.Forms.Padding( 0 );
       
   183             this.iPG_Processing_CrashList.Name = "iPG_Processing_CrashList";
       
   184             this.iPG_Processing_CrashList.Size = new System.Drawing.Size( 886, 240 );
       
   185             this.iPG_Processing_CrashList.TabIndex = 0;
       
   186             // 
       
   187             // iPG_Processing_Header
       
   188             // 
       
   189             this.iPG_Processing_Header.BackColor = System.Drawing.SystemColors.Window;
       
   190             this.iPG_Processing_Header.Description = "Shows a list of all identified crash files, as well as their analysis status.";
       
   191             this.iPG_Processing_Header.Dock = System.Windows.Forms.DockStyle.Top;
       
   192             this.iPG_Processing_Header.Image = null;
       
   193             this.iPG_Processing_Header.Location = new System.Drawing.Point( 0, 0 );
       
   194             this.iPG_Processing_Header.Name = "iPG_Processing_Header";
       
   195             this.iPG_Processing_Header.Size = new System.Drawing.Size( 892, 74 );
       
   196             this.iPG_Processing_Header.TabIndex = 42;
       
   197             this.iPG_Processing_Header.Title = "Crash Data Summary";
       
   198             // 
       
   199             // iPG_DebugEngine
       
   200             // 
       
   201             this.iPG_DebugEngine.Controls.Add( this.iPG_DebugEngine_Control );
       
   202             this.iPG_DebugEngine.Controls.Add( this.iPG_DebugEngine_Header );
       
   203             this.iPG_DebugEngine.Dock = System.Windows.Forms.DockStyle.Fill;
       
   204             this.iPG_DebugEngine.Location = new System.Drawing.Point( 0, 0 );
       
   205             this.iPG_DebugEngine.Margin = new System.Windows.Forms.Padding( 0 );
       
   206             this.iPG_DebugEngine.Name = "iPG_DebugEngine";
       
   207             this.iPG_DebugEngine.Size = new System.Drawing.Size( 892, 617 );
       
   208             this.iPG_DebugEngine.TabIndex = 3;
       
   209             this.iPG_DebugEngine.Load += new System.EventHandler( this.iPG_DebugEngine_Load );
       
   210             this.iPG_DebugEngine.PageClosedFromButtonNext += new SymbianWizardLib.GUI.SymWizardPage.PageClosedFromButtonNextHandler( this.iPG_DebugEngine_PageClosedFromButtonNext );
       
   211             // 
       
   212             // iPG_DebugEngine_Control
       
   213             // 
       
   214             this.iPG_DebugEngine_Control.Dock = System.Windows.Forms.DockStyle.Fill;
       
   215             this.iPG_DebugEngine_Control.Location = new System.Drawing.Point( 0, 74 );
       
   216             this.iPG_DebugEngine_Control.Margin = new System.Windows.Forms.Padding( 0 );
       
   217             this.iPG_DebugEngine_Control.Name = "iPG_DebugEngine_Control";
       
   218             this.iPG_DebugEngine_Control.Size = new System.Drawing.Size( 892, 543 );
       
   219             this.iPG_DebugEngine_Control.TabIndex = 42;
       
   220             // 
       
   221             // iPG_DebugEngine_Header
       
   222             // 
       
   223             this.iPG_DebugEngine_Header.BackColor = System.Drawing.SystemColors.Window;
       
   224             this.iPG_DebugEngine_Header.Description = "";
       
   225             this.iPG_DebugEngine_Header.Dock = System.Windows.Forms.DockStyle.Top;
       
   226             this.iPG_DebugEngine_Header.Image = null;
       
   227             this.iPG_DebugEngine_Header.Location = new System.Drawing.Point( 0, 0 );
       
   228             this.iPG_DebugEngine_Header.Name = "iPG_DebugEngine_Header";
       
   229             this.iPG_DebugEngine_Header.Size = new System.Drawing.Size( 892, 74 );
       
   230             this.iPG_DebugEngine_Header.TabIndex = 41;
       
   231             this.iPG_DebugEngine_Header.Title = "Symbolic / Debug Meta-Data";
       
   232             // 
       
   233             // CAWizardCrashAnalysis
       
   234             // 
       
   235             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   236             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   237             this.ClientSize = new System.Drawing.Size( 892, 673 );
       
   238             this.Controls.Add( this.iWizard );
       
   239             this.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
   240             this.MinimumSize = new System.Drawing.Size( 900, 700 );
       
   241             this.Name = "CAWizardCrashAnalysis";
       
   242             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       
   243             this.Text = "Crash File Wizard";
       
   244             this.Load += new System.EventHandler( this.CAWizardCrashFile_Load );
       
   245             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler( this.CAWizardCrashFile_FormClosing );
       
   246             this.iPG_SourceFiles.ResumeLayout( false );
       
   247             this.iPG_Processing.ResumeLayout( false );
       
   248             this.iPG_Processing_Panel.ResumeLayout( false );
       
   249             this.iPG_Processing_SplitCon.Panel1.ResumeLayout( false );
       
   250             this.iPG_Processing_SplitCon.Panel2.ResumeLayout( false );
       
   251             this.iPG_Processing_SplitCon.ResumeLayout( false );
       
   252             this.iPG_DebugEngine.ResumeLayout( false );
       
   253             this.ResumeLayout( false );
       
   254 
       
   255         }
       
   256 
       
   257         #endregion
       
   258 
       
   259         private SymbianWizardLib.GUI.SymWizard iWizard;
       
   260         private SymbianWizardLib.GUI.SymWizardPage iPG_SourceFiles;
       
   261         private SymbianWizardLib.GUI.SymWizardHeaderSection iPG_SourceFiles_Header;
       
   262         private CrashItemUiLib.Controls.CIEngineSourceManager iPG_SourceFiles_FileList;
       
   263         private SymbianWizardLib.GUI.SymWizardPage iPG_DebugEngine;
       
   264         private SymbianDebugLibUi.Controls.DebugEngineControl iPG_DebugEngine_Control;
       
   265         private SymbianWizardLib.GUI.SymWizardHeaderSection iPG_DebugEngine_Header;
       
   266         private SymbianWizardLib.GUI.SymWizardPage iPG_Processing;
       
   267         private SymbianWizardLib.GUI.SymWizardHeaderSection iPG_Processing_Header;
       
   268         private System.Windows.Forms.Panel iPG_Processing_Panel;
       
   269         private System.Windows.Forms.SplitContainer iPG_Processing_SplitCon;
       
   270         private CrashItemUiLib.Controls.CIEngineSourceList iPG_Processing_SourceList;
       
   271         private CrashItemUiLib.Controls.CIEngineCrashList iPG_Processing_CrashList;
       
   272     }
       
   273 }