Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 9  →  ?path2? @ 11
/trunk/Widow/RuleEditForm.Designer.cs
@@ -22,23 +22,23 @@
this.removeButton = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.WindowName = new System.Windows.Forms.TextBox();
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.ignoreLeftCheckBox = new System.Windows.Forms.CheckBox();
this.ignoreTopCheckBox = new System.Windows.Forms.CheckBox();
this.ignoreWidthCheckBox = new System.Windows.Forms.CheckBox();
this.ignoreHeightCheckBox = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox7.SuspendLayout();
@@ -55,6 +55,7 @@
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);
//
@@ -95,21 +96,22 @@
//
// groupBox7
//
this.groupBox7.Controls.Add(this.WindowName);
this.groupBox7.Controls.Add(this.WindowTitle);
this.groupBox7.Location = new System.Drawing.Point(6, 19);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(114, 50);
this.groupBox7.Size = new System.Drawing.Size(178, 50);
this.groupBox7.TabIndex = 5;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "Name";
this.groupBox7.Text = "Title";
//
// WindowName
//
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);
this.WindowTitle.Location = new System.Drawing.Point(8, 19);
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
//
@@ -122,6 +124,17 @@
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);
@@ -141,6 +154,17 @@
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);
@@ -160,6 +184,17 @@
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);
@@ -179,6 +214,17 @@
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);
@@ -215,6 +261,7 @@
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
@@ -227,50 +274,6 @@
this.addButton.UseVisualStyleBackColor = true;
this.addButton.Click += new System.EventHandler(this.AddButton_Click);
//
// 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);
//
// 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);
//
// 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);
//
// 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);
//
// RuleEditForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -315,7 +318,7 @@
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox WindowLeft;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.TextBox WindowName;
private System.Windows.Forms.TextBox WindowTitle;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.ListBox desktopWindowsListBox;
private System.Windows.Forms.Button addButton;