QuickImage – Blame information for rev 8

Subversion Repositories:
Rev:
Rev Author Line No. Line
7 office 1 using System.ComponentModel;
2 using System.Windows.Forms;
3 using QuickImage.Utilities.Controls;
4  
5 namespace QuickImage
6 {
7 partial class Form1
8 {
9 /// <summary>
10 /// Required designer variable.
11 /// </summary>
12 private IContainer components = null;
13  
14 /// <summary>
15 /// Clean up any resources being used.
16 /// </summary>
17 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
18 protected override void Dispose(bool disposing)
19 {
20 if (disposing && (components != null))
21 {
22 components.Dispose();
23 }
24 base.Dispose(disposing);
25 }
26  
27 #region Windows Form Designer generated code
28  
29 /// <summary>
30 /// Required method for Designer support - do not modify
31 /// the contents of this method with the code editor.
32 /// </summary>
33 private void InitializeComponent()
34 {
35 this.components = new System.ComponentModel.Container();
36 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
37 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
38 this.tagTextBox = new QuickImage.Utilities.Controls.IconToolStripTextBox();
39 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
40 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
41 this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
43 this.groupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.collapseAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.expandAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.imageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47 this.editToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
48 this.convertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 this.jpgToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50 this.pngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51 this.bmpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52 this.gifToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53 this.fileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
54 this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55 this.openDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56 this.moveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57 this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58 this.directoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59 this.loadMissingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60 this.removeMissingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61 this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
62 this.selectAllToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
63 this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
64 this.relocateToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
65 this.taggingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
66 this.removeTagsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
67 this.synchronizeTagsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
68 this.balanceTagsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69 this.oCRTextToTagsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
70 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
71 this.tabControl1 = new System.Windows.Forms.TabControl();
72 this.tabPage1 = new System.Windows.Forms.TabPage();
73 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
74 this.splitContainer3 = new System.Windows.Forms.SplitContainer();
75 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
76 this.tagListView = new QuickImage.Utilities.Controls.ListViewCollapsible();
77 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
78 this.button1 = new System.Windows.Forms.Button();
79 this.imageListView = new QuickImage.Utilities.Controls.ListViewCollapsible();
80 this.largeImageList = new System.Windows.Forms.ImageList(this.components);
81 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
82 this.textBox1 = new System.Windows.Forms.TextBox();
83 this.panel1 = new System.Windows.Forms.Panel();
84 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
85 this.radioButton2 = new System.Windows.Forms.RadioButton();
86 this.radioButton1 = new System.Windows.Forms.RadioButton();
87 this.checkBox3 = new System.Windows.Forms.CheckBox();
88 this.checkBox1 = new System.Windows.Forms.CheckBox();
89 this.checkBox2 = new System.Windows.Forms.CheckBox();
90 this.label1 = new System.Windows.Forms.Label();
91 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
92 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
93 this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
94 this.openDirectoryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
95 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
96 this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
97 this.viewLogsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
98 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
99 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
100 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
101 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
102 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
103 this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
104 this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
105 this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
106 this.sortByToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
8 office 107 this.nameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
7 office 108 this.perceptionToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
109 this.typeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
110 this.sizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
111 this.ascendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
112 this.descendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
113 this.dateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
114 this.creationTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
115 this.ascendingToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
116 this.descendingToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
117 this.accessTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
118 this.asendingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
119 this.descendingToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
120 this.modificationTimeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
121 this.ascendingToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
122 this.descendingToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
123 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
124 this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
125 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
126 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
127 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
128 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
129 this.contextMenuStrip1.SuspendLayout();
130 this.tableLayoutPanel1.SuspendLayout();
131 this.tabControl1.SuspendLayout();
132 this.tabPage1.SuspendLayout();
133 this.tableLayoutPanel2.SuspendLayout();
134 ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
135 this.splitContainer3.Panel1.SuspendLayout();
136 this.splitContainer3.Panel2.SuspendLayout();
137 this.splitContainer3.SuspendLayout();
138 this.tableLayoutPanel5.SuspendLayout();
139 this.tableLayoutPanel6.SuspendLayout();
140 this.tableLayoutPanel3.SuspendLayout();
141 this.panel1.SuspendLayout();
142 this.tableLayoutPanel4.SuspendLayout();
143 this.menuStrip1.SuspendLayout();
144 this.statusStrip1.SuspendLayout();
145 this.SuspendLayout();
146 //
147 // contextMenuStrip1
148 //
149 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
150 this.tagTextBox,
151 this.toolStripSeparator2,
152 this.toolStripSeparator6,
153 this.removeToolStripMenuItem,
154 this.toolStripSeparator3,
155 this.groupToolStripMenuItem,
156 this.imageToolStripMenuItem,
157 this.fileToolStripMenuItem1,
158 this.directoryToolStripMenuItem,
159 this.taggingToolStripMenuItem});
160 this.contextMenuStrip1.Name = "contextMenuStrip1";
8 office 161 this.contextMenuStrip1.Size = new System.Drawing.Size(196, 200);
7 office 162 this.contextMenuStrip1.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.contextMenuStrip1_Closing);
163 this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
164 this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
165 //
166 // tagTextBox
167 //
168 this.tagTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
169 this.tagTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
170 this.tagTextBox.Image = ((System.Drawing.Image)(resources.GetObject("tagTextBox.Image")));
171 this.tagTextBox.Name = "tagTextBox";
172 this.tagTextBox.Size = new System.Drawing.Size(100, 22);
173 this.tagTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyUp);
174 //
175 // toolStripSeparator2
176 //
177 this.toolStripSeparator2.Name = "toolStripSeparator2";
178 this.toolStripSeparator2.Size = new System.Drawing.Size(192, 6);
179 //
180 // toolStripSeparator6
181 //
182 this.toolStripSeparator6.Name = "toolStripSeparator6";
183 this.toolStripSeparator6.Size = new System.Drawing.Size(192, 6);
184 //
185 // removeToolStripMenuItem
186 //
187 this.removeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("removeToolStripMenuItem.Image")));
188 this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
189 this.removeToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
190 this.removeToolStripMenuItem.Text = "Remove from Database";
191 this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
192 //
193 // toolStripSeparator3
194 //
195 this.toolStripSeparator3.Name = "toolStripSeparator3";
196 this.toolStripSeparator3.Size = new System.Drawing.Size(192, 6);
197 //
198 // groupToolStripMenuItem
199 //
200 this.groupToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
201 this.collapseAllToolStripMenuItem,
202 this.expandAllToolStripMenuItem});
203 this.groupToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("groupToolStripMenuItem.Image")));
204 this.groupToolStripMenuItem.Name = "groupToolStripMenuItem";
205 this.groupToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
206 this.groupToolStripMenuItem.Text = "Group";
207 //
208 // collapseAllToolStripMenuItem
209 //
210 this.collapseAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("collapseAllToolStripMenuItem.Image")));
211 this.collapseAllToolStripMenuItem.Name = "collapseAllToolStripMenuItem";
212 this.collapseAllToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
213 this.collapseAllToolStripMenuItem.Text = "Collapse All";
214 this.collapseAllToolStripMenuItem.Click += new System.EventHandler(this.collapseAllToolStripMenuItem_Click);
215 //
216 // expandAllToolStripMenuItem
217 //
218 this.expandAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("expandAllToolStripMenuItem.Image")));
219 this.expandAllToolStripMenuItem.Name = "expandAllToolStripMenuItem";
220 this.expandAllToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
221 this.expandAllToolStripMenuItem.Text = "Expand All";
222 this.expandAllToolStripMenuItem.Click += new System.EventHandler(this.expandAllToolStripMenuItem_Click);
223 //
224 // imageToolStripMenuItem
225 //
226 this.imageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
227 this.editToolStripMenuItem2,
228 this.convertToolStripMenuItem});
229 this.imageToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("imageToolStripMenuItem.Image")));
230 this.imageToolStripMenuItem.Name = "imageToolStripMenuItem";
231 this.imageToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
232 this.imageToolStripMenuItem.Text = "Image";
233 //
234 // editToolStripMenuItem2
235 //
236 this.editToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("editToolStripMenuItem2.Image")));
237 this.editToolStripMenuItem2.Name = "editToolStripMenuItem2";
238 this.editToolStripMenuItem2.Size = new System.Drawing.Size(130, 22);
239 this.editToolStripMenuItem2.Text = "Edit...";
240 this.editToolStripMenuItem2.Click += new System.EventHandler(this.editToolStripMenuItem1_Click);
241 //
242 // convertToolStripMenuItem
243 //
244 this.convertToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
245 this.jpgToolStripMenuItem,
246 this.pngToolStripMenuItem,
247 this.bmpToolStripMenuItem,
248 this.gifToolStripMenuItem});
249 this.convertToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("convertToolStripMenuItem.Image")));
250 this.convertToolStripMenuItem.Name = "convertToolStripMenuItem";
251 this.convertToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
252 this.convertToolStripMenuItem.Text = "Convert To";
253 //
254 // jpgToolStripMenuItem
255 //
256 this.jpgToolStripMenuItem.Name = "jpgToolStripMenuItem";
257 this.jpgToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
258 this.jpgToolStripMenuItem.Text = "jpg";
259 this.jpgToolStripMenuItem.Click += new System.EventHandler(this.convertToTypeToolStripMenuItem_Click);
260 //
261 // pngToolStripMenuItem
262 //
263 this.pngToolStripMenuItem.Name = "pngToolStripMenuItem";
264 this.pngToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
265 this.pngToolStripMenuItem.Text = "png";
266 this.pngToolStripMenuItem.Click += new System.EventHandler(this.convertToTypeToolStripMenuItem_Click);
267 //
268 // bmpToolStripMenuItem
269 //
270 this.bmpToolStripMenuItem.Name = "bmpToolStripMenuItem";
271 this.bmpToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
272 this.bmpToolStripMenuItem.Text = "bmp";
273 this.bmpToolStripMenuItem.Click += new System.EventHandler(this.convertToTypeToolStripMenuItem_Click);
274 //
275 // gifToolStripMenuItem
276 //
277 this.gifToolStripMenuItem.Name = "gifToolStripMenuItem";
278 this.gifToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
279 this.gifToolStripMenuItem.Text = "gif";
280 this.gifToolStripMenuItem.Click += new System.EventHandler(this.convertToTypeToolStripMenuItem_Click);
281 //
282 // fileToolStripMenuItem1
283 //
284 this.fileToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
285 this.deleteToolStripMenuItem,
286 this.openDirectoryToolStripMenuItem,
287 this.moveToolStripMenuItem,
288 this.renameToolStripMenuItem});
289 this.fileToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("fileToolStripMenuItem1.Image")));
290 this.fileToolStripMenuItem1.Name = "fileToolStripMenuItem1";
291 this.fileToolStripMenuItem1.Size = new System.Drawing.Size(195, 22);
292 this.fileToolStripMenuItem1.Text = "File";
293 //
294 // deleteToolStripMenuItem
295 //
296 this.deleteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem.Image")));
297 this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
8 office 298 this.deleteToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
7 office 299 this.deleteToolStripMenuItem.Text = "Delete";
300 this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
301 //
302 // openDirectoryToolStripMenuItem
303 //
304 this.openDirectoryToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openDirectoryToolStripMenuItem.Image")));
305 this.openDirectoryToolStripMenuItem.Name = "openDirectoryToolStripMenuItem";
8 office 306 this.openDirectoryToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
7 office 307 this.openDirectoryToolStripMenuItem.Text = "Open in Explorer";
308 this.openDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openDirectoryToolStripMenuItem_Click);
309 //
310 // moveToolStripMenuItem
311 //
312 this.moveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("moveToolStripMenuItem.Image")));
313 this.moveToolStripMenuItem.Name = "moveToolStripMenuItem";
8 office 314 this.moveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
7 office 315 this.moveToolStripMenuItem.Text = "Move";
8 office 316 this.moveToolStripMenuItem.DropDownClosed += new System.EventHandler(this.moveToolStripMenuItem_DropDownClosed);
7 office 317 this.moveToolStripMenuItem.DropDownOpening += new System.EventHandler(this.moveToolStripMenuItem_DropDownOpening);
318 //
319 // renameToolStripMenuItem
320 //
321 this.renameToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("renameToolStripMenuItem.Image")));
322 this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
8 office 323 this.renameToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
7 office 324 this.renameToolStripMenuItem.Text = "Rename";
325 this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
326 //
327 // directoryToolStripMenuItem
328 //
329 this.directoryToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
330 this.loadMissingToolStripMenuItem,
331 this.removeMissingToolStripMenuItem,
332 this.toolStripSeparator7,
333 this.selectAllToolStripMenuItem2,
334 this.toolStripSeparator8,
335 this.relocateToToolStripMenuItem});
336 this.directoryToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("directoryToolStripMenuItem.Image")));
337 this.directoryToolStripMenuItem.Name = "directoryToolStripMenuItem";
338 this.directoryToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
339 this.directoryToolStripMenuItem.Text = "Directory";
340 //
341 // loadMissingToolStripMenuItem
342 //
343 this.loadMissingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("loadMissingToolStripMenuItem.Image")));
344 this.loadMissingToolStripMenuItem.Name = "loadMissingToolStripMenuItem";
345 this.loadMissingToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
346 this.loadMissingToolStripMenuItem.Text = "Load Missing";
347 this.loadMissingToolStripMenuItem.Click += new System.EventHandler(this.loadMissingToolStripMenuItem_Click);
348 //
349 // removeMissingToolStripMenuItem
350 //
351 this.removeMissingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("removeMissingToolStripMenuItem.Image")));
352 this.removeMissingToolStripMenuItem.Name = "removeMissingToolStripMenuItem";
353 this.removeMissingToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
354 this.removeMissingToolStripMenuItem.Text = "Remove Missing";
355 this.removeMissingToolStripMenuItem.Click += new System.EventHandler(this.removeMissingToolStripMenuItem_Click);
356 //
357 // toolStripSeparator7
358 //
359 this.toolStripSeparator7.Name = "toolStripSeparator7";
360 this.toolStripSeparator7.Size = new System.Drawing.Size(155, 6);
361 //
362 // selectAllToolStripMenuItem2
363 //
364 this.selectAllToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("selectAllToolStripMenuItem2.Image")));
365 this.selectAllToolStripMenuItem2.Name = "selectAllToolStripMenuItem2";
366 this.selectAllToolStripMenuItem2.Size = new System.Drawing.Size(158, 22);
367 this.selectAllToolStripMenuItem2.Text = "Select All";
368 this.selectAllToolStripMenuItem2.Click += new System.EventHandler(this.selectAllToolStripMenuItem1_Click);
369 //
370 // toolStripSeparator8
371 //
372 this.toolStripSeparator8.Name = "toolStripSeparator8";
373 this.toolStripSeparator8.Size = new System.Drawing.Size(155, 6);
374 //
375 // relocateToToolStripMenuItem
376 //
377 this.relocateToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("relocateToToolStripMenuItem.Image")));
378 this.relocateToToolStripMenuItem.Name = "relocateToToolStripMenuItem";
379 this.relocateToToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
380 this.relocateToToolStripMenuItem.Text = "Relocate To...";
381 this.relocateToToolStripMenuItem.Click += new System.EventHandler(this.relocateToToolStropMenuItem_Click);
382 //
383 // taggingToolStripMenuItem
384 //
385 this.taggingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
386 this.removeTagsToolStripMenuItem,
387 this.synchronizeTagsToolStripMenuItem,
388 this.balanceTagsToolStripMenuItem,
389 this.oCRTextToTagsToolStripMenuItem});
390 this.taggingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("taggingToolStripMenuItem.Image")));
391 this.taggingToolStripMenuItem.Name = "taggingToolStripMenuItem";
392 this.taggingToolStripMenuItem.Size = new System.Drawing.Size(195, 22);
393 this.taggingToolStripMenuItem.Text = "Tagging";
394 //
395 // removeTagsToolStripMenuItem
396 //
397 this.removeTagsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("removeTagsToolStripMenuItem.Image")));
398 this.removeTagsToolStripMenuItem.Name = "removeTagsToolStripMenuItem";
399 this.removeTagsToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
400 this.removeTagsToolStripMenuItem.Text = "Remove All Tags";
401 this.removeTagsToolStripMenuItem.Click += new System.EventHandler(this.removeTagsToolStripMenuItem_Click);
402 //
403 // synchronizeTagsToolStripMenuItem
404 //
405 this.synchronizeTagsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("synchronizeTagsToolStripMenuItem.Image")));
406 this.synchronizeTagsToolStripMenuItem.Name = "synchronizeTagsToolStripMenuItem";
407 this.synchronizeTagsToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
408 this.synchronizeTagsToolStripMenuItem.Text = "Synchronize Tags";
409 this.synchronizeTagsToolStripMenuItem.Click += new System.EventHandler(this.synchronizeTagsToolStripMenuItem_Click);
410 //
411 // balanceTagsToolStripMenuItem
412 //
413 this.balanceTagsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("balanceTagsToolStripMenuItem.Image")));
414 this.balanceTagsToolStripMenuItem.Name = "balanceTagsToolStripMenuItem";
415 this.balanceTagsToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
416 this.balanceTagsToolStripMenuItem.Text = "Balance Tags";
417 this.balanceTagsToolStripMenuItem.Click += new System.EventHandler(this.balanceTagsToolStripMenuItem_Click);
418 //
419 // oCRTextToTagsToolStripMenuItem
420 //
421 this.oCRTextToTagsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("oCRTextToTagsToolStripMenuItem.Image")));
422 this.oCRTextToTagsToolStripMenuItem.Name = "oCRTextToTagsToolStripMenuItem";
423 this.oCRTextToTagsToolStripMenuItem.Size = new System.Drawing.Size(164, 22);
424 this.oCRTextToTagsToolStripMenuItem.Text = "OCR Text To Tags";
425 this.oCRTextToTagsToolStripMenuItem.Click += new System.EventHandler(this.oCRTextToTagsToolStripMenuItem_Click);
426 //
427 // tableLayoutPanel1
428 //
429 this.tableLayoutPanel1.ColumnCount = 1;
430 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
431 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
432 this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0);
433 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
434 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
435 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
436 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
437 this.tableLayoutPanel1.RowCount = 3;
438 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
439 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
440 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
441 this.tableLayoutPanel1.Size = new System.Drawing.Size(792, 453);
442 this.tableLayoutPanel1.TabIndex = 2;
443 //
444 // tabControl1
445 //
446 this.tabControl1.Controls.Add(this.tabPage1);
447 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
448 this.tabControl1.Location = new System.Drawing.Point(3, 27);
449 this.tabControl1.Name = "tabControl1";
450 this.tabControl1.SelectedIndex = 0;
451 this.tabControl1.Size = new System.Drawing.Size(786, 399);
452 this.tabControl1.TabIndex = 3;
453 //
454 // tabPage1
455 //
456 this.tabPage1.Controls.Add(this.tableLayoutPanel2);
457 this.tabPage1.Location = new System.Drawing.Point(4, 22);
458 this.tabPage1.Name = "tabPage1";
459 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
460 this.tabPage1.Size = new System.Drawing.Size(778, 373);
461 this.tabPage1.TabIndex = 1;
462 this.tabPage1.Text = "Main";
463 this.tabPage1.UseVisualStyleBackColor = true;
464 //
465 // tableLayoutPanel2
466 //
467 this.tableLayoutPanel2.ColumnCount = 1;
468 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
469 this.tableLayoutPanel2.Controls.Add(this.splitContainer3, 0, 1);
470 this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
471 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
472 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
473 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
474 this.tableLayoutPanel2.RowCount = 2;
475 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
476 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
477 this.tableLayoutPanel2.Size = new System.Drawing.Size(772, 367);
478 this.tableLayoutPanel2.TabIndex = 5;
479 //
480 // splitContainer3
481 //
482 this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
483 this.splitContainer3.Location = new System.Drawing.Point(3, 51);
484 this.splitContainer3.Name = "splitContainer3";
485 //
486 // splitContainer3.Panel1
487 //
488 this.splitContainer3.Panel1.Controls.Add(this.tableLayoutPanel5);
489 //
490 // splitContainer3.Panel2
491 //
492 this.splitContainer3.Panel2.Controls.Add(this.imageListView);
493 this.splitContainer3.Size = new System.Drawing.Size(766, 313);
494 this.splitContainer3.SplitterDistance = 203;
495 this.splitContainer3.TabIndex = 4;
496 //
497 // tableLayoutPanel5
498 //
499 this.tableLayoutPanel5.ColumnCount = 1;
500 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
501 this.tableLayoutPanel5.Controls.Add(this.tagListView, 0, 0);
502 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel6, 0, 1);
503 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
504 this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
505 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
506 this.tableLayoutPanel5.RowCount = 2;
507 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
508 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
509 this.tableLayoutPanel5.Size = new System.Drawing.Size(203, 313);
510 this.tableLayoutPanel5.TabIndex = 2;
511 //
512 // tagListView
513 //
514 this.tagListView.Activation = System.Windows.Forms.ItemActivation.OneClick;
515 this.tagListView.CheckBoxes = true;
516 this.tagListView.Dock = System.Windows.Forms.DockStyle.Fill;
517 this.tagListView.GridLines = true;
518 this.tagListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
519 this.tagListView.HideSelection = false;
520 this.tagListView.LabelWrap = false;
521 this.tagListView.Location = new System.Drawing.Point(3, 3);
522 this.tagListView.Name = "tagListView";
523 this.tagListView.ShowGroups = false;
524 this.tagListView.Size = new System.Drawing.Size(197, 271);
525 this.tagListView.TabIndex = 1;
526 this.tagListView.UseCompatibleStateImageBehavior = false;
527 this.tagListView.View = System.Windows.Forms.View.List;
528 this.tagListView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tagListView_MouseDown);
529 //
530 // tableLayoutPanel6
531 //
532 this.tableLayoutPanel6.ColumnCount = 2;
533 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 64F));
534 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
535 this.tableLayoutPanel6.Controls.Add(this.button1, 0, 0);
536 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
537 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 280);
538 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
539 this.tableLayoutPanel6.RowCount = 1;
540 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
541 this.tableLayoutPanel6.Size = new System.Drawing.Size(197, 30);
542 this.tableLayoutPanel6.TabIndex = 2;
543 //
544 // button1
545 //
546 this.button1.Location = new System.Drawing.Point(3, 3);
547 this.button1.Name = "button1";
548 this.button1.Size = new System.Drawing.Size(58, 23);
549 this.button1.TabIndex = 0;
550 this.button1.Text = "Sort";
551 this.button1.UseVisualStyleBackColor = true;
552 this.button1.Click += new System.EventHandler(this.button1_Click);
553 //
554 // imageListView
555 //
556 this.imageListView.AllowDrop = true;
557 this.imageListView.AutoArrange = false;
558 this.imageListView.ContextMenuStrip = this.contextMenuStrip1;
559 this.imageListView.Dock = System.Windows.Forms.DockStyle.Fill;
560 this.imageListView.HideSelection = false;
561 this.imageListView.LargeImageList = this.largeImageList;
562 this.imageListView.Location = new System.Drawing.Point(0, 0);
563 this.imageListView.Name = "imageListView";
564 this.imageListView.Size = new System.Drawing.Size(559, 313);
565 this.imageListView.TabIndex = 1;
566 this.imageListView.UseCompatibleStateImageBehavior = false;
567 this.imageListView.GroupHeaderClick += new System.EventHandler<System.Windows.Forms.ListViewGroup>(this.imageListView_GroupHeaderClick);
568 this.imageListView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.imageListView_ItemDrag);
569 this.imageListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.imageListView_DragDrop);
570 this.imageListView.DragEnter += new System.Windows.Forms.DragEventHandler(this.imageListView_DragEnter);
571 this.imageListView.DragOver += new System.Windows.Forms.DragEventHandler(this.imageListView_DragOver);
572 this.imageListView.DragLeave += new System.EventHandler(this.imageListView_DragLeave);
573 this.imageListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.imageListView_KeyDown);
574 this.imageListView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.imageListView_KeyUp);
575 this.imageListView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.imageListView_MouseDoubleClick);
576 this.imageListView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.imageListView_MouseDown);
577 this.imageListView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.imageListView_MouseUp);
578 //
579 // largeImageList
580 //
581 this.largeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
582 this.largeImageList.ImageSize = new System.Drawing.Size(128, 128);
583 this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
584 //
585 // tableLayoutPanel3
586 //
587 this.tableLayoutPanel3.ColumnCount = 5;
588 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 56F));
589 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
590 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 166F));
591 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 67F));
592 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 78F));
593 this.tableLayoutPanel3.Controls.Add(this.textBox1, 1, 0);
594 this.tableLayoutPanel3.Controls.Add(this.panel1, 2, 0);
595 this.tableLayoutPanel3.Controls.Add(this.checkBox1, 3, 0);
596 this.tableLayoutPanel3.Controls.Add(this.checkBox2, 4, 0);
597 this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
598 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
599 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
600 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
601 this.tableLayoutPanel3.RowCount = 1;
602 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
603 this.tableLayoutPanel3.Size = new System.Drawing.Size(766, 42);
604 this.tableLayoutPanel3.TabIndex = 5;
605 //
606 // textBox1
607 //
608 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
609 this.textBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
610 this.textBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
611 this.textBox1.Location = new System.Drawing.Point(59, 11);
612 this.textBox1.Name = "textBox1";
613 this.textBox1.Size = new System.Drawing.Size(393, 20);
614 this.textBox1.TabIndex = 1;
615 this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
616 this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
617 //
618 // panel1
619 //
620 this.panel1.Controls.Add(this.tableLayoutPanel4);
621 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
622 this.panel1.Location = new System.Drawing.Point(458, 3);
623 this.panel1.Name = "panel1";
624 this.panel1.Size = new System.Drawing.Size(160, 36);
625 this.panel1.TabIndex = 2;
626 //
627 // tableLayoutPanel4
628 //
629 this.tableLayoutPanel4.ColumnCount = 3;
630 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
631 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
632 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
633 this.tableLayoutPanel4.Controls.Add(this.radioButton2, 0, 0);
634 this.tableLayoutPanel4.Controls.Add(this.radioButton1, 1, 0);
635 this.tableLayoutPanel4.Controls.Add(this.checkBox3, 2, 0);
636 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
637 this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
638 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
639 this.tableLayoutPanel4.RowCount = 1;
640 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
641 this.tableLayoutPanel4.Size = new System.Drawing.Size(160, 36);
642 this.tableLayoutPanel4.TabIndex = 0;
643 //
644 // radioButton2
645 //
646 this.radioButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
647 this.radioButton2.AutoSize = true;
648 this.radioButton2.Checked = true;
649 this.radioButton2.Location = new System.Drawing.Point(5, 3);
650 this.radioButton2.Name = "radioButton2";
651 this.radioButton2.Size = new System.Drawing.Size(42, 30);
652 this.radioButton2.TabIndex = 1;
653 this.radioButton2.TabStop = true;
654 this.radioButton2.Tag = "SearchType";
655 this.radioButton2.Text = "Any";
656 this.radioButton2.UseVisualStyleBackColor = true;
657 this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
658 //
659 // radioButton1
660 //
661 this.radioButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
662 this.radioButton1.AutoSize = true;
663 this.radioButton1.Location = new System.Drawing.Point(62, 3);
664 this.radioButton1.Name = "radioButton1";
665 this.radioButton1.Size = new System.Drawing.Size(35, 30);
666 this.radioButton1.TabIndex = 0;
667 this.radioButton1.Tag = "SearchType";
668 this.radioButton1.Text = "All";
669 this.radioButton1.UseVisualStyleBackColor = true;
670 this.radioButton1.CheckedChanged += new System.EventHandler(this.radiobutton1_CheckedChanged);
671 //
672 // checkBox3
673 //
674 this.checkBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
675 this.checkBox3.AutoSize = true;
676 this.checkBox3.Checked = true;
677 this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
678 this.checkBox3.Location = new System.Drawing.Point(109, 9);
679 this.checkBox3.Name = "checkBox3";
680 this.checkBox3.Size = new System.Drawing.Size(48, 17);
681 this.checkBox3.TabIndex = 2;
682 this.checkBox3.Text = "Split";
683 this.checkBox3.UseVisualStyleBackColor = true;
684 this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
685 this.checkBox3.VisibleChanged += new System.EventHandler(this.checkBox3_VisibleChanged);
686 //
687 // checkBox1
688 //
689 this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
690 this.checkBox1.AutoSize = true;
691 this.checkBox1.Location = new System.Drawing.Point(624, 12);
692 this.checkBox1.Name = "checkBox1";
693 this.checkBox1.Size = new System.Drawing.Size(61, 17);
694 this.checkBox1.TabIndex = 3;
695 this.checkBox1.Text = "Casing";
696 this.checkBox1.UseVisualStyleBackColor = true;
697 this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
698 this.checkBox1.VisibleChanged += new System.EventHandler(this.checkBox1_VisibleChanged);
699 //
700 // checkBox2
701 //
702 this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
703 this.checkBox2.AutoSize = true;
704 this.checkBox2.Location = new System.Drawing.Point(691, 12);
705 this.checkBox2.Name = "checkBox2";
706 this.checkBox2.Size = new System.Drawing.Size(72, 17);
707 this.checkBox2.TabIndex = 4;
708 this.checkBox2.Text = "Metadata";
709 this.checkBox2.UseVisualStyleBackColor = true;
710 this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
711 this.checkBox2.VisibleChanged += new System.EventHandler(this.checkBox2_VisibleChanged);
712 //
713 // label1
714 //
715 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
716 this.label1.AutoSize = true;
717 this.label1.Location = new System.Drawing.Point(3, 14);
718 this.label1.Name = "label1";
719 this.label1.Size = new System.Drawing.Size(50, 13);
720 this.label1.TabIndex = 0;
721 this.label1.Text = "Search";
722 //
723 // menuStrip1
724 //
725 this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
726 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
727 this.fileToolStripMenuItem,
728 this.editToolStripMenuItem,
729 this.viewToolStripMenuItem,
730 this.helpToolStripMenuItem});
731 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
732 this.menuStrip1.Name = "menuStrip1";
733 this.menuStrip1.Size = new System.Drawing.Size(792, 24);
734 this.menuStrip1.TabIndex = 5;
735 this.menuStrip1.Text = "menuStrip1";
736 //
737 // fileToolStripMenuItem
738 //
739 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
740 this.openToolStripMenuItem,
741 this.openDirectoryToolStripMenuItem1,
742 this.toolStripSeparator4,
743 this.updateToolStripMenuItem,
744 this.viewLogsToolStripMenuItem,
745 this.toolStripSeparator1,
746 this.settingsToolStripMenuItem,
747 this.toolStripSeparator5,
748 this.aboutToolStripMenuItem,
749 this.quitToolStripMenuItem});
750 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
751 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
752 this.fileToolStripMenuItem.Text = "File";
753 //
754 // openToolStripMenuItem
755 //
756 this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
757 this.openToolStripMenuItem.Name = "openToolStripMenuItem";
758 this.openToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
759 this.openToolStripMenuItem.Text = "Import...";
760 this.openToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
761 //
762 // openDirectoryToolStripMenuItem1
763 //
764 this.openDirectoryToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("openDirectoryToolStripMenuItem1.Image")));
765 this.openDirectoryToolStripMenuItem1.Name = "openDirectoryToolStripMenuItem1";
766 this.openDirectoryToolStripMenuItem1.Size = new System.Drawing.Size(168, 22);
767 this.openDirectoryToolStripMenuItem1.Text = "Import Directory...";
768 this.openDirectoryToolStripMenuItem1.Click += new System.EventHandler(this.importDirectoryToolStripMenuItem_Click);
769 //
770 // toolStripSeparator4
771 //
772 this.toolStripSeparator4.Name = "toolStripSeparator4";
773 this.toolStripSeparator4.Size = new System.Drawing.Size(165, 6);
774 //
775 // updateToolStripMenuItem
776 //
777 this.updateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("updateToolStripMenuItem.Image")));
778 this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
779 this.updateToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
780 this.updateToolStripMenuItem.Text = "Update";
781 this.updateToolStripMenuItem.Click += new System.EventHandler(this.updateToolStripMenuItem_Click);
782 //
783 // viewLogsToolStripMenuItem
784 //
785 this.viewLogsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("viewLogsToolStripMenuItem.Image")));
786 this.viewLogsToolStripMenuItem.Name = "viewLogsToolStripMenuItem";
787 this.viewLogsToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
788 this.viewLogsToolStripMenuItem.Text = "View Logs...";
789 this.viewLogsToolStripMenuItem.Click += new System.EventHandler(this.viewLogsToolStripMenuItem_Click);
790 //
791 // toolStripSeparator1
792 //
793 this.toolStripSeparator1.Name = "toolStripSeparator1";
794 this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
795 //
796 // settingsToolStripMenuItem
797 //
798 this.settingsToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("settingsToolStripMenuItem.Image")));
799 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
800 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
801 this.settingsToolStripMenuItem.Text = "Settings...";
802 this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
803 //
804 // toolStripSeparator5
805 //
806 this.toolStripSeparator5.Name = "toolStripSeparator5";
807 this.toolStripSeparator5.Size = new System.Drawing.Size(165, 6);
808 //
809 // aboutToolStripMenuItem
810 //
811 this.aboutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem.Image")));
812 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
813 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
814 this.aboutToolStripMenuItem.Text = "About";
815 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
816 //
817 // quitToolStripMenuItem
818 //
819 this.quitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("quitToolStripMenuItem.Image")));
820 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
821 this.quitToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
822 this.quitToolStripMenuItem.Text = "Quit";
823 this.quitToolStripMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click);
824 //
825 // editToolStripMenuItem
826 //
827 this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
828 this.selectAllToolStripMenuItem});
829 this.editToolStripMenuItem.Name = "editToolStripMenuItem";
830 this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
831 this.editToolStripMenuItem.Text = "Edit";
832 //
833 // selectAllToolStripMenuItem
834 //
835 this.selectAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("selectAllToolStripMenuItem.Image")));
836 this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
837 this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
838 this.selectAllToolStripMenuItem.Text = "Select All (Ctrl + A)";
839 this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
840 //
841 // viewToolStripMenuItem
842 //
843 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
844 this.sortByToolStripMenuItem1});
845 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
846 this.viewToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
847 this.viewToolStripMenuItem.Text = "View";
848 //
849 // sortByToolStripMenuItem1
850 //
851 this.sortByToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
852 this.nameToolStripMenuItem,
853 this.perceptionToolStripMenuItem1,
854 this.typeToolStripMenuItem,
855 this.sizeToolStripMenuItem,
856 this.dateToolStripMenuItem});
857 this.sortByToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("sortByToolStripMenuItem1.Image")));
858 this.sortByToolStripMenuItem1.Name = "sortByToolStripMenuItem1";
8 office 859 this.sortByToolStripMenuItem1.Size = new System.Drawing.Size(111, 22);
7 office 860 this.sortByToolStripMenuItem1.Text = "Sort By";
861 //
8 office 862 // nameToolStripMenuItem
863 //
864 this.nameToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nameToolStripMenuItem.Image")));
865 this.nameToolStripMenuItem.Name = "nameToolStripMenuItem";
866 this.nameToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
867 this.nameToolStripMenuItem.Text = "Name";
868 this.nameToolStripMenuItem.Click += new System.EventHandler(this.nameToolStripMenuItem_Click);
869 //
7 office 870 // perceptionToolStripMenuItem1
871 //
872 this.perceptionToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("perceptionToolStripMenuItem1.Image")));
873 this.perceptionToolStripMenuItem1.Name = "perceptionToolStripMenuItem1";
8 office 874 this.perceptionToolStripMenuItem1.Size = new System.Drawing.Size(128, 22);
7 office 875 this.perceptionToolStripMenuItem1.Text = "Perception";
876 this.perceptionToolStripMenuItem1.Click += new System.EventHandler(this.perceptionToolStripMenuItem1_Click);
877 //
878 // typeToolStripMenuItem
879 //
880 this.typeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("typeToolStripMenuItem.Image")));
881 this.typeToolStripMenuItem.Name = "typeToolStripMenuItem";
8 office 882 this.typeToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
7 office 883 this.typeToolStripMenuItem.Text = "Type";
884 this.typeToolStripMenuItem.Click += new System.EventHandler(this.typeToolStripMenuItem_Click);
885 //
886 // sizeToolStripMenuItem
887 //
888 this.sizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
889 this.ascendingToolStripMenuItem,
890 this.descendingToolStripMenuItem});
891 this.sizeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("sizeToolStripMenuItem.Image")));
892 this.sizeToolStripMenuItem.Name = "sizeToolStripMenuItem";
8 office 893 this.sizeToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
7 office 894 this.sizeToolStripMenuItem.Text = "Size";
895 //
896 // ascendingToolStripMenuItem
897 //
898 this.ascendingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("ascendingToolStripMenuItem.Image")));
899 this.ascendingToolStripMenuItem.Name = "ascendingToolStripMenuItem";
8 office 900 this.ascendingToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
7 office 901 this.ascendingToolStripMenuItem.Text = "Ascending";
902 this.ascendingToolStripMenuItem.Click += new System.EventHandler(this.ascendingToolStripMenuItem_Click);
903 //
904 // descendingToolStripMenuItem
905 //
906 this.descendingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("descendingToolStripMenuItem.Image")));
907 this.descendingToolStripMenuItem.Name = "descendingToolStripMenuItem";
8 office 908 this.descendingToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
7 office 909 this.descendingToolStripMenuItem.Text = "Descending";
910 this.descendingToolStripMenuItem.Click += new System.EventHandler(this.descendingToolStripMenuItem_Click);
911 //
912 // dateToolStripMenuItem
913 //
914 this.dateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
915 this.creationTimeToolStripMenuItem,
916 this.accessTimeToolStripMenuItem,
917 this.modificationTimeToolStripMenuItem});
918 this.dateToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("dateToolStripMenuItem.Image")));
919 this.dateToolStripMenuItem.Name = "dateToolStripMenuItem";
8 office 920 this.dateToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
7 office 921 this.dateToolStripMenuItem.Text = "Date";
922 //
923 // creationTimeToolStripMenuItem
924 //
925 this.creationTimeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
926 this.ascendingToolStripMenuItem1,
927 this.descendingToolStripMenuItem1});
928 this.creationTimeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("creationTimeToolStripMenuItem.Image")));
929 this.creationTimeToolStripMenuItem.Name = "creationTimeToolStripMenuItem";
930 this.creationTimeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
931 this.creationTimeToolStripMenuItem.Text = "Creation Time";
932 //
933 // ascendingToolStripMenuItem1
934 //
935 this.ascendingToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("ascendingToolStripMenuItem1.Image")));
936 this.ascendingToolStripMenuItem1.Name = "ascendingToolStripMenuItem1";
937 this.ascendingToolStripMenuItem1.Size = new System.Drawing.Size(133, 22);
938 this.ascendingToolStripMenuItem1.Text = "Ascending";
939 this.ascendingToolStripMenuItem1.Click += new System.EventHandler(this.creationTimeAscendingSortMenuItem_Click);
940 //
941 // descendingToolStripMenuItem1
942 //
943 this.descendingToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("descendingToolStripMenuItem1.Image")));
944 this.descendingToolStripMenuItem1.Name = "descendingToolStripMenuItem1";
945 this.descendingToolStripMenuItem1.Size = new System.Drawing.Size(133, 22);
946 this.descendingToolStripMenuItem1.Text = "Descending";
947 this.descendingToolStripMenuItem1.Click += new System.EventHandler(this.creationTimeDescendingSortMenuItem_Click);
948 //
949 // accessTimeToolStripMenuItem
950 //
951 this.accessTimeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
952 this.asendingToolStripMenuItem,
953 this.descendingToolStripMenuItem2});
954 this.accessTimeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("accessTimeToolStripMenuItem.Image")));
955 this.accessTimeToolStripMenuItem.Name = "accessTimeToolStripMenuItem";
956 this.accessTimeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
957 this.accessTimeToolStripMenuItem.Text = "Access Time";
958 //
959 // asendingToolStripMenuItem
960 //
961 this.asendingToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("asendingToolStripMenuItem.Image")));
962 this.asendingToolStripMenuItem.Name = "asendingToolStripMenuItem";
963 this.asendingToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
964 this.asendingToolStripMenuItem.Text = "Ascending";
965 this.asendingToolStripMenuItem.Click += new System.EventHandler(this.accessTimeAscendingSortMenuItem_Click);
966 //
967 // descendingToolStripMenuItem2
968 //
969 this.descendingToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("descendingToolStripMenuItem2.Image")));
970 this.descendingToolStripMenuItem2.Name = "descendingToolStripMenuItem2";
971 this.descendingToolStripMenuItem2.Size = new System.Drawing.Size(133, 22);
972 this.descendingToolStripMenuItem2.Text = "Descending";
973 this.descendingToolStripMenuItem2.Click += new System.EventHandler(this.accessTimeDescendingSortMenuItem_Click);
974 //
975 // modificationTimeToolStripMenuItem
976 //
977 this.modificationTimeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
978 this.ascendingToolStripMenuItem2,
979 this.descendingToolStripMenuItem3});
980 this.modificationTimeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("modificationTimeToolStripMenuItem.Image")));
981 this.modificationTimeToolStripMenuItem.Name = "modificationTimeToolStripMenuItem";
982 this.modificationTimeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
983 this.modificationTimeToolStripMenuItem.Text = "Modification Time";
984 //
985 // ascendingToolStripMenuItem2
986 //
987 this.ascendingToolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("ascendingToolStripMenuItem2.Image")));
988 this.ascendingToolStripMenuItem2.Name = "ascendingToolStripMenuItem2";
989 this.ascendingToolStripMenuItem2.Size = new System.Drawing.Size(133, 22);
990 this.ascendingToolStripMenuItem2.Text = "Ascending";
991 this.ascendingToolStripMenuItem2.Click += new System.EventHandler(this.modificationTimeAscendingSortMenuItem_Click);
992 //
993 // descendingToolStripMenuItem3
994 //
995 this.descendingToolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("descendingToolStripMenuItem3.Image")));
996 this.descendingToolStripMenuItem3.Name = "descendingToolStripMenuItem3";
997 this.descendingToolStripMenuItem3.Size = new System.Drawing.Size(133, 22);
998 this.descendingToolStripMenuItem3.Text = "Descending";
999 this.descendingToolStripMenuItem3.Click += new System.EventHandler(this.modificationTimeDescendingSortMenuItem_Click);
1000 //
1001 // helpToolStripMenuItem
1002 //
1003 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1004 this.aboutToolStripMenuItem1});
1005 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
1006 this.helpToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
1007 this.helpToolStripMenuItem.Text = "Help";
1008 //
1009 // aboutToolStripMenuItem1
1010 //
1011 this.aboutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("aboutToolStripMenuItem1.Image")));
1012 this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
1013 this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
1014 this.aboutToolStripMenuItem1.Text = "About...";
1015 this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem1_Click);
1016 //
1017 // statusStrip1
1018 //
1019 this.statusStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
1020 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1021 this.toolStripProgressBar1,
1022 this.toolStripStatusLabel1});
1023 this.statusStrip1.Location = new System.Drawing.Point(0, 429);
1024 this.statusStrip1.Name = "statusStrip1";
1025 this.statusStrip1.Size = new System.Drawing.Size(792, 24);
1026 this.statusStrip1.TabIndex = 4;
1027 this.statusStrip1.Text = "statusStrip1";
1028 //
1029 // toolStripProgressBar1
1030 //
1031 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
1032 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 18);
1033 //
1034 // toolStripStatusLabel1
1035 //
1036 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
1037 this.toolStripStatusLabel1.Size = new System.Drawing.Size(116, 19);
1038 this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
1039 //
1040 // openFileDialog1
1041 //
1042 this.openFileDialog1.FileName = "openFileDialog1";
1043 //
1044 // Form1
1045 //
1046 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1047 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1048 this.ClientSize = new System.Drawing.Size(792, 453);
1049 this.Controls.Add(this.tableLayoutPanel1);
1050 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1051 this.MainMenuStrip = this.menuStrip1;
1052 this.MinimumSize = new System.Drawing.Size(800, 480);
1053 this.Name = "Form1";
1054 this.Text = "QuickImage";
1055 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_Closing);
1056 this.Load += new System.EventHandler(this.Form1_Load);
1057 this.contextMenuStrip1.ResumeLayout(false);
1058 this.contextMenuStrip1.PerformLayout();
1059 this.tableLayoutPanel1.ResumeLayout(false);
1060 this.tableLayoutPanel1.PerformLayout();
1061 this.tabControl1.ResumeLayout(false);
1062 this.tabPage1.ResumeLayout(false);
1063 this.tableLayoutPanel2.ResumeLayout(false);
1064 this.splitContainer3.Panel1.ResumeLayout(false);
1065 this.splitContainer3.Panel2.ResumeLayout(false);
1066 ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
1067 this.splitContainer3.ResumeLayout(false);
1068 this.tableLayoutPanel5.ResumeLayout(false);
1069 this.tableLayoutPanel6.ResumeLayout(false);
1070 this.tableLayoutPanel3.ResumeLayout(false);
1071 this.tableLayoutPanel3.PerformLayout();
1072 this.panel1.ResumeLayout(false);
1073 this.tableLayoutPanel4.ResumeLayout(false);
1074 this.tableLayoutPanel4.PerformLayout();
1075 this.menuStrip1.ResumeLayout(false);
1076 this.menuStrip1.PerformLayout();
1077 this.statusStrip1.ResumeLayout(false);
1078 this.statusStrip1.PerformLayout();
1079 this.ResumeLayout(false);
1080  
1081 }
1082  
1083 #endregion
1084 private ContextMenuStrip contextMenuStrip1;
1085 private IconToolStripTextBox tagTextBox;
1086 private TableLayoutPanel tableLayoutPanel1;
1087 private TabControl tabControl1;
1088 private TabPage tabPage1;
1089 private MenuStrip menuStrip1;
1090 private ToolStripMenuItem fileToolStripMenuItem;
1091 private StatusStrip statusStrip1;
1092 private QuickImage.Utilities.Controls.ListViewCollapsible tagListView;
1093 private SplitContainer splitContainer3;
1094 private ToolStripMenuItem updateToolStripMenuItem;
1095 private ToolStripMenuItem viewLogsToolStripMenuItem;
1096 private ToolStripMenuItem aboutToolStripMenuItem;
1097 private ToolStripMenuItem quitToolStripMenuItem;
1098 private ToolStripSeparator toolStripSeparator1;
1099 private ToolStripMenuItem removeToolStripMenuItem;
1100 private TableLayoutPanel tableLayoutPanel2;
1101 private TableLayoutPanel tableLayoutPanel3;
1102 private Label label1;
1103 private TextBox textBox1;
1104 private ToolStripProgressBar toolStripProgressBar1;
1105 private ToolStripSeparator toolStripSeparator2;
1106 private ToolStripSeparator toolStripSeparator3;
1107 private ToolStripMenuItem fileToolStripMenuItem1;
1108 private ToolStripMenuItem deleteToolStripMenuItem;
1109 private ToolStripMenuItem editToolStripMenuItem;
1110 private ToolStripMenuItem selectAllToolStripMenuItem;
1111 private Panel panel1;
1112 private RadioButton radioButton2;
1113 private RadioButton radioButton1;
1114 private TableLayoutPanel tableLayoutPanel4;
1115 private ToolStripStatusLabel toolStripStatusLabel1;
1116 private CheckBox checkBox1;
1117 private ToolStripMenuItem viewToolStripMenuItem;
1118 private ToolStripMenuItem sortByToolStripMenuItem1;
1119 private ToolStripMenuItem perceptionToolStripMenuItem1;
1120 private ToolStripMenuItem openDirectoryToolStripMenuItem;
1121 private ToolStripMenuItem helpToolStripMenuItem;
1122 private ToolStripMenuItem aboutToolStripMenuItem1;
1123 private ListViewCollapsible imageListView;
1124 private ImageList largeImageList;
1125 private ToolStripMenuItem sizeToolStripMenuItem;
1126 private ToolStripMenuItem ascendingToolStripMenuItem;
1127 private ToolStripMenuItem descendingToolStripMenuItem;
1128 private ToolStripMenuItem typeToolStripMenuItem;
1129 private ToolStripMenuItem openToolStripMenuItem;
1130 private ToolStripMenuItem openDirectoryToolStripMenuItem1;
1131 private ToolStripSeparator toolStripSeparator4;
1132 private OpenFileDialog openFileDialog1;
1133 private ToolStripMenuItem settingsToolStripMenuItem;
1134 private ToolStripSeparator toolStripSeparator5;
1135 private ToolStripSeparator toolStripSeparator6;
1136 private ToolStripMenuItem taggingToolStripMenuItem;
1137 private ToolStripMenuItem removeTagsToolStripMenuItem;
1138 private ToolStripMenuItem directoryToolStripMenuItem;
1139 private ToolStripMenuItem loadMissingToolStripMenuItem;
1140 private ToolStripMenuItem synchronizeTagsToolStripMenuItem;
1141 private ToolStripMenuItem balanceTagsToolStripMenuItem;
1142 private ToolStripMenuItem moveToolStripMenuItem;
1143 private ToolStripMenuItem imageToolStripMenuItem;
1144 private ToolStripMenuItem editToolStripMenuItem2;
1145 private ToolStripMenuItem convertToolStripMenuItem;
1146 private ToolStripMenuItem jpgToolStripMenuItem;
1147 private ToolStripMenuItem pngToolStripMenuItem;
1148 private ToolStripMenuItem bmpToolStripMenuItem;
1149 private ToolStripMenuItem gifToolStripMenuItem;
1150 private ToolStripMenuItem groupToolStripMenuItem;
1151 private ToolStripMenuItem collapseAllToolStripMenuItem;
1152 private ToolStripMenuItem expandAllToolStripMenuItem;
1153 private ToolStripMenuItem selectAllToolStripMenuItem2;
1154 private ToolStripMenuItem dateToolStripMenuItem;
1155 private ToolStripMenuItem creationTimeToolStripMenuItem;
1156 private ToolStripMenuItem accessTimeToolStripMenuItem;
1157 private ToolStripMenuItem modificationTimeToolStripMenuItem;
1158 private ToolStripMenuItem ascendingToolStripMenuItem1;
1159 private ToolStripMenuItem descendingToolStripMenuItem1;
1160 private ToolStripMenuItem asendingToolStripMenuItem;
1161 private ToolStripMenuItem descendingToolStripMenuItem2;
1162 private ToolStripMenuItem ascendingToolStripMenuItem2;
1163 private ToolStripMenuItem descendingToolStripMenuItem3;
1164 private ToolStripMenuItem renameToolStripMenuItem;
1165 private ToolStripMenuItem relocateToToolStripMenuItem;
1166 private CheckBox checkBox2;
1167 private CheckBox checkBox3;
1168 private ToolStripMenuItem removeMissingToolStripMenuItem;
1169 private ToolStripSeparator toolStripSeparator7;
1170 private ToolStripSeparator toolStripSeparator8;
1171 private ToolStripMenuItem oCRTextToTagsToolStripMenuItem;
1172 private TableLayoutPanel tableLayoutPanel5;
1173 private TableLayoutPanel tableLayoutPanel6;
1174 private Button button1;
1175 private ToolStripMenuItem nameToolStripMenuItem;
1176 }
1177 }
1178