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