Widow – Blame information for rev 11

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();
24 this.groupBox7 = new System.Windows.Forms.GroupBox();
11 office 25 this.WindowTitle = new System.Windows.Forms.TextBox();
1 office 26 this.groupBox6 = new System.Windows.Forms.GroupBox();
11 office 27 this.ignoreHeightCheckBox = new System.Windows.Forms.CheckBox();
1 office 28 this.WindowHeight = new System.Windows.Forms.TextBox();
29 this.groupBox5 = new System.Windows.Forms.GroupBox();
11 office 30 this.ignoreWidthCheckBox = new System.Windows.Forms.CheckBox();
1 office 31 this.WindowWidth = new System.Windows.Forms.TextBox();
32 this.groupBox4 = new System.Windows.Forms.GroupBox();
11 office 33 this.ignoreTopCheckBox = new System.Windows.Forms.CheckBox();
1 office 34 this.WindowTop = new System.Windows.Forms.TextBox();
35 this.groupBox3 = new System.Windows.Forms.GroupBox();
11 office 36 this.ignoreLeftCheckBox = new System.Windows.Forms.CheckBox();
1 office 37 this.WindowLeft = new System.Windows.Forms.TextBox();
38 this.groupBox8 = new System.Windows.Forms.GroupBox();
39 this.refreshButton = new System.Windows.Forms.Button();
40 this.desktopWindowsListBox = new System.Windows.Forms.ListBox();
41 this.addButton = new System.Windows.Forms.Button();
42 this.groupBox1.SuspendLayout();
43 this.groupBox2.SuspendLayout();
44 this.groupBox7.SuspendLayout();
45 this.groupBox6.SuspendLayout();
46 this.groupBox5.SuspendLayout();
47 this.groupBox4.SuspendLayout();
48 this.groupBox3.SuspendLayout();
49 this.groupBox8.SuspendLayout();
50 this.SuspendLayout();
51 //
52 // windowRulesListBox
53 //
54 this.windowRulesListBox.FormattingEnabled = true;
55 this.windowRulesListBox.Location = new System.Drawing.Point(6, 19);
56 this.windowRulesListBox.Name = "windowRulesListBox";
57 this.windowRulesListBox.Size = new System.Drawing.Size(167, 277);
11 office 58 this.windowRulesListBox.Sorted = true;
1 office 59 this.windowRulesListBox.TabIndex = 0;
60 this.windowRulesListBox.SelectedIndexChanged += new System.EventHandler(this.WindowRulesListBox_SelectedIndexChanged);
61 //
62 // groupBox1
63 //
64 this.groupBox1.Controls.Add(this.windowRulesListBox);
65 this.groupBox1.Controls.Add(this.removeButton);
66 this.groupBox1.Location = new System.Drawing.Point(197, 12);
67 this.groupBox1.Name = "groupBox1";
68 this.groupBox1.Size = new System.Drawing.Size(179, 331);
69 this.groupBox1.TabIndex = 1;
70 this.groupBox1.TabStop = false;
71 this.groupBox1.Text = "Configured Windows";
72 //
73 // removeButton
74 //
75 this.removeButton.Location = new System.Drawing.Point(6, 302);
76 this.removeButton.Name = "removeButton";
77 this.removeButton.Size = new System.Drawing.Size(75, 23);
78 this.removeButton.TabIndex = 5;
79 this.removeButton.Text = "Remove";
80 this.removeButton.UseVisualStyleBackColor = true;
81 this.removeButton.Click += new System.EventHandler(this.RemoveButton_Click);
82 //
83 // groupBox2
84 //
85 this.groupBox2.Controls.Add(this.groupBox7);
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";
9 office 92 this.groupBox2.Size = new System.Drawing.Size(190, 302);
1 office 93 this.groupBox2.TabIndex = 2;
94 this.groupBox2.TabStop = false;
95 this.groupBox2.Text = "Settings";
96 //
97 // groupBox7
98 //
11 office 99 this.groupBox7.Controls.Add(this.WindowTitle);
1 office 100 this.groupBox7.Location = new System.Drawing.Point(6, 19);
101 this.groupBox7.Name = "groupBox7";
11 office 102 this.groupBox7.Size = new System.Drawing.Size(178, 50);
1 office 103 this.groupBox7.TabIndex = 5;
104 this.groupBox7.TabStop = false;
11 office 105 this.groupBox7.Text = "Title";
1 office 106 //
107 // WindowName
108 //
11 office 109 this.WindowTitle.Location = new System.Drawing.Point(8, 19);
110 this.WindowTitle.Name = "WindowTitle";
111 this.WindowTitle.ReadOnly = true;
112 this.WindowTitle.Size = new System.Drawing.Size(162, 20);
113 this.WindowTitle.TabIndex = 0;
114 this.WindowTitle.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
1 office 115 //
116 // groupBox6
117 //
9 office 118 this.groupBox6.Controls.Add(this.ignoreHeightCheckBox);
1 office 119 this.groupBox6.Controls.Add(this.WindowHeight);
120 this.groupBox6.Location = new System.Drawing.Point(6, 243);
121 this.groupBox6.Name = "groupBox6";
9 office 122 this.groupBox6.Size = new System.Drawing.Size(178, 50);
1 office 123 this.groupBox6.TabIndex = 4;
124 this.groupBox6.TabStop = false;
125 this.groupBox6.Text = "Height";
126 //
11 office 127 // ignoreHeightCheckBox
128 //
129 this.ignoreHeightCheckBox.AutoSize = true;
130 this.ignoreHeightCheckBox.Location = new System.Drawing.Point(114, 21);
131 this.ignoreHeightCheckBox.Name = "ignoreHeightCheckBox";
132 this.ignoreHeightCheckBox.Size = new System.Drawing.Size(56, 17);
133 this.ignoreHeightCheckBox.TabIndex = 2;
134 this.ignoreHeightCheckBox.Text = "Ignore";
135 this.ignoreHeightCheckBox.UseVisualStyleBackColor = true;
136 this.ignoreHeightCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
137 //
1 office 138 // WindowHeight
139 //
140 this.WindowHeight.Location = new System.Drawing.Point(8, 19);
141 this.WindowHeight.Name = "WindowHeight";
142 this.WindowHeight.Size = new System.Drawing.Size(100, 20);
143 this.WindowHeight.TabIndex = 0;
144 this.WindowHeight.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
145 //
146 // groupBox5
147 //
9 office 148 this.groupBox5.Controls.Add(this.ignoreWidthCheckBox);
1 office 149 this.groupBox5.Controls.Add(this.WindowWidth);
150 this.groupBox5.Location = new System.Drawing.Point(6, 187);
151 this.groupBox5.Name = "groupBox5";
9 office 152 this.groupBox5.Size = new System.Drawing.Size(178, 50);
1 office 153 this.groupBox5.TabIndex = 3;
154 this.groupBox5.TabStop = false;
155 this.groupBox5.Text = "Width";
156 //
11 office 157 // ignoreWidthCheckBox
158 //
159 this.ignoreWidthCheckBox.AutoSize = true;
160 this.ignoreWidthCheckBox.Location = new System.Drawing.Point(114, 22);
161 this.ignoreWidthCheckBox.Name = "ignoreWidthCheckBox";
162 this.ignoreWidthCheckBox.Size = new System.Drawing.Size(56, 17);
163 this.ignoreWidthCheckBox.TabIndex = 2;
164 this.ignoreWidthCheckBox.Text = "Ignore";
165 this.ignoreWidthCheckBox.UseVisualStyleBackColor = true;
166 this.ignoreWidthCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
167 //
1 office 168 // WindowWidth
169 //
170 this.WindowWidth.Location = new System.Drawing.Point(8, 19);
171 this.WindowWidth.Name = "WindowWidth";
172 this.WindowWidth.Size = new System.Drawing.Size(100, 20);
173 this.WindowWidth.TabIndex = 0;
174 this.WindowWidth.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
175 //
176 // groupBox4
177 //
9 office 178 this.groupBox4.Controls.Add(this.ignoreTopCheckBox);
1 office 179 this.groupBox4.Controls.Add(this.WindowTop);
180 this.groupBox4.Location = new System.Drawing.Point(6, 131);
181 this.groupBox4.Name = "groupBox4";
9 office 182 this.groupBox4.Size = new System.Drawing.Size(178, 50);
1 office 183 this.groupBox4.TabIndex = 2;
184 this.groupBox4.TabStop = false;
185 this.groupBox4.Text = "Top";
186 //
11 office 187 // ignoreTopCheckBox
188 //
189 this.ignoreTopCheckBox.AutoSize = true;
190 this.ignoreTopCheckBox.Location = new System.Drawing.Point(114, 21);
191 this.ignoreTopCheckBox.Name = "ignoreTopCheckBox";
192 this.ignoreTopCheckBox.Size = new System.Drawing.Size(56, 17);
193 this.ignoreTopCheckBox.TabIndex = 2;
194 this.ignoreTopCheckBox.Text = "Ignore";
195 this.ignoreTopCheckBox.UseVisualStyleBackColor = true;
196 this.ignoreTopCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
197 //
1 office 198 // WindowTop
199 //
200 this.WindowTop.Location = new System.Drawing.Point(8, 19);
201 this.WindowTop.Name = "WindowTop";
202 this.WindowTop.Size = new System.Drawing.Size(100, 20);
203 this.WindowTop.TabIndex = 0;
204 this.WindowTop.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
205 //
206 // groupBox3
207 //
9 office 208 this.groupBox3.Controls.Add(this.ignoreLeftCheckBox);
1 office 209 this.groupBox3.Controls.Add(this.WindowLeft);
210 this.groupBox3.Location = new System.Drawing.Point(6, 75);
211 this.groupBox3.Name = "groupBox3";
9 office 212 this.groupBox3.Size = new System.Drawing.Size(178, 50);
1 office 213 this.groupBox3.TabIndex = 1;
214 this.groupBox3.TabStop = false;
215 this.groupBox3.Text = "Left";
216 //
11 office 217 // ignoreLeftCheckBox
218 //
219 this.ignoreLeftCheckBox.AutoSize = true;
220 this.ignoreLeftCheckBox.Location = new System.Drawing.Point(114, 21);
221 this.ignoreLeftCheckBox.Name = "ignoreLeftCheckBox";
222 this.ignoreLeftCheckBox.Size = new System.Drawing.Size(56, 17);
223 this.ignoreLeftCheckBox.TabIndex = 1;
224 this.ignoreLeftCheckBox.Text = "Ignore";
225 this.ignoreLeftCheckBox.UseVisualStyleBackColor = true;
226 this.ignoreLeftCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
227 //
1 office 228 // WindowLeft
229 //
230 this.WindowLeft.Location = new System.Drawing.Point(8, 19);
231 this.WindowLeft.Name = "WindowLeft";
232 this.WindowLeft.Size = new System.Drawing.Size(100, 20);
233 this.WindowLeft.TabIndex = 0;
234 this.WindowLeft.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
235 //
236 // groupBox8
237 //
238 this.groupBox8.Controls.Add(this.refreshButton);
239 this.groupBox8.Controls.Add(this.desktopWindowsListBox);
240 this.groupBox8.Controls.Add(this.addButton);
241 this.groupBox8.Location = new System.Drawing.Point(12, 12);
242 this.groupBox8.Name = "groupBox8";
243 this.groupBox8.Size = new System.Drawing.Size(179, 331);
244 this.groupBox8.TabIndex = 3;
245 this.groupBox8.TabStop = false;
246 this.groupBox8.Text = "Detected Windows";
247 //
248 // refreshButton
249 //
250 this.refreshButton.Location = new System.Drawing.Point(87, 302);
251 this.refreshButton.Name = "refreshButton";
252 this.refreshButton.Size = new System.Drawing.Size(75, 23);
253 this.refreshButton.TabIndex = 6;
254 this.refreshButton.Text = "Refresh";
255 this.refreshButton.UseVisualStyleBackColor = true;
256 this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
257 //
258 // desktopWindowsListBox
259 //
260 this.desktopWindowsListBox.FormattingEnabled = true;
261 this.desktopWindowsListBox.Location = new System.Drawing.Point(6, 19);
262 this.desktopWindowsListBox.Name = "desktopWindowsListBox";
263 this.desktopWindowsListBox.Size = new System.Drawing.Size(167, 277);
11 office 264 this.desktopWindowsListBox.Sorted = true;
1 office 265 this.desktopWindowsListBox.TabIndex = 0;
266 //
267 // addButton
268 //
269 this.addButton.Location = new System.Drawing.Point(6, 302);
270 this.addButton.Name = "addButton";
271 this.addButton.Size = new System.Drawing.Size(75, 23);
272 this.addButton.TabIndex = 4;
273 this.addButton.Text = "Add";
274 this.addButton.UseVisualStyleBackColor = true;
275 this.addButton.Click += new System.EventHandler(this.AddButton_Click);
276 //
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);
292 this.groupBox7.ResumeLayout(false);
293 this.groupBox7.PerformLayout();
294 this.groupBox6.ResumeLayout(false);
295 this.groupBox6.PerformLayout();
296 this.groupBox5.ResumeLayout(false);
297 this.groupBox5.PerformLayout();
298 this.groupBox4.ResumeLayout(false);
299 this.groupBox4.PerformLayout();
300 this.groupBox3.ResumeLayout(false);
301 this.groupBox3.PerformLayout();
302 this.groupBox8.ResumeLayout(false);
303 this.ResumeLayout(false);
304  
305 }
306  
307 #endregion
308  
309 private System.Windows.Forms.ListBox windowRulesListBox;
310 private System.Windows.Forms.GroupBox groupBox1;
311 private System.Windows.Forms.GroupBox groupBox2;
312 private System.Windows.Forms.GroupBox groupBox6;
313 private System.Windows.Forms.TextBox WindowHeight;
314 private System.Windows.Forms.GroupBox groupBox5;
315 private System.Windows.Forms.TextBox WindowWidth;
316 private System.Windows.Forms.GroupBox groupBox4;
317 private System.Windows.Forms.TextBox WindowTop;
318 private System.Windows.Forms.GroupBox groupBox3;
319 private System.Windows.Forms.TextBox WindowLeft;
320 private System.Windows.Forms.GroupBox groupBox7;
11 office 321 private System.Windows.Forms.TextBox WindowTitle;
1 office 322 private System.Windows.Forms.GroupBox groupBox8;
323 private System.Windows.Forms.ListBox desktopWindowsListBox;
324 private System.Windows.Forms.Button addButton;
325 private System.Windows.Forms.Button removeButton;
326 private System.Windows.Forms.Button refreshButton;
9 office 327 private System.Windows.Forms.CheckBox ignoreHeightCheckBox;
328 private System.Windows.Forms.CheckBox ignoreWidthCheckBox;
329 private System.Windows.Forms.CheckBox ignoreTopCheckBox;
330 private System.Windows.Forms.CheckBox ignoreLeftCheckBox;
1 office 331 }
332 }