Widow – Diff between revs 13 and 18

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 13 Rev 18
1  1 
2 namespace Widow 2 namespace Widow
3 { 3 {
4 partial class RuleEditForm 4 partial class RuleEditForm
5 { 5 {
6 /// <summary> 6 /// <summary>
7 /// Required designer variable. 7 /// Required designer variable.
8 /// </summary> 8 /// </summary>
9 private System.ComponentModel.IContainer components = null; 9 private System.ComponentModel.IContainer components = null;
10   10  
11 #region Windows Form Designer generated code 11 #region Windows Form Designer generated code
12   12  
13 /// <summary> 13 /// <summary>
14 /// Required method for Designer support - do not modify 14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor. 15 /// the contents of this method with the code editor.
16 /// </summary> 16 /// </summary>
17 private void InitializeComponent() 17 private void InitializeComponent()
18 { 18 {
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();
29 this.ignoreWidthCheckBox = new System.Windows.Forms.CheckBox(); 30 this.ignoreWidthCheckBox = new System.Windows.Forms.CheckBox();
30 this.WindowWidth = new System.Windows.Forms.TextBox(); 31 this.WindowWidth = new System.Windows.Forms.TextBox();
31 this.groupBox4 = new System.Windows.Forms.GroupBox(); 32 this.groupBox4 = new System.Windows.Forms.GroupBox();
32 this.ignoreTopCheckBox = new System.Windows.Forms.CheckBox(); 33 this.ignoreTopCheckBox = new System.Windows.Forms.CheckBox();
33 this.WindowTop = new System.Windows.Forms.TextBox(); 34 this.WindowTop = new System.Windows.Forms.TextBox();
34 this.groupBox3 = new System.Windows.Forms.GroupBox(); 35 this.groupBox3 = new System.Windows.Forms.GroupBox();
35 this.ignoreLeftCheckBox = new System.Windows.Forms.CheckBox(); 36 this.ignoreLeftCheckBox = new System.Windows.Forms.CheckBox();
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();
47 this.groupBox3.SuspendLayout(); 48 this.groupBox3.SuspendLayout();
48 this.groupBox8.SuspendLayout(); 49 this.groupBox8.SuspendLayout();
49 this.SuspendLayout(); 50 this.SuspendLayout();
50 // 51 //
51 // windowRulesListBox 52 // windowRulesListBox
52 // 53 //
53 this.windowRulesListBox.FormattingEnabled = true; 54 this.windowRulesListBox.FormattingEnabled = true;
54 this.windowRulesListBox.Location = new System.Drawing.Point(6, 19); 55 this.windowRulesListBox.Location = new System.Drawing.Point(6, 19);
55 this.windowRulesListBox.Name = "windowRulesListBox"; 56 this.windowRulesListBox.Name = "windowRulesListBox";
56 this.windowRulesListBox.Size = new System.Drawing.Size(167, 277); 57 this.windowRulesListBox.Size = new System.Drawing.Size(167, 277);
57 this.windowRulesListBox.Sorted = true; 58 this.windowRulesListBox.Sorted = true;
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);
68 this.groupBox1.TabIndex = 1; 70 this.groupBox1.TabIndex = 1;
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;
80 this.removeButton.Click += new System.EventHandler(this.RemoveButton_Click); 82 this.removeButton.Click += new System.EventHandler(this.RemoveButton_Click);
81 // 83 //
82 // groupBox2 84 // groupBox2
83 // 85 //
84 this.groupBox2.Controls.Add(this.drawButton); 86 this.groupBox2.Controls.Add(this.drawButton);
85 this.groupBox2.Controls.Add(this.WindowTitle); 87 this.groupBox2.Controls.Add(this.WindowTitle);
86 this.groupBox2.Controls.Add(this.groupBox6); 88 this.groupBox2.Controls.Add(this.groupBox6);
87 this.groupBox2.Controls.Add(this.groupBox5); 89 this.groupBox2.Controls.Add(this.groupBox5);
88 this.groupBox2.Controls.Add(this.groupBox4); 90 this.groupBox2.Controls.Add(this.groupBox4);
89 this.groupBox2.Controls.Add(this.groupBox3); 91 this.groupBox2.Controls.Add(this.groupBox3);
90 this.groupBox2.Location = new System.Drawing.Point(382, 12); 92 this.groupBox2.Location = new System.Drawing.Point(382, 12);
91 this.groupBox2.Name = "groupBox2"; 93 this.groupBox2.Name = "groupBox2";
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;
102 this.WindowTitle.Size = new System.Drawing.Size(162, 20); 114 this.WindowTitle.Size = new System.Drawing.Size(162, 20);
103 this.WindowTitle.TabIndex = 0; 115 this.WindowTitle.TabIndex = 0;
104 this.WindowTitle.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); 116 this.WindowTitle.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
105 // 117 //
106 // groupBox6 118 // groupBox6
107 // 119 //
108 this.groupBox6.Controls.Add(this.ignoreHeightCheckBox); 120 this.groupBox6.Controls.Add(this.ignoreHeightCheckBox);
109 this.groupBox6.Controls.Add(this.WindowHeight); 121 this.groupBox6.Controls.Add(this.WindowHeight);
110 this.groupBox6.Location = new System.Drawing.Point(6, 243); 122 this.groupBox6.Location = new System.Drawing.Point(6, 243);
111 this.groupBox6.Name = "groupBox6"; 123 this.groupBox6.Name = "groupBox6";
112 this.groupBox6.Size = new System.Drawing.Size(178, 50); 124 this.groupBox6.Size = new System.Drawing.Size(178, 50);
113 this.groupBox6.TabIndex = 4; 125 this.groupBox6.TabIndex = 4;
114 this.groupBox6.TabStop = false; 126 this.groupBox6.TabStop = false;
115 this.groupBox6.Text = "Height"; 127 this.groupBox6.Text = "Height";
116 // 128 //
117 // ignoreHeightCheckBox 129 // ignoreHeightCheckBox
118 // 130 //
119 this.ignoreHeightCheckBox.AutoSize = true; 131 this.ignoreHeightCheckBox.AutoSize = true;
120 this.ignoreHeightCheckBox.Location = new System.Drawing.Point(114, 21); 132 this.ignoreHeightCheckBox.Location = new System.Drawing.Point(114, 21);
121 this.ignoreHeightCheckBox.Name = "ignoreHeightCheckBox"; 133 this.ignoreHeightCheckBox.Name = "ignoreHeightCheckBox";
122 this.ignoreHeightCheckBox.Size = new System.Drawing.Size(56, 17); 134 this.ignoreHeightCheckBox.Size = new System.Drawing.Size(56, 17);
123 this.ignoreHeightCheckBox.TabIndex = 2; 135 this.ignoreHeightCheckBox.TabIndex = 2;
124 this.ignoreHeightCheckBox.Text = "Ignore"; 136 this.ignoreHeightCheckBox.Text = "Ignore";
125 this.ignoreHeightCheckBox.UseVisualStyleBackColor = true; 137 this.ignoreHeightCheckBox.UseVisualStyleBackColor = true;
126 this.ignoreHeightCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged); 138 this.ignoreHeightCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
127 // 139 //
128 // WindowHeight 140 // WindowHeight
129 // 141 //
130 this.WindowHeight.Location = new System.Drawing.Point(8, 19); 142 this.WindowHeight.Location = new System.Drawing.Point(8, 19);
131 this.WindowHeight.Name = "WindowHeight"; 143 this.WindowHeight.Name = "WindowHeight";
132 this.WindowHeight.Size = new System.Drawing.Size(100, 20); 144 this.WindowHeight.Size = new System.Drawing.Size(100, 20);
133 this.WindowHeight.TabIndex = 0; 145 this.WindowHeight.TabIndex = 0;
134 this.WindowHeight.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); 146 this.WindowHeight.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
135 // 147 //
136 // groupBox5 148 // groupBox5
137 // 149 //
138 this.groupBox5.Controls.Add(this.ignoreWidthCheckBox); 150 this.groupBox5.Controls.Add(this.ignoreWidthCheckBox);
139 this.groupBox5.Controls.Add(this.WindowWidth); 151 this.groupBox5.Controls.Add(this.WindowWidth);
140 this.groupBox5.Location = new System.Drawing.Point(6, 187); 152 this.groupBox5.Location = new System.Drawing.Point(6, 187);
141 this.groupBox5.Name = "groupBox5"; 153 this.groupBox5.Name = "groupBox5";
142 this.groupBox5.Size = new System.Drawing.Size(178, 50); 154 this.groupBox5.Size = new System.Drawing.Size(178, 50);
143 this.groupBox5.TabIndex = 3; 155 this.groupBox5.TabIndex = 3;
144 this.groupBox5.TabStop = false; 156 this.groupBox5.TabStop = false;
145 this.groupBox5.Text = "Width"; 157 this.groupBox5.Text = "Width";
146 // 158 //
147 // ignoreWidthCheckBox 159 // ignoreWidthCheckBox
148 // 160 //
149 this.ignoreWidthCheckBox.AutoSize = true; 161 this.ignoreWidthCheckBox.AutoSize = true;
150 this.ignoreWidthCheckBox.Location = new System.Drawing.Point(114, 22); 162 this.ignoreWidthCheckBox.Location = new System.Drawing.Point(114, 22);
151 this.ignoreWidthCheckBox.Name = "ignoreWidthCheckBox"; 163 this.ignoreWidthCheckBox.Name = "ignoreWidthCheckBox";
152 this.ignoreWidthCheckBox.Size = new System.Drawing.Size(56, 17); 164 this.ignoreWidthCheckBox.Size = new System.Drawing.Size(56, 17);
153 this.ignoreWidthCheckBox.TabIndex = 2; 165 this.ignoreWidthCheckBox.TabIndex = 2;
154 this.ignoreWidthCheckBox.Text = "Ignore"; 166 this.ignoreWidthCheckBox.Text = "Ignore";
155 this.ignoreWidthCheckBox.UseVisualStyleBackColor = true; 167 this.ignoreWidthCheckBox.UseVisualStyleBackColor = true;
156 this.ignoreWidthCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged); 168 this.ignoreWidthCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
157 // 169 //
158 // WindowWidth 170 // WindowWidth
159 // 171 //
160 this.WindowWidth.Location = new System.Drawing.Point(8, 19); 172 this.WindowWidth.Location = new System.Drawing.Point(8, 19);
161 this.WindowWidth.Name = "WindowWidth"; 173 this.WindowWidth.Name = "WindowWidth";
162 this.WindowWidth.Size = new System.Drawing.Size(100, 20); 174 this.WindowWidth.Size = new System.Drawing.Size(100, 20);
163 this.WindowWidth.TabIndex = 0; 175 this.WindowWidth.TabIndex = 0;
164 this.WindowWidth.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); 176 this.WindowWidth.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
165 // 177 //
166 // groupBox4 178 // groupBox4
167 // 179 //
168 this.groupBox4.Controls.Add(this.ignoreTopCheckBox); 180 this.groupBox4.Controls.Add(this.ignoreTopCheckBox);
169 this.groupBox4.Controls.Add(this.WindowTop); 181 this.groupBox4.Controls.Add(this.WindowTop);
170 this.groupBox4.Location = new System.Drawing.Point(6, 131); 182 this.groupBox4.Location = new System.Drawing.Point(6, 131);
171 this.groupBox4.Name = "groupBox4"; 183 this.groupBox4.Name = "groupBox4";
172 this.groupBox4.Size = new System.Drawing.Size(178, 50); 184 this.groupBox4.Size = new System.Drawing.Size(178, 50);
173 this.groupBox4.TabIndex = 2; 185 this.groupBox4.TabIndex = 2;
174 this.groupBox4.TabStop = false; 186 this.groupBox4.TabStop = false;
175 this.groupBox4.Text = "Top"; 187 this.groupBox4.Text = "Top";
176 // 188 //
177 // ignoreTopCheckBox 189 // ignoreTopCheckBox
178 // 190 //
179 this.ignoreTopCheckBox.AutoSize = true; 191 this.ignoreTopCheckBox.AutoSize = true;
180 this.ignoreTopCheckBox.Location = new System.Drawing.Point(114, 21); 192 this.ignoreTopCheckBox.Location = new System.Drawing.Point(114, 21);
181 this.ignoreTopCheckBox.Name = "ignoreTopCheckBox"; 193 this.ignoreTopCheckBox.Name = "ignoreTopCheckBox";
182 this.ignoreTopCheckBox.Size = new System.Drawing.Size(56, 17); 194 this.ignoreTopCheckBox.Size = new System.Drawing.Size(56, 17);
183 this.ignoreTopCheckBox.TabIndex = 2; 195 this.ignoreTopCheckBox.TabIndex = 2;
184 this.ignoreTopCheckBox.Text = "Ignore"; 196 this.ignoreTopCheckBox.Text = "Ignore";
185 this.ignoreTopCheckBox.UseVisualStyleBackColor = true; 197 this.ignoreTopCheckBox.UseVisualStyleBackColor = true;
186 this.ignoreTopCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged); 198 this.ignoreTopCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
187 // 199 //
188 // WindowTop 200 // WindowTop
189 // 201 //
190 this.WindowTop.Location = new System.Drawing.Point(8, 19); 202 this.WindowTop.Location = new System.Drawing.Point(8, 19);
191 this.WindowTop.Name = "WindowTop"; 203 this.WindowTop.Name = "WindowTop";
192 this.WindowTop.Size = new System.Drawing.Size(100, 20); 204 this.WindowTop.Size = new System.Drawing.Size(100, 20);
193 this.WindowTop.TabIndex = 0; 205 this.WindowTop.TabIndex = 0;
194 this.WindowTop.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); 206 this.WindowTop.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
195 // 207 //
196 // groupBox3 208 // groupBox3
197 // 209 //
198 this.groupBox3.Controls.Add(this.ignoreLeftCheckBox); 210 this.groupBox3.Controls.Add(this.ignoreLeftCheckBox);
199 this.groupBox3.Controls.Add(this.WindowLeft); 211 this.groupBox3.Controls.Add(this.WindowLeft);
200 this.groupBox3.Location = new System.Drawing.Point(6, 75); 212 this.groupBox3.Location = new System.Drawing.Point(6, 75);
201 this.groupBox3.Name = "groupBox3"; 213 this.groupBox3.Name = "groupBox3";
202 this.groupBox3.Size = new System.Drawing.Size(178, 50); 214 this.groupBox3.Size = new System.Drawing.Size(178, 50);
203 this.groupBox3.TabIndex = 1; 215 this.groupBox3.TabIndex = 1;
204 this.groupBox3.TabStop = false; 216 this.groupBox3.TabStop = false;
205 this.groupBox3.Text = "Left"; 217 this.groupBox3.Text = "Left";
206 // 218 //
207 // ignoreLeftCheckBox 219 // ignoreLeftCheckBox
208 // 220 //
209 this.ignoreLeftCheckBox.AutoSize = true; 221 this.ignoreLeftCheckBox.AutoSize = true;
210 this.ignoreLeftCheckBox.Location = new System.Drawing.Point(114, 21); 222 this.ignoreLeftCheckBox.Location = new System.Drawing.Point(114, 21);
211 this.ignoreLeftCheckBox.Name = "ignoreLeftCheckBox"; 223 this.ignoreLeftCheckBox.Name = "ignoreLeftCheckBox";
212 this.ignoreLeftCheckBox.Size = new System.Drawing.Size(56, 17); 224 this.ignoreLeftCheckBox.Size = new System.Drawing.Size(56, 17);
213 this.ignoreLeftCheckBox.TabIndex = 1; 225 this.ignoreLeftCheckBox.TabIndex = 1;
214 this.ignoreLeftCheckBox.Text = "Ignore"; 226 this.ignoreLeftCheckBox.Text = "Ignore";
215 this.ignoreLeftCheckBox.UseVisualStyleBackColor = true; 227 this.ignoreLeftCheckBox.UseVisualStyleBackColor = true;
216 this.ignoreLeftCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged); 228 this.ignoreLeftCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
217 // 229 //
218 // WindowLeft 230 // WindowLeft
219 // 231 //
220 this.WindowLeft.Location = new System.Drawing.Point(8, 19); 232 this.WindowLeft.Location = new System.Drawing.Point(8, 19);
221 this.WindowLeft.Name = "WindowLeft"; 233 this.WindowLeft.Name = "WindowLeft";
222 this.WindowLeft.Size = new System.Drawing.Size(100, 20); 234 this.WindowLeft.Size = new System.Drawing.Size(100, 20);
223 this.WindowLeft.TabIndex = 0; 235 this.WindowLeft.TabIndex = 0;
224 this.WindowLeft.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged); 236 this.WindowLeft.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
225 // 237 //
226 // groupBox8 238 // groupBox8
227 // 239 //
228 this.groupBox8.Controls.Add(this.refreshButton); 240 this.groupBox8.Controls.Add(this.refreshButton);
229 this.groupBox8.Controls.Add(this.desktopWindowsListBox); 241 this.groupBox8.Controls.Add(this.desktopWindowsListBox);
230 this.groupBox8.Controls.Add(this.addButton); 242 this.groupBox8.Controls.Add(this.addButton);
231 this.groupBox8.Location = new System.Drawing.Point(12, 12); 243 this.groupBox8.Location = new System.Drawing.Point(12, 12);
232 this.groupBox8.Name = "groupBox8"; 244 this.groupBox8.Name = "groupBox8";
233 this.groupBox8.Size = new System.Drawing.Size(179, 331); 245 this.groupBox8.Size = new System.Drawing.Size(179, 331);
234 this.groupBox8.TabIndex = 3; 246 this.groupBox8.TabIndex = 3;
235 this.groupBox8.TabStop = false; 247 this.groupBox8.TabStop = false;
236 this.groupBox8.Text = "Detected Windows"; 248 this.groupBox8.Text = "Detected Windows";
237 // 249 //
238 // refreshButton 250 // refreshButton
239 // 251 //
240 this.refreshButton.Location = new System.Drawing.Point(87, 302); 252 this.refreshButton.Location = new System.Drawing.Point(87, 302);
241 this.refreshButton.Name = "refreshButton"; 253 this.refreshButton.Name = "refreshButton";
242 this.refreshButton.Size = new System.Drawing.Size(75, 23); 254 this.refreshButton.Size = new System.Drawing.Size(75, 23);
243 this.refreshButton.TabIndex = 6; 255 this.refreshButton.TabIndex = 6;
244 this.refreshButton.Text = "Refresh"; 256 this.refreshButton.Text = "Refresh";
245 this.refreshButton.UseVisualStyleBackColor = true; 257 this.refreshButton.UseVisualStyleBackColor = true;
246 this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click); 258 this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
247 // 259 //
248 // desktopWindowsListBox 260 // desktopWindowsListBox
249 // 261 //
250 this.desktopWindowsListBox.FormattingEnabled = true; 262 this.desktopWindowsListBox.FormattingEnabled = true;
251 this.desktopWindowsListBox.Location = new System.Drawing.Point(6, 19); 263 this.desktopWindowsListBox.Location = new System.Drawing.Point(6, 19);
252 this.desktopWindowsListBox.Name = "desktopWindowsListBox"; 264 this.desktopWindowsListBox.Name = "desktopWindowsListBox";
253 this.desktopWindowsListBox.Size = new System.Drawing.Size(167, 277); 265 this.desktopWindowsListBox.Size = new System.Drawing.Size(167, 277);
254 this.desktopWindowsListBox.Sorted = true; 266 this.desktopWindowsListBox.Sorted = true;
255 this.desktopWindowsListBox.TabIndex = 0; 267 this.desktopWindowsListBox.TabIndex = 0;
256 // 268 //
257 // addButton 269 // addButton
258 // 270 //
259 this.addButton.Location = new System.Drawing.Point(6, 302); 271 this.addButton.Location = new System.Drawing.Point(6, 302);
260 this.addButton.Name = "addButton"; 272 this.addButton.Name = "addButton";
261 this.addButton.Size = new System.Drawing.Size(75, 23); 273 this.addButton.Size = new System.Drawing.Size(75, 23);
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;
281 this.ClientSize = new System.Drawing.Size(584, 362); 293 this.ClientSize = new System.Drawing.Size(584, 362);
282 this.Controls.Add(this.groupBox8); 294 this.Controls.Add(this.groupBox8);
283 this.Controls.Add(this.groupBox2); 295 this.Controls.Add(this.groupBox2);
284 this.Controls.Add(this.groupBox1); 296 this.Controls.Add(this.groupBox1);
285 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 297 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
286 this.MaximumSize = new System.Drawing.Size(600, 400); 298 this.MaximumSize = new System.Drawing.Size(600, 400);
287 this.MinimumSize = new System.Drawing.Size(600, 400); 299 this.MinimumSize = new System.Drawing.Size(600, 400);
288 this.Name = "RuleEditForm"; 300 this.Name = "RuleEditForm";
289 this.Text = "Rule Editor"; 301 this.Text = "Rule Editor";
290 this.groupBox1.ResumeLayout(false); 302 this.groupBox1.ResumeLayout(false);
291 this.groupBox2.ResumeLayout(false); 303 this.groupBox2.ResumeLayout(false);
292 this.groupBox2.PerformLayout(); 304 this.groupBox2.PerformLayout();
293 this.groupBox6.ResumeLayout(false); 305 this.groupBox6.ResumeLayout(false);
294 this.groupBox6.PerformLayout(); 306 this.groupBox6.PerformLayout();
295 this.groupBox5.ResumeLayout(false); 307 this.groupBox5.ResumeLayout(false);
296 this.groupBox5.PerformLayout(); 308 this.groupBox5.PerformLayout();
297 this.groupBox4.ResumeLayout(false); 309 this.groupBox4.ResumeLayout(false);
298 this.groupBox4.PerformLayout(); 310 this.groupBox4.PerformLayout();
299 this.groupBox3.ResumeLayout(false); 311 this.groupBox3.ResumeLayout(false);
300 this.groupBox3.PerformLayout(); 312 this.groupBox3.PerformLayout();
301 this.groupBox8.ResumeLayout(false); 313 this.groupBox8.ResumeLayout(false);
302 this.ResumeLayout(false); 314 this.ResumeLayout(false);
303   315  
304 } 316 }
305   317  
306 #endregion 318 #endregion
307   319  
308 private System.Windows.Forms.ListBox windowRulesListBox; 320 private System.Windows.Forms.ListBox windowRulesListBox;
309 private System.Windows.Forms.GroupBox groupBox1; 321 private System.Windows.Forms.GroupBox groupBox1;
310 private System.Windows.Forms.GroupBox groupBox2; 322 private System.Windows.Forms.GroupBox groupBox2;
311 private System.Windows.Forms.GroupBox groupBox6; 323 private System.Windows.Forms.GroupBox groupBox6;
312 private System.Windows.Forms.TextBox WindowHeight; 324 private System.Windows.Forms.TextBox WindowHeight;
313 private System.Windows.Forms.GroupBox groupBox5; 325 private System.Windows.Forms.GroupBox groupBox5;
314 private System.Windows.Forms.TextBox WindowWidth; 326 private System.Windows.Forms.TextBox WindowWidth;
315 private System.Windows.Forms.GroupBox groupBox4; 327 private System.Windows.Forms.GroupBox groupBox4;
316 private System.Windows.Forms.TextBox WindowTop; 328 private System.Windows.Forms.TextBox WindowTop;
317 private System.Windows.Forms.GroupBox groupBox3; 329 private System.Windows.Forms.GroupBox groupBox3;
318 private System.Windows.Forms.TextBox WindowLeft; 330 private System.Windows.Forms.TextBox WindowLeft;
319 private System.Windows.Forms.TextBox WindowTitle; 331 private System.Windows.Forms.TextBox WindowTitle;
320 private System.Windows.Forms.GroupBox groupBox8; 332 private System.Windows.Forms.GroupBox groupBox8;
321 private System.Windows.Forms.ListBox desktopWindowsListBox; 333 private System.Windows.Forms.ListBox desktopWindowsListBox;
322 private System.Windows.Forms.Button addButton; 334 private System.Windows.Forms.Button addButton;
323 private System.Windows.Forms.Button removeButton; 335 private System.Windows.Forms.Button removeButton;
324 private System.Windows.Forms.Button refreshButton; 336 private System.Windows.Forms.Button refreshButton;
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  
333
Generated by GNU Enscript 1.6.5.90.
346
Generated by GNU Enscript 1.6.5.90.
334   347  
335   348  
336   349