Widow

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 13  →  ?path2? @ 18
/trunk/Widow/RuleEditForm.Designer.cs
@@ -21,6 +21,7 @@
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();
@@ -38,7 +39,7 @@
this.refreshButton = new System.Windows.Forms.Button();
this.desktopWindowsListBox = new System.Windows.Forms.ListBox();
this.addButton = new System.Windows.Forms.Button();
this.drawButton = new System.Windows.Forms.Button();
this.pickButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox6.SuspendLayout();
@@ -60,6 +61,7 @@
//
// 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);
@@ -71,7 +73,7 @@
//
// removeButton
//
this.removeButton.Location = new System.Drawing.Point(6, 302);
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;
@@ -94,6 +96,16 @@
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);
@@ -264,15 +276,15 @@
this.addButton.UseVisualStyleBackColor = true;
this.addButton.Click += new System.EventHandler(this.AddButton_Click);
//
// drawButton
// pickButton
//
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.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
//
@@ -327,5 +339,6 @@
private System.Windows.Forms.CheckBox ignoreTopCheckBox;
private System.Windows.Forms.CheckBox ignoreLeftCheckBox;
private System.Windows.Forms.Button drawButton;
private System.Windows.Forms.Button pickButton;
}
}