-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExplorerMyFiles.Designer.vb
524 lines (518 loc) · 27.1 KB
/
ExplorerMyFiles.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ExplorerMyFiles
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
Friend WithEvents ToolStripContainer As System.Windows.Forms.ToolStripContainer
Friend WithEvents TreeNodeImageList As System.Windows.Forms.ImageList
Friend WithEvents ToolStripSeparator8 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStrip As System.Windows.Forms.ToolStrip
Friend WithEvents FoldersToolStripButton As System.Windows.Forms.ToolStripButton
Friend WithEvents MenuStrip As System.Windows.Forms.MenuStrip
Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents EditToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents CutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents CopyToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents PasteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents SelectAllToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents SplitContainer As System.Windows.Forms.SplitContainer
Friend WithEvents TreeView As System.Windows.Forms.TreeView
Friend WithEvents StatusStrip As System.Windows.Forms.StatusStrip
Friend WithEvents ToolStripStatus As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolTip As System.Windows.Forms.ToolTip
Friend WithEvents ListViewLargeImageList As System.Windows.Forms.ImageList
Friend WithEvents ListViewSmallImageList As System.Windows.Forms.ImageList
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ExplorerMyFiles))
Me.StatusStrip = New System.Windows.Forms.StatusStrip()
Me.ToolStripStatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabel4 = New System.Windows.Forms.ToolStripStatusLabel()
Me.TreeNodeImageList = New System.Windows.Forms.ImageList(Me.components)
Me.ToolStrip = New System.Windows.Forms.ToolStrip()
Me.FoldersToolStripButton = New System.Windows.Forms.ToolStripButton()
Me.ToolStripSeparator8 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripTextBox1 = New System.Windows.Forms.ToolStripTextBox()
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripTextBox2 = New System.Windows.Forms.ToolStripTextBox()
Me.MenuStrip = New System.Windows.Forms.MenuStrip()
Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EditToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.CutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.CopyToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.PasteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.UndoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator()
Me.SelectAllToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ViewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolBarToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.StatusBarToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.FoldersToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.FindToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ReplaceToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolTip = New System.Windows.Forms.ToolTip(Me.components)
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.ListBox2 = New System.Windows.Forms.ListBox()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.ToolStripContainer = New System.Windows.Forms.ToolStripContainer()
Me.SplitContainer = New System.Windows.Forms.SplitContainer()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.TreeView = New System.Windows.Forms.TreeView()
Me.ListViewLargeImageList = New System.Windows.Forms.ImageList(Me.components)
Me.ListViewSmallImageList = New System.Windows.Forms.ImageList(Me.components)
Me.ServiceController1 = New System.ServiceProcess.ServiceController()
Me.HelpProvider1 = New System.Windows.Forms.HelpProvider()
Me.StatusStrip.SuspendLayout()
Me.ToolStrip.SuspendLayout()
Me.MenuStrip.SuspendLayout()
Me.ToolStripContainer.BottomToolStripPanel.SuspendLayout()
Me.ToolStripContainer.ContentPanel.SuspendLayout()
Me.ToolStripContainer.TopToolStripPanel.SuspendLayout()
Me.ToolStripContainer.SuspendLayout()
Me.SplitContainer.Panel1.SuspendLayout()
Me.SplitContainer.Panel2.SuspendLayout()
Me.SplitContainer.SuspendLayout()
Me.SuspendLayout()
'
'StatusStrip
'
Me.StatusStrip.Dock = System.Windows.Forms.DockStyle.None
Me.StatusStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatus, Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel2, Me.ToolStripStatusLabel3, Me.ToolStripStatusLabel4})
Me.StatusStrip.Location = New System.Drawing.Point(0, 0)
Me.StatusStrip.Name = "StatusStrip"
Me.StatusStrip.Size = New System.Drawing.Size(918, 22)
Me.StatusStrip.TabIndex = 6
Me.StatusStrip.Text = "StatusStrip"
'
'ToolStripStatus
'
Me.ToolStripStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
Me.ToolStripStatus.Name = "ToolStripStatus"
Me.ToolStripStatus.Size = New System.Drawing.Size(39, 17)
Me.ToolStripStatus.Text = "Status"
'
'ToolStripStatusLabel1
'
Me.ToolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter
Me.ToolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(769, 17)
Me.ToolStripStatusLabel1.Spring = True
Me.ToolStripStatusLabel1.Text = "Services Status: "
'
'ToolStripStatusLabel2
'
Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(30, 17)
Me.ToolStripStatusLabel2.Text = "CAP"
'
'ToolStripStatusLabel3
'
Me.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3"
Me.ToolStripStatusLabel3.Size = New System.Drawing.Size(35, 17)
Me.ToolStripStatusLabel3.Text = "NUM"
'
'ToolStripStatusLabel4
'
Me.ToolStripStatusLabel4.Name = "ToolStripStatusLabel4"
Me.ToolStripStatusLabel4.Size = New System.Drawing.Size(30, 17)
Me.ToolStripStatusLabel4.Text = "OVR"
'
'TreeNodeImageList
'
Me.TreeNodeImageList.ImageStream = CType(resources.GetObject("TreeNodeImageList.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.TreeNodeImageList.TransparentColor = System.Drawing.Color.Transparent
Me.TreeNodeImageList.Images.SetKeyName(0, "ClosedFolder")
Me.TreeNodeImageList.Images.SetKeyName(1, "OpenFolder")
'
'ToolStrip
'
Me.ToolStrip.Anchor = System.Windows.Forms.AnchorStyles.Right
Me.ToolStrip.Dock = System.Windows.Forms.DockStyle.None
Me.ToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FoldersToolStripButton, Me.ToolStripSeparator8, Me.ToolStripLabel1, Me.ToolStripTextBox1, Me.ToolStripSeparator2, Me.ToolStripLabel2, Me.ToolStripTextBox2})
Me.ToolStrip.Location = New System.Drawing.Point(3, 24)
Me.ToolStrip.Name = "ToolStrip"
Me.ToolStrip.Size = New System.Drawing.Size(682, 25)
Me.ToolStrip.TabIndex = 0
Me.ToolStrip.Text = "ToolStrip1"
'
'FoldersToolStripButton
'
Me.FoldersToolStripButton.Checked = True
Me.FoldersToolStripButton.CheckState = System.Windows.Forms.CheckState.Checked
Me.FoldersToolStripButton.ImageTransparentColor = System.Drawing.Color.Black
Me.FoldersToolStripButton.Name = "FoldersToolStripButton"
Me.FoldersToolStripButton.Size = New System.Drawing.Size(49, 22)
Me.FoldersToolStripButton.Text = "Folders"
Me.FoldersToolStripButton.ToolTipText = "Toggle Folders View"
'
'ToolStripSeparator8
'
Me.ToolStripSeparator8.Name = "ToolStripSeparator8"
Me.ToolStripSeparator8.Size = New System.Drawing.Size(6, 25)
'
'ToolStripLabel1
'
Me.ToolStripLabel1.Name = "ToolStripLabel1"
Me.ToolStripLabel1.Size = New System.Drawing.Size(123, 22)
Me.ToolStripLabel1.Text = "Service Display Name:"
'
'ToolStripTextBox1
'
Me.ToolStripTextBox1.Name = "ToolStripTextBox1"
Me.ToolStripTextBox1.Size = New System.Drawing.Size(200, 25)
'
'ToolStripSeparator2
'
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25)
'
'ToolStripLabel2
'
Me.ToolStripLabel2.Name = "ToolStripLabel2"
Me.ToolStripLabel2.Size = New System.Drawing.Size(82, 22)
Me.ToolStripLabel2.Text = "Service Name:"
'
'ToolStripTextBox2
'
Me.ToolStripTextBox2.Name = "ToolStripTextBox2"
Me.ToolStripTextBox2.Size = New System.Drawing.Size(200, 25)
'
'MenuStrip
'
Me.MenuStrip.Dock = System.Windows.Forms.DockStyle.None
Me.MenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem, Me.EditToolStripMenuItem, Me.ViewToolStripMenuItem, Me.FindToolStripMenuItem, Me.ReplaceToolStripMenuItem})
Me.MenuStrip.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip.Name = "MenuStrip"
Me.MenuStrip.Size = New System.Drawing.Size(918, 24)
Me.MenuStrip.TabIndex = 0
Me.MenuStrip.Text = "MenuStrip1"
'
'FileToolStripMenuItem
'
Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripMenuItem, Me.ToolStripSeparator3, Me.ExitToolStripMenuItem})
Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
Me.FileToolStripMenuItem.Size = New System.Drawing.Size(37, 20)
Me.FileToolStripMenuItem.Text = "&File"
'
'OpenToolStripMenuItem
'
Me.OpenToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black
Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem"
Me.OpenToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
Me.OpenToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
Me.OpenToolStripMenuItem.Text = "&Open"
'
'ToolStripSeparator3
'
Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
Me.ToolStripSeparator3.Size = New System.Drawing.Size(143, 6)
'
'ExitToolStripMenuItem
'
Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(146, 22)
Me.ExitToolStripMenuItem.Text = "E&xit"
'
'EditToolStripMenuItem
'
Me.EditToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CutToolStripMenuItem, Me.CopyToolStripMenuItem, Me.PasteToolStripMenuItem, Me.UndoToolStripMenuItem, Me.ToolStripSeparator5, Me.SelectAllToolStripMenuItem})
Me.EditToolStripMenuItem.Name = "EditToolStripMenuItem"
Me.EditToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Z), System.Windows.Forms.Keys)
Me.EditToolStripMenuItem.Size = New System.Drawing.Size(39, 20)
Me.EditToolStripMenuItem.Text = "&Edit"
'
'CutToolStripMenuItem
'
Me.CutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black
Me.CutToolStripMenuItem.Name = "CutToolStripMenuItem"
Me.CutToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.X), System.Windows.Forms.Keys)
Me.CutToolStripMenuItem.Size = New System.Drawing.Size(164, 22)
Me.CutToolStripMenuItem.Text = "Cu&t"
'
'CopyToolStripMenuItem
'
Me.CopyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black
Me.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem"
Me.CopyToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.C), System.Windows.Forms.Keys)
Me.CopyToolStripMenuItem.Size = New System.Drawing.Size(164, 22)
Me.CopyToolStripMenuItem.Text = "&Copy"
'
'PasteToolStripMenuItem
'
Me.PasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black
Me.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem"
Me.PasteToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.V), System.Windows.Forms.Keys)
Me.PasteToolStripMenuItem.Size = New System.Drawing.Size(164, 22)
Me.PasteToolStripMenuItem.Text = "&Paste"
'
'UndoToolStripMenuItem
'
Me.UndoToolStripMenuItem.Name = "UndoToolStripMenuItem"
Me.UndoToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.Z), System.Windows.Forms.Keys)
Me.UndoToolStripMenuItem.Size = New System.Drawing.Size(164, 22)
Me.UndoToolStripMenuItem.Text = "&Undo"
'
'ToolStripSeparator5
'
Me.ToolStripSeparator5.Name = "ToolStripSeparator5"
Me.ToolStripSeparator5.Size = New System.Drawing.Size(161, 6)
'
'SelectAllToolStripMenuItem
'
Me.SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem"
Me.SelectAllToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.A), System.Windows.Forms.Keys)
Me.SelectAllToolStripMenuItem.Size = New System.Drawing.Size(164, 22)
Me.SelectAllToolStripMenuItem.Text = "Select &All"
'
'ViewToolStripMenuItem
'
Me.ViewToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolBarToolStripMenuItem, Me.StatusBarToolStripMenuItem, Me.FoldersToolStripMenuItem})
Me.ViewToolStripMenuItem.Name = "ViewToolStripMenuItem"
Me.ViewToolStripMenuItem.Size = New System.Drawing.Size(44, 20)
Me.ViewToolStripMenuItem.Text = "&View"
'
'ToolBarToolStripMenuItem
'
Me.ToolBarToolStripMenuItem.Checked = True
Me.ToolBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked
Me.ToolBarToolStripMenuItem.Name = "ToolBarToolStripMenuItem"
Me.ToolBarToolStripMenuItem.Size = New System.Drawing.Size(126, 22)
Me.ToolBarToolStripMenuItem.Text = "&Toolbar"
'
'StatusBarToolStripMenuItem
'
Me.StatusBarToolStripMenuItem.Checked = True
Me.StatusBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked
Me.StatusBarToolStripMenuItem.Name = "StatusBarToolStripMenuItem"
Me.StatusBarToolStripMenuItem.Size = New System.Drawing.Size(126, 22)
Me.StatusBarToolStripMenuItem.Text = "&Status Bar"
'
'FoldersToolStripMenuItem
'
Me.FoldersToolStripMenuItem.Checked = True
Me.FoldersToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked
Me.FoldersToolStripMenuItem.Name = "FoldersToolStripMenuItem"
Me.FoldersToolStripMenuItem.Size = New System.Drawing.Size(126, 22)
Me.FoldersToolStripMenuItem.Text = "&Folders"
'
'FindToolStripMenuItem
'
Me.FindToolStripMenuItem.Name = "FindToolStripMenuItem"
Me.FindToolStripMenuItem.Size = New System.Drawing.Size(42, 20)
Me.FindToolStripMenuItem.Text = "&Find"
'
'ReplaceToolStripMenuItem
'
Me.ReplaceToolStripMenuItem.Name = "ReplaceToolStripMenuItem"
Me.ReplaceToolStripMenuItem.Size = New System.Drawing.Size(60, 20)
Me.ReplaceToolStripMenuItem.Text = "&Replace"
'
'ListBox1
'
Me.ListBox1.Cursor = System.Windows.Forms.Cursors.WaitCursor
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.HorizontalScrollbar = True
Me.ListBox1.Location = New System.Drawing.Point(3, 3)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(187, 381)
Me.ListBox1.TabIndex = 1
Me.ToolTip.SetToolTip(Me.ListBox1, "List your Searches here! Double Click inside the ListBox to clear." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10))
'
'ListBox2
'
Me.ListBox2.FormattingEnabled = True
Me.ListBox2.Location = New System.Drawing.Point(3, 234)
Me.ListBox2.Name = "ListBox2"
Me.HelpProvider1.SetShowHelp(Me.ListBox2, True)
Me.ListBox2.Size = New System.Drawing.Size(300, 134)
Me.ListBox2.TabIndex = 2
Me.ToolTip.SetToolTip(Me.ListBox2, "System.ServiceProcess Reference. Services running in your Environment. Click to D" & _
"isplay. Any other alterations have been disabled. Please download: Magnolia Wind" & _
"ows Services.")
'
'TextBox1
'
Me.TextBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Cursor
Me.TextBox1.AllowDrop = True
Me.TextBox1.Cursor = System.Windows.Forms.Cursors.WaitCursor
Me.TextBox1.Location = New System.Drawing.Point(196, 3)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBox1.Size = New System.Drawing.Size(409, 376)
Me.TextBox1.TabIndex = 0
Me.TextBox1.Text = "Type here..."
Me.ToolTip.SetToolTip(Me.TextBox1, "Write your Text here!")
'
'ToolStripContainer
'
'
'ToolStripContainer.BottomToolStripPanel
'
Me.ToolStripContainer.BottomToolStripPanel.Controls.Add(Me.StatusStrip)
'
'ToolStripContainer.ContentPanel
'
Me.ToolStripContainer.ContentPanel.Controls.Add(Me.SplitContainer)
Me.ToolStripContainer.ContentPanel.Size = New System.Drawing.Size(918, 382)
Me.ToolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill
Me.ToolStripContainer.Location = New System.Drawing.Point(0, 0)
Me.ToolStripContainer.Name = "ToolStripContainer"
Me.ToolStripContainer.Size = New System.Drawing.Size(918, 453)
Me.ToolStripContainer.TabIndex = 7
Me.ToolStripContainer.Text = "ToolStripContainer1"
'
'ToolStripContainer.TopToolStripPanel
'
Me.ToolStripContainer.TopToolStripPanel.Controls.Add(Me.MenuStrip)
Me.ToolStripContainer.TopToolStripPanel.Controls.Add(Me.ToolStrip)
'
'SplitContainer
'
Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer.Name = "SplitContainer"
'
'SplitContainer.Panel1
'
Me.SplitContainer.Panel1.Controls.Add(Me.ListBox2)
Me.SplitContainer.Panel1.Controls.Add(Me.ComboBox1)
Me.SplitContainer.Panel1.Controls.Add(Me.TreeView)
'
'SplitContainer.Panel2
'
Me.SplitContainer.Panel2.Controls.Add(Me.ListBox1)
Me.SplitContainer.Panel2.Controls.Add(Me.TextBox1)
Me.SplitContainer.Size = New System.Drawing.Size(918, 382)
Me.SplitContainer.SplitterDistance = 306
Me.SplitContainer.TabIndex = 0
Me.SplitContainer.Text = "SplitContainer1"
'
'ComboBox1
'
Me.ComboBox1.BackColor = System.Drawing.SystemColors.Control
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Items.AddRange(New Object() {"Local Drives", "Current Directory", "My Program Files", "My Documents", "My Programs", "My Pictures"})
Me.ComboBox1.Location = New System.Drawing.Point(0, 207)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(306, 21)
Me.ComboBox1.TabIndex = 1
Me.ComboBox1.Text = "Search To List..."
'
'TreeView
'
Me.TreeView.Cursor = System.Windows.Forms.Cursors.WaitCursor
Me.TreeView.Dock = System.Windows.Forms.DockStyle.Fill
Me.TreeView.HotTracking = True
Me.TreeView.ImageIndex = 0
Me.TreeView.ImageList = Me.TreeNodeImageList
Me.TreeView.Location = New System.Drawing.Point(0, 0)
Me.TreeView.Name = "TreeView"
Me.TreeView.SelectedImageIndex = 1
Me.TreeView.ShowLines = False
Me.TreeView.Size = New System.Drawing.Size(306, 382)
Me.TreeView.TabIndex = 0
'
'ListViewLargeImageList
'
Me.ListViewLargeImageList.ImageStream = CType(resources.GetObject("ListViewLargeImageList.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ListViewLargeImageList.TransparentColor = System.Drawing.Color.Transparent
Me.ListViewLargeImageList.Images.SetKeyName(0, "Graph1")
Me.ListViewLargeImageList.Images.SetKeyName(1, "Graph2")
Me.ListViewLargeImageList.Images.SetKeyName(2, "Graph3")
'
'ListViewSmallImageList
'
Me.ListViewSmallImageList.ImageStream = CType(resources.GetObject("ListViewSmallImageList.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ListViewSmallImageList.TransparentColor = System.Drawing.Color.Transparent
Me.ListViewSmallImageList.Images.SetKeyName(0, "Graph1")
Me.ListViewSmallImageList.Images.SetKeyName(1, "Graph2")
Me.ListViewSmallImageList.Images.SetKeyName(2, "Graph3")
'
'ServiceController1
'
Me.ServiceController1.ServiceName = "MsMpSvc"
'
'ExplorerMyFiles
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.ClientSize = New System.Drawing.Size(918, 453)
Me.Controls.Add(Me.ToolStripContainer)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.KeyPreview = True
Me.Name = "ExplorerMyFiles"
Me.ShowInTaskbar = False
Me.Text = "Project Explorer"
Me.ToolTip.SetToolTip(Me, "gg")
Me.StatusStrip.ResumeLayout(False)
Me.StatusStrip.PerformLayout()
Me.ToolStrip.ResumeLayout(False)
Me.ToolStrip.PerformLayout()
Me.MenuStrip.ResumeLayout(False)
Me.MenuStrip.PerformLayout()
Me.ToolStripContainer.BottomToolStripPanel.ResumeLayout(False)
Me.ToolStripContainer.BottomToolStripPanel.PerformLayout()
Me.ToolStripContainer.ContentPanel.ResumeLayout(False)
Me.ToolStripContainer.TopToolStripPanel.ResumeLayout(False)
Me.ToolStripContainer.TopToolStripPanel.PerformLayout()
Me.ToolStripContainer.ResumeLayout(False)
Me.ToolStripContainer.PerformLayout()
Me.SplitContainer.Panel1.ResumeLayout(False)
Me.SplitContainer.Panel2.ResumeLayout(False)
Me.SplitContainer.Panel2.PerformLayout()
Me.SplitContainer.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents ViewToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ToolBarToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents StatusBarToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents FoldersToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents UndoToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents FindToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ReplaceToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ServiceController1 As System.ServiceProcess.ServiceController
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripTextBox1 As System.Windows.Forms.ToolStripTextBox
Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripTextBox2 As System.Windows.Forms.ToolStripTextBox
Friend WithEvents ToolStripStatusLabel2 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel3 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel4 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents HelpProvider1 As System.Windows.Forms.HelpProvider
End Class