Widow – Blame information for rev 18

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();
18 office 24 this.drawButton = new System.Windows.Forms.Button();
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();
18 office 42 this.pickButton = new System.Windows.Forms.Button();
1 office 43 this.groupBox1.SuspendLayout();
44 this.groupBox2.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 //
18 office 64 this.groupBox1.Controls.Add(this.pickButton);
1 office 65 this.groupBox1.Controls.Add(this.windowRulesListBox);
66 this.groupBox1.Controls.Add(this.removeButton);
67 this.groupBox1.Location = new System.Drawing.Point(197, 12);
68 this.groupBox1.Name = "groupBox1";
69 this.groupBox1.Size = new System.Drawing.Size(179, 331);
70 this.groupBox1.TabIndex = 1;
71 this.groupBox1.TabStop = false;
72 this.groupBox1.Text = "Configured Windows";
73 //
74 // removeButton
75 //
18 office 76 this.removeButton.Location = new System.Drawing.Point(87, 302);
1 office 77 this.removeButton.Name = "removeButton";
78 this.removeButton.Size = new System.Drawing.Size(75, 23);
79 this.removeButton.TabIndex = 5;
80 this.removeButton.Text = "Remove";
81 this.removeButton.UseVisualStyleBackColor = true;
82 this.removeButton.Click += new System.EventHandler(this.RemoveButton_Click);
83 //
84 // groupBox2
85 //
13 office 86 this.groupBox2.Controls.Add(this.drawButton);
87 this.groupBox2.Controls.Add(this.WindowTitle);
1 office 88 this.groupBox2.Controls.Add(this.groupBox6);
89 this.groupBox2.Controls.Add(this.groupBox5);
90 this.groupBox2.Controls.Add(this.groupBox4);
91 this.groupBox2.Controls.Add(this.groupBox3);
92 this.groupBox2.Location = new System.Drawing.Point(382, 12);
93 this.groupBox2.Name = "groupBox2";
13 office 94 this.groupBox2.Size = new System.Drawing.Size(190, 331);
1 office 95 this.groupBox2.TabIndex = 2;
96 this.groupBox2.TabStop = false;
97 this.groupBox2.Text = "Settings";
98 //
18 office 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 //
13 office 109 // WindowTitle
1 office 110 //
13 office 111 this.WindowTitle.Location = new System.Drawing.Point(14, 31);
11 office 112 this.WindowTitle.Name = "WindowTitle";
113 this.WindowTitle.ReadOnly = true;
114 this.WindowTitle.Size = new System.Drawing.Size(162, 20);
115 this.WindowTitle.TabIndex = 0;
116 this.WindowTitle.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
1 office 117 //
118 // groupBox6
119 //
9 office 120 this.groupBox6.Controls.Add(this.ignoreHeightCheckBox);
1 office 121 this.groupBox6.Controls.Add(this.WindowHeight);
122 this.groupBox6.Location = new System.Drawing.Point(6, 243);
123 this.groupBox6.Name = "groupBox6";
9 office 124 this.groupBox6.Size = new System.Drawing.Size(178, 50);
1 office 125 this.groupBox6.TabIndex = 4;
126 this.groupBox6.TabStop = false;
127 this.groupBox6.Text = "Height";
128 //
11 office 129 // ignoreHeightCheckBox
130 //
131 this.ignoreHeightCheckBox.AutoSize = true;
132 this.ignoreHeightCheckBox.Location = new System.Drawing.Point(114, 21);
133 this.ignoreHeightCheckBox.Name = "ignoreHeightCheckBox";
134 this.ignoreHeightCheckBox.Size = new System.Drawing.Size(56, 17);
135 this.ignoreHeightCheckBox.TabIndex = 2;
136 this.ignoreHeightCheckBox.Text = "Ignore";
137 this.ignoreHeightCheckBox.UseVisualStyleBackColor = true;
138 this.ignoreHeightCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
139 //
1 office 140 // WindowHeight
141 //
142 this.WindowHeight.Location = new System.Drawing.Point(8, 19);
143 this.WindowHeight.Name = "WindowHeight";
144 this.WindowHeight.Size = new System.Drawing.Size(100, 20);
145 this.WindowHeight.TabIndex = 0;
146 this.WindowHeight.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
147 //
148 // groupBox5
149 //
9 office 150 this.groupBox5.Controls.Add(this.ignoreWidthCheckBox);
1 office 151 this.groupBox5.Controls.Add(this.WindowWidth);
152 this.groupBox5.Location = new System.Drawing.Point(6, 187);
153 this.groupBox5.Name = "groupBox5";
9 office 154 this.groupBox5.Size = new System.Drawing.Size(178, 50);
1 office 155 this.groupBox5.TabIndex = 3;
156 this.groupBox5.TabStop = false;
157 this.groupBox5.Text = "Width";
158 //
11 office 159 // ignoreWidthCheckBox
160 //
161 this.ignoreWidthCheckBox.AutoSize = true;
162 this.ignoreWidthCheckBox.Location = new System.Drawing.Point(114, 22);
163 this.ignoreWidthCheckBox.Name = "ignoreWidthCheckBox";
164 this.ignoreWidthCheckBox.Size = new System.Drawing.Size(56, 17);
165 this.ignoreWidthCheckBox.TabIndex = 2;
166 this.ignoreWidthCheckBox.Text = "Ignore";
167 this.ignoreWidthCheckBox.UseVisualStyleBackColor = true;
168 this.ignoreWidthCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
169 //
1 office 170 // WindowWidth
171 //
172 this.WindowWidth.Location = new System.Drawing.Point(8, 19);
173 this.WindowWidth.Name = "WindowWidth";
174 this.WindowWidth.Size = new System.Drawing.Size(100, 20);
175 this.WindowWidth.TabIndex = 0;
176 this.WindowWidth.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
177 //
178 // groupBox4
179 //
9 office 180 this.groupBox4.Controls.Add(this.ignoreTopCheckBox);
1 office 181 this.groupBox4.Controls.Add(this.WindowTop);
182 this.groupBox4.Location = new System.Drawing.Point(6, 131);
183 this.groupBox4.Name = "groupBox4";
9 office 184 this.groupBox4.Size = new System.Drawing.Size(178, 50);
1 office 185 this.groupBox4.TabIndex = 2;
186 this.groupBox4.TabStop = false;
187 this.groupBox4.Text = "Top";
188 //
11 office 189 // ignoreTopCheckBox
190 //
191 this.ignoreTopCheckBox.AutoSize = true;
192 this.ignoreTopCheckBox.Location = new System.Drawing.Point(114, 21);
193 this.ignoreTopCheckBox.Name = "ignoreTopCheckBox";
194 this.ignoreTopCheckBox.Size = new System.Drawing.Size(56, 17);
195 this.ignoreTopCheckBox.TabIndex = 2;
196 this.ignoreTopCheckBox.Text = "Ignore";
197 this.ignoreTopCheckBox.UseVisualStyleBackColor = true;
198 this.ignoreTopCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
199 //
1 office 200 // WindowTop
201 //
202 this.WindowTop.Location = new System.Drawing.Point(8, 19);
203 this.WindowTop.Name = "WindowTop";
204 this.WindowTop.Size = new System.Drawing.Size(100, 20);
205 this.WindowTop.TabIndex = 0;
206 this.WindowTop.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
207 //
208 // groupBox3
209 //
9 office 210 this.groupBox3.Controls.Add(this.ignoreLeftCheckBox);
1 office 211 this.groupBox3.Controls.Add(this.WindowLeft);
212 this.groupBox3.Location = new System.Drawing.Point(6, 75);
213 this.groupBox3.Name = "groupBox3";
9 office 214 this.groupBox3.Size = new System.Drawing.Size(178, 50);
1 office 215 this.groupBox3.TabIndex = 1;
216 this.groupBox3.TabStop = false;
217 this.groupBox3.Text = "Left";
218 //
11 office 219 // ignoreLeftCheckBox
220 //
221 this.ignoreLeftCheckBox.AutoSize = true;
222 this.ignoreLeftCheckBox.Location = new System.Drawing.Point(114, 21);
223 this.ignoreLeftCheckBox.Name = "ignoreLeftCheckBox";
224 this.ignoreLeftCheckBox.Size = new System.Drawing.Size(56, 17);
225 this.ignoreLeftCheckBox.TabIndex = 1;
226 this.ignoreLeftCheckBox.Text = "Ignore";
227 this.ignoreLeftCheckBox.UseVisualStyleBackColor = true;
228 this.ignoreLeftCheckBox.CheckedChanged += new System.EventHandler(this.OnIgnoreWindowSettings_CheckedChanged);
229 //
1 office 230 // WindowLeft
231 //
232 this.WindowLeft.Location = new System.Drawing.Point(8, 19);
233 this.WindowLeft.Name = "WindowLeft";
234 this.WindowLeft.Size = new System.Drawing.Size(100, 20);
235 this.WindowLeft.TabIndex = 0;
236 this.WindowLeft.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
237 //
238 // groupBox8
239 //
240 this.groupBox8.Controls.Add(this.refreshButton);
241 this.groupBox8.Controls.Add(this.desktopWindowsListBox);
242 this.groupBox8.Controls.Add(this.addButton);
243 this.groupBox8.Location = new System.Drawing.Point(12, 12);
244 this.groupBox8.Name = "groupBox8";
245 this.groupBox8.Size = new System.Drawing.Size(179, 331);
246 this.groupBox8.TabIndex = 3;
247 this.groupBox8.TabStop = false;
248 this.groupBox8.Text = "Detected Windows";
249 //
250 // refreshButton
251 //
252 this.refreshButton.Location = new System.Drawing.Point(87, 302);
253 this.refreshButton.Name = "refreshButton";
254 this.refreshButton.Size = new System.Drawing.Size(75, 23);
255 this.refreshButton.TabIndex = 6;
256 this.refreshButton.Text = "Refresh";
257 this.refreshButton.UseVisualStyleBackColor = true;
258 this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
259 //
260 // desktopWindowsListBox
261 //
262 this.desktopWindowsListBox.FormattingEnabled = true;
263 this.desktopWindowsListBox.Location = new System.Drawing.Point(6, 19);
264 this.desktopWindowsListBox.Name = "desktopWindowsListBox";
265 this.desktopWindowsListBox.Size = new System.Drawing.Size(167, 277);
11 office 266 this.desktopWindowsListBox.Sorted = true;
1 office 267 this.desktopWindowsListBox.TabIndex = 0;
268 //
269 // addButton
270 //
271 this.addButton.Location = new System.Drawing.Point(6, 302);
272 this.addButton.Name = "addButton";
273 this.addButton.Size = new System.Drawing.Size(75, 23);
274 this.addButton.TabIndex = 4;
275 this.addButton.Text = "Add";
276 this.addButton.UseVisualStyleBackColor = true;
277 this.addButton.Click += new System.EventHandler(this.AddButton_Click);
278 //
18 office 279 // pickButton
13 office 280 //
18 office 281 this.pickButton.Location = new System.Drawing.Point(6, 302);
282 this.pickButton.Name = "pickButton";
283 this.pickButton.Size = new System.Drawing.Size(75, 23);
284 this.pickButton.TabIndex = 6;
285 this.pickButton.Text = "Pick";
286 this.pickButton.UseVisualStyleBackColor = true;
287 this.pickButton.Click += new System.EventHandler(this.PickButton_Click);
13 office 288 //
1 office 289 // RuleEditForm
290 //
291 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
292 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
9 office 293 this.ClientSize = new System.Drawing.Size(584, 362);
1 office 294 this.Controls.Add(this.groupBox8);
295 this.Controls.Add(this.groupBox2);
296 this.Controls.Add(this.groupBox1);
297 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
9 office 298 this.MaximumSize = new System.Drawing.Size(600, 400);
299 this.MinimumSize = new System.Drawing.Size(600, 400);
1 office 300 this.Name = "RuleEditForm";
301 this.Text = "Rule Editor";
302 this.groupBox1.ResumeLayout(false);
303 this.groupBox2.ResumeLayout(false);
13 office 304 this.groupBox2.PerformLayout();
1 office 305 this.groupBox6.ResumeLayout(false);
306 this.groupBox6.PerformLayout();
307 this.groupBox5.ResumeLayout(false);
308 this.groupBox5.PerformLayout();
309 this.groupBox4.ResumeLayout(false);
310 this.groupBox4.PerformLayout();
311 this.groupBox3.ResumeLayout(false);
312 this.groupBox3.PerformLayout();
313 this.groupBox8.ResumeLayout(false);
314 this.ResumeLayout(false);
315  
316 }
317  
318 #endregion
319  
320 private System.Windows.Forms.ListBox windowRulesListBox;
321 private System.Windows.Forms.GroupBox groupBox1;
322 private System.Windows.Forms.GroupBox groupBox2;
323 private System.Windows.Forms.GroupBox groupBox6;
324 private System.Windows.Forms.TextBox WindowHeight;
325 private System.Windows.Forms.GroupBox groupBox5;
326 private System.Windows.Forms.TextBox WindowWidth;
327 private System.Windows.Forms.GroupBox groupBox4;
328 private System.Windows.Forms.TextBox WindowTop;
329 private System.Windows.Forms.GroupBox groupBox3;
330 private System.Windows.Forms.TextBox WindowLeft;
11 office 331 private System.Windows.Forms.TextBox WindowTitle;
1 office 332 private System.Windows.Forms.GroupBox groupBox8;
333 private System.Windows.Forms.ListBox desktopWindowsListBox;
334 private System.Windows.Forms.Button addButton;
335 private System.Windows.Forms.Button removeButton;
336 private System.Windows.Forms.Button refreshButton;
9 office 337 private System.Windows.Forms.CheckBox ignoreHeightCheckBox;
338 private System.Windows.Forms.CheckBox ignoreWidthCheckBox;
339 private System.Windows.Forms.CheckBox ignoreTopCheckBox;
340 private System.Windows.Forms.CheckBox ignoreLeftCheckBox;
13 office 341 private System.Windows.Forms.Button drawButton;
18 office 342 private System.Windows.Forms.Button pickButton;
1 office 343 }
344 }