Widow – Blame information for rev 13

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