sysperfana/heapanalyser/Libraries/UI/HeapCtrlLib/Dialogs/HeapRendererFilterConfigDialog.Designer.cs
changeset 8 15296fd0af4a
equal deleted inserted replaced
7:8e12a575a9b5 8:15296fd0af4a
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 *
       
     5 * Redistribution and use in source and binary forms, with or without
       
     6 * modification, are permitted provided that the following conditions are met:
       
     7 *
       
     8 * - Redistributions of source code must retain the above copyright notice,
       
     9 *   this list of conditions and the following disclaimer.
       
    10 * - Redistributions in binary form must reproduce the above copyright notice,
       
    11 *   this list of conditions and the following disclaimer in the documentation
       
    12 *   and/or other materials provided with the distribution.
       
    13 * - Neither the name of Nokia Corporation nor the names of its contributors
       
    14 *   may be used to endorse or promote products derived from this software
       
    15 *   without specific prior written permission.
       
    16 *
       
    17 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
       
    18 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
       
    19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
       
    20 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
       
    21 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
       
    22 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
       
    23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
       
    24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
       
    25 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
       
    26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
       
    27 * POSSIBILITY OF SUCH DAMAGE.
       
    28 * 
       
    29 * Initial Contributors:
       
    30 * Nokia Corporation - initial contribution.
       
    31 *
       
    32 * Contributors:
       
    33 *
       
    34 * Description: 
       
    35 *
       
    36 */
       
    37 
       
    38 namespace HeapCtrlLib.Dialogs
       
    39 {
       
    40     partial class HeapRendererFilterConfigDialog
       
    41     {
       
    42         // <summary>
       
    43         // Required designer variable.
       
    44         // </summary>
       
    45         private System.ComponentModel.IContainer components = null;
       
    46 
       
    47         // <summary>
       
    48         // Clean up any resources being used.
       
    49         // </summary>
       
    50         // <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
       
    51         protected override void Dispose( bool disposing )
       
    52         {
       
    53             if ( disposing && ( components != null ) )
       
    54             {
       
    55                 components.Dispose();
       
    56             }
       
    57             base.Dispose( disposing );
       
    58         }
       
    59 
       
    60         #region Windows Form Designer generated code
       
    61 
       
    62         // <summary>
       
    63         // Required method for Designer support - do not modify
       
    64         // the contents of this method with the code editor.
       
    65         // </summary>
       
    66         private void InitializeComponent()
       
    67         {
       
    68             this.iFilterControl = new HeapCtrlLib.Controls.HeapFilteringControl();
       
    69             this.iBT_Done = new System.Windows.Forms.Button();
       
    70             this.iBT_EnableAll = new System.Windows.Forms.Button();
       
    71             this.iBT_EnableNone = new System.Windows.Forms.Button();
       
    72             this.SuspendLayout();
       
    73             // 
       
    74             // iFilterControl
       
    75             // 
       
    76             this.iFilterControl.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom )
       
    77                         | System.Windows.Forms.AnchorStyles.Left )
       
    78                         | System.Windows.Forms.AnchorStyles.Right ) ) );
       
    79             this.iFilterControl.Location = new System.Drawing.Point( 12, 12 );
       
    80             this.iFilterControl.Name = "iFilterControl";
       
    81             this.iFilterControl.Size = new System.Drawing.Size( 577, 226 );
       
    82             this.iFilterControl.TabIndex = 0;
       
    83             // 
       
    84             // iBT_Done
       
    85             // 
       
    86             this.iBT_Done.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right ) ) );
       
    87             this.iBT_Done.Location = new System.Drawing.Point( 601, 215 );
       
    88             this.iBT_Done.Name = "iBT_Done";
       
    89             this.iBT_Done.Size = new System.Drawing.Size( 81, 23 );
       
    90             this.iBT_Done.TabIndex = 1;
       
    91             this.iBT_Done.Text = "Done";
       
    92             this.iBT_Done.UseVisualStyleBackColor = true;
       
    93             this.iBT_Done.Click += new System.EventHandler( this.iBT_Done_Click );
       
    94             // 
       
    95             // iBT_EnableAll
       
    96             // 
       
    97             this.iBT_EnableAll.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right ) ) );
       
    98             this.iBT_EnableAll.Location = new System.Drawing.Point( 601, 12 );
       
    99             this.iBT_EnableAll.Name = "iBT_EnableAll";
       
   100             this.iBT_EnableAll.Size = new System.Drawing.Size( 81, 23 );
       
   101             this.iBT_EnableAll.TabIndex = 1;
       
   102             this.iBT_EnableAll.Text = "Enable All";
       
   103             this.iBT_EnableAll.UseVisualStyleBackColor = true;
       
   104             this.iBT_EnableAll.Click += new System.EventHandler( this.iBT_EnableAll_Click );
       
   105             // 
       
   106             // iBT_EnableNone
       
   107             // 
       
   108             this.iBT_EnableNone.Anchor = ( (System.Windows.Forms.AnchorStyles) ( ( System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right ) ) );
       
   109             this.iBT_EnableNone.Location = new System.Drawing.Point( 601, 41 );
       
   110             this.iBT_EnableNone.Name = "iBT_EnableNone";
       
   111             this.iBT_EnableNone.Size = new System.Drawing.Size( 81, 23 );
       
   112             this.iBT_EnableNone.TabIndex = 1;
       
   113             this.iBT_EnableNone.Text = "Enable None";
       
   114             this.iBT_EnableNone.UseVisualStyleBackColor = true;
       
   115             this.iBT_EnableNone.Click += new System.EventHandler( this.iBT_EnableNone_Click );
       
   116             // 
       
   117             // HeapRendererFilterConfigDialog
       
   118             // 
       
   119             this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 13F );
       
   120             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       
   121             this.ClientSize = new System.Drawing.Size( 689, 249 );
       
   122             this.ControlBox = false;
       
   123             this.Controls.Add( this.iBT_EnableNone );
       
   124             this.Controls.Add( this.iBT_EnableAll );
       
   125             this.Controls.Add( this.iBT_Done );
       
   126             this.Controls.Add( this.iFilterControl );
       
   127             this.MaximizeBox = false;
       
   128             this.MinimizeBox = false;
       
   129             this.Name = "HeapRendererFilterConfigDialog";
       
   130             this.Text = "Configure Filters...";
       
   131             this.Load += new System.EventHandler( this.HeapRendererFilterConfigDialog_Load );
       
   132             this.ResumeLayout( false );
       
   133 
       
   134         }
       
   135 
       
   136         #endregion
       
   137 
       
   138         private HeapCtrlLib.Controls.HeapFilteringControl iFilterControl;
       
   139         private System.Windows.Forms.Button iBT_Done;
       
   140         private System.Windows.Forms.Button iBT_EnableAll;
       
   141         private System.Windows.Forms.Button iBT_EnableNone;
       
   142     }
       
   143 }