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