-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainForm.Designer.cs
458 lines (438 loc) · 27.6 KB
/
MainForm.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
namespace BafflerStandalone
{
public partial class MainForm : global::System.Windows.Forms.Form, global::System.Windows.Forms.IMessageFilter
{
private global::System.ComponentModel.IContainer components;
private global::System.Windows.Forms.TextBox tbAutoJoin;
private global::System.Windows.Forms.Label label1;
private global::System.Windows.Forms.Panel panel1;
private global::System.Windows.Forms.Button button1;
private global::System.Windows.Forms.MenuStrip menuStrip1;
private global::System.Windows.Forms.Label lbScreenShot;
private global::System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private global::System.Windows.Forms.Timer timer_ScreenshotLabel;
private global::System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem newTabToolStripMenuItem;
private global::System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private global::System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private global::System.Windows.Forms.ToolStripMenuItem toolStripMenuItem12;
private global::System.Windows.Forms.ToolStripMenuItem sendSecurityProtocol;
private global::System.Windows.Forms.ToolStripMenuItem toolStripMenuItem11;
private global::System.Windows.Forms.ToolStripMenuItem english1ToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem otherToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem showAllToolStripMenuItem;
private global::System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private global::System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
private global::System.Windows.Forms.ToolStripMenuItem qualityToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem percentageToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem lowToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem mediumToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem highToolStripMenuItem;
private global::System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private global::System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem fullscreenToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private global::System.Windows.Forms.ToolStrip toolStrip1;
private global::System.Windows.Forms.Timer timer1;
private global::System.Windows.Forms.Button button2;
private global::System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem1;
private global::System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
private global::System.Windows.Forms.ToolStripMenuItem showAllToolStripMenuItem1;
private global::System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
private global::System.Windows.Forms.ToolStripMenuItem qualityToolStripMenuItem1;
private global::System.Windows.Forms.ToolStripMenuItem lowToolStripMenuItem1;
private global::System.Windows.Forms.ToolStripMenuItem mediumToolStripMenuItem1;
private global::System.Windows.Forms.ToolStripMenuItem highToolStripMenuItem1;
private global::System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
private global::System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem1;
private global::System.Windows.Forms.ToolStripMenuItem fullscreenToolStripMenuItem1;
private global::System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
private global::System.Windows.Forms.Button button4;
private global::System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem2;
private global::System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem2;
private global::System.Windows.Forms.ToolStripMenuItem closeTabToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem hideMenuToolStripMenuItem;
private global::System.Windows.Forms.ToolStripMenuItem alignmentToolStripMenuItem;
private global::System.Windows.Forms.WebBrowser webBrowser1;
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
this.components = new global::System.ComponentModel.Container();
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::BafflerStandalone.MainForm));
this.tbAutoJoin = new global::System.Windows.Forms.TextBox();
this.label1 = new global::System.Windows.Forms.Label();
this.panel1 = new global::System.Windows.Forms.Panel();
this.button4 = new global::System.Windows.Forms.Button();
this.button2 = new global::System.Windows.Forms.Button();
this.button1 = new global::System.Windows.Forms.Button();
this.menuStrip1 = new global::System.Windows.Forms.MenuStrip();
this.menuToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.newTabToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.english1ToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.otherToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new global::System.Windows.Forms.ToolStripSeparator();
this.viewToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem12 = new global::System.Windows.Forms.ToolStripMenuItem();
this.sendSecurityProtocol = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem11 = new global::System.Windows.Forms.ToolStripMenuItem();
this.showAllToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.alignmentToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new global::System.Windows.Forms.ToolStripSeparator();
this.toolStripMenuItem14 = new global::System.Windows.Forms.ToolStripSeparator();
this.qualityToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.percentageToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.lowToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.mediumToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.highToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.refreshToolStripMenuItem2 = new global::System.Windows.Forms.ToolStripMenuItem();
this.renameToolStripMenuItem2 = new global::System.Windows.Forms.ToolStripMenuItem();
this.closeTabToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new global::System.Windows.Forms.ToolStripSeparator();
this.hideMenuToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.fullscreenToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.lbScreenShot = new global::System.Windows.Forms.Label();
this.folderBrowserDialog1 = new global::System.Windows.Forms.FolderBrowserDialog();
this.timer_ScreenshotLabel = new global::System.Windows.Forms.Timer(this.components);
this.toolStrip1 = new global::System.Windows.Forms.ToolStrip();
this.timer1 = new global::System.Windows.Forms.Timer(this.components);
this.viewToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem10 = new global::System.Windows.Forms.ToolStripMenuItem();
this.showAllToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem9 = new global::System.Windows.Forms.ToolStripSeparator();
this.qualityToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.lowToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.mediumToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.highToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem7 = new global::System.Windows.Forms.ToolStripSeparator();
this.optionsToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.fullscreenToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
this.webBrowser1 = new global::System.Windows.Forms.WebBrowser();
this.panel1.SuspendLayout();
this.menuStrip1.SuspendLayout();
base.SuspendLayout();
this.tbAutoJoin.Location = new global::System.Drawing.Point(255, 22);
this.tbAutoJoin.Name = "tbAutoJoin";
this.tbAutoJoin.Size = new global::System.Drawing.Size(210, 20);
this.tbAutoJoin.TabIndex = 3;
this.label1.AutoSize = true;
this.label1.ForeColor = global::System.Drawing.Color.White;
this.label1.Location = new global::System.Drawing.Point(252, 5);
this.label1.Name = "label1";
this.label1.Size = new global::System.Drawing.Size(196, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Automatically join this room on connect: ";
this.panel1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.webBrowser1);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.tbAutoJoin);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new global::System.Drawing.Point(12, 28);
this.panel1.Name = "panel1";
this.panel1.Size = new global::System.Drawing.Size(783, 560);
this.panel1.TabIndex = 1;
this.button4.Font = new global::System.Drawing.Font("Microsoft Sans Serif", 12f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
this.button4.Location = new global::System.Drawing.Point(8, 10);
this.button4.Name = "button4";
this.button4.Size = new global::System.Drawing.Size(123, 33);
this.button4.TabIndex = 1;
this.button4.Text = "Play Now";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new global::System.EventHandler(this.Button4_Click_1);
this.button2.Location = new global::System.Drawing.Point(578, 17);
this.button2.Name = "button2";
this.button2.Size = new global::System.Drawing.Size(116, 26);
this.button2.TabIndex = 4;
this.button2.Text = "Connect Other";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new global::System.EventHandler(this.Button2_Click);
this.button1.Location = new global::System.Drawing.Point(700, 20);
this.button1.Name = "button1";
this.button1.Size = new global::System.Drawing.Size(75, 23);
this.button1.TabIndex = 5;
this.button1.Text = "Options";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new global::System.EventHandler(this.Button1_Click_1);
this.menuStrip1.Dock = global::System.Windows.Forms.DockStyle.None;
this.menuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.menuToolStripMenuItem
});
this.menuStrip1.Location = new global::System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new global::System.Drawing.Size(58, 24);
this.menuStrip1.TabIndex = 10;
this.menuStrip1.Text = "menuStrip1";
this.menuToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.newTabToolStripMenuItem,
this.toolStripMenuItem2,
this.viewToolStripMenuItem,
this.refreshToolStripMenuItem2,
this.renameToolStripMenuItem2,
this.closeTabToolStripMenuItem,
this.toolStripMenuItem5,
this.hideMenuToolStripMenuItem,
this.optionsToolStripMenuItem,
this.fullscreenToolStripMenuItem,
this.exitToolStripMenuItem
});
this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
this.menuToolStripMenuItem.Size = new global::System.Drawing.Size(50, 20);
this.menuToolStripMenuItem.Text = "Menu";
this.newTabToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.english1ToolStripMenuItem,
this.otherToolStripMenuItem
});
this.newTabToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("newTabToolStripMenuItem.Image");
this.newTabToolStripMenuItem.Name = "newTabToolStripMenuItem";
this.newTabToolStripMenuItem.Size = new global::System.Drawing.Size(133, 22);
this.newTabToolStripMenuItem.Text = "New Tab";
this.english1ToolStripMenuItem.Name = "english1ToolStripMenuItem";
this.english1ToolStripMenuItem.Size = new global::System.Drawing.Size(144, 22);
this.english1ToolStripMenuItem.Text = "Transformice";
this.english1ToolStripMenuItem.Click += new global::System.EventHandler(this.English1ToolStripMenuItem_Click);
this.otherToolStripMenuItem.Name = "otherToolStripMenuItem";
this.otherToolStripMenuItem.Size = new global::System.Drawing.Size(144, 22);
this.otherToolStripMenuItem.Text = "Other";
this.otherToolStripMenuItem.Click += new global::System.EventHandler(this.OtherToolStripMenuItem_Click);
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new global::System.Drawing.Size(130, 6);
this.viewToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.alignmentToolStripMenuItem,
this.toolStripMenuItem3,
this.percentageToolStripMenuItem,
this.qualityToolStripMenuItem,
this.toolStripMenuItem14,
this.sendSecurityProtocol,
});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new global::System.Drawing.Size(133, 22);
this.viewToolStripMenuItem.Text = "Flash Tools";
this.viewToolStripMenuItem.Enabled = false;
this.alignmentToolStripMenuItem.Name = "alignmentToolStripMenuItem";
this.alignmentToolStripMenuItem.Size = new global::System.Drawing.Size(130, 22);
this.alignmentToolStripMenuItem.Text = "Alignment";
this.alignmentToolStripMenuItem.Click += new global::System.EventHandler(this.AlignmentToolStripMenuItem_Click);
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new global::System.Drawing.Size(127, 6);
this.toolStripMenuItem14.Name = "toolStripMenuItem14";
this.toolStripMenuItem14.Size = new global::System.Drawing.Size(127, 6);
this.percentageToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.toolStripMenuItem4,
this.toolStripMenuItem12,
this.toolStripMenuItem11,
this.showAllToolStripMenuItem
});
this.percentageToolStripMenuItem.Name = "percentageToolStripMenuItem";
this.percentageToolStripMenuItem.Size = new global::System.Drawing.Size(130, 22);
this.percentageToolStripMenuItem.Text = "Scale";
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new global::System.Drawing.Size(130, 22);
this.toolStripMenuItem4.Text = "No scale";
this.toolStripMenuItem4.Click += new global::System.EventHandler(this.ToolStripMenuItem4_Click);
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
this.toolStripMenuItem12.Size = new global::System.Drawing.Size(130, 22);
this.toolStripMenuItem12.Text = "No border";
this.toolStripMenuItem12.Click += new global::System.EventHandler(this.ToolStripMenuItem12_Click);
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
this.toolStripMenuItem11.Size = new global::System.Drawing.Size(130, 22);
this.toolStripMenuItem11.Text = "Exact fit";
this.toolStripMenuItem11.Click += new global::System.EventHandler(this.ToolStripMenuItem11_Click);
this.showAllToolStripMenuItem.Name = "showAllToolStripMenuItem";
this.showAllToolStripMenuItem.Size = new global::System.Drawing.Size(130, 22);
this.showAllToolStripMenuItem.Text = "Show all";
this.showAllToolStripMenuItem.Click += new global::System.EventHandler(this.ShowAllToolStripMenuItem_Click);
this.qualityToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.lowToolStripMenuItem,
this.mediumToolStripMenuItem,
this.highToolStripMenuItem
});
this.qualityToolStripMenuItem.Name = "qualityToolStripMenuItem";
this.qualityToolStripMenuItem.Size = new global::System.Drawing.Size(130, 22);
this.qualityToolStripMenuItem.Text = "Quality";
this.lowToolStripMenuItem.Name = "lowToolStripMenuItem";
this.lowToolStripMenuItem.Size = new global::System.Drawing.Size(119, 22);
this.lowToolStripMenuItem.Text = "Low";
this.lowToolStripMenuItem.Click += new global::System.EventHandler(this.LowToolStripMenuItem_Click);
this.mediumToolStripMenuItem.Name = "mediumToolStripMenuItem";
this.mediumToolStripMenuItem.Size = new global::System.Drawing.Size(119, 22);
this.mediumToolStripMenuItem.Text = "Medium";
this.mediumToolStripMenuItem.Click += new global::System.EventHandler(this.MediumToolStripMenuItem_Click);
this.highToolStripMenuItem.Name = "highToolStripMenuItem";
this.highToolStripMenuItem.Size = new global::System.Drawing.Size(119, 22);
this.highToolStripMenuItem.Text = "High";
this.highToolStripMenuItem.Click += new global::System.EventHandler(this.HighToolStripMenuItem_Click);
this.sendSecurityProtocol.Name = "sendSecurityProtocol";
this.sendSecurityProtocol.Size = new global::System.Drawing.Size(130, 22);
this.sendSecurityProtocol.Text = "Policy file request";
this.sendSecurityProtocol.Click += new global::System.EventHandler(this.SendSecurityProtocol_Click);
this.refreshToolStripMenuItem2.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("refreshToolStripMenuItem2.Image");
this.refreshToolStripMenuItem2.Name = "refreshToolStripMenuItem2";
this.refreshToolStripMenuItem2.Size = new global::System.Drawing.Size(133, 22);
this.refreshToolStripMenuItem2.Text = "Refresh";
this.refreshToolStripMenuItem2.Click += new global::System.EventHandler(this.RefreshToolStripMenuItem2_Click);
this.refreshToolStripMenuItem2.Enabled = false;
this.renameToolStripMenuItem2.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("renameToolStripMenuItem2.Image");
this.renameToolStripMenuItem2.Name = "renameToolStripMenuItem2";
this.renameToolStripMenuItem2.Size = new global::System.Drawing.Size(133, 22);
this.renameToolStripMenuItem2.Text = "Rename";
this.renameToolStripMenuItem2.Click += new global::System.EventHandler(this.RenameToolStripMenuItem2_Click);
this.renameToolStripMenuItem2.Enabled = false;
this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem";
this.closeTabToolStripMenuItem.Size = new global::System.Drawing.Size(133, 22);
this.closeTabToolStripMenuItem.Text = "Close Tab";
this.closeTabToolStripMenuItem.Click += new global::System.EventHandler(this.CloseTabToolStripMenuItem_Click);
this.closeTabToolStripMenuItem.Visible = false;
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new global::System.Drawing.Size(130, 6);
this.hideMenuToolStripMenuItem.Name = "hideMenuToolStripMenuItem";
this.hideMenuToolStripMenuItem.Size = new global::System.Drawing.Size(133, 22);
this.hideMenuToolStripMenuItem.Text = "Hide Menu";
this.hideMenuToolStripMenuItem.Click += new global::System.EventHandler(this.HideMenuToolStripMenuItem_Click);
this.optionsToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("optionsToolStripMenuItem.Image");
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new global::System.Drawing.Size(133, 22);
this.optionsToolStripMenuItem.Text = "Options";
this.optionsToolStripMenuItem.Click += new global::System.EventHandler(this.OptionsToolStripMenuItem_Click);
this.fullscreenToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("fullscreenToolStripMenuItem.Image");
this.fullscreenToolStripMenuItem.Name = "fullscreenToolStripMenuItem";
this.fullscreenToolStripMenuItem.Size = new global::System.Drawing.Size(133, 22);
this.fullscreenToolStripMenuItem.Text = "Fullscreen";
this.fullscreenToolStripMenuItem.Click += new global::System.EventHandler(this.FullscreenToolStripMenuItem_Click);
this.exitToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("exitToolStripMenuItem.Image");
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new global::System.Drawing.Size(133, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new global::System.EventHandler(this.ExitToolStripMenuItem_Click);
this.lbScreenShot.AutoSize = true;
this.lbScreenShot.ForeColor = global::System.Drawing.Color.White;
this.lbScreenShot.Location = new global::System.Drawing.Point(13, 28);
this.lbScreenShot.Name = "lbScreenShot";
this.lbScreenShot.Size = new global::System.Drawing.Size(59, 13);
this.lbScreenShot.TabIndex = 11;
this.lbScreenShot.Text = "screenshot";
this.lbScreenShot.Visible = false;
this.timer_ScreenshotLabel.Interval = 1000;
this.timer_ScreenshotLabel.Tick += new global::System.EventHandler(this.Timer_ScreenshotLabel_Tick);
this.toolStrip1.BackColor = global::System.Drawing.SystemColors.Control;
this.toolStrip1.Dock = global::System.Windows.Forms.DockStyle.None;
this.toolStrip1.Location = new global::System.Drawing.Point(162, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new global::System.Drawing.Size(111, 25);
this.toolStrip1.TabIndex = 12;
this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.Visible = false;
this.timer1.Interval = 15000;
this.viewToolStripMenuItem1.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.toolStripMenuItem10,
this.showAllToolStripMenuItem1,
this.toolStripMenuItem9,
this.qualityToolStripMenuItem1
});
this.viewToolStripMenuItem1.Name = "viewToolStripMenuItem1";
this.viewToolStripMenuItem1.Size = new global::System.Drawing.Size(127, 22);
this.viewToolStripMenuItem1.Text = "View";
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
this.toolStripMenuItem10.Size = new global::System.Drawing.Size(120, 22);
this.toolStripMenuItem10.Text = "100%";
this.toolStripMenuItem10.Click += new global::System.EventHandler(this.ToolStripMenuItem4_Click);
this.showAllToolStripMenuItem1.Name = "showAllToolStripMenuItem1";
this.showAllToolStripMenuItem1.Size = new global::System.Drawing.Size(120, 22);
this.showAllToolStripMenuItem1.Text = "Show All";
this.showAllToolStripMenuItem1.Click += new global::System.EventHandler(this.ShowAllToolStripMenuItem_Click);
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
this.toolStripMenuItem9.Size = new global::System.Drawing.Size(117, 6);
this.qualityToolStripMenuItem1.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.lowToolStripMenuItem1,
this.mediumToolStripMenuItem1,
this.highToolStripMenuItem1
});
this.qualityToolStripMenuItem1.Name = "qualityToolStripMenuItem1";
this.qualityToolStripMenuItem1.Size = new global::System.Drawing.Size(120, 22);
this.qualityToolStripMenuItem1.Text = "Quality";
this.lowToolStripMenuItem1.Name = "lowToolStripMenuItem1";
this.lowToolStripMenuItem1.Size = new global::System.Drawing.Size(119, 22);
this.lowToolStripMenuItem1.Text = "Low";
this.lowToolStripMenuItem1.Click += new global::System.EventHandler(this.LowToolStripMenuItem_Click);
this.mediumToolStripMenuItem1.Name = "mediumToolStripMenuItem1";
this.mediumToolStripMenuItem1.Size = new global::System.Drawing.Size(119, 22);
this.mediumToolStripMenuItem1.Text = "Medium";
this.mediumToolStripMenuItem1.Click += new global::System.EventHandler(this.MediumToolStripMenuItem_Click);
this.highToolStripMenuItem1.Name = "highToolStripMenuItem1";
this.highToolStripMenuItem1.Size = new global::System.Drawing.Size(119, 22);
this.highToolStripMenuItem1.Text = "High";
this.highToolStripMenuItem1.Click += new global::System.EventHandler(this.HighToolStripMenuItem_Click);
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
this.toolStripMenuItem7.Size = new global::System.Drawing.Size(124, 6);
this.optionsToolStripMenuItem1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("optionsToolStripMenuItem1.Image");
this.optionsToolStripMenuItem1.Name = "optionsToolStripMenuItem1";
this.optionsToolStripMenuItem1.Size = new global::System.Drawing.Size(127, 22);
this.optionsToolStripMenuItem1.Text = "Options";
this.optionsToolStripMenuItem1.Click += new global::System.EventHandler(this.OptionsToolStripMenuItem_Click);
this.fullscreenToolStripMenuItem1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("fullscreenToolStripMenuItem1.Image");
this.fullscreenToolStripMenuItem1.Name = "fullscreenToolStripMenuItem1";
this.fullscreenToolStripMenuItem1.Size = new global::System.Drawing.Size(127, 22);
this.fullscreenToolStripMenuItem1.Text = "Fullscreen";
this.fullscreenToolStripMenuItem1.Click += new global::System.EventHandler(this.FullscreenToolStripMenuItem_Click);
this.exitToolStripMenuItem1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("exitToolStripMenuItem1.Image");
this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
this.exitToolStripMenuItem1.Size = new global::System.Drawing.Size(127, 22);
this.exitToolStripMenuItem1.Text = "Exit";
this.exitToolStripMenuItem1.Click += new global::System.EventHandler(this.ExitToolStripMenuItem_Click);
this.webBrowser1.AllowNavigation = false;
this.webBrowser1.AllowWebBrowserDrop = false;
this.webBrowser1.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
this.webBrowser1.Location = new global::System.Drawing.Point(8, 49);
this.webBrowser1.MinimumSize = new global::System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new global::System.Drawing.Size(767, 498);
this.webBrowser1.TabIndex = 16;
this.webBrowser1.TabStop = false;
this.webBrowser1.WebBrowserShortcutsEnabled = false;
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = global::System.Drawing.Color.FromArgb(106, 116, 149);
base.ClientSize = new global::System.Drawing.Size(800, 600);
base.Controls.Add(this.menuStrip1);
base.Controls.Add(this.toolStrip1);
base.Controls.Add(this.lbScreenShot);
base.Controls.Add(this.panel1);
this.DoubleBuffered = true;
base.Icon = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
base.MainMenuStrip = this.menuStrip1;
base.Name = "MainForm";
this.Text = "Baffler's Standalone";
base.Load += new global::System.EventHandler(this.MainForm_Load);
base.Shown += new global::System.EventHandler(this.MainForm_Shown);
base.FormClosing += new global::System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
base.ResumeLayout(false);
base.PerformLayout();
base.MaximizeBox = false;
base.MinimizeBox = false;
}
}
}