Widow – Diff between revs 11 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 11 Rev 13
Line 19... Line 19...
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RuleEditForm)); 19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RuleEditForm));
20 this.windowRulesListBox = new System.Windows.Forms.ListBox(); 20 this.windowRulesListBox = new System.Windows.Forms.ListBox();
21 this.groupBox1 = new System.Windows.Forms.GroupBox(); 21 this.groupBox1 = new System.Windows.Forms.GroupBox();
22 this.removeButton = new System.Windows.Forms.Button(); 22 this.removeButton = new System.Windows.Forms.Button();
23 this.groupBox2 = new System.Windows.Forms.GroupBox(); 23 this.groupBox2 = new System.Windows.Forms.GroupBox();
24 this.groupBox7 = new System.Windows.Forms.GroupBox(); -  
25 this.WindowTitle = new System.Windows.Forms.TextBox(); 24 this.WindowTitle = new System.Windows.Forms.TextBox();
26 this.groupBox6 = new System.Windows.Forms.GroupBox(); 25 this.groupBox6 = new System.Windows.Forms.GroupBox();
27 this.ignoreHeightCheckBox = new System.Windows.Forms.CheckBox(); 26 this.ignoreHeightCheckBox = new System.Windows.Forms.CheckBox();
28 this.WindowHeight = new System.Windows.Forms.TextBox(); 27 this.WindowHeight = new System.Windows.Forms.TextBox();
29 this.groupBox5 = new System.Windows.Forms.GroupBox(); 28 this.groupBox5 = new System.Windows.Forms.GroupBox();
Line 37... Line 36...
37 this.WindowLeft = new System.Windows.Forms.TextBox(); 36 this.WindowLeft = new System.Windows.Forms.TextBox();
38 this.groupBox8 = new System.Windows.Forms.GroupBox(); 37 this.groupBox8 = new System.Windows.Forms.GroupBox();
39 this.refreshButton = new System.Windows.Forms.Button(); 38 this.refreshButton = new System.Windows.Forms.Button();
40 this.desktopWindowsListBox = new System.Windows.Forms.ListBox(); 39 this.desktopWindowsListBox = new System.Windows.Forms.ListBox();
41 this.addButton = new System.Windows.Forms.Button(); 40 this.addButton = new System.Windows.Forms.Button();
-   41 this.drawButton = new System.Windows.Forms.Button();
42 this.groupBox1.SuspendLayout(); 42 this.groupBox1.SuspendLayout();
43 this.groupBox2.SuspendLayout(); 43 this.groupBox2.SuspendLayout();
44 this.groupBox7.SuspendLayout(); -  
45 this.groupBox6.SuspendLayout(); 44 this.groupBox6.SuspendLayout();
46 this.groupBox5.SuspendLayout(); 45 this.groupBox5.SuspendLayout();
47 this.groupBox4.SuspendLayout(); 46 this.groupBox4.SuspendLayout();
48 this.groupBox3.SuspendLayout(); 47 this.groupBox3.SuspendLayout();
49 this.groupBox8.SuspendLayout(); 48 this.groupBox8.SuspendLayout();
Line 80... Line 79...
80 this.removeButton.UseVisualStyleBackColor = true; 79 this.removeButton.UseVisualStyleBackColor = true;
81 this.removeButton.Click += new System.EventHandler(this.RemoveButton_Click); 80 this.removeButton.Click += new System.EventHandler(this.RemoveButton_Click);
82 // 81 //
83 // groupBox2 82 // groupBox2
84 // 83 //
85 this.groupBox2.Controls.Add(this.groupBox7); 84 this.groupBox2.Controls.Add(this.drawButton);
-   85 this.groupBox2.Controls.Add(this.WindowTitle);
86 this.groupBox2.Controls.Add(this.groupBox6); 86 this.groupBox2.Controls.Add(this.groupBox6);
87 this.groupBox2.Controls.Add(this.groupBox5); 87 this.groupBox2.Controls.Add(this.groupBox5);
88 this.groupBox2.Controls.Add(this.groupBox4); 88 this.groupBox2.Controls.Add(this.groupBox4);
89 this.groupBox2.Controls.Add(this.groupBox3); 89 this.groupBox2.Controls.Add(this.groupBox3);
90 this.groupBox2.Location = new System.Drawing.Point(382, 12); 90 this.groupBox2.Location = new System.Drawing.Point(382, 12);
91 this.groupBox2.Name = "groupBox2"; 91 this.groupBox2.Name = "groupBox2";
92 this.groupBox2.Size = new System.Drawing.Size(190, 302); 92 this.groupBox2.Size = new System.Drawing.Size(190, 331);
93 this.groupBox2.TabIndex = 2; 93 this.groupBox2.TabIndex = 2;
94 this.groupBox2.TabStop = false; 94 this.groupBox2.TabStop = false;
95 this.groupBox2.Text = "Settings"; 95 this.groupBox2.Text = "Settings";
96 // 96 //
97 // groupBox7 97 // WindowTitle
98 // 98 //
99 this.groupBox7.Controls.Add(this.WindowTitle); -  
100 this.groupBox7.Location = new System.Drawing.Point(6, 19); -  
101 this.groupBox7.Name = "groupBox7"; -  
102 this.groupBox7.Size = new System.Drawing.Size(178, 50); -  
103 this.groupBox7.TabIndex = 5; -  
104 this.groupBox7.TabStop = false; -  
105 this.groupBox7.Text = "Title"; -  
106 // -  
107 // WindowName -  
108 // -  
109 this.WindowTitle.Location = new System.Drawing.Point(8, 19); 99 this.WindowTitle.Location = new System.Drawing.Point(14, 31);
110 this.WindowTitle.Name = "WindowTitle"; 100 this.WindowTitle.Name = "WindowTitle";
111 this.WindowTitle.ReadOnly = true; 101 this.WindowTitle.ReadOnly = true;
112 this.WindowTitle.Size = new System.Drawing.Size(162, 20); 102 this.WindowTitle.Size = new System.Drawing.Size(162, 20);
113 this.WindowTitle.TabIndex = 0; 103 this.WindowTitle.TabIndex = 0;
114 this.WindowTitle.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); 104 this.WindowTitle.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
Line 272... Line 262...
272 this.addButton.TabIndex = 4; 262 this.addButton.TabIndex = 4;
273 this.addButton.Text = "Add"; 263 this.addButton.Text = "Add";
274 this.addButton.UseVisualStyleBackColor = true; 264 this.addButton.UseVisualStyleBackColor = true;
275 this.addButton.Click += new System.EventHandler(this.AddButton_Click); 265 this.addButton.Click += new System.EventHandler(this.AddButton_Click);
276 // 266 //
-   267 // drawButton
-   268 //
-   269 this.drawButton.Location = new System.Drawing.Point(14, 299);
-   270 this.drawButton.Name = "drawButton";
-   271 this.drawButton.Size = new System.Drawing.Size(75, 23);
-   272 this.drawButton.TabIndex = 5;
-   273 this.drawButton.Text = "Draw";
-   274 this.drawButton.UseVisualStyleBackColor = true;
-   275 this.drawButton.Click += new System.EventHandler(this.DrawButton_Click);
-   276 //
277 // RuleEditForm 277 // RuleEditForm
278 // 278 //
279 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 279 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
280 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 280 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
281 this.ClientSize = new System.Drawing.Size(584, 362); 281 this.ClientSize = new System.Drawing.Size(584, 362);
Line 287... Line 287...
287 this.MinimumSize = new System.Drawing.Size(600, 400); 287 this.MinimumSize = new System.Drawing.Size(600, 400);
288 this.Name = "RuleEditForm"; 288 this.Name = "RuleEditForm";
289 this.Text = "Rule Editor"; 289 this.Text = "Rule Editor";
290 this.groupBox1.ResumeLayout(false); 290 this.groupBox1.ResumeLayout(false);
291 this.groupBox2.ResumeLayout(false); 291 this.groupBox2.ResumeLayout(false);
292 this.groupBox7.ResumeLayout(false); -  
293 this.groupBox7.PerformLayout(); 292 this.groupBox2.PerformLayout();
294 this.groupBox6.ResumeLayout(false); 293 this.groupBox6.ResumeLayout(false);
295 this.groupBox6.PerformLayout(); 294 this.groupBox6.PerformLayout();
296 this.groupBox5.ResumeLayout(false); 295 this.groupBox5.ResumeLayout(false);
297 this.groupBox5.PerformLayout(); 296 this.groupBox5.PerformLayout();
298 this.groupBox4.ResumeLayout(false); 297 this.groupBox4.ResumeLayout(false);
Line 315... Line 314...
315 private System.Windows.Forms.TextBox WindowWidth; 314 private System.Windows.Forms.TextBox WindowWidth;
316 private System.Windows.Forms.GroupBox groupBox4; 315 private System.Windows.Forms.GroupBox groupBox4;
317 private System.Windows.Forms.TextBox WindowTop; 316 private System.Windows.Forms.TextBox WindowTop;
318 private System.Windows.Forms.GroupBox groupBox3; 317 private System.Windows.Forms.GroupBox groupBox3;
319 private System.Windows.Forms.TextBox WindowLeft; 318 private System.Windows.Forms.TextBox WindowLeft;
320 private System.Windows.Forms.GroupBox groupBox7; -  
321 private System.Windows.Forms.TextBox WindowTitle; 319 private System.Windows.Forms.TextBox WindowTitle;
322 private System.Windows.Forms.GroupBox groupBox8; 320 private System.Windows.Forms.GroupBox groupBox8;
323 private System.Windows.Forms.ListBox desktopWindowsListBox; 321 private System.Windows.Forms.ListBox desktopWindowsListBox;
324 private System.Windows.Forms.Button addButton; 322 private System.Windows.Forms.Button addButton;
325 private System.Windows.Forms.Button removeButton; 323 private System.Windows.Forms.Button removeButton;
326 private System.Windows.Forms.Button refreshButton; 324 private System.Windows.Forms.Button refreshButton;
327 private System.Windows.Forms.CheckBox ignoreHeightCheckBox; 325 private System.Windows.Forms.CheckBox ignoreHeightCheckBox;
328 private System.Windows.Forms.CheckBox ignoreWidthCheckBox; 326 private System.Windows.Forms.CheckBox ignoreWidthCheckBox;
329 private System.Windows.Forms.CheckBox ignoreTopCheckBox; 327 private System.Windows.Forms.CheckBox ignoreTopCheckBox;
330 private System.Windows.Forms.CheckBox ignoreLeftCheckBox; 328 private System.Windows.Forms.CheckBox ignoreLeftCheckBox;
-   329 private System.Windows.Forms.Button drawButton;
331 } 330 }
332 } 331 }
333   332