namespace Widow { partial class RuleEditForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RuleEditForm)); this.windowRulesListBox = new System.Windows.Forms.ListBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.removeButton = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.drawButton = new System.Windows.Forms.Button(); this.WindowTitle = new System.Windows.Forms.TextBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.ignoreHeightCheckBox = new System.Windows.Forms.CheckBox(); this.WindowHeight = new System.Windows.Forms.TextBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.ignoreWidthCheckBox = new System.Windows.Forms.CheckBox(); this.WindowWidth = new System.Windows.Forms.TextBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.ignoreTopCheckBox = new System.Windows.Forms.CheckBox(); this.WindowTop = new System.Windows.Forms.TextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.ignoreLeftCheckBox = new System.Windows.Forms.CheckBox(); this.WindowLeft = new System.Windows.Forms.TextBox(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.refreshButton = new System.Windows.Forms.Button(); this.desktopWindowsListBox = new System.Windows.Forms.ListBox(); this.addButton = new System.Windows.Forms.Button(); this.pickButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox8.SuspendLayout(); this.SuspendLayout(); // // windowRulesListBox // this.windowRulesListBox.FormattingEnabled = true; this.windowRulesListBox.Location = new System.Drawing.Point(6, 19); this.windowRulesListBox.Name = "windowRulesListBox"; this.windowRulesListBox.Size = new System.Drawing.Size(167, 277); this.windowRulesListBox.Sorted = true; this.windowRulesListBox.TabIndex = 0; this.windowRulesListBox.SelectedIndexChanged += new System.EventHandler(this.WindowRulesListBox_SelectedIndexChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.pickButton); this.groupBox1.Controls.Add(this.windowRulesListBox); this.groupBox1.Controls.Add(this.removeButton); this.groupBox1.Location = new System.Drawing.Point(197, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(179, 331); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Configured Windows"; // // removeButton // this.removeButton.Location = new System.Drawing.Point(87, 302); this.removeButton.Name = "removeButton"; this.removeButton.Size = new System.Drawing.Size(75, 23); this.removeButton.TabIndex = 5; this.removeButton.Text = "Remove"; this.removeButton.UseVisualStyleBackColor = true; this.removeButton.Click += new System.EventHandler(this.RemoveButton_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.drawButton); this.groupBox2.Controls.Add(this.WindowTitle); this.groupBox2.Controls.Add(this.groupBox6); this.groupBox2.Controls.Add(this.groupBox5); this.groupBox2.Controls.Add(this.groupBox4); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Location = new System.Drawing.Point(382, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(190, 331); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Settings"; // // drawButton // this.drawButton.Location = new System.Drawing.Point(14, 299); this.drawButton.Name = "drawButton"; this.drawButton.Size = new System.Drawing.Size(75, 23); this.drawButton.TabIndex = 5; this.drawButton.Text = "Draw"; this.drawButton.UseVisualStyleBackColor = true; this.drawButton.Click += new System.EventHandler(this.DrawButton_Click); // // WindowTitle // this.WindowTitle.Location = new System.Drawing.Point(14, 31); this.WindowTitle.Name = "WindowTitle"; this.WindowTitle.ReadOnly = true; this.WindowTitle.Size = new System.Drawing.Size(162, 20); this.WindowTitle.TabIndex = 0; this.WindowTitle.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); // // groupBox6 // this.groupBox6.Controls.Add(this.ignoreHeightCheckBox); this.groupBox6.Controls.Add(this.WindowHeight); this.groupBox6.Location = new System.Drawing.Point(6, 243); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(178, 50); this.groupBox6.TabIndex = 4; this.groupBox6.TabStop = false; this.groupBox6.Text = "Height"; // // ignoreHeightCheckBox // this.ignoreHeightCheckBox.AutoSize = true; this.ignoreHeightCheckBox.Location = new System.Drawing.Point(114, 21); this.ignoreHeightCheckBox.Name = "ignoreHeightCheckBox"; this.ignoreHeightCheckBox.Size = new System.Drawing.Size(56, 17); this.ignoreHeightCheckBox.TabIndex = 2; this.ignoreHeightCheckBox.Text = "Ignore"; this.ignoreHeightCheckBox.UseVisualStyleBackColor = true; this.ignoreHeightCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged); // // WindowHeight // this.WindowHeight.Location = new System.Drawing.Point(8, 19); this.WindowHeight.Name = "WindowHeight"; this.WindowHeight.Size = new System.Drawing.Size(100, 20); this.WindowHeight.TabIndex = 0; this.WindowHeight.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); // // groupBox5 // this.groupBox5.Controls.Add(this.ignoreWidthCheckBox); this.groupBox5.Controls.Add(this.WindowWidth); this.groupBox5.Location = new System.Drawing.Point(6, 187); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(178, 50); this.groupBox5.TabIndex = 3; this.groupBox5.TabStop = false; this.groupBox5.Text = "Width"; // // ignoreWidthCheckBox // this.ignoreWidthCheckBox.AutoSize = true; this.ignoreWidthCheckBox.Location = new System.Drawing.Point(114, 22); this.ignoreWidthCheckBox.Name = "ignoreWidthCheckBox"; this.ignoreWidthCheckBox.Size = new System.Drawing.Size(56, 17); this.ignoreWidthCheckBox.TabIndex = 2; this.ignoreWidthCheckBox.Text = "Ignore"; this.ignoreWidthCheckBox.UseVisualStyleBackColor = true; this.ignoreWidthCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged); // // WindowWidth // this.WindowWidth.Location = new System.Drawing.Point(8, 19); this.WindowWidth.Name = "WindowWidth"; this.WindowWidth.Size = new System.Drawing.Size(100, 20); this.WindowWidth.TabIndex = 0; this.WindowWidth.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); // // groupBox4 // this.groupBox4.Controls.Add(this.ignoreTopCheckBox); this.groupBox4.Controls.Add(this.WindowTop); this.groupBox4.Location = new System.Drawing.Point(6, 131); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(178, 50); this.groupBox4.TabIndex = 2; this.groupBox4.TabStop = false; this.groupBox4.Text = "Top"; // // ignoreTopCheckBox // this.ignoreTopCheckBox.AutoSize = true; this.ignoreTopCheckBox.Location = new System.Drawing.Point(114, 21); this.ignoreTopCheckBox.Name = "ignoreTopCheckBox"; this.ignoreTopCheckBox.Size = new System.Drawing.Size(56, 17); this.ignoreTopCheckBox.TabIndex = 2; this.ignoreTopCheckBox.Text = "Ignore"; this.ignoreTopCheckBox.UseVisualStyleBackColor = true; this.ignoreTopCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged); // // WindowTop // this.WindowTop.Location = new System.Drawing.Point(8, 19); this.WindowTop.Name = "WindowTop"; this.WindowTop.Size = new System.Drawing.Size(100, 20); this.WindowTop.TabIndex = 0; this.WindowTop.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); // // groupBox3 // this.groupBox3.Controls.Add(this.ignoreLeftCheckBox); this.groupBox3.Controls.Add(this.WindowLeft); this.groupBox3.Location = new System.Drawing.Point(6, 75); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(178, 50); this.groupBox3.TabIndex = 1; this.groupBox3.TabStop = false; this.groupBox3.Text = "Left"; // // ignoreLeftCheckBox // this.ignoreLeftCheckBox.AutoSize = true; this.ignoreLeftCheckBox.Location = new System.Drawing.Point(114, 21); this.ignoreLeftCheckBox.Name = "ignoreLeftCheckBox"; this.ignoreLeftCheckBox.Size = new System.Drawing.Size(56, 17); this.ignoreLeftCheckBox.TabIndex = 1; this.ignoreLeftCheckBox.Text = "Ignore"; this.ignoreLeftCheckBox.UseVisualStyleBackColor = true; this.ignoreLeftCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged); // // WindowLeft // this.WindowLeft.Location = new System.Drawing.Point(8, 19); this.WindowLeft.Name = "WindowLeft"; this.WindowLeft.Size = new System.Drawing.Size(100, 20); this.WindowLeft.TabIndex = 0; this.WindowLeft.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); // // groupBox8 // this.groupBox8.Controls.Add(this.refreshButton); this.groupBox8.Controls.Add(this.desktopWindowsListBox); this.groupBox8.Controls.Add(this.addButton); this.groupBox8.Location = new System.Drawing.Point(12, 12); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(179, 331); this.groupBox8.TabIndex = 3; this.groupBox8.TabStop = false; this.groupBox8.Text = "Detected Windows"; // // refreshButton // this.refreshButton.Location = new System.Drawing.Point(87, 302); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(75, 23); this.refreshButton.TabIndex = 6; this.refreshButton.Text = "Refresh"; this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click); // // desktopWindowsListBox // this.desktopWindowsListBox.FormattingEnabled = true; this.desktopWindowsListBox.Location = new System.Drawing.Point(6, 19); this.desktopWindowsListBox.Name = "desktopWindowsListBox"; this.desktopWindowsListBox.Size = new System.Drawing.Size(167, 277); this.desktopWindowsListBox.Sorted = true; this.desktopWindowsListBox.TabIndex = 0; // // addButton // this.addButton.Location = new System.Drawing.Point(6, 302); this.addButton.Name = "addButton"; this.addButton.Size = new System.Drawing.Size(75, 23); this.addButton.TabIndex = 4; this.addButton.Text = "Add"; this.addButton.UseVisualStyleBackColor = true; this.addButton.Click += new System.EventHandler(this.AddButton_Click); // // pickButton // this.pickButton.Location = new System.Drawing.Point(6, 302); this.pickButton.Name = "pickButton"; this.pickButton.Size = new System.Drawing.Size(75, 23); this.pickButton.TabIndex = 6; this.pickButton.Text = "Pick"; this.pickButton.UseVisualStyleBackColor = true; this.pickButton.Click += new System.EventHandler(this.PickButton_Click); // // RuleEditForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(584, 362); this.Controls.Add(this.groupBox8); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(600, 400); this.MinimumSize = new System.Drawing.Size(600, 400); this.Name = "RuleEditForm"; this.Text = "Rule Editor"; this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupBox8.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox windowRulesListBox; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.TextBox WindowHeight; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.TextBox WindowWidth; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.TextBox WindowTop; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.TextBox WindowLeft; private System.Windows.Forms.TextBox WindowTitle; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.ListBox desktopWindowsListBox; private System.Windows.Forms.Button addButton; private System.Windows.Forms.Button removeButton; private System.Windows.Forms.Button refreshButton; private System.Windows.Forms.CheckBox ignoreHeightCheckBox; private System.Windows.Forms.CheckBox ignoreWidthCheckBox; private System.Windows.Forms.CheckBox ignoreTopCheckBox; private System.Windows.Forms.CheckBox ignoreLeftCheckBox; private System.Windows.Forms.Button drawButton; private System.Windows.Forms.Button pickButton; } }