namespace ProcessHacker { partial class HandleList { /// /// 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.listHandles = new System.Windows.Forms.ListView(); this.columnType = new System.Windows.Forms.ColumnHeader(); this.columnName = new System.Windows.Forms.ColumnHeader(); this.columnHandle = new System.Windows.Forms.ColumnHeader(); this.SuspendLayout(); // // listHandles // this.listHandles.AllowColumnReorder = true; this.listHandles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnType, this.columnName, this.columnHandle}); this.listHandles.Dock = System.Windows.Forms.DockStyle.Fill; this.listHandles.FullRowSelect = true; this.listHandles.HideSelection = false; this.listHandles.Location = new System.Drawing.Point(0, 0); this.listHandles.Name = "listHandles"; this.listHandles.ShowItemToolTips = true; this.listHandles.Size = new System.Drawing.Size(450, 472); this.listHandles.Sorting = System.Windows.Forms.SortOrder.Ascending; this.listHandles.TabIndex = 3; this.listHandles.UseCompatibleStateImageBehavior = false; this.listHandles.View = System.Windows.Forms.View.Details; // // columnType // this.columnType.Text = "Type"; this.columnType.Width = 100; // // columnName // this.columnName.Text = "Name"; this.columnName.Width = 250; // // columnHandle // this.columnHandle.Text = "Handle"; // // HandleList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.listHandles); this.DoubleBuffered = true; this.Name = "HandleList"; this.Size = new System.Drawing.Size(450, 472); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listHandles; private System.Windows.Forms.ColumnHeader columnType; private System.Windows.Forms.ColumnHeader columnName; private System.Windows.Forms.ColumnHeader columnHandle; } }