crashanalysercmd/UI/Plugins/CAPluginRawStackUi/Wizards/CAWizardRawStack.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 CAPluginRawStackUi.Wizards
       
    18 {
       
    19     partial class CAWizardRawStack
       
    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_SourceData = new SymbianWizardLib.GUI.SymWizardPage();
       
    49             this.iTabControl_Options = new System.Windows.Forms.TabControl();
       
    50             this.iTabCtrl_Page_Options = new System.Windows.Forms.TabPage();
       
    51             this.iTB_CurrentStackPointerAddress = new System.Windows.Forms.TextBox();
       
    52             this.label1 = new System.Windows.Forms.Label();
       
    53             this.label13 = new System.Windows.Forms.Label();
       
    54             this.iCB_MatchExactSymbols = new System.Windows.Forms.CheckBox();
       
    55             this.iTabCtrl_Page_Prefixes = new System.Windows.Forms.TabPage();
       
    56             this.iTB_PrefixCurrentStackPointer = new System.Windows.Forms.TextBox();
       
    57             this.label136 = new System.Windows.Forms.Label();
       
    58             this.iTB_PrefixCodeSegment = new System.Windows.Forms.TextBox();
       
    59             this.label3 = new System.Windows.Forms.Label();
       
    60             this.iTabCtrl_Page_Import = new System.Windows.Forms.TabPage();
       
    61             this.iBT_LoadTextDataFromFile = new System.Windows.Forms.Button();
       
    62             this.iStackDataWriteOutputToFileButton = new System.Windows.Forms.Button();
       
    63             this.iStackDataSaveOutputAsButton = new System.Windows.Forms.Button();
       
    64             this.iBT_LoadBinaryDataFromFile = new System.Windows.Forms.Button();
       
    65             this.iTB_RawStackData = new System.Windows.Forms.TextBox();
       
    66             this.iPG_SourceFiles_Header = new SymbianWizardLib.GUI.SymWizardHeaderSection();
       
    67             this.iPG_DebugEngine = new SymbianWizardLib.GUI.SymWizardPage();
       
    68             this.iPG_DebugEngine_Control = new SymbianDebugLibUi.Controls.DebugEngineControl();
       
    69             this.iPG_DebugEngine_Header = new SymbianWizardLib.GUI.SymWizardHeaderSection();
       
    70             this.iPG_SourceData.SuspendLayout();
       
    71             this.iTabControl_Options.SuspendLayout();
       
    72             this.iTabCtrl_Page_Options.SuspendLayout();
       
    73             this.iTabCtrl_Page_Prefixes.SuspendLayout();
       
    74             this.iTabCtrl_Page_Import.SuspendLayout();
       
    75             this.iPG_DebugEngine.SuspendLayout();
       
    76             this.SuspendLayout();
       
    77             // 
       
    78             // iWizard
       
    79             // 
       
    80             this.iWizard.Dock = System.Windows.Forms.DockStyle.Fill;
       
    81             this.iWizard.Location = new System.Drawing.Point( 0, 0 );
       
    82             this.iWizard.Margin = new System.Windows.Forms.Padding( 0 );
       
    83             this.iWizard.Name = "iWizard";
       
    84             this.iWizard.Pages.AddRange( new SymbianWizardLib.GUI.SymWizardPage[] {
       
    85             this.iPG_SourceData,
       
    86             this.iPG_DebugEngine} );
       
    87             this.iWizard.Size = new System.Drawing.Size( 892, 673 );
       
    88             this.iWizard.TabIndex = 0;
       
    89             this.iWizard.WizardClosedFromFinish += new SymbianWizardLib.GUI.SymWizard.WizardClosedFromFinishHandler( this.iWizard_WizardClosedFromFinish );
       
    90             // 
       
    91             // iPG_SourceData
       
    92             // 
       
    93             this.iPG_SourceData.Controls.Add( this.iTabControl_Options );
       
    94             this.iPG_SourceData.Controls.Add( this.iTB_RawStackData );
       
    95             this.iPG_SourceData.Controls.Add( this.iPG_SourceFiles_Header );
       
    96             this.iPG_SourceData.Dock = System.Windows.Forms.DockStyle.Fill;
       
    97             this.iPG_SourceData.IsFinishingPage = false;
       
    98             this.iPG_SourceData.Location = new System.Drawing.Point( 0, 0 );
       
    99             this.iPG_SourceData.Margin = new System.Windows.Forms.Padding( 0 );
       
   100             this.iPG_SourceData.Name = "iPG_SourceData";
       
   101             this.iPG_SourceData.Size = new System.Drawing.Size( 892, 617 );
       
   102             this.iPG_SourceData.TabIndex = 3;
       
   103             this.iPG_SourceData.Wizard = this.iWizard;
       
   104             this.iPG_SourceData.Load += new System.EventHandler( this.iPG_SourceData_Load );
       
   105             this.iPG_SourceData.PageClosedFromButtonNext += new SymbianWizardLib.GUI.SymWizardPage.PageClosedFromButtonNextHandler( this.iPG_SourceData_PageClosedFromButtonNext );
       
   106             // 
       
   107             // iTabControl_Options
       
   108             // 
       
   109             this.iTabControl_Options.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left )
       
   110                         | System.Windows.Forms.AnchorStyles.Right ) ) );
       
   111             this.iTabControl_Options.Controls.Add( this.iTabCtrl_Page_Options );
       
   112             this.iTabControl_Options.Controls.Add( this.iTabCtrl_Page_Prefixes );
       
   113             this.iTabControl_Options.Controls.Add( this.iTabCtrl_Page_Import );
       
   114             this.iTabControl_Options.Location = new System.Drawing.Point( 12, 502 );
       
   115             this.iTabControl_Options.Name = "iTabControl_Options";
       
   116             this.iTabControl_Options.SelectedIndex = 0;
       
   117             this.iTabControl_Options.Size = new System.Drawing.Size( 864, 112 );
       
   118             this.iTabControl_Options.TabIndex = 39;
       
   119             // 
       
   120             // iTabCtrl_Page_Options
       
   121             // 
       
   122             this.iTabCtrl_Page_Options.Controls.Add( this.iTB_CurrentStackPointerAddress );
       
   123             this.iTabCtrl_Page_Options.Controls.Add( this.label1 );
       
   124             this.iTabCtrl_Page_Options.Controls.Add( this.label13 );
       
   125             this.iTabCtrl_Page_Options.Controls.Add( this.iCB_MatchExactSymbols );
       
   126             this.iTabCtrl_Page_Options.Location = new System.Drawing.Point( 4, 22 );
       
   127             this.iTabCtrl_Page_Options.Name = "iTabCtrl_Page_Options";
       
   128             this.iTabCtrl_Page_Options.Size = new System.Drawing.Size( 856, 86 );
       
   129             this.iTabCtrl_Page_Options.TabIndex = 2;
       
   130             this.iTabCtrl_Page_Options.Text = "Options";
       
   131             // 
       
   132             // iTB_CurrentStackPointerAddress
       
   133             // 
       
   134             this.iTB_CurrentStackPointerAddress.Location = new System.Drawing.Point( 144, 12 );
       
   135             this.iTB_CurrentStackPointerAddress.Name = "iTB_CurrentStackPointerAddress";
       
   136             this.iTB_CurrentStackPointerAddress.Size = new System.Drawing.Size( 200, 21 );
       
   137             this.iTB_CurrentStackPointerAddress.TabIndex = 23;
       
   138             // 
       
   139             // label1
       
   140             // 
       
   141             this.label1.Location = new System.Drawing.Point( 8, 16 );
       
   142             this.label1.Name = "label1";
       
   143             this.label1.Size = new System.Drawing.Size( 104, 32 );
       
   144             this.label1.TabIndex = 22;
       
   145             this.label1.Text = "Current stack pointer address:";
       
   146             // 
       
   147             // label13
       
   148             // 
       
   149             this.label13.Location = new System.Drawing.Point( 8, 53 );
       
   150             this.label13.Name = "label13";
       
   151             this.label13.Size = new System.Drawing.Size( 120, 13 );
       
   152             this.label13.TabIndex = 21;
       
   153             this.label13.Text = "Match exact symbols:";
       
   154             // 
       
   155             // iCB_MatchExactSymbols
       
   156             // 
       
   157             this.iCB_MatchExactSymbols.Location = new System.Drawing.Point( 144, 48 );
       
   158             this.iCB_MatchExactSymbols.Name = "iCB_MatchExactSymbols";
       
   159             this.iCB_MatchExactSymbols.Size = new System.Drawing.Size( 14, 22 );
       
   160             this.iCB_MatchExactSymbols.TabIndex = 20;
       
   161             // 
       
   162             // iTabCtrl_Page_Prefixes
       
   163             // 
       
   164             this.iTabCtrl_Page_Prefixes.Controls.Add( this.iTB_PrefixCurrentStackPointer );
       
   165             this.iTabCtrl_Page_Prefixes.Controls.Add( this.label136 );
       
   166             this.iTabCtrl_Page_Prefixes.Controls.Add( this.iTB_PrefixCodeSegment );
       
   167             this.iTabCtrl_Page_Prefixes.Controls.Add( this.label3 );
       
   168             this.iTabCtrl_Page_Prefixes.Location = new System.Drawing.Point( 4, 22 );
       
   169             this.iTabCtrl_Page_Prefixes.Name = "iTabCtrl_Page_Prefixes";
       
   170             this.iTabCtrl_Page_Prefixes.Size = new System.Drawing.Size( 856, 86 );
       
   171             this.iTabCtrl_Page_Prefixes.TabIndex = 3;
       
   172             this.iTabCtrl_Page_Prefixes.Text = "Prefixes";
       
   173             this.iTabCtrl_Page_Prefixes.Visible = false;
       
   174             // 
       
   175             // iTB_PrefixCurrentStackPointer
       
   176             // 
       
   177             this.iTB_PrefixCurrentStackPointer.Location = new System.Drawing.Point( 144, 48 );
       
   178             this.iTB_PrefixCurrentStackPointer.Name = "iTB_PrefixCurrentStackPointer";
       
   179             this.iTB_PrefixCurrentStackPointer.Size = new System.Drawing.Size( 200, 21 );
       
   180             this.iTB_PrefixCurrentStackPointer.TabIndex = 42;
       
   181             this.iTB_PrefixCurrentStackPointer.Text = "CurrentSP - ";
       
   182             // 
       
   183             // label136
       
   184             // 
       
   185             this.label136.Location = new System.Drawing.Point( 8, 52 );
       
   186             this.label136.Name = "label136";
       
   187             this.label136.Size = new System.Drawing.Size( 120, 13 );
       
   188             this.label136.TabIndex = 41;
       
   189             this.label136.Text = "Current stack pointer:";
       
   190             // 
       
   191             // iTB_PrefixCodeSegment
       
   192             // 
       
   193             this.iTB_PrefixCodeSegment.Location = new System.Drawing.Point( 144, 12 );
       
   194             this.iTB_PrefixCodeSegment.Name = "iTB_PrefixCodeSegment";
       
   195             this.iTB_PrefixCodeSegment.Size = new System.Drawing.Size( 200, 21 );
       
   196             this.iTB_PrefixCodeSegment.TabIndex = 42;
       
   197             this.iTB_PrefixCodeSegment.Text = "CodeSeg - ";
       
   198             // 
       
   199             // label3
       
   200             // 
       
   201             this.label3.Location = new System.Drawing.Point( 8, 16 );
       
   202             this.label3.Name = "label3";
       
   203             this.label3.Size = new System.Drawing.Size( 120, 13 );
       
   204             this.label3.TabIndex = 41;
       
   205             this.label3.Text = "Code segment name:";
       
   206             // 
       
   207             // iTabCtrl_Page_Import
       
   208             // 
       
   209             this.iTabCtrl_Page_Import.Controls.Add( this.iBT_LoadTextDataFromFile );
       
   210             this.iTabCtrl_Page_Import.Controls.Add( this.iStackDataWriteOutputToFileButton );
       
   211             this.iTabCtrl_Page_Import.Controls.Add( this.iStackDataSaveOutputAsButton );
       
   212             this.iTabCtrl_Page_Import.Controls.Add( this.iBT_LoadBinaryDataFromFile );
       
   213             this.iTabCtrl_Page_Import.Location = new System.Drawing.Point( 4, 22 );
       
   214             this.iTabCtrl_Page_Import.Name = "iTabCtrl_Page_Import";
       
   215             this.iTabCtrl_Page_Import.Size = new System.Drawing.Size( 856, 86 );
       
   216             this.iTabCtrl_Page_Import.TabIndex = 1;
       
   217             this.iTabCtrl_Page_Import.Text = "Import...";
       
   218             this.iTabCtrl_Page_Import.Visible = false;
       
   219             // 
       
   220             // iBT_LoadTextDataFromFile
       
   221             // 
       
   222             this.iBT_LoadTextDataFromFile.Location = new System.Drawing.Point( 8, 13 );
       
   223             this.iBT_LoadTextDataFromFile.Name = "iBT_LoadTextDataFromFile";
       
   224             this.iBT_LoadTextDataFromFile.Size = new System.Drawing.Size( 232, 24 );
       
   225             this.iBT_LoadTextDataFromFile.TabIndex = 48;
       
   226             this.iBT_LoadTextDataFromFile.Text = "Load text data from file...";
       
   227             this.iBT_LoadTextDataFromFile.Click += new System.EventHandler( this.iBT_LoadTextDataFromFile_Click );
       
   228             // 
       
   229             // iStackDataWriteOutputToFileButton
       
   230             // 
       
   231             this.iStackDataWriteOutputToFileButton.Location = new System.Drawing.Point( 8, 88 );
       
   232             this.iStackDataWriteOutputToFileButton.Name = "iStackDataWriteOutputToFileButton";
       
   233             this.iStackDataWriteOutputToFileButton.Size = new System.Drawing.Size( 912, 32 );
       
   234             this.iStackDataWriteOutputToFileButton.TabIndex = 47;
       
   235             this.iStackDataWriteOutputToFileButton.Text = "Write Call Stack to File...";
       
   236             // 
       
   237             // iStackDataSaveOutputAsButton
       
   238             // 
       
   239             this.iStackDataSaveOutputAsButton.Location = new System.Drawing.Point( 895, 44 );
       
   240             this.iStackDataSaveOutputAsButton.Name = "iStackDataSaveOutputAsButton";
       
   241             this.iStackDataSaveOutputAsButton.Size = new System.Drawing.Size( 25, 20 );
       
   242             this.iStackDataSaveOutputAsButton.TabIndex = 44;
       
   243             this.iStackDataSaveOutputAsButton.Text = "...";
       
   244             // 
       
   245             // iBT_LoadBinaryDataFromFile
       
   246             // 
       
   247             this.iBT_LoadBinaryDataFromFile.Location = new System.Drawing.Point( 8, 47 );
       
   248             this.iBT_LoadBinaryDataFromFile.Name = "iBT_LoadBinaryDataFromFile";
       
   249             this.iBT_LoadBinaryDataFromFile.Size = new System.Drawing.Size( 232, 24 );
       
   250             this.iBT_LoadBinaryDataFromFile.TabIndex = 48;
       
   251             this.iBT_LoadBinaryDataFromFile.Text = "Load binary data from file...";
       
   252             this.iBT_LoadBinaryDataFromFile.Click += new System.EventHandler( this.iBT_LoadBinaryDataFromFile_Click );
       
   253             // 
       
   254             // iTB_RawStackData
       
   255             // 
       
   256             this.iTB_RawStackData.AcceptsReturn = true;
       
   257             this.iTB_RawStackData.AcceptsTab = true;
       
   258             this.iTB_RawStackData.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left )
       
   259                         | System.Windows.Forms.AnchorStyles.Right ) ) );
       
   260             this.iTB_RawStackData.Font = new System.Drawing.Font( "Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
   261             this.iTB_RawStackData.Location = new System.Drawing.Point( 12, 80 );
       
   262             this.iTB_RawStackData.MaxLength = 0;
       
   263             this.iTB_RawStackData.Multiline = true;
       
   264             this.iTB_RawStackData.Name = "iTB_RawStackData";
       
   265             this.iTB_RawStackData.ScrollBars = System.Windows.Forms.ScrollBars.Both;
       
   266             this.iTB_RawStackData.Size = new System.Drawing.Size( 864, 413 );
       
   267             this.iTB_RawStackData.TabIndex = 38;
       
   268             this.iTB_RawStackData.WordWrap = false;
       
   269             this.iTB_RawStackData.KeyDown += new System.Windows.Forms.KeyEventHandler( this.iTB_RawStackData_KeyDown );
       
   270             // 
       
   271             // iPG_SourceFiles_Header
       
   272             // 
       
   273             this.iPG_SourceFiles_Header.BackColor = System.Drawing.SystemColors.Window;
       
   274             this.iPG_SourceFiles_Header.Description = "Paste in the raw stack data to analyse or import from a file";
       
   275             this.iPG_SourceFiles_Header.Dock = System.Windows.Forms.DockStyle.Top;
       
   276             this.iPG_SourceFiles_Header.Image = null;
       
   277             this.iPG_SourceFiles_Header.Location = new System.Drawing.Point( 0, 0 );
       
   278             this.iPG_SourceFiles_Header.Name = "iPG_SourceFiles_Header";
       
   279             this.iPG_SourceFiles_Header.Size = new System.Drawing.Size( 892, 74 );
       
   280             this.iPG_SourceFiles_Header.TabIndex = 4;
       
   281             this.iPG_SourceFiles_Header.Title = "Call Stack Reconstructor Data";
       
   282             // 
       
   283             // iPG_DebugEngine
       
   284             // 
       
   285             this.iPG_DebugEngine.Controls.Add( this.iPG_DebugEngine_Control );
       
   286             this.iPG_DebugEngine.Controls.Add( this.iPG_DebugEngine_Header );
       
   287             this.iPG_DebugEngine.Dock = System.Windows.Forms.DockStyle.Fill;
       
   288             this.iPG_DebugEngine.IsFinishingPage = true;
       
   289             this.iPG_DebugEngine.Location = new System.Drawing.Point( 0, 0 );
       
   290             this.iPG_DebugEngine.Margin = new System.Windows.Forms.Padding( 0 );
       
   291             this.iPG_DebugEngine.Name = "iPG_DebugEngine";
       
   292             this.iPG_DebugEngine.Size = new System.Drawing.Size( 892, 617 );
       
   293             this.iPG_DebugEngine.TabIndex = 3;
       
   294             this.iPG_DebugEngine.Wizard = this.iWizard;
       
   295             this.iPG_DebugEngine.Load += new System.EventHandler( this.iPG_DebugEngine_Load );
       
   296             this.iPG_DebugEngine.PageClosedFromButtonNext += new SymbianWizardLib.GUI.SymWizardPage.PageClosedFromButtonNextHandler( this.iPG_DebugEngine_PageClosedFromButtonNext );
       
   297             // 
       
   298             // iPG_DebugEngine_Control
       
   299             // 
       
   300             this.iPG_DebugEngine_Control.Dock = System.Windows.Forms.DockStyle.Fill;
       
   301             this.iPG_DebugEngine_Control.Location = new System.Drawing.Point( 0, 74 );
       
   302             this.iPG_DebugEngine_Control.Margin = new System.Windows.Forms.Padding( 0 );
       
   303             this.iPG_DebugEngine_Control.Name = "iPG_DebugEngine_Control";
       
   304             this.iPG_DebugEngine_Control.Size = new System.Drawing.Size( 892, 543 );
       
   305             this.iPG_DebugEngine_Control.TabIndex = 42;
       
   306             // 
       
   307             // iPG_DebugEngine_Header
       
   308             // 
       
   309             this.iPG_DebugEngine_Header.BackColor = System.Drawing.SystemColors.Window;
       
   310             this.iPG_DebugEngine_Header.Description = "";
       
   311             this.iPG_DebugEngine_Header.Dock = System.Windows.Forms.DockStyle.Top;
       
   312             this.iPG_DebugEngine_Header.Image = null;
       
   313             this.iPG_DebugEngine_Header.Location = new System.Drawing.Point( 0, 0 );
       
   314             this.iPG_DebugEngine_Header.Name = "iPG_DebugEngine_Header";
       
   315             this.iPG_DebugEngine_Header.Size = new System.Drawing.Size( 892, 74 );
       
   316             this.iPG_DebugEngine_Header.TabIndex = 41;
       
   317             this.iPG_DebugEngine_Header.Title = "Symbolic / Debug Meta-Data";
       
   318             // 
       
   319             // CAWizardRawStack
       
   320             // 
       
   321             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   322             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   323             this.ClientSize = new System.Drawing.Size( 892, 673 );
       
   324             this.Controls.Add( this.iWizard );
       
   325             this.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ( (byte) ( 0 ) ) );
       
   326             this.MinimumSize = new System.Drawing.Size( 900, 700 );
       
   327             this.Name = "CAWizardRawStack";
       
   328             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
       
   329             this.Text = "Call Stack Reconstructor Wizard";
       
   330             this.Load += new System.EventHandler( this.CAWizardRawStack_Load );
       
   331             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler( this.CAWizardRawStack_FormClosing );
       
   332             this.iPG_SourceData.ResumeLayout( false );
       
   333             this.iPG_SourceData.PerformLayout();
       
   334             this.iTabControl_Options.ResumeLayout( false );
       
   335             this.iTabCtrl_Page_Options.ResumeLayout( false );
       
   336             this.iTabCtrl_Page_Options.PerformLayout();
       
   337             this.iTabCtrl_Page_Prefixes.ResumeLayout( false );
       
   338             this.iTabCtrl_Page_Prefixes.PerformLayout();
       
   339             this.iTabCtrl_Page_Import.ResumeLayout( false );
       
   340             this.iPG_DebugEngine.ResumeLayout( false );
       
   341             this.ResumeLayout( false );
       
   342 
       
   343         }
       
   344 
       
   345         #endregion
       
   346 
       
   347         private SymbianWizardLib.GUI.SymWizard iWizard;
       
   348         private SymbianWizardLib.GUI.SymWizardPage iPG_SourceData;
       
   349         private SymbianWizardLib.GUI.SymWizardHeaderSection iPG_SourceFiles_Header;
       
   350         private SymbianWizardLib.GUI.SymWizardPage iPG_DebugEngine;
       
   351         private SymbianDebugLibUi.Controls.DebugEngineControl iPG_DebugEngine_Control;
       
   352         private SymbianWizardLib.GUI.SymWizardHeaderSection iPG_DebugEngine_Header;
       
   353         private System.Windows.Forms.TabControl iTabControl_Options;
       
   354         private System.Windows.Forms.TabPage iTabCtrl_Page_Options;
       
   355         private System.Windows.Forms.TextBox iTB_CurrentStackPointerAddress;
       
   356         private System.Windows.Forms.Label label1;
       
   357         private System.Windows.Forms.Label label13;
       
   358         private System.Windows.Forms.CheckBox iCB_MatchExactSymbols;
       
   359         private System.Windows.Forms.TabPage iTabCtrl_Page_Prefixes;
       
   360         private System.Windows.Forms.TextBox iTB_PrefixCurrentStackPointer;
       
   361         private System.Windows.Forms.Label label136;
       
   362         private System.Windows.Forms.TextBox iTB_PrefixCodeSegment;
       
   363         private System.Windows.Forms.Label label3;
       
   364         private System.Windows.Forms.TabPage iTabCtrl_Page_Import;
       
   365         private System.Windows.Forms.Button iBT_LoadTextDataFromFile;
       
   366         private System.Windows.Forms.Button iStackDataWriteOutputToFileButton;
       
   367         private System.Windows.Forms.Button iStackDataSaveOutputAsButton;
       
   368         private System.Windows.Forms.Button iBT_LoadBinaryDataFromFile;
       
   369         private System.Windows.Forms.TextBox iTB_RawStackData;
       
   370     }
       
   371 }