Home | History | Annotate | Download | only in stats_viewer
      1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 namespace StatsViewer
      6 {
      7   partial class StatsViewer
      8   {
      9     /// <summary>
     10     /// Required designer variable.
     11     /// </summary>
     12     private System.ComponentModel.IContainer components = null;
     13 
     14     /// <summary>
     15     /// Clean up any resources being used.
     16     /// </summary>
     17     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
     18     protected override void Dispose(bool disposing)
     19     {
     20       if (disposing && (components != null))
     21       {
     22         components.Dispose();
     23       }
     24       base.Dispose(disposing);
     25     }
     26 
     27     #region Windows Form Designer generated code
     28 
     29     /// <summary>
     30     /// Required method for Designer support - do not modify
     31     /// the contents of this method with the code editor.
     32     /// </summary>
     33     private void InitializeComponent()
     34     {
     35       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatsViewer));
     36       this.listViewCounters = new System.Windows.Forms.ListView();
     37       this.columnHeaderName = new System.Windows.Forms.ColumnHeader();
     38       this.columnHeaderValue = new System.Windows.Forms.ColumnHeader();
     39       this.columnHeaderDelta = new System.Windows.Forms.ColumnHeader();
     40       this.pictureBoxTitle = new System.Windows.Forms.PictureBox();
     41       this.panelHeader = new System.Windows.Forms.Panel();
     42       this.labelKills = new System.Windows.Forms.Label();
     43       this.label1 = new System.Windows.Forms.Label();
     44       this.labelInterval = new System.Windows.Forms.Label();
     45       this.comboBoxFilter = new System.Windows.Forms.ComboBox();
     46       this.panelControls = new System.Windows.Forms.Panel();
     47       this.buttonExport = new System.Windows.Forms.Button();
     48       this.buttonZero = new System.Windows.Forms.Button();
     49       this.comboBoxInterval = new System.Windows.Forms.ComboBox();
     50       this.labelFilter = new System.Windows.Forms.Label();
     51       this.saveFileDialogExport = new System.Windows.Forms.SaveFileDialog();
     52       this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     53       this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     54       this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     55       this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     56       this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     57       this.listViewRates = new System.Windows.Forms.ListView();
     58       this.columnHeaderRateName = new System.Windows.Forms.ColumnHeader();
     59       this.columnHeaderRateCount = new System.Windows.Forms.ColumnHeader();
     60       this.columnHeaderRateTotaltime = new System.Windows.Forms.ColumnHeader();
     61       this.columnHeaderRateAvgTime = new System.Windows.Forms.ColumnHeader();
     62       this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     63       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitle)).BeginInit();
     64       this.panelHeader.SuspendLayout();
     65       this.panelControls.SuspendLayout();
     66       this.menuStrip1.SuspendLayout();
     67       this.splitContainer1.Panel1.SuspendLayout();
     68       this.splitContainer1.Panel2.SuspendLayout();
     69       this.splitContainer1.SuspendLayout();
     70       this.SuspendLayout();
     71       // 
     72       // listViewCounters
     73       // 
     74       this.listViewCounters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     75             this.columnHeaderName,
     76             this.columnHeaderValue,
     77             this.columnHeaderDelta});
     78       this.listViewCounters.Dock = System.Windows.Forms.DockStyle.Fill;
     79       this.listViewCounters.FullRowSelect = true;
     80       this.listViewCounters.Location = new System.Drawing.Point(0, 0);
     81       this.listViewCounters.Name = "listViewCounters";
     82       this.listViewCounters.Size = new System.Drawing.Size(505, 221);
     83       this.listViewCounters.Sorting = System.Windows.Forms.SortOrder.Descending;
     84       this.listViewCounters.TabIndex = 0;
     85       this.listViewCounters.UseCompatibleStateImageBehavior = false;
     86       this.listViewCounters.View = System.Windows.Forms.View.Details;
     87       this.listViewCounters.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.column_Click);
     88       // 
     89       // columnHeaderName
     90       // 
     91       this.columnHeaderName.Text = "Counter Name";
     92       this.columnHeaderName.Width = 203;
     93       // 
     94       // columnHeaderValue
     95       // 
     96       this.columnHeaderValue.Text = "Value";
     97       this.columnHeaderValue.Width = 69;
     98       // 
     99       // columnHeaderDelta
    100       // 
    101       this.columnHeaderDelta.Text = "Delta";
    102       this.columnHeaderDelta.Width = 86;
    103       // 
    104       // pictureBoxTitle
    105       // 
    106       this.pictureBoxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    107       this.pictureBoxTitle.BackColor = System.Drawing.Color.Transparent;
    108       this.pictureBoxTitle.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxTitle.Image")));
    109       this.pictureBoxTitle.Location = new System.Drawing.Point(257, 0);
    110       this.pictureBoxTitle.Name = "pictureBoxTitle";
    111       this.pictureBoxTitle.Size = new System.Drawing.Size(248, 86);
    112       this.pictureBoxTitle.TabIndex = 1;
    113       this.pictureBoxTitle.TabStop = false;
    114       // 
    115       // panelHeader
    116       // 
    117       this.panelHeader.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelHeader.BackgroundImage")));
    118       this.panelHeader.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
    119       this.panelHeader.Controls.Add(this.labelKills);
    120       this.panelHeader.Controls.Add(this.label1);
    121       this.panelHeader.Controls.Add(this.pictureBoxTitle);
    122       this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
    123       this.panelHeader.Location = new System.Drawing.Point(0, 24);
    124       this.panelHeader.Name = "panelHeader";
    125       this.panelHeader.Size = new System.Drawing.Size(505, 86);
    126       this.panelHeader.TabIndex = 2;
    127       // 
    128       // labelKills
    129       // 
    130       this.labelKills.AutoSize = true;
    131       this.labelKills.BackColor = System.Drawing.Color.Transparent;
    132       this.labelKills.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    133       this.labelKills.Location = new System.Drawing.Point(12, 33);
    134       this.labelKills.Name = "labelKills";
    135       this.labelKills.Size = new System.Drawing.Size(280, 16);
    136       this.labelKills.TabIndex = 3;
    137       this.labelKills.Text = "During the World Wide Wait, God Kills Kittens.";
    138       // 
    139       // label1
    140       // 
    141       this.label1.AutoSize = true;
    142       this.label1.BackColor = System.Drawing.Color.Transparent;
    143       this.label1.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    144       this.label1.Location = new System.Drawing.Point(12, 9);
    145       this.label1.Name = "label1";
    146       this.label1.Size = new System.Drawing.Size(140, 24);
    147       this.label1.TabIndex = 2;
    148       this.label1.Text = "Chrome Varz";
    149       // 
    150       // labelInterval
    151       // 
    152       this.labelInterval.AutoSize = true;
    153       this.labelInterval.Location = new System.Drawing.Point(11, 9);
    154       this.labelInterval.Name = "labelInterval";
    155       this.labelInterval.Size = new System.Drawing.Size(73, 13);
    156       this.labelInterval.TabIndex = 3;
    157       this.labelInterval.Text = "Interval (secs)";
    158       // 
    159       // comboBoxFilter
    160       // 
    161       this.comboBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    162       this.comboBoxFilter.FormattingEnabled = true;
    163       this.comboBoxFilter.Location = new System.Drawing.Point(302, 5);
    164       this.comboBoxFilter.Name = "comboBoxFilter";
    165       this.comboBoxFilter.Size = new System.Drawing.Size(121, 21);
    166       this.comboBoxFilter.TabIndex = 5;
    167       this.comboBoxFilter.SelectedIndexChanged += new System.EventHandler(this.filter_changed);
    168       this.comboBoxFilter.DropDownClosed += new System.EventHandler(this.mouse_Leave);
    169       this.comboBoxFilter.DropDown += new System.EventHandler(this.mouse_Enter);
    170       // 
    171       // panelControls
    172       // 
    173       this.panelControls.Controls.Add(this.buttonExport);
    174       this.panelControls.Controls.Add(this.buttonZero);
    175       this.panelControls.Controls.Add(this.comboBoxInterval);
    176       this.panelControls.Controls.Add(this.labelFilter);
    177       this.panelControls.Controls.Add(this.comboBoxFilter);
    178       this.panelControls.Controls.Add(this.labelInterval);
    179       this.panelControls.Dock = System.Windows.Forms.DockStyle.Top;
    180       this.panelControls.Location = new System.Drawing.Point(0, 110);
    181       this.panelControls.Name = "panelControls";
    182       this.panelControls.Size = new System.Drawing.Size(505, 32);
    183       this.panelControls.TabIndex = 6;
    184       // 
    185       // buttonExport
    186       // 
    187       this.buttonExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    188       this.buttonExport.Location = new System.Drawing.Point(187, 4);
    189       this.buttonExport.Name = "buttonExport";
    190       this.buttonExport.Size = new System.Drawing.Size(75, 23);
    191       this.buttonExport.TabIndex = 9;
    192       this.buttonExport.Text = "Export";
    193       this.buttonExport.UseVisualStyleBackColor = true;
    194       this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
    195       // 
    196       // buttonZero
    197       // 
    198       this.buttonZero.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    199       this.buttonZero.Location = new System.Drawing.Point(427, 4);
    200       this.buttonZero.Name = "buttonZero";
    201       this.buttonZero.Size = new System.Drawing.Size(75, 23);
    202       this.buttonZero.TabIndex = 8;
    203       this.buttonZero.Text = "Clear All";
    204       this.buttonZero.UseVisualStyleBackColor = true;
    205       this.buttonZero.Click += new System.EventHandler(this.buttonZero_Click);
    206       // 
    207       // comboBoxInterval
    208       // 
    209       this.comboBoxInterval.FormattingEnabled = true;
    210       this.comboBoxInterval.Items.AddRange(new object[] {
    211             "1",
    212             "2",
    213             "5",
    214             "10",
    215             "30",
    216             "60"});
    217       this.comboBoxInterval.Location = new System.Drawing.Point(84, 6);
    218       this.comboBoxInterval.Name = "comboBoxInterval";
    219       this.comboBoxInterval.Size = new System.Drawing.Size(55, 21);
    220       this.comboBoxInterval.TabIndex = 7;
    221       this.comboBoxInterval.Text = "1";
    222       this.comboBoxInterval.SelectedIndexChanged += new System.EventHandler(this.interval_changed);
    223       this.comboBoxInterval.DropDownClosed += new System.EventHandler(this.mouse_Leave);
    224       this.comboBoxInterval.DropDown += new System.EventHandler(this.mouse_Enter);
    225       // 
    226       // labelFilter
    227       // 
    228       this.labelFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    229       this.labelFilter.AutoSize = true;
    230       this.labelFilter.Location = new System.Drawing.Point(268, 9);
    231       this.labelFilter.Name = "labelFilter";
    232       this.labelFilter.Size = new System.Drawing.Size(29, 13);
    233       this.labelFilter.TabIndex = 6;
    234       this.labelFilter.Text = "Filter";
    235       // 
    236       // saveFileDialogExport
    237       // 
    238       this.saveFileDialogExport.FileName = "results.txt";
    239       // 
    240       // menuStrip1
    241       // 
    242       this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    243             this.fileToolStripMenuItem});
    244       this.menuStrip1.Location = new System.Drawing.Point(0, 0);
    245       this.menuStrip1.Name = "menuStrip1";
    246       this.menuStrip1.Size = new System.Drawing.Size(505, 24);
    247       this.menuStrip1.TabIndex = 7;
    248       this.menuStrip1.Text = "menuStrip1";
    249       // 
    250       // fileToolStripMenuItem
    251       // 
    252       this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    253             this.openToolStripMenuItem,
    254             this.closeToolStripMenuItem,
    255             this.quitToolStripMenuItem});
    256       this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
    257       this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
    258       this.fileToolStripMenuItem.Text = "File";
    259       // 
    260       // openToolStripMenuItem
    261       // 
    262       this.openToolStripMenuItem.Name = "openToolStripMenuItem";
    263       this.openToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
    264       this.openToolStripMenuItem.Text = "Open";
    265       this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
    266       // 
    267       // closeToolStripMenuItem
    268       // 
    269       this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
    270       this.closeToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
    271       this.closeToolStripMenuItem.Text = "Close";
    272       this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
    273       // 
    274       // quitToolStripMenuItem
    275       // 
    276       this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
    277       this.quitToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
    278       this.quitToolStripMenuItem.Text = "Quit";
    279       this.quitToolStripMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
    280       // 
    281       // listViewRates
    282       // 
    283       this.listViewRates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    284             this.columnHeaderRateName,
    285             this.columnHeaderRateCount,
    286             this.columnHeaderRateTotaltime,
    287             this.columnHeaderRateAvgTime});
    288       this.listViewRates.Dock = System.Windows.Forms.DockStyle.Fill;
    289       this.listViewRates.FullRowSelect = true;
    290       this.listViewRates.Location = new System.Drawing.Point(0, 0);
    291       this.listViewRates.Name = "listViewRates";
    292       this.listViewRates.Size = new System.Drawing.Size(505, 270);
    293       this.listViewRates.Sorting = System.Windows.Forms.SortOrder.Descending;
    294       this.listViewRates.TabIndex = 8;
    295       this.listViewRates.UseCompatibleStateImageBehavior = false;
    296       this.listViewRates.View = System.Windows.Forms.View.Details;
    297       // 
    298       // columnHeaderRateName
    299       // 
    300       this.columnHeaderRateName.Text = "Rate Name";
    301       this.columnHeaderRateName.Width = 205;
    302       // 
    303       // columnHeaderRateCount
    304       // 
    305       this.columnHeaderRateCount.Text = "Count";
    306       // 
    307       // columnHeaderRateTotaltime
    308       // 
    309       this.columnHeaderRateTotaltime.Text = "Total Time (ms)";
    310       this.columnHeaderRateTotaltime.Width = 100;
    311       // 
    312       // columnHeaderRateAvgTime
    313       // 
    314       this.columnHeaderRateAvgTime.Text = "Average Time (ms)";
    315       this.columnHeaderRateAvgTime.Width = 110;
    316       // 
    317       // splitContainer1
    318       // 
    319       this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
    320       this.splitContainer1.Location = new System.Drawing.Point(0, 142);
    321       this.splitContainer1.Name = "splitContainer1";
    322       this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
    323       // 
    324       // splitContainer1.Panel1
    325       // 
    326       this.splitContainer1.Panel1.Controls.Add(this.listViewCounters);
    327       // 
    328       // splitContainer1.Panel2
    329       // 
    330       this.splitContainer1.Panel2.Controls.Add(this.listViewRates);
    331       this.splitContainer1.Size = new System.Drawing.Size(505, 495);
    332       this.splitContainer1.SplitterDistance = 221;
    333       this.splitContainer1.TabIndex = 9;
    334       // 
    335       // StatsViewer
    336       // 
    337       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    338       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    339       this.ClientSize = new System.Drawing.Size(505, 637);
    340       this.Controls.Add(this.splitContainer1);
    341       this.Controls.Add(this.panelControls);
    342       this.Controls.Add(this.panelHeader);
    343       this.Controls.Add(this.menuStrip1);
    344       this.DoubleBuffered = true;
    345       this.Name = "StatsViewer";
    346       this.Text = "Chrome Varz";
    347       ((System.ComponentModel.ISupportInitialize)(this.pictureBoxTitle)).EndInit();
    348       this.panelHeader.ResumeLayout(false);
    349       this.panelHeader.PerformLayout();
    350       this.panelControls.ResumeLayout(false);
    351       this.panelControls.PerformLayout();
    352       this.menuStrip1.ResumeLayout(false);
    353       this.menuStrip1.PerformLayout();
    354       this.splitContainer1.Panel1.ResumeLayout(false);
    355       this.splitContainer1.Panel2.ResumeLayout(false);
    356       this.splitContainer1.ResumeLayout(false);
    357       this.ResumeLayout(false);
    358       this.PerformLayout();
    359 
    360     }
    361 
    362     #endregion
    363 
    364     private System.Windows.Forms.ListView listViewCounters;
    365     private System.Windows.Forms.ColumnHeader columnHeaderName;
    366     private System.Windows.Forms.ColumnHeader columnHeaderValue;
    367     private System.Windows.Forms.ColumnHeader columnHeaderDelta;
    368     private System.Windows.Forms.PictureBox pictureBoxTitle;
    369     private System.Windows.Forms.Panel panelHeader;
    370     private System.Windows.Forms.Label label1;
    371     private System.Windows.Forms.Label labelInterval;
    372     private System.Windows.Forms.ComboBox comboBoxFilter;
    373     private System.Windows.Forms.Panel panelControls;
    374     private System.Windows.Forms.Label labelFilter;
    375     private System.Windows.Forms.ComboBox comboBoxInterval;
    376     private System.Windows.Forms.Label labelKills;
    377     private System.Windows.Forms.Button buttonZero;
    378     private System.Windows.Forms.Button buttonExport;
    379     private System.Windows.Forms.SaveFileDialog saveFileDialogExport;
    380     private System.Windows.Forms.MenuStrip menuStrip1;
    381     private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
    382     private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
    383     private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
    384     private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
    385     private System.Windows.Forms.ListView listViewRates;
    386     private System.Windows.Forms.ColumnHeader columnHeaderRateName;
    387     private System.Windows.Forms.ColumnHeader columnHeaderRateCount;
    388     private System.Windows.Forms.ColumnHeader columnHeaderRateTotaltime;
    389     private System.Windows.Forms.ColumnHeader columnHeaderRateAvgTime;
    390     private System.Windows.Forms.SplitContainer splitContainer1;
    391   }
    392 }
    393