Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 9
/trunk/Widow/RuleEditForm.Designer.cs
@@ -35,6 +35,10 @@
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();
@@ -84,7 +88,7 @@
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(127, 302);
this.groupBox2.Size = new System.Drawing.Size(190, 302);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Settings";
@@ -109,10 +113,11 @@
//
// 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(114, 50);
this.groupBox6.Size = new System.Drawing.Size(178, 50);
this.groupBox6.TabIndex = 4;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Height";
@@ -127,10 +132,11 @@
//
// 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(114, 50);
this.groupBox5.Size = new System.Drawing.Size(178, 50);
this.groupBox5.TabIndex = 3;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Width";
@@ -145,10 +151,11 @@
//
// 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(114, 50);
this.groupBox4.Size = new System.Drawing.Size(178, 50);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Top";
@@ -163,10 +170,11 @@
//
// 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(114, 50);
this.groupBox3.Size = new System.Drawing.Size(178, 50);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Left";
@@ -219,17 +227,61 @@
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);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(524, 362);
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(540, 400);
this.MinimumSize = new System.Drawing.Size(540, 400);
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);
@@ -269,5 +321,9 @@
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;
}
}