Widow – Diff between revs 13 and 18

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 13 Rev 18
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.drawButton = new System.Windows.Forms.Button();
24 this.WindowTitle = new System.Windows.Forms.TextBox(); 25 this.WindowTitle = new System.Windows.Forms.TextBox();
25 this.groupBox6 = new System.Windows.Forms.GroupBox(); 26 this.groupBox6 = new System.Windows.Forms.GroupBox();
26 this.ignoreHeightCheckBox = new System.Windows.Forms.CheckBox(); 27 this.ignoreHeightCheckBox = new System.Windows.Forms.CheckBox();
27 this.WindowHeight = new System.Windows.Forms.TextBox(); 28 this.WindowHeight = new System.Windows.Forms.TextBox();
28 this.groupBox5 = new System.Windows.Forms.GroupBox(); 29 this.groupBox5 = new System.Windows.Forms.GroupBox();
Line 36... Line 37...
36 this.WindowLeft = new System.Windows.Forms.TextBox(); 37 this.WindowLeft = new System.Windows.Forms.TextBox();
37 this.groupBox8 = new System.Windows.Forms.GroupBox(); 38 this.groupBox8 = new System.Windows.Forms.GroupBox();
38 this.refreshButton = new System.Windows.Forms.Button(); 39 this.refreshButton = new System.Windows.Forms.Button();
39 this.desktopWindowsListBox = new System.Windows.Forms.ListBox(); 40 this.desktopWindowsListBox = new System.Windows.Forms.ListBox();
40 this.addButton = new System.Windows.Forms.Button(); 41 this.addButton = new System.Windows.Forms.Button();
41 this.drawButton = new System.Windows.Forms.Button(); 42 this.pickButton = new System.Windows.Forms.Button();
42 this.groupBox1.SuspendLayout(); 43 this.groupBox1.SuspendLayout();
43 this.groupBox2.SuspendLayout(); 44 this.groupBox2.SuspendLayout();
44 this.groupBox6.SuspendLayout(); 45 this.groupBox6.SuspendLayout();
45 this.groupBox5.SuspendLayout(); 46 this.groupBox5.SuspendLayout();
46 this.groupBox4.SuspendLayout(); 47 this.groupBox4.SuspendLayout();
Line 58... Line 59...
58 this.windowRulesListBox.TabIndex = 0; 59 this.windowRulesListBox.TabIndex = 0;
59 this.windowRulesListBox.SelectedIndexChanged += new System.EventHandler(this.WindowRulesListBox_SelectedIndexChanged); 60 this.windowRulesListBox.SelectedIndexChanged += new System.EventHandler(this.WindowRulesListBox_SelectedIndexChanged);
60 // 61 //
61 // groupBox1 62 // groupBox1
62 // 63 //
-   64 this.groupBox1.Controls.Add(this.pickButton);
63 this.groupBox1.Controls.Add(this.windowRulesListBox); 65 this.groupBox1.Controls.Add(this.windowRulesListBox);
64 this.groupBox1.Controls.Add(this.removeButton); 66 this.groupBox1.Controls.Add(this.removeButton);
65 this.groupBox1.Location = new System.Drawing.Point(197, 12); 67 this.groupBox1.Location = new System.Drawing.Point(197, 12);
66 this.groupBox1.Name = "groupBox1"; 68 this.groupBox1.Name = "groupBox1";
67 this.groupBox1.Size = new System.Drawing.Size(179, 331); 69 this.groupBox1.Size = new System.Drawing.Size(179, 331);
Line 69... Line 71...
69 this.groupBox1.TabStop = false; 71 this.groupBox1.TabStop = false;
70 this.groupBox1.Text = "Configured Windows"; 72 this.groupBox1.Text = "Configured Windows";
71 // 73 //
72 // removeButton 74 // removeButton
73 // 75 //
74 this.removeButton.Location = new System.Drawing.Point(6, 302); 76 this.removeButton.Location = new System.Drawing.Point(87, 302);
75 this.removeButton.Name = "removeButton"; 77 this.removeButton.Name = "removeButton";
76 this.removeButton.Size = new System.Drawing.Size(75, 23); 78 this.removeButton.Size = new System.Drawing.Size(75, 23);
77 this.removeButton.TabIndex = 5; 79 this.removeButton.TabIndex = 5;
78 this.removeButton.Text = "Remove"; 80 this.removeButton.Text = "Remove";
79 this.removeButton.UseVisualStyleBackColor = true; 81 this.removeButton.UseVisualStyleBackColor = true;
Line 92... Line 94...
92 this.groupBox2.Size = new System.Drawing.Size(190, 331); 94 this.groupBox2.Size = new System.Drawing.Size(190, 331);
93 this.groupBox2.TabIndex = 2; 95 this.groupBox2.TabIndex = 2;
94 this.groupBox2.TabStop = false; 96 this.groupBox2.TabStop = false;
95 this.groupBox2.Text = "Settings"; 97 this.groupBox2.Text = "Settings";
96 // 98 //
-   99 // drawButton
-   100 //
-   101 this.drawButton.Location = new System.Drawing.Point(14, 299);
-   102 this.drawButton.Name = "drawButton";
-   103 this.drawButton.Size = new System.Drawing.Size(75, 23);
-   104 this.drawButton.TabIndex = 5;
-   105 this.drawButton.Text = "Draw";
-   106 this.drawButton.UseVisualStyleBackColor = true;
-   107 this.drawButton.Click += new System.EventHandler(this.DrawButton_Click);
-   108 //
97 // WindowTitle 109 // WindowTitle
98 // 110 //
99 this.WindowTitle.Location = new System.Drawing.Point(14, 31); 111 this.WindowTitle.Location = new System.Drawing.Point(14, 31);
100 this.WindowTitle.Name = "WindowTitle"; 112 this.WindowTitle.Name = "WindowTitle";
101 this.WindowTitle.ReadOnly = true; 113 this.WindowTitle.ReadOnly = true;
Line 262... Line 274...
262 this.addButton.TabIndex = 4; 274 this.addButton.TabIndex = 4;
263 this.addButton.Text = "Add"; 275 this.addButton.Text = "Add";
264 this.addButton.UseVisualStyleBackColor = true; 276 this.addButton.UseVisualStyleBackColor = true;
265 this.addButton.Click += new System.EventHandler(this.AddButton_Click); 277 this.addButton.Click += new System.EventHandler(this.AddButton_Click);
266 // 278 //
267 // drawButton 279 // pickButton
268 // 280 //
269 this.drawButton.Location = new System.Drawing.Point(14, 299); 281 this.pickButton.Location = new System.Drawing.Point(6, 302);
270 this.drawButton.Name = "drawButton"; 282 this.pickButton.Name = "pickButton";
271 this.drawButton.Size = new System.Drawing.Size(75, 23); 283 this.pickButton.Size = new System.Drawing.Size(75, 23);
272 this.drawButton.TabIndex = 5; 284 this.pickButton.TabIndex = 6;
273 this.drawButton.Text = "Draw"; 285 this.pickButton.Text = "Pick";
274 this.drawButton.UseVisualStyleBackColor = true; 286 this.pickButton.UseVisualStyleBackColor = true;
275 this.drawButton.Click += new System.EventHandler(this.DrawButton_Click); 287 this.pickButton.Click += new System.EventHandler(this.PickButton_Click);
276 // 288 //
277 // RuleEditForm 289 // RuleEditForm
278 // 290 //
279 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 291 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
280 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 292 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
Line 325... Line 337...
325 private System.Windows.Forms.CheckBox ignoreHeightCheckBox; 337 private System.Windows.Forms.CheckBox ignoreHeightCheckBox;
326 private System.Windows.Forms.CheckBox ignoreWidthCheckBox; 338 private System.Windows.Forms.CheckBox ignoreWidthCheckBox;
327 private System.Windows.Forms.CheckBox ignoreTopCheckBox; 339 private System.Windows.Forms.CheckBox ignoreTopCheckBox;
328 private System.Windows.Forms.CheckBox ignoreLeftCheckBox; 340 private System.Windows.Forms.CheckBox ignoreLeftCheckBox;
329 private System.Windows.Forms.Button drawButton; 341 private System.Windows.Forms.Button drawButton;
-   342 private System.Windows.Forms.Button pickButton;
330 } 343 }
331 } 344 }
332   345