crashanalysercmd/UI/Graphical/UI/CAGraphicalUI.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 CrashAnalyser.UI
       
    18 {
       
    19     partial class CAGraphicalUI
       
    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.iMenu = new System.Windows.Forms.MenuStrip();
       
    48             this.iMenu_File = new System.Windows.Forms.ToolStripMenuItem();
       
    49             this.iMenu_File_New = new System.Windows.Forms.ToolStripMenuItem();
       
    50             this.iMenu_File_SaveAs = new System.Windows.Forms.ToolStripMenuItem();
       
    51             this.iMenu_File_ExitSep = new System.Windows.Forms.ToolStripSeparator();
       
    52             this.iMenu_File_Exit = new System.Windows.Forms.ToolStripMenuItem();
       
    53             this.iMenu_Help = new System.Windows.Forms.ToolStripMenuItem();
       
    54             this.iMenu_Help_About = new System.Windows.Forms.ToolStripMenuItem();
       
    55             this.iLbl_Title = new System.Windows.Forms.Label();
       
    56             this.iLbl_Copyright = new System.Windows.Forms.Label();
       
    57             this.iTabStrip = new SymbianTabStripLib.Tabs.TabStrip();
       
    58             this.iTabStripPageManager = new SymbianTabStripLib.Pages.TabStripPageManager();
       
    59             this.iMenu.SuspendLayout();
       
    60             this.SuspendLayout();
       
    61             // 
       
    62             // iMenu
       
    63             // 
       
    64             this.iMenu.Items.AddRange( new System.Windows.Forms.ToolStripItem[] {
       
    65             this.iMenu_File,
       
    66             this.iMenu_Help} );
       
    67             this.iMenu.Location = new System.Drawing.Point( 0, 0 );
       
    68             this.iMenu.Name = "iMenu";
       
    69             this.iMenu.Size = new System.Drawing.Size( 792, 24 );
       
    70             this.iMenu.TabIndex = 0;
       
    71             this.iMenu.Text = "Main Menu";
       
    72             // 
       
    73             // iMenu_File
       
    74             // 
       
    75             this.iMenu_File.DropDownItems.AddRange( new System.Windows.Forms.ToolStripItem[] {
       
    76             this.iMenu_File_New,
       
    77             this.iMenu_File_SaveAs,
       
    78             this.iMenu_File_ExitSep,
       
    79             this.iMenu_File_Exit} );
       
    80             this.iMenu_File.Name = "iMenu_File";
       
    81             this.iMenu_File.Size = new System.Drawing.Size( 35, 20 );
       
    82             this.iMenu_File.Text = "&File";
       
    83             this.iMenu_File.DropDownOpening += new System.EventHandler( this.iMenu_File_DropDownOpening );
       
    84             // 
       
    85             // iMenu_File_New
       
    86             // 
       
    87             this.iMenu_File_New.Name = "iMenu_File_New";
       
    88             this.iMenu_File_New.ShortcutKeyDisplayString = "";
       
    89             this.iMenu_File_New.Size = new System.Drawing.Size( 136, 22 );
       
    90             this.iMenu_File_New.Text = "&New...";
       
    91             // 
       
    92             // iMenu_File_SaveAs
       
    93             // 
       
    94             this.iMenu_File_SaveAs.Name = "iMenu_File_SaveAs";
       
    95             this.iMenu_File_SaveAs.Size = new System.Drawing.Size( 136, 22 );
       
    96             this.iMenu_File_SaveAs.Text = "Save &As...";
       
    97             // 
       
    98             // iMenu_File_ExitSep
       
    99             // 
       
   100             this.iMenu_File_ExitSep.Name = "iMenu_File_ExitSep";
       
   101             this.iMenu_File_ExitSep.Size = new System.Drawing.Size( 133, 6 );
       
   102             // 
       
   103             // iMenu_File_Exit
       
   104             // 
       
   105             this.iMenu_File_Exit.Name = "iMenu_File_Exit";
       
   106             this.iMenu_File_Exit.Size = new System.Drawing.Size( 136, 22 );
       
   107             this.iMenu_File_Exit.Text = "E&xit";
       
   108             this.iMenu_File_Exit.Click += new System.EventHandler( this.iMenu_File_Exit_Click );
       
   109             // 
       
   110             // iMenu_Help
       
   111             // 
       
   112             this.iMenu_Help.DropDownItems.AddRange( new System.Windows.Forms.ToolStripItem[] {
       
   113             this.iMenu_Help_About} );
       
   114             this.iMenu_Help.Name = "iMenu_Help";
       
   115             this.iMenu_Help.Size = new System.Drawing.Size( 40, 20 );
       
   116             this.iMenu_Help.Text = "&Help";
       
   117             // 
       
   118             // iMenu_Help_About
       
   119             // 
       
   120             this.iMenu_Help_About.Name = "iMenu_Help_About";
       
   121             this.iMenu_Help_About.Size = new System.Drawing.Size( 114, 22 );
       
   122             this.iMenu_Help_About.Text = "About";
       
   123             // 
       
   124             // iLbl_Title
       
   125             // 
       
   126             this.iLbl_Title.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right ) ) );
       
   127             this.iLbl_Title.AutoSize = true;
       
   128             this.iLbl_Title.BackColor = System.Drawing.Color.Transparent;
       
   129             this.iLbl_Title.Font = new System.Drawing.Font( "Tahoma", 8.25F, System.Drawing.FontStyle.Bold );
       
   130             this.iLbl_Title.ForeColor = System.Drawing.Color.White;
       
   131             this.iLbl_Title.Location = new System.Drawing.Point( 645, 535 );
       
   132             this.iLbl_Title.Name = "iLbl_Title";
       
   133             this.iLbl_Title.Size = new System.Drawing.Size( 92, 13 );
       
   134             this.iLbl_Title.TabIndex = 2;
       
   135             this.iLbl_Title.Text = "Crash Analyser";
       
   136             // 
       
   137             // iLbl_Copyright
       
   138             // 
       
   139             this.iLbl_Copyright.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right ) ) );
       
   140             this.iLbl_Copyright.AutoSize = true;
       
   141             this.iLbl_Copyright.BackColor = System.Drawing.Color.Transparent;
       
   142             this.iLbl_Copyright.Font = new System.Drawing.Font( "Tahoma", 8.25F );
       
   143             this.iLbl_Copyright.ForeColor = System.Drawing.Color.White;
       
   144             this.iLbl_Copyright.Location = new System.Drawing.Point( 645, 551 );
       
   145             this.iLbl_Copyright.Name = "iLbl_Copyright";
       
   146             this.iLbl_Copyright.Size = new System.Drawing.Size( 136, 13 );
       
   147             this.iLbl_Copyright.TabIndex = 2;
       
   148             this.iLbl_Copyright.Text = "(c) Nokia Corporation 2009";
       
   149             // 
       
   150             // iTabStrip
       
   151             // 
       
   152             this.iTabStrip.Location = new System.Drawing.Point( 0, 24 );
       
   153             this.iTabStrip.Name = "iTabStrip";
       
   154             this.iTabStrip.PageManager = this.iTabStripPageManager;
       
   155             this.iTabStrip.Size = new System.Drawing.Size( 792, 19 );
       
   156             this.iTabStrip.TabIndex = 8;
       
   157             this.iTabStrip.Text = "iTabStrip";
       
   158             this.iTabStrip.TabCloseRequestReceiver += new SymbianTabStripLib.Tabs.TabStrip.TabHandler( this.TabStrip_TabCloseRequestReceiver );
       
   159             // 
       
   160             // iTabStripPageManager
       
   161             // 
       
   162             this.iTabStripPageManager.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom )
       
   163                         | System.Windows.Forms.AnchorStyles.Left )
       
   164                         | System.Windows.Forms.AnchorStyles.Right ) ) );
       
   165             this.iTabStripPageManager.BackColor = System.Drawing.SystemColors.ButtonFace;
       
   166             this.iTabStripPageManager.Location = new System.Drawing.Point( 0, 43 );
       
   167             this.iTabStripPageManager.Name = "iTabStripPageManager";
       
   168             this.iTabStripPageManager.Size = new System.Drawing.Size( 792, 533 );
       
   169             this.iTabStripPageManager.TabIndex = 9;
       
   170             this.iTabStripPageManager.TabStrip = this.iTabStrip;
       
   171             this.iTabStripPageManager.Visible = false;
       
   172             // 
       
   173             // CAGraphicalUI
       
   174             // 
       
   175             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   176             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   177             this.ClientSize = new System.Drawing.Size( 792, 573 );
       
   178             this.Controls.Add( this.iTabStrip );
       
   179             this.Controls.Add( this.iTabStripPageManager );
       
   180             this.Controls.Add( this.iLbl_Copyright );
       
   181             this.Controls.Add( this.iLbl_Title );
       
   182             this.Controls.Add( this.iMenu );
       
   183             this.IsMdiContainer = true;
       
   184             this.MainMenuStrip = this.iMenu;
       
   185             this.MinimumSize = new System.Drawing.Size( 800, 600 );
       
   186             this.Name = "CAGraphicalUI";
       
   187             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
       
   188             this.Text = "Crash Analyser";
       
   189             this.Load += new System.EventHandler( this.CAGraphicalUI_Load );
       
   190             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler( this.CAGraphicalUI_FormClosing );
       
   191             this.Resize += new System.EventHandler( this.CAGraphicalUI_Resize );
       
   192             this.LocationChanged += new System.EventHandler( this.CAGraphicalUI_LocationChanged );
       
   193             this.iMenu.ResumeLayout( false );
       
   194             this.iMenu.PerformLayout();
       
   195             this.ResumeLayout( false );
       
   196             this.PerformLayout();
       
   197 
       
   198         }
       
   199 
       
   200         #endregion
       
   201 
       
   202         private System.Windows.Forms.MenuStrip iMenu;
       
   203         private System.Windows.Forms.ToolStripMenuItem iMenu_File;
       
   204         private System.Windows.Forms.ToolStripMenuItem iMenu_File_Exit;
       
   205         private System.Windows.Forms.ToolStripMenuItem iMenu_File_New;
       
   206         private System.Windows.Forms.ToolStripMenuItem iMenu_Help;
       
   207         private System.Windows.Forms.ToolStripMenuItem iMenu_Help_About;
       
   208         private System.Windows.Forms.Label iLbl_Title;
       
   209         private System.Windows.Forms.Label iLbl_Copyright;
       
   210         private SymbianTabStripLib.Tabs.TabStrip iTabStrip;
       
   211         private SymbianTabStripLib.Pages.TabStripPageManager iTabStripPageManager;
       
   212         private System.Windows.Forms.ToolStripMenuItem iMenu_File_SaveAs;
       
   213         private System.Windows.Forms.ToolStripSeparator iMenu_File_ExitSep;
       
   214     }
       
   215 }