Widow – Blame information for rev 1

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();
25 this.WindowName = new System.Windows.Forms.TextBox();
26 this.groupBox6 = new System.Windows.Forms.GroupBox();
27 this.WindowHeight = new System.Windows.Forms.TextBox();
28 this.groupBox5 = new System.Windows.Forms.GroupBox();
29 this.WindowWidth = new System.Windows.Forms.TextBox();
30 this.groupBox4 = new System.Windows.Forms.GroupBox();
31 this.WindowTop = new System.Windows.Forms.TextBox();
32 this.groupBox3 = new System.Windows.Forms.GroupBox();
33 this.WindowLeft = new System.Windows.Forms.TextBox();
34 this.groupBox8 = new System.Windows.Forms.GroupBox();
35 this.refreshButton = new System.Windows.Forms.Button();
36 this.desktopWindowsListBox = new System.Windows.Forms.ListBox();
37 this.addButton = new System.Windows.Forms.Button();
38 this.groupBox1.SuspendLayout();
39 this.groupBox2.SuspendLayout();
40 this.groupBox7.SuspendLayout();
41 this.groupBox6.SuspendLayout();
42 this.groupBox5.SuspendLayout();
43 this.groupBox4.SuspendLayout();
44 this.groupBox3.SuspendLayout();
45 this.groupBox8.SuspendLayout();
46 this.SuspendLayout();
47 //
48 // windowRulesListBox
49 //
50 this.windowRulesListBox.FormattingEnabled = true;
51 this.windowRulesListBox.Location = new System.Drawing.Point(6, 19);
52 this.windowRulesListBox.Name = "windowRulesListBox";
53 this.windowRulesListBox.Size = new System.Drawing.Size(167, 277);
54 this.windowRulesListBox.TabIndex = 0;
55 this.windowRulesListBox.SelectedIndexChanged += new System.EventHandler(this.WindowRulesListBox_SelectedIndexChanged);
56 //
57 // groupBox1
58 //
59 this.groupBox1.Controls.Add(this.windowRulesListBox);
60 this.groupBox1.Controls.Add(this.removeButton);
61 this.groupBox1.Location = new System.Drawing.Point(197, 12);
62 this.groupBox1.Name = "groupBox1";
63 this.groupBox1.Size = new System.Drawing.Size(179, 331);
64 this.groupBox1.TabIndex = 1;
65 this.groupBox1.TabStop = false;
66 this.groupBox1.Text = "Configured Windows";
67 //
68 // removeButton
69 //
70 this.removeButton.Location = new System.Drawing.Point(6, 302);
71 this.removeButton.Name = "removeButton";
72 this.removeButton.Size = new System.Drawing.Size(75, 23);
73 this.removeButton.TabIndex = 5;
74 this.removeButton.Text = "Remove";
75 this.removeButton.UseVisualStyleBackColor = true;
76 this.removeButton.Click += new System.EventHandler(this.RemoveButton_Click);
77 //
78 // groupBox2
79 //
80 this.groupBox2.Controls.Add(this.groupBox7);
81 this.groupBox2.Controls.Add(this.groupBox6);
82 this.groupBox2.Controls.Add(this.groupBox5);
83 this.groupBox2.Controls.Add(this.groupBox4);
84 this.groupBox2.Controls.Add(this.groupBox3);
85 this.groupBox2.Location = new System.Drawing.Point(382, 12);
86 this.groupBox2.Name = "groupBox2";
87 this.groupBox2.Size = new System.Drawing.Size(127, 302);
88 this.groupBox2.TabIndex = 2;
89 this.groupBox2.TabStop = false;
90 this.groupBox2.Text = "Settings";
91 //
92 // groupBox7
93 //
94 this.groupBox7.Controls.Add(this.WindowName);
95 this.groupBox7.Location = new System.Drawing.Point(6, 19);
96 this.groupBox7.Name = "groupBox7";
97 this.groupBox7.Size = new System.Drawing.Size(114, 50);
98 this.groupBox7.TabIndex = 5;
99 this.groupBox7.TabStop = false;
100 this.groupBox7.Text = "Name";
101 //
102 // WindowName
103 //
104 this.WindowName.Location = new System.Drawing.Point(8, 19);
105 this.WindowName.Name = "WindowName";
106 this.WindowName.Size = new System.Drawing.Size(100, 20);
107 this.WindowName.TabIndex = 0;
108 this.WindowName.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
109 //
110 // groupBox6
111 //
112 this.groupBox6.Controls.Add(this.WindowHeight);
113 this.groupBox6.Location = new System.Drawing.Point(6, 243);
114 this.groupBox6.Name = "groupBox6";
115 this.groupBox6.Size = new System.Drawing.Size(114, 50);
116 this.groupBox6.TabIndex = 4;
117 this.groupBox6.TabStop = false;
118 this.groupBox6.Text = "Height";
119 //
120 // WindowHeight
121 //
122 this.WindowHeight.Location = new System.Drawing.Point(8, 19);
123 this.WindowHeight.Name = "WindowHeight";
124 this.WindowHeight.Size = new System.Drawing.Size(100, 20);
125 this.WindowHeight.TabIndex = 0;
126 this.WindowHeight.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
127 //
128 // groupBox5
129 //
130 this.groupBox5.Controls.Add(this.WindowWidth);
131 this.groupBox5.Location = new System.Drawing.Point(6, 187);
132 this.groupBox5.Name = "groupBox5";
133 this.groupBox5.Size = new System.Drawing.Size(114, 50);
134 this.groupBox5.TabIndex = 3;
135 this.groupBox5.TabStop = false;
136 this.groupBox5.Text = "Width";
137 //
138 // WindowWidth
139 //
140 this.WindowWidth.Location = new System.Drawing.Point(8, 19);
141 this.WindowWidth.Name = "WindowWidth";
142 this.WindowWidth.Size = new System.Drawing.Size(100, 20);
143 this.WindowWidth.TabIndex = 0;
144 this.WindowWidth.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
145 //
146 // groupBox4
147 //
148 this.groupBox4.Controls.Add(this.WindowTop);
149 this.groupBox4.Location = new System.Drawing.Point(6, 131);
150 this.groupBox4.Name = "groupBox4";
151 this.groupBox4.Size = new System.Drawing.Size(114, 50);
152 this.groupBox4.TabIndex = 2;
153 this.groupBox4.TabStop = false;
154 this.groupBox4.Text = "Top";
155 //
156 // WindowTop
157 //
158 this.WindowTop.Location = new System.Drawing.Point(8, 19);
159 this.WindowTop.Name = "WindowTop";
160 this.WindowTop.Size = new System.Drawing.Size(100, 20);
161 this.WindowTop.TabIndex = 0;
162 this.WindowTop.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
163 //
164 // groupBox3
165 //
166 this.groupBox3.Controls.Add(this.WindowLeft);
167 this.groupBox3.Location = new System.Drawing.Point(6, 75);
168 this.groupBox3.Name = "groupBox3";
169 this.groupBox3.Size = new System.Drawing.Size(114, 50);
170 this.groupBox3.TabIndex = 1;
171 this.groupBox3.TabStop = false;
172 this.groupBox3.Text = "Left";
173 //
174 // WindowLeft
175 //
176 this.WindowLeft.Location = new System.Drawing.Point(8, 19);
177 this.WindowLeft.Name = "WindowLeft";
178 this.WindowLeft.Size = new System.Drawing.Size(100, 20);
179 this.WindowLeft.TabIndex = 0;
180 this.WindowLeft.TextChanged += new System.EventHandler(this.OnWindowSettings_TextChanged);
181 //
182 // groupBox8
183 //
184 this.groupBox8.Controls.Add(this.refreshButton);
185 this.groupBox8.Controls.Add(this.desktopWindowsListBox);
186 this.groupBox8.Controls.Add(this.addButton);
187 this.groupBox8.Location = new System.Drawing.Point(12, 12);
188 this.groupBox8.Name = "groupBox8";
189 this.groupBox8.Size = new System.Drawing.Size(179, 331);
190 this.groupBox8.TabIndex = 3;
191 this.groupBox8.TabStop = false;
192 this.groupBox8.Text = "Detected Windows";
193 //
194 // refreshButton
195 //
196 this.refreshButton.Location = new System.Drawing.Point(87, 302);
197 this.refreshButton.Name = "refreshButton";
198 this.refreshButton.Size = new System.Drawing.Size(75, 23);
199 this.refreshButton.TabIndex = 6;
200 this.refreshButton.Text = "Refresh";
201 this.refreshButton.UseVisualStyleBackColor = true;
202 this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
203 //
204 // desktopWindowsListBox
205 //
206 this.desktopWindowsListBox.FormattingEnabled = true;
207 this.desktopWindowsListBox.Location = new System.Drawing.Point(6, 19);
208 this.desktopWindowsListBox.Name = "desktopWindowsListBox";
209 this.desktopWindowsListBox.Size = new System.Drawing.Size(167, 277);
210 this.desktopWindowsListBox.TabIndex = 0;
211 //
212 // addButton
213 //
214 this.addButton.Location = new System.Drawing.Point(6, 302);
215 this.addButton.Name = "addButton";
216 this.addButton.Size = new System.Drawing.Size(75, 23);
217 this.addButton.TabIndex = 4;
218 this.addButton.Text = "Add";
219 this.addButton.UseVisualStyleBackColor = true;
220 this.addButton.Click += new System.EventHandler(this.AddButton_Click);
221 //
222 // RuleEditForm
223 //
224 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
225 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
226 this.ClientSize = new System.Drawing.Size(524, 362);
227 this.Controls.Add(this.groupBox8);
228 this.Controls.Add(this.groupBox2);
229 this.Controls.Add(this.groupBox1);
230 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
231 this.MaximumSize = new System.Drawing.Size(540, 400);
232 this.MinimumSize = new System.Drawing.Size(540, 400);
233 this.Name = "RuleEditForm";
234 this.Text = "Rule Editor";
235 this.groupBox1.ResumeLayout(false);
236 this.groupBox2.ResumeLayout(false);
237 this.groupBox7.ResumeLayout(false);
238 this.groupBox7.PerformLayout();
239 this.groupBox6.ResumeLayout(false);
240 this.groupBox6.PerformLayout();
241 this.groupBox5.ResumeLayout(false);
242 this.groupBox5.PerformLayout();
243 this.groupBox4.ResumeLayout(false);
244 this.groupBox4.PerformLayout();
245 this.groupBox3.ResumeLayout(false);
246 this.groupBox3.PerformLayout();
247 this.groupBox8.ResumeLayout(false);
248 this.ResumeLayout(false);
249  
250 }
251  
252 #endregion
253  
254 private System.Windows.Forms.ListBox windowRulesListBox;
255 private System.Windows.Forms.GroupBox groupBox1;
256 private System.Windows.Forms.GroupBox groupBox2;
257 private System.Windows.Forms.GroupBox groupBox6;
258 private System.Windows.Forms.TextBox WindowHeight;
259 private System.Windows.Forms.GroupBox groupBox5;
260 private System.Windows.Forms.TextBox WindowWidth;
261 private System.Windows.Forms.GroupBox groupBox4;
262 private System.Windows.Forms.TextBox WindowTop;
263 private System.Windows.Forms.GroupBox groupBox3;
264 private System.Windows.Forms.TextBox WindowLeft;
265 private System.Windows.Forms.GroupBox groupBox7;
266 private System.Windows.Forms.TextBox WindowName;
267 private System.Windows.Forms.GroupBox groupBox8;
268 private System.Windows.Forms.ListBox desktopWindowsListBox;
269 private System.Windows.Forms.Button addButton;
270 private System.Windows.Forms.Button removeButton;
271 private System.Windows.Forms.Button refreshButton;
272 }
273 }