namespace TopMostWinChecker { partial class Form1 { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lvList = new System.Windows.Forms.ListView(); this.window = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.handle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.time = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // lvList // this.lvList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.window, this.handle, this.time}); this.lvList.Location = new System.Drawing.Point(12, 12); this.lvList.Name = "lvList"; this.lvList.Size = new System.Drawing.Size(380, 238); this.lvList.TabIndex = 0; this.lvList.UseCompatibleStateImageBehavior = false; this.lvList.View = System.Windows.Forms.View.Details; // // window // this.window.Text = "Window"; this.window.Width = 190; // // handle // this.handle.Text = "Handle"; this.handle.Width = 65; // // time // this.time.Text = "Time"; this.time.Width = 121; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(404, 262); this.Controls.Add(this.lvList); this.Name = "Form1"; this.Text = "TopMost Window Checker"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView lvList; private System.Windows.Forms.ColumnHeader window; private System.Windows.Forms.ColumnHeader handle; private System.Windows.Forms.ColumnHeader time; } }