This repository has been archived by the owner on Feb 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
frm_Main.Designer.cs
462 lines (459 loc) · 25.3 KB
/
frm_Main.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
459
460
461
462
/*
* Created by SharpDevelop.
* User: Mike
* Date: 5/20/2014
* Time: 5:37 PM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace hyperdesktop2
{
partial class frm_Main
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Main));
this.main_menu = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hideWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.registerHotkeysToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.group_upload = new System.Windows.Forms.GroupBox();
this.btn_browse = new System.Windows.Forms.Button();
this.lbl_instructions = new System.Windows.Forms.Label();
this.group_screenshot = new System.Windows.Forms.GroupBox();
this.btn_capture_selected_area = new System.Windows.Forms.Button();
this.btn_capture = new System.Windows.Forms.Button();
this.group_upload_progress = new System.Windows.Forms.GroupBox();
this.progress = new System.Windows.Forms.ProgressBar();
this.group_image_links = new System.Windows.Forms.GroupBox();
this.list_image_links = new System.Windows.Forms.ListView();
this.column_url = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.column_delete_hash = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.image_links_menu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tray_menu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.minimizeToTrayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.takeRegionScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.takeScreenshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.tray_icon = new System.Windows.Forms.NotifyIcon(this.components);
this.main_menu.SuspendLayout();
this.group_upload.SuspendLayout();
this.group_screenshot.SuspendLayout();
this.group_upload_progress.SuspendLayout();
this.group_image_links.SuspendLayout();
this.image_links_menu.SuspendLayout();
this.tray_menu.SuspendLayout();
this.SuspendLayout();
//
// main_menu
//
this.main_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.optionsToolStripMenuItem,
this.helpToolStripMenuItem});
this.main_menu.Location = new System.Drawing.Point(0, 0);
this.main_menu.Name = "main_menu";
this.main_menu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.main_menu.Size = new System.Drawing.Size(259, 24);
this.main_menu.TabIndex = 0;
this.main_menu.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.hideWindowToolStripMenuItem,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File";
//
// hideWindowToolStripMenuItem
//
this.hideWindowToolStripMenuItem.Name = "hideWindowToolStripMenuItem";
this.hideWindowToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.hideWindowToolStripMenuItem.Text = "Hide Window";
this.hideWindowToolStripMenuItem.Click += new System.EventHandler(this.inverse_tray_options);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.exitToolStripMenuItem.Text = "Exit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
//
// optionsToolStripMenuItem
//
this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.preferencesToolStripMenuItem});
this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
this.optionsToolStripMenuItem.Text = "Options";
//
// preferencesToolStripMenuItem
//
this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
this.preferencesToolStripMenuItem.Text = "Preferences";
this.preferencesToolStripMenuItem.Click += new System.EventHandler(this.PreferencesToolStripMenuItemClick);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem,
this.registerHotkeysToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.helpToolStripMenuItem.Text = "Help";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
//
// registerHotkeysToolStripMenuItem
//
this.registerHotkeysToolStripMenuItem.Name = "registerHotkeysToolStripMenuItem";
this.registerHotkeysToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.registerHotkeysToolStripMenuItem.Text = "Register Hotkeys";
this.registerHotkeysToolStripMenuItem.Click += new System.EventHandler(this.RegisterHotkeysToolStripMenuItemClick);
//
// group_upload
//
this.group_upload.Controls.Add(this.btn_browse);
this.group_upload.Controls.Add(this.lbl_instructions);
this.group_upload.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.group_upload.Location = new System.Drawing.Point(12, 27);
this.group_upload.Name = "group_upload";
this.group_upload.Size = new System.Drawing.Size(235, 53);
this.group_upload.TabIndex = 1;
this.group_upload.TabStop = false;
this.group_upload.Text = "Upload Images";
this.group_upload.DragDrop += new System.Windows.Forms.DragEventHandler(this.drag_drop);
this.group_upload.DragEnter += new System.Windows.Forms.DragEventHandler(this.drag_enter);
//
// btn_browse
//
this.btn_browse.AllowDrop = true;
this.btn_browse.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btn_browse.Location = new System.Drawing.Point(165, 19);
this.btn_browse.Name = "btn_browse";
this.btn_browse.Size = new System.Drawing.Size(64, 23);
this.btn_browse.TabIndex = 0;
this.btn_browse.Text = "browse";
this.btn_browse.UseVisualStyleBackColor = true;
this.btn_browse.Click += new System.EventHandler(this.Btn_browseClick);
this.btn_browse.DragDrop += new System.Windows.Forms.DragEventHandler(this.drag_drop);
this.btn_browse.DragEnter += new System.Windows.Forms.DragEventHandler(this.drag_enter);
//
// lbl_instructions
//
this.lbl_instructions.AllowDrop = true;
this.lbl_instructions.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lbl_instructions.Location = new System.Drawing.Point(6, 17);
this.lbl_instructions.Name = "lbl_instructions";
this.lbl_instructions.Size = new System.Drawing.Size(162, 34);
this.lbl_instructions.TabIndex = 1;
this.lbl_instructions.Text = "Drag and drop pictures here, or select them by pressing browse";
this.lbl_instructions.DragDrop += new System.Windows.Forms.DragEventHandler(this.drag_drop);
this.lbl_instructions.DragEnter += new System.Windows.Forms.DragEventHandler(this.drag_enter);
//
// group_screenshot
//
this.group_screenshot.Controls.Add(this.btn_capture_selected_area);
this.group_screenshot.Controls.Add(this.btn_capture);
this.group_screenshot.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.group_screenshot.Location = new System.Drawing.Point(12, 86);
this.group_screenshot.Name = "group_screenshot";
this.group_screenshot.Size = new System.Drawing.Size(235, 52);
this.group_screenshot.TabIndex = 2;
this.group_screenshot.TabStop = false;
this.group_screenshot.Text = "Screenshot";
//
// btn_capture_selected_area
//
this.btn_capture_selected_area.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btn_capture_selected_area.Location = new System.Drawing.Point(93, 19);
this.btn_capture_selected_area.Name = "btn_capture_selected_area";
this.btn_capture_selected_area.Size = new System.Drawing.Size(136, 23);
this.btn_capture_selected_area.TabIndex = 2;
this.btn_capture_selected_area.Text = "capture region";
this.btn_capture_selected_area.UseVisualStyleBackColor = true;
this.btn_capture_selected_area.Click += new System.EventHandler(this.Btn_capture_regionClick);
//
// btn_capture
//
this.btn_capture.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btn_capture.Location = new System.Drawing.Point(6, 19);
this.btn_capture.Name = "btn_capture";
this.btn_capture.Size = new System.Drawing.Size(81, 23);
this.btn_capture.TabIndex = 1;
this.btn_capture.Text = "capture";
this.btn_capture.UseVisualStyleBackColor = true;
this.btn_capture.Click += new System.EventHandler(this.Btn_captureClick);
//
// group_upload_progress
//
this.group_upload_progress.Controls.Add(this.progress);
this.group_upload_progress.Location = new System.Drawing.Point(12, 144);
this.group_upload_progress.Name = "group_upload_progress";
this.group_upload_progress.Size = new System.Drawing.Size(235, 49);
this.group_upload_progress.TabIndex = 3;
this.group_upload_progress.TabStop = false;
this.group_upload_progress.Text = "Upload Progress";
//
// progress
//
this.progress.Location = new System.Drawing.Point(6, 19);
this.progress.Name = "progress";
this.progress.Size = new System.Drawing.Size(223, 20);
this.progress.TabIndex = 0;
//
// group_image_links
//
this.group_image_links.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.group_image_links.Controls.Add(this.list_image_links);
this.group_image_links.Location = new System.Drawing.Point(12, 199);
this.group_image_links.Name = "group_image_links";
this.group_image_links.Size = new System.Drawing.Size(235, 212);
this.group_image_links.TabIndex = 4;
this.group_image_links.TabStop = false;
this.group_image_links.Text = "Image Links";
this.group_image_links.DragDrop += new System.Windows.Forms.DragEventHandler(this.drag_drop);
this.group_image_links.DragEnter += new System.Windows.Forms.DragEventHandler(this.drag_enter);
//
// list_image_links
//
this.list_image_links.AllowDrop = true;
this.list_image_links.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.list_image_links.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.column_url,
this.column_delete_hash});
this.list_image_links.ContextMenuStrip = this.image_links_menu;
this.list_image_links.FullRowSelect = true;
this.list_image_links.GridLines = true;
this.list_image_links.Location = new System.Drawing.Point(6, 19);
this.list_image_links.MultiSelect = false;
this.list_image_links.Name = "list_image_links";
this.list_image_links.Size = new System.Drawing.Size(223, 187);
this.list_image_links.TabIndex = 0;
this.list_image_links.UseCompatibleStateImageBehavior = false;
this.list_image_links.View = System.Windows.Forms.View.Details;
this.list_image_links.DragDrop += new System.Windows.Forms.DragEventHandler(this.drag_drop);
this.list_image_links.DragEnter += new System.Windows.Forms.DragEventHandler(this.drag_enter);
this.list_image_links.DoubleClick += new System.EventHandler(this.OpenToolStripMenuItemClick);
//
// column_url
//
this.column_url.Text = "Image URL";
this.column_url.Width = 150;
//
// column_delete_hash
//
this.column_delete_hash.Text = "Delete";
this.column_delete_hash.Width = 50;
//
// image_links_menu
//
this.image_links_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.copyToolStripMenuItem,
this.toolStripMenuItem2,
this.deleteToolStripMenuItem});
this.image_links_menu.Name = "image_links_menu";
this.image_links_menu.Size = new System.Drawing.Size(108, 76);
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
this.openToolStripMenuItem.Text = "Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenToolStripMenuItemClick);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
this.copyToolStripMenuItem.Text = "Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.CopyToolStripMenuItemClick);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(104, 6);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeleteToolStripMenuItemClick);
//
// tray_menu
//
this.tray_menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.minimizeToTrayToolStripMenuItem,
this.toolStripMenuItem1,
this.takeRegionScreenshotToolStripMenuItem,
this.takeScreenshotToolStripMenuItem,
this.aboutToolStripMenuItem1,
this.exitToolStripMenuItem1});
this.tray_menu.Name = "tray_menu";
this.tray_menu.Size = new System.Drawing.Size(201, 120);
//
// minimizeToTrayToolStripMenuItem
//
this.minimizeToTrayToolStripMenuItem.Name = "minimizeToTrayToolStripMenuItem";
this.minimizeToTrayToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
this.minimizeToTrayToolStripMenuItem.Text = "Minimize to tray";
this.minimizeToTrayToolStripMenuItem.Click += new System.EventHandler(this.inverse_tray_options);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(197, 6);
//
// takeRegionScreenshotToolStripMenuItem
//
this.takeRegionScreenshotToolStripMenuItem.Name = "takeRegionScreenshotToolStripMenuItem";
this.takeRegionScreenshotToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
this.takeRegionScreenshotToolStripMenuItem.Text = "Take Region Screenshot";
this.takeRegionScreenshotToolStripMenuItem.Click += new System.EventHandler(this.Btn_capture_regionClick);
//
// takeScreenshotToolStripMenuItem
//
this.takeScreenshotToolStripMenuItem.Name = "takeScreenshotToolStripMenuItem";
this.takeScreenshotToolStripMenuItem.Size = new System.Drawing.Size(200, 22);
this.takeScreenshotToolStripMenuItem.Text = "Take Screenshot";
this.takeScreenshotToolStripMenuItem.Click += new System.EventHandler(this.Btn_captureClick);
//
// aboutToolStripMenuItem1
//
this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(200, 22);
this.aboutToolStripMenuItem1.Text = "About";
this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.AboutToolStripMenuItemClick);
//
// exitToolStripMenuItem1
//
this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
this.exitToolStripMenuItem1.Size = new System.Drawing.Size(200, 22);
this.exitToolStripMenuItem1.Text = "Exit";
this.exitToolStripMenuItem1.Click += new System.EventHandler(this.ExitToolStripMenuItemClick);
//
// tray_icon
//
this.tray_icon.ContextMenuStrip = this.tray_menu;
this.tray_icon.Icon = ((System.Drawing.Icon)(resources.GetObject("tray_icon.Icon")));
this.tray_icon.Text = "Hyperdesktop2";
this.tray_icon.Visible = true;
this.tray_icon.BalloonTipClicked += new System.EventHandler(this.Tray_iconBalloonTipClicked);
this.tray_icon.DoubleClick += new System.EventHandler(this.inverse_tray_options);
//
// frm_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(259, 417);
this.Controls.Add(this.group_image_links);
this.Controls.Add(this.group_upload_progress);
this.Controls.Add(this.group_screenshot);
this.Controls.Add(this.group_upload);
this.Controls.Add(this.main_menu);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.main_menu;
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(275, 99999998);
this.MinimumSize = new System.Drawing.Size(275, 300);
this.Name = "frm_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Hyperdesktop2";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_MainFormClosing);
this.Load += new System.EventHandler(this.Frm_MainLoad);
this.main_menu.ResumeLayout(false);
this.main_menu.PerformLayout();
this.group_upload.ResumeLayout(false);
this.group_screenshot.ResumeLayout(false);
this.group_upload_progress.ResumeLayout(false);
this.group_image_links.ResumeLayout(false);
this.image_links_menu.ResumeLayout(false);
this.tray_menu.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.ToolStripMenuItem registerHotkeysToolStripMenuItem;
private System.Windows.Forms.ContextMenuStrip image_links_menu;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.ColumnHeader column_url;
private System.Windows.Forms.ColumnHeader column_delete_hash;
private System.Windows.Forms.NotifyIcon tray_icon;
private System.Windows.Forms.ToolStripMenuItem minimizeToTrayToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem takeRegionScreenshotToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem takeScreenshotToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
private System.Windows.Forms.ContextMenuStrip tray_menu;
private System.Windows.Forms.GroupBox group_upload_progress;
private System.Windows.Forms.ProgressBar progress;
private System.Windows.Forms.GroupBox group_image_links;
private System.Windows.Forms.ListView list_image_links;
private System.Windows.Forms.GroupBox group_upload;
private System.Windows.Forms.Button btn_browse;
private System.Windows.Forms.Label lbl_instructions;
private System.Windows.Forms.GroupBox group_screenshot;
private System.Windows.Forms.Button btn_capture_selected_area;
private System.Windows.Forms.Button btn_capture;
private System.Windows.Forms.MenuStrip main_menu;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem hideWindowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
}
}