namespace Mesen.GUI.Debugger.Controls { partial class ctrlProfiler { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnRefresh = new System.Windows.Forms.Button(); this.btnReset = new System.Windows.Forms.Button(); this.lstFunctions = new Mesen.GUI.Controls.DoubleBufferedListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.btnRefresh, 0, 2); this.tableLayoutPanel1.Controls.Add(this.btnReset, 1, 2); this.tableLayoutPanel1.Controls.Add(this.lstFunctions, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(514, 307); this.tableLayoutPanel1.TabIndex = 3; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(3, 281); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 8; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnReset // this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnReset.Location = new System.Drawing.Point(436, 281); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(75, 23); this.btnReset.TabIndex = 5; this.btnReset.Text = "Reset Counts"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // lstFunctions // this.lstFunctions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader4, this.columnHeader3, this.columnHeader5, this.columnHeader2, this.columnHeader6}); this.tableLayoutPanel1.SetColumnSpan(this.lstFunctions, 2); this.lstFunctions.Dock = System.Windows.Forms.DockStyle.Fill; this.lstFunctions.FullRowSelect = true; this.lstFunctions.GridLines = true; this.lstFunctions.HideSelection = false; this.lstFunctions.Location = new System.Drawing.Point(0, 0); this.lstFunctions.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); this.lstFunctions.Name = "lstFunctions"; this.lstFunctions.Size = new System.Drawing.Size(514, 278); this.lstFunctions.TabIndex = 7; this.lstFunctions.UseCompatibleStateImageBehavior = false; this.lstFunctions.View = System.Windows.Forms.View.Details; this.lstFunctions.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstFunctions_ColumnClick); this.lstFunctions.DoubleClick += new System.EventHandler(this.lstFunctions_DoubleClick); // // columnHeader1 // this.columnHeader1.Text = "Function (Entry Addr)"; // // columnHeader4 // this.columnHeader4.Text = "Call Count"; // // columnHeader3 // this.columnHeader3.Text = "Inclusive Time (Cyc)"; this.columnHeader3.Width = 137; // // columnHeader5 // this.columnHeader5.Text = "Inclusive Time (%)"; // // columnHeader2 // this.columnHeader2.Text = "Exclusive Time (Cyc)"; // // columnHeader6 // this.columnHeader6.Text = "Exclusive Time (%)"; // // ctrlProfiler // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); this.Name = "ctrlProfiler"; this.Size = new System.Drawing.Size(514, 307); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Button btnReset; private Mesen.GUI.Controls.DoubleBufferedListView lstFunctions; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.ColumnHeader columnHeader5; private System.Windows.Forms.ColumnHeader columnHeader6; } }