Spring – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using System.ComponentModel;
2 using System.Windows.Forms;
3  
4 namespace Spring.Settings
5 {
6 partial class SettingsForm
7 {
8 /// <summary>
9 /// Required designer variable.
10 /// </summary>
11 private IContainer components = null;
12  
13 #region Windows Form Designer generated code
14  
15 /// <summary>
16 /// Required method for Designer support - do not modify
17 /// the contents of this method with the code editor.
18 /// </summary>
19 private void InitializeComponent()
20 {
21 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
22 this.groupBox2 = new System.Windows.Forms.GroupBox();
23 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
24 this.enableMouseMoveCheckBox = new System.Windows.Forms.CheckBox();
25 this.enableKeyboardCheckbox = new System.Windows.Forms.CheckBox();
26 this.enableMouseClickCheckBox = new System.Windows.Forms.CheckBox();
27 this.chargeDelayTrackBar = new System.Windows.Forms.TrackBar();
28 this.maximumRepeatsTrackBar = new System.Windows.Forms.TrackBar();
29 this.groupBox7 = new System.Windows.Forms.GroupBox();
30 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
31 this.fuzzTrackBar = new System.Windows.Forms.TrackBar();
32 this.textBox2 = new System.Windows.Forms.TextBox();
33 this.groupBox6 = new System.Windows.Forms.GroupBox();
34 this.hudPostionPanel = new System.Windows.Forms.Panel();
35 this.hudColorLabel = new System.Windows.Forms.Label();
36 this.button1 = new System.Windows.Forms.Button();
37 this.enableHudCheckBox = new System.Windows.Forms.CheckBox();
38 this.groupBox8 = new System.Windows.Forms.GroupBox();
39 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
40 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
41 this.whiteListEntryTextBox = new System.Windows.Forms.TextBox();
42 this.button2 = new System.Windows.Forms.Button();
43 this.button3 = new System.Windows.Forms.Button();
44 this.windowWhiteListListBox = new System.Windows.Forms.ListBox();
45 this.enableWindowWhiteListCheckBox = new System.Windows.Forms.CheckBox();
46 this.colorDialog1 = new System.Windows.Forms.ColorDialog();
47 this.tabControl1 = new System.Windows.Forms.TabControl();
48 this.tabPage1 = new System.Windows.Forms.TabPage();
49 this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
50 this.groupBox1 = new System.Windows.Forms.GroupBox();
51 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
52 this.textBox1 = new System.Windows.Forms.TextBox();
53 this.groupBox5 = new System.Windows.Forms.GroupBox();
54 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
55 this.textBox3 = new System.Windows.Forms.TextBox();
56 this.groupBox3 = new System.Windows.Forms.GroupBox();
57 this.useRelativeMouseMovementCheckbox = new System.Windows.Forms.CheckBox();
58 this.tabPage2 = new System.Windows.Forms.TabPage();
59 this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
60 this.groupBox10 = new System.Windows.Forms.GroupBox();
61 this.groupBox9 = new System.Windows.Forms.GroupBox();
62 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
63 this.groupBox2.SuspendLayout();
64 this.tableLayoutPanel4.SuspendLayout();
65 ((System.ComponentModel.ISupportInitialize)(this.chargeDelayTrackBar)).BeginInit();
66 ((System.ComponentModel.ISupportInitialize)(this.maximumRepeatsTrackBar)).BeginInit();
67 this.groupBox7.SuspendLayout();
68 this.tableLayoutPanel6.SuspendLayout();
69 ((System.ComponentModel.ISupportInitialize)(this.fuzzTrackBar)).BeginInit();
70 this.groupBox6.SuspendLayout();
71 this.groupBox8.SuspendLayout();
72 this.tableLayoutPanel2.SuspendLayout();
73 this.tableLayoutPanel3.SuspendLayout();
74 this.tabControl1.SuspendLayout();
75 this.tabPage1.SuspendLayout();
76 this.flowLayoutPanel3.SuspendLayout();
77 this.groupBox1.SuspendLayout();
78 this.tableLayoutPanel5.SuspendLayout();
79 this.groupBox5.SuspendLayout();
80 this.tableLayoutPanel7.SuspendLayout();
81 this.groupBox3.SuspendLayout();
82 this.tabPage2.SuspendLayout();
83 this.flowLayoutPanel4.SuspendLayout();
84 this.groupBox10.SuspendLayout();
85 this.groupBox9.SuspendLayout();
86 this.tableLayoutPanel1.SuspendLayout();
87 this.SuspendLayout();
88 //
89 // groupBox2
90 //
91 this.groupBox2.Controls.Add(this.tableLayoutPanel4);
92 this.groupBox2.Location = new System.Drawing.Point(3, 3);
93 this.groupBox2.Name = "groupBox2";
94 this.groupBox2.Size = new System.Drawing.Size(120, 100);
95 this.groupBox2.TabIndex = 5;
96 this.groupBox2.TabStop = false;
97 this.groupBox2.Text = "Spring Loading";
98 //
99 // tableLayoutPanel4
100 //
101 this.tableLayoutPanel4.ColumnCount = 1;
102 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
103 this.tableLayoutPanel4.Controls.Add(this.enableMouseMoveCheckBox, 0, 0);
104 this.tableLayoutPanel4.Controls.Add(this.enableKeyboardCheckbox, 0, 2);
105 this.tableLayoutPanel4.Controls.Add(this.enableMouseClickCheckBox, 0, 1);
106 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
107 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
108 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
109 this.tableLayoutPanel4.RowCount = 3;
110 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
111 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
112 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
113 this.tableLayoutPanel4.Size = new System.Drawing.Size(114, 81);
114 this.tableLayoutPanel4.TabIndex = 0;
115 //
116 // enableMouseMoveCheckBox
117 //
118 this.enableMouseMoveCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
119 this.enableMouseMoveCheckBox.AutoSize = true;
120 this.enableMouseMoveCheckBox.Location = new System.Drawing.Point(3, 5);
121 this.enableMouseMoveCheckBox.Name = "enableMouseMoveCheckBox";
122 this.enableMouseMoveCheckBox.Size = new System.Drawing.Size(108, 17);
123 this.enableMouseMoveCheckBox.TabIndex = 1;
124 this.enableMouseMoveCheckBox.Text = "Mouse Move";
125 this.enableMouseMoveCheckBox.UseVisualStyleBackColor = true;
126 //
127 // enableKeyboardCheckbox
128 //
129 this.enableKeyboardCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
130 this.enableKeyboardCheckbox.AutoSize = true;
131 this.enableKeyboardCheckbox.Location = new System.Drawing.Point(3, 59);
132 this.enableKeyboardCheckbox.Name = "enableKeyboardCheckbox";
133 this.enableKeyboardCheckbox.Size = new System.Drawing.Size(108, 17);
134 this.enableKeyboardCheckbox.TabIndex = 0;
135 this.enableKeyboardCheckbox.Text = "Keyboard";
136 this.enableKeyboardCheckbox.UseVisualStyleBackColor = true;
137 //
138 // enableMouseClickCheckBox
139 //
140 this.enableMouseClickCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
141 this.enableMouseClickCheckBox.AutoSize = true;
142 this.enableMouseClickCheckBox.Location = new System.Drawing.Point(3, 32);
143 this.enableMouseClickCheckBox.Name = "enableMouseClickCheckBox";
144 this.enableMouseClickCheckBox.Size = new System.Drawing.Size(108, 17);
145 this.enableMouseClickCheckBox.TabIndex = 2;
146 this.enableMouseClickCheckBox.Text = "Mouse Click";
147 this.enableMouseClickCheckBox.UseVisualStyleBackColor = true;
148 //
149 // chargeDelayTrackBar
150 //
151 this.chargeDelayTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
152 this.chargeDelayTrackBar.Location = new System.Drawing.Point(3, 3);
153 this.chargeDelayTrackBar.Name = "chargeDelayTrackBar";
154 this.chargeDelayTrackBar.Size = new System.Drawing.Size(139, 35);
155 this.chargeDelayTrackBar.TabIndex = 0;
156 this.chargeDelayTrackBar.Scroll += new System.EventHandler(this.ChargeDelayTrackBar_Scroll);
157 //
158 // maximumRepeatsTrackBar
159 //
160 this.maximumRepeatsTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
161 this.maximumRepeatsTrackBar.Location = new System.Drawing.Point(3, 3);
162 this.maximumRepeatsTrackBar.Name = "maximumRepeatsTrackBar";
163 this.maximumRepeatsTrackBar.Size = new System.Drawing.Size(139, 35);
164 this.maximumRepeatsTrackBar.TabIndex = 0;
165 this.maximumRepeatsTrackBar.Scroll += new System.EventHandler(this.MaximumRepeatsTrackBar_Scroll);
166 //
167 // groupBox7
168 //
169 this.groupBox7.Controls.Add(this.tableLayoutPanel6);
170 this.groupBox7.Location = new System.Drawing.Point(129, 3);
171 this.groupBox7.Name = "groupBox7";
172 this.groupBox7.Size = new System.Drawing.Size(200, 60);
173 this.groupBox7.TabIndex = 0;
174 this.groupBox7.TabStop = false;
175 this.groupBox7.Text = "Delay Randomization (ms)";
176 //
177 // tableLayoutPanel6
178 //
179 this.tableLayoutPanel6.ColumnCount = 2;
180 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
181 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
182 this.tableLayoutPanel6.Controls.Add(this.fuzzTrackBar, 0, 0);
183 this.tableLayoutPanel6.Controls.Add(this.textBox2, 1, 0);
184 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
185 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 16);
186 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
187 this.tableLayoutPanel6.RowCount = 1;
188 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
189 this.tableLayoutPanel6.Size = new System.Drawing.Size(194, 41);
190 this.tableLayoutPanel6.TabIndex = 0;
191 //
192 // fuzzTrackBar
193 //
194 this.fuzzTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
195 this.fuzzTrackBar.Location = new System.Drawing.Point(3, 3);
196 this.fuzzTrackBar.Maximum = 1000;
197 this.fuzzTrackBar.Name = "fuzzTrackBar";
198 this.fuzzTrackBar.Size = new System.Drawing.Size(139, 35);
199 this.fuzzTrackBar.TabIndex = 0;
200 this.fuzzTrackBar.Scroll += new System.EventHandler(this.FuzzTrackBar_Scroll);
201 //
202 // textBox2
203 //
204 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
205 this.textBox2.Location = new System.Drawing.Point(148, 10);
206 this.textBox2.Name = "textBox2";
207 this.textBox2.Size = new System.Drawing.Size(43, 20);
208 this.textBox2.TabIndex = 1;
209 this.textBox2.TextChanged += new System.EventHandler(this.TextBox2_TextChanged);
210 //
211 // groupBox6
212 //
213 this.groupBox6.Controls.Add(this.hudPostionPanel);
214 this.groupBox6.Location = new System.Drawing.Point(209, 59);
215 this.groupBox6.Name = "groupBox6";
216 this.groupBox6.Size = new System.Drawing.Size(200, 150);
217 this.groupBox6.TabIndex = 7;
218 this.groupBox6.TabStop = false;
219 this.groupBox6.Text = "Position";
220 //
221 // hudPostionPanel
222 //
223 this.hudPostionPanel.BackColor = System.Drawing.Color.Black;
224 this.hudPostionPanel.Dock = System.Windows.Forms.DockStyle.Fill;
225 this.hudPostionPanel.Location = new System.Drawing.Point(3, 16);
226 this.hudPostionPanel.Name = "hudPostionPanel";
227 this.hudPostionPanel.Size = new System.Drawing.Size(194, 131);
228 this.hudPostionPanel.TabIndex = 0;
229 this.hudPostionPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HUDPositionPanel_MouseClick);
230 //
231 // hudColorLabel
232 //
233 this.hudColorLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
234 this.hudColorLabel.BackColor = System.Drawing.Color.White;
235 this.hudColorLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
236 this.hudColorLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
237 this.hudColorLabel.Location = new System.Drawing.Point(3, 4);
238 this.hudColorLabel.MaximumSize = new System.Drawing.Size(23, 23);
239 this.hudColorLabel.MinimumSize = new System.Drawing.Size(23, 23);
240 this.hudColorLabel.Name = "hudColorLabel";
241 this.hudColorLabel.Size = new System.Drawing.Size(23, 23);
242 this.hudColorLabel.TabIndex = 3;
243 this.hudColorLabel.Click += new System.EventHandler(this.HUDColorLabel_Click);
244 //
245 // button1
246 //
247 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
248 this.button1.Location = new System.Drawing.Point(100, 4);
249 this.button1.Name = "button1";
250 this.button1.Size = new System.Drawing.Size(91, 23);
251 this.button1.TabIndex = 1;
252 this.button1.Text = "Select Color";
253 this.button1.UseVisualStyleBackColor = true;
254 this.button1.Click += new System.EventHandler(this.Button1_Click);
255 //
256 // enableHudCheckBox
257 //
258 this.enableHudCheckBox.AutoSize = true;
259 this.enableHudCheckBox.Dock = System.Windows.Forms.DockStyle.Fill;
260 this.enableHudCheckBox.Location = new System.Drawing.Point(3, 16);
261 this.enableHudCheckBox.Name = "enableHudCheckBox";
262 this.enableHudCheckBox.Size = new System.Drawing.Size(194, 31);
263 this.enableHudCheckBox.TabIndex = 0;
264 this.enableHudCheckBox.Text = "Enable";
265 this.enableHudCheckBox.UseVisualStyleBackColor = true;
266 //
267 // groupBox8
268 //
269 this.groupBox8.Controls.Add(this.tableLayoutPanel2);
270 this.groupBox8.Location = new System.Drawing.Point(3, 59);
271 this.groupBox8.Name = "groupBox8";
272 this.groupBox8.Size = new System.Drawing.Size(200, 150);
273 this.groupBox8.TabIndex = 9;
274 this.groupBox8.TabStop = false;
275 this.groupBox8.Text = "Window Whitelist";
276 //
277 // tableLayoutPanel2
278 //
279 this.tableLayoutPanel2.ColumnCount = 1;
280 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
281 this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 2);
282 this.tableLayoutPanel2.Controls.Add(this.windowWhiteListListBox, 0, 1);
283 this.tableLayoutPanel2.Controls.Add(this.enableWindowWhiteListCheckBox, 0, 0);
284 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
285 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
286 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
287 this.tableLayoutPanel2.RowCount = 3;
288 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
289 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
290 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
291 this.tableLayoutPanel2.Size = new System.Drawing.Size(194, 131);
292 this.tableLayoutPanel2.TabIndex = 0;
293 //
294 // tableLayoutPanel3
295 //
296 this.tableLayoutPanel3.ColumnCount = 3;
297 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
298 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
299 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
300 this.tableLayoutPanel3.Controls.Add(this.whiteListEntryTextBox, 0, 0);
301 this.tableLayoutPanel3.Controls.Add(this.button2, 1, 0);
302 this.tableLayoutPanel3.Controls.Add(this.button3, 2, 0);
303 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 89);
304 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
305 this.tableLayoutPanel3.RowCount = 1;
306 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
307 this.tableLayoutPanel3.Size = new System.Drawing.Size(188, 39);
308 this.tableLayoutPanel3.TabIndex = 8;
309 //
310 // whiteListEntryTextBox
311 //
312 this.whiteListEntryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
313 this.whiteListEntryTextBox.Location = new System.Drawing.Point(3, 9);
314 this.whiteListEntryTextBox.Name = "whiteListEntryTextBox";
315 this.whiteListEntryTextBox.Size = new System.Drawing.Size(88, 20);
316 this.whiteListEntryTextBox.TabIndex = 7;
317 //
318 // button2
319 //
320 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
321 this.button2.Location = new System.Drawing.Point(97, 8);
322 this.button2.Name = "button2";
323 this.button2.Size = new System.Drawing.Size(41, 23);
324 this.button2.TabIndex = 5;
325 this.button2.Text = "+";
326 this.button2.UseVisualStyleBackColor = true;
327 this.button2.Click += new System.EventHandler(this.Button2_Click);
328 //
329 // button3
330 //
331 this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
332 this.button3.Location = new System.Drawing.Point(144, 8);
333 this.button3.Name = "button3";
334 this.button3.Size = new System.Drawing.Size(41, 23);
335 this.button3.TabIndex = 6;
336 this.button3.Text = "-";
337 this.button3.UseVisualStyleBackColor = true;
338 this.button3.Click += new System.EventHandler(this.Button3_Click);
339 //
340 // windowWhiteListListBox
341 //
342 this.windowWhiteListListBox.Dock = System.Windows.Forms.DockStyle.Fill;
343 this.windowWhiteListListBox.FormattingEnabled = true;
344 this.windowWhiteListListBox.Location = new System.Drawing.Point(3, 46);
345 this.windowWhiteListListBox.Name = "windowWhiteListListBox";
346 this.windowWhiteListListBox.Size = new System.Drawing.Size(188, 37);
347 this.windowWhiteListListBox.TabIndex = 4;
348 this.windowWhiteListListBox.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
349 //
350 // enableWindowWhiteListCheckBox
351 //
352 this.enableWindowWhiteListCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
353 this.enableWindowWhiteListCheckBox.AutoSize = true;
354 this.enableWindowWhiteListCheckBox.Location = new System.Drawing.Point(3, 13);
355 this.enableWindowWhiteListCheckBox.Name = "enableWindowWhiteListCheckBox";
356 this.enableWindowWhiteListCheckBox.Size = new System.Drawing.Size(188, 17);
357 this.enableWindowWhiteListCheckBox.TabIndex = 8;
358 this.enableWindowWhiteListCheckBox.Text = "Enable";
359 this.enableWindowWhiteListCheckBox.UseVisualStyleBackColor = true;
360 //
361 // colorDialog1
362 //
363 this.colorDialog1.Color = System.Drawing.Color.White;
364 //
365 // tabControl1
366 //
367 this.tabControl1.Controls.Add(this.tabPage1);
368 this.tabControl1.Controls.Add(this.tabPage2);
369 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
370 this.tabControl1.Location = new System.Drawing.Point(0, 0);
371 this.tabControl1.Multiline = true;
372 this.tabControl1.Name = "tabControl1";
373 this.tabControl1.SelectedIndex = 0;
2 office 374 this.tabControl1.Size = new System.Drawing.Size(506, 295);
1 office 375 this.tabControl1.TabIndex = 6;
376 this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.TabControl1_SelectedIndexChanged);
377 //
378 // tabPage1
379 //
380 this.tabPage1.Controls.Add(this.flowLayoutPanel3);
381 this.tabPage1.Location = new System.Drawing.Point(4, 22);
382 this.tabPage1.Name = "tabPage1";
383 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
2 office 384 this.tabPage1.Size = new System.Drawing.Size(498, 269);
1 office 385 this.tabPage1.TabIndex = 0;
386 this.tabPage1.Text = "Spring";
387 this.tabPage1.UseVisualStyleBackColor = true;
388 //
389 // flowLayoutPanel3
390 //
391 this.flowLayoutPanel3.Controls.Add(this.groupBox2);
392 this.flowLayoutPanel3.Controls.Add(this.groupBox7);
393 this.flowLayoutPanel3.Controls.Add(this.groupBox1);
394 this.flowLayoutPanel3.Controls.Add(this.groupBox5);
395 this.flowLayoutPanel3.Controls.Add(this.groupBox3);
396 this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
397 this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 3);
398 this.flowLayoutPanel3.Name = "flowLayoutPanel3";
2 office 399 this.flowLayoutPanel3.Size = new System.Drawing.Size(492, 263);
1 office 400 this.flowLayoutPanel3.TabIndex = 0;
401 //
402 // groupBox1
403 //
404 this.groupBox1.Controls.Add(this.tableLayoutPanel5);
405 this.groupBox1.Location = new System.Drawing.Point(3, 109);
406 this.groupBox1.Name = "groupBox1";
407 this.groupBox1.Size = new System.Drawing.Size(200, 60);
408 this.groupBox1.TabIndex = 7;
409 this.groupBox1.TabStop = false;
410 this.groupBox1.Text = "Maximum Repeats";
411 //
412 // tableLayoutPanel5
413 //
414 this.tableLayoutPanel5.ColumnCount = 2;
415 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
416 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
417 this.tableLayoutPanel5.Controls.Add(this.maximumRepeatsTrackBar, 0, 0);
418 this.tableLayoutPanel5.Controls.Add(this.textBox1, 1, 0);
419 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
420 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 16);
421 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
422 this.tableLayoutPanel5.RowCount = 1;
423 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
424 this.tableLayoutPanel5.Size = new System.Drawing.Size(194, 41);
425 this.tableLayoutPanel5.TabIndex = 0;
426 //
427 // textBox1
428 //
429 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
430 this.textBox1.Location = new System.Drawing.Point(148, 10);
431 this.textBox1.Name = "textBox1";
432 this.textBox1.Size = new System.Drawing.Size(43, 20);
433 this.textBox1.TabIndex = 1;
434 this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
435 //
436 // groupBox5
437 //
438 this.groupBox5.Controls.Add(this.tableLayoutPanel7);
439 this.groupBox5.Location = new System.Drawing.Point(209, 109);
440 this.groupBox5.Name = "groupBox5";
441 this.groupBox5.Size = new System.Drawing.Size(200, 60);
442 this.groupBox5.TabIndex = 8;
443 this.groupBox5.TabStop = false;
444 this.groupBox5.Text = "Charge Delay (ms)";
445 //
446 // tableLayoutPanel7
447 //
448 this.tableLayoutPanel7.ColumnCount = 2;
449 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
450 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
451 this.tableLayoutPanel7.Controls.Add(this.chargeDelayTrackBar, 0, 0);
452 this.tableLayoutPanel7.Controls.Add(this.textBox3, 1, 0);
453 this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
454 this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 16);
455 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
456 this.tableLayoutPanel7.RowCount = 1;
457 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
458 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
459 this.tableLayoutPanel7.Size = new System.Drawing.Size(194, 41);
460 this.tableLayoutPanel7.TabIndex = 0;
461 //
462 // textBox3
463 //
464 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
465 this.textBox3.Location = new System.Drawing.Point(148, 10);
466 this.textBox3.Name = "textBox3";
467 this.textBox3.Size = new System.Drawing.Size(43, 20);
468 this.textBox3.TabIndex = 1;
469 this.textBox3.TextChanged += new System.EventHandler(this.TextBox3_TextChanged);
470 //
471 // groupBox3
472 //
473 this.groupBox3.Controls.Add(this.useRelativeMouseMovementCheckbox);
474 this.groupBox3.Location = new System.Drawing.Point(3, 175);
475 this.groupBox3.Name = "groupBox3";
476 this.groupBox3.Size = new System.Drawing.Size(200, 60);
477 this.groupBox3.TabIndex = 9;
478 this.groupBox3.TabStop = false;
479 this.groupBox3.Text = "Relative Mouse Movement";
480 //
481 // useRelativeMouseMovementCheckbox
482 //
483 this.useRelativeMouseMovementCheckbox.AutoSize = true;
484 this.useRelativeMouseMovementCheckbox.Dock = System.Windows.Forms.DockStyle.Fill;
485 this.useRelativeMouseMovementCheckbox.Location = new System.Drawing.Point(3, 16);
486 this.useRelativeMouseMovementCheckbox.Name = "useRelativeMouseMovementCheckbox";
487 this.useRelativeMouseMovementCheckbox.Size = new System.Drawing.Size(194, 41);
488 this.useRelativeMouseMovementCheckbox.TabIndex = 0;
489 this.useRelativeMouseMovementCheckbox.Text = "Enable";
490 this.useRelativeMouseMovementCheckbox.UseVisualStyleBackColor = true;
491 //
492 // tabPage2
493 //
494 this.tabPage2.Controls.Add(this.flowLayoutPanel4);
495 this.tabPage2.Location = new System.Drawing.Point(4, 22);
496 this.tabPage2.Name = "tabPage2";
497 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
2 office 498 this.tabPage2.Size = new System.Drawing.Size(484, 251);
1 office 499 this.tabPage2.TabIndex = 1;
500 this.tabPage2.Text = "OSD";
501 this.tabPage2.UseVisualStyleBackColor = true;
502 //
503 // flowLayoutPanel4
504 //
505 this.flowLayoutPanel4.Controls.Add(this.groupBox10);
506 this.flowLayoutPanel4.Controls.Add(this.groupBox9);
507 this.flowLayoutPanel4.Controls.Add(this.groupBox8);
508 this.flowLayoutPanel4.Controls.Add(this.groupBox6);
509 this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
510 this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 3);
511 this.flowLayoutPanel4.Name = "flowLayoutPanel4";
2 office 512 this.flowLayoutPanel4.Size = new System.Drawing.Size(478, 245);
1 office 513 this.flowLayoutPanel4.TabIndex = 0;
514 //
515 // groupBox10
516 //
517 this.groupBox10.Controls.Add(this.enableHudCheckBox);
518 this.groupBox10.Location = new System.Drawing.Point(3, 3);
519 this.groupBox10.Name = "groupBox10";
520 this.groupBox10.Size = new System.Drawing.Size(200, 50);
521 this.groupBox10.TabIndex = 10;
522 this.groupBox10.TabStop = false;
523 this.groupBox10.Text = "On-Screen Display";
524 //
525 // groupBox9
526 //
527 this.groupBox9.Controls.Add(this.tableLayoutPanel1);
528 this.groupBox9.Location = new System.Drawing.Point(209, 3);
529 this.groupBox9.Name = "groupBox9";
530 this.groupBox9.Size = new System.Drawing.Size(200, 50);
531 this.groupBox9.TabIndex = 9;
532 this.groupBox9.TabStop = false;
533 this.groupBox9.Text = "Color";
534 //
535 // tableLayoutPanel1
536 //
537 this.tableLayoutPanel1.ColumnCount = 2;
538 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
539 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
540 this.tableLayoutPanel1.Controls.Add(this.hudColorLabel, 0, 0);
541 this.tableLayoutPanel1.Controls.Add(this.button1, 1, 0);
542 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
543 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
544 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
545 this.tableLayoutPanel1.RowCount = 1;
546 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
547 this.tableLayoutPanel1.Size = new System.Drawing.Size(194, 31);
548 this.tableLayoutPanel1.TabIndex = 0;
549 //
550 // SettingsForm
551 //
552 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
553 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2 office 554 this.ClientSize = new System.Drawing.Size(506, 295);
1 office 555 this.Controls.Add(this.tabControl1);
556 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
557 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
558 this.MaximizeBox = false;
559 this.MaximumSize = new System.Drawing.Size(512, 320);
560 this.MinimumSize = new System.Drawing.Size(512, 320);
561 this.Name = "SettingsForm";
562 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
563 this.Text = "Settings";
2 office 564 this.Load += new System.EventHandler(this.SettingsForm_Load);
1 office 565 this.Shown += new System.EventHandler(this.SpringSettingsForm_Shown);
566 this.groupBox2.ResumeLayout(false);
567 this.tableLayoutPanel4.ResumeLayout(false);
568 this.tableLayoutPanel4.PerformLayout();
569 ((System.ComponentModel.ISupportInitialize)(this.chargeDelayTrackBar)).EndInit();
570 ((System.ComponentModel.ISupportInitialize)(this.maximumRepeatsTrackBar)).EndInit();
571 this.groupBox7.ResumeLayout(false);
572 this.tableLayoutPanel6.ResumeLayout(false);
573 this.tableLayoutPanel6.PerformLayout();
574 ((System.ComponentModel.ISupportInitialize)(this.fuzzTrackBar)).EndInit();
575 this.groupBox6.ResumeLayout(false);
576 this.groupBox8.ResumeLayout(false);
577 this.tableLayoutPanel2.ResumeLayout(false);
578 this.tableLayoutPanel2.PerformLayout();
579 this.tableLayoutPanel3.ResumeLayout(false);
580 this.tableLayoutPanel3.PerformLayout();
581 this.tabControl1.ResumeLayout(false);
582 this.tabPage1.ResumeLayout(false);
583 this.flowLayoutPanel3.ResumeLayout(false);
584 this.groupBox1.ResumeLayout(false);
585 this.tableLayoutPanel5.ResumeLayout(false);
586 this.tableLayoutPanel5.PerformLayout();
587 this.groupBox5.ResumeLayout(false);
588 this.tableLayoutPanel7.ResumeLayout(false);
589 this.tableLayoutPanel7.PerformLayout();
590 this.groupBox3.ResumeLayout(false);
591 this.groupBox3.PerformLayout();
592 this.tabPage2.ResumeLayout(false);
593 this.flowLayoutPanel4.ResumeLayout(false);
594 this.groupBox10.ResumeLayout(false);
595 this.groupBox10.PerformLayout();
596 this.groupBox9.ResumeLayout(false);
597 this.tableLayoutPanel1.ResumeLayout(false);
598 this.ResumeLayout(false);
599  
600 }
601  
602 #endregion
603 private GroupBox groupBox2;
604 private CheckBox enableMouseMoveCheckBox;
605 private CheckBox enableKeyboardCheckbox;
606 private TrackBar chargeDelayTrackBar;
607 private TrackBar maximumRepeatsTrackBar;
608 private GroupBox groupBox6;
609 private Panel hudPostionPanel;
610 private CheckBox enableHudCheckBox;
611 private Button button1;
612 private ColorDialog colorDialog1;
613 private GroupBox groupBox7;
614 private TrackBar fuzzTrackBar;
615 private Label hudColorLabel;
616 private ListBox windowWhiteListListBox;
617 private TextBox whiteListEntryTextBox;
618 private Button button3;
619 private Button button2;
620 private GroupBox groupBox8;
621 private CheckBox enableWindowWhiteListCheckBox;
622 private TableLayoutPanel tableLayoutPanel4;
623 private TableLayoutPanel tableLayoutPanel2;
624 private TableLayoutPanel tableLayoutPanel3;
625 private TabControl tabControl1;
626 private TabPage tabPage1;
627 private FlowLayoutPanel flowLayoutPanel3;
628 private GroupBox groupBox1;
629 private GroupBox groupBox5;
630 private TabPage tabPage2;
631 private FlowLayoutPanel flowLayoutPanel4;
632 private GroupBox groupBox10;
633 private GroupBox groupBox9;
634 private TableLayoutPanel tableLayoutPanel1;
635 private TextBox textBox2;
636 private TextBox textBox1;
637 private TextBox textBox3;
638 private TableLayoutPanel tableLayoutPanel6;
639 private TableLayoutPanel tableLayoutPanel5;
640 private TableLayoutPanel tableLayoutPanel7;
641 private CheckBox enableMouseClickCheckBox;
642 private GroupBox groupBox3;
643 private CheckBox useRelativeMouseMovementCheckbox;
644 }
645 }