Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/trunk/Widow/RuleEditForm.Designer.cs
@@ -21,27 +21,23 @@
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.groupBox7 = new System.Windows.Forms.GroupBox();
this.WindowName = 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.groupBox7.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
@@ -55,13 +51,11 @@
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);
@@ -73,7 +67,7 @@
//
// removeButton
//
this.removeButton.Location = new System.Drawing.Point(87, 302);
this.removeButton.Location = new System.Drawing.Point(6, 302);
this.removeButton.Name = "removeButton";
this.removeButton.Size = new System.Drawing.Size(75, 23);
this.removeButton.TabIndex = 5;
@@ -83,8 +77,7 @@
//
// groupBox2
//
this.groupBox2.Controls.Add(this.drawButton);
this.groupBox2.Controls.Add(this.WindowTitle);
this.groupBox2.Controls.Add(this.groupBox7);
this.groupBox2.Controls.Add(this.groupBox6);
this.groupBox2.Controls.Add(this.groupBox5);
this.groupBox2.Controls.Add(this.groupBox4);
@@ -91,52 +84,39 @@
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.Size = new System.Drawing.Size(127, 302);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Settings";
//
// drawButton
// groupBox7
//
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);
this.groupBox7.Controls.Add(this.WindowName);
this.groupBox7.Location = new System.Drawing.Point(6, 19);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(114, 50);
this.groupBox7.TabIndex = 5;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "Name";
//
// WindowTitle
// WindowName
//
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);
this.WindowName.Location = new System.Drawing.Point(8, 19);
this.WindowName.Name = "WindowName";
this.WindowName.Size = new System.Drawing.Size(100, 20);
this.WindowName.TabIndex = 0;
this.WindowName.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.Size = new System.Drawing.Size(114, 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);
@@ -147,26 +127,14 @@
//
// 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.Size = new System.Drawing.Size(114, 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);
@@ -177,26 +145,14 @@
//
// 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.Size = new System.Drawing.Size(114, 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);
@@ -207,26 +163,14 @@
//
// 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.Size = new System.Drawing.Size(114, 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);
@@ -263,7 +207,6 @@
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
@@ -276,32 +219,23 @@
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.ClientSize = new System.Drawing.Size(524, 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.MaximumSize = new System.Drawing.Size(540, 400);
this.MinimumSize = new System.Drawing.Size(540, 400);
this.Name = "RuleEditForm";
this.Text = "Rule Editor";
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox7.ResumeLayout(false);
this.groupBox7.PerformLayout();
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
@@ -328,17 +262,12 @@
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 groupBox7;
private System.Windows.Forms.TextBox WindowName;
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;
}
}