Files
RecordOrganizer/app/DD-Record-Organiser/frmSearchAllOVer.Designer.vb
SchreiberM 3e6f1c8db8 MS
2016-11-16 09:43:16 +01:00

416 lines
21 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmSearchAllOVer
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<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
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSearchAllOVer))
Me.ToolStripMain = New System.Windows.Forms.ToolStrip()
Me.tsbtnRefresh = New System.Windows.Forms.ToolStripButton()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.rbSearchRecord = New System.Windows.Forms.RadioButton()
Me.rbSearchFulltext = New System.Windows.Forms.RadioButton()
Me.rbSearchCombined = New System.Windows.Forms.RadioButton()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.txtSearch = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.SplitContainerMain = New DevExpress.XtraEditors.SplitContainerControl()
Me.SplitContainer2 = New DevExpress.XtraEditors.SplitContainerControl()
Me.GridControlRecords = New DevExpress.XtraGrid.GridControl()
Me.GridViewRecords = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.ToolStripRecords = New System.Windows.Forms.ToolStrip()
Me.tslblRecordsResult = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.pnlDetails = New System.Windows.Forms.Panel()
Me.GridControlFiles = New DevExpress.XtraGrid.GridControl()
Me.GridViewFiles = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.ToolStripDokumente = New System.Windows.Forms.ToolStrip()
Me.tslblDocView = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.cmsRecords = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ExportExcelToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ShowRecordToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMain.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerMain.SuspendLayout()
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer2.SuspendLayout()
CType(Me.GridControlRecords, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewRecords, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ToolStripRecords.SuspendLayout()
CType(Me.GridControlFiles, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewFiles, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ToolStripDokumente.SuspendLayout()
Me.cmsRecords.SuspendLayout()
Me.SuspendLayout()
'
'ToolStripMain
'
Me.ToolStripMain.Dock = System.Windows.Forms.DockStyle.Bottom
Me.ToolStripMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnRefresh})
Me.ToolStripMain.Location = New System.Drawing.Point(0, 92)
Me.ToolStripMain.Name = "ToolStripMain"
Me.ToolStripMain.Size = New System.Drawing.Size(1340, 25)
Me.ToolStripMain.TabIndex = 1
Me.ToolStripMain.Text = "ToolStrip1"
'
'tsbtnRefresh
'
Me.tsbtnRefresh.Image = Global.DD_Record_Organiser.My.Resources.Resources.refresh_16xLG
Me.tsbtnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnRefresh.Name = "tsbtnRefresh"
Me.tsbtnRefresh.Size = New System.Drawing.Size(92, 22)
Me.tsbtnRefresh.Text = "Starte Suche"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(12, 11)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(504, 13)
Me.Label1.TabIndex = 1
Me.Label1.Text = "In diesem Formular können Sie systemweit (in Sichten und/oder Dateien) nach Vollt" & _
"extbegriffen suchen."
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(703, 112)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(38, 13)
Me.Label3.TabIndex = 3
Me.Label3.Text = "Label3"
'
'rbSearchRecord
'
Me.rbSearchRecord.AutoSize = True
Me.rbSearchRecord.Location = New System.Drawing.Point(293, 20)
Me.rbSearchRecord.Name = "rbSearchRecord"
Me.rbSearchRecord.Size = New System.Drawing.Size(183, 17)
Me.rbSearchRecord.TabIndex = 1
Me.rbSearchRecord.Text = "Nur in ADDI-Datensätzen suchen"
Me.rbSearchRecord.UseVisualStyleBackColor = True
'
'rbSearchFulltext
'
Me.rbSearchFulltext.AutoSize = True
Me.rbSearchFulltext.Location = New System.Drawing.Point(493, 20)
Me.rbSearchFulltext.Name = "rbSearchFulltext"
Me.rbSearchFulltext.Size = New System.Drawing.Size(188, 17)
Me.rbSearchFulltext.TabIndex = 2
Me.rbSearchFulltext.Text = "Nur in Volltext der Dateien suchen"
Me.rbSearchFulltext.UseVisualStyleBackColor = True
'
'rbSearchCombined
'
Me.rbSearchCombined.AutoSize = True
Me.rbSearchCombined.Checked = True
Me.rbSearchCombined.Location = New System.Drawing.Point(12, 20)
Me.rbSearchCombined.Name = "rbSearchCombined"
Me.rbSearchCombined.Size = New System.Drawing.Size(275, 17)
Me.rbSearchCombined.TabIndex = 0
Me.rbSearchCombined.TabStop = True
Me.rbSearchCombined.Text = "Kombinierte Suche (ADDI-Datensätzen und Dateien)"
Me.rbSearchCombined.UseVisualStyleBackColor = True
'
'Panel1
'
Me.Panel1.Controls.Add(Me.txtSearch)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.GroupBox1)
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Controls.Add(Me.ToolStripMain)
Me.Panel1.Controls.Add(Me.Label3)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1340, 117)
Me.Panel1.TabIndex = 7
'
'txtSearch
'
Me.txtSearch.Location = New System.Drawing.Point(15, 50)
Me.txtSearch.Name = "txtSearch"
Me.txtSearch.Size = New System.Drawing.Size(501, 21)
Me.txtSearch.TabIndex = 0
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(15, 31)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(66, 13)
Me.Label2.TabIndex = 8
Me.Label2.Text = "Suchbegriff:"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.rbSearchRecord)
Me.GroupBox1.Controls.Add(Me.rbSearchFulltext)
Me.GroupBox1.Controls.Add(Me.rbSearchCombined)
Me.GroupBox1.Location = New System.Drawing.Point(619, 31)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(684, 49)
Me.GroupBox1.TabIndex = 7
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Bitte definieren Sie eine Suchvariante:"
'
'SplitContainerMain
'
Me.SplitContainerMain.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2
Me.SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainerMain.Location = New System.Drawing.Point(0, 117)
Me.SplitContainerMain.Name = "SplitContainerMain"
Me.SplitContainerMain.Panel1.Controls.Add(Me.SplitContainer2)
Me.SplitContainerMain.Panel1.Text = "Panel1"
Me.SplitContainerMain.Panel2.Controls.Add(Me.GridControlFiles)
Me.SplitContainerMain.Panel2.Controls.Add(Me.ToolStripDokumente)
Me.SplitContainerMain.Panel2.Text = "Panel2"
Me.SplitContainerMain.Size = New System.Drawing.Size(1340, 430)
Me.SplitContainerMain.SplitterPosition = 692
Me.SplitContainerMain.TabIndex = 8
Me.SplitContainerMain.Text = "SplitContainerControl1"
'
'SplitContainer2
'
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer2.Horizontal = False
Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer2.Name = "SplitContainer2"
Me.SplitContainer2.Panel1.Controls.Add(Me.GridControlRecords)
Me.SplitContainer2.Panel1.Controls.Add(Me.ToolStripRecords)
Me.SplitContainer2.Panel1.Text = "Panel1"
Me.SplitContainer2.Panel2.Controls.Add(Me.pnlDetails)
Me.SplitContainer2.Panel2.Text = "Panel2"
Me.SplitContainer2.Size = New System.Drawing.Size(692, 430)
Me.SplitContainer2.SplitterPosition = 236
Me.SplitContainer2.TabIndex = 0
Me.SplitContainer2.Text = "SplitContainerControl1"
'
'GridControlRecords
'
Me.GridControlRecords.ContextMenuStrip = Me.cmsRecords
Me.GridControlRecords.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlRecords.Location = New System.Drawing.Point(0, 25)
Me.GridControlRecords.MainView = Me.GridViewRecords
Me.GridControlRecords.Name = "GridControlRecords"
Me.GridControlRecords.Size = New System.Drawing.Size(692, 211)
Me.GridControlRecords.TabIndex = 0
Me.GridControlRecords.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewRecords})
'
'GridViewRecords
'
Me.GridViewRecords.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua
Me.GridViewRecords.Appearance.EvenRow.Options.UseBackColor = True
Me.GridViewRecords.GridControl = Me.GridControlRecords
Me.GridViewRecords.Name = "GridViewRecords"
Me.GridViewRecords.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewRecords.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewRecords.OptionsBehavior.Editable = False
Me.GridViewRecords.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewRecords.OptionsSelection.EnableAppearanceFocusedCell = False
Me.GridViewRecords.OptionsSelection.EnableAppearanceFocusedRow = False
Me.GridViewRecords.OptionsSelection.EnableAppearanceHideSelection = False
Me.GridViewRecords.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect
Me.GridViewRecords.OptionsView.ColumnAutoWidth = False
Me.GridViewRecords.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewRecords.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always
'
'ToolStripRecords
'
Me.ToolStripRecords.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblRecordsResult, Me.ToolStripSeparator1, Me.ToolStripButton1})
Me.ToolStripRecords.Location = New System.Drawing.Point(0, 0)
Me.ToolStripRecords.Name = "ToolStripRecords"
Me.ToolStripRecords.Size = New System.Drawing.Size(692, 25)
Me.ToolStripRecords.TabIndex = 0
Me.ToolStripRecords.Text = "ToolStrip2"
'
'tslblRecordsResult
'
Me.tslblRecordsResult.Name = "tslblRecordsResult"
Me.tslblRecordsResult.Size = New System.Drawing.Size(93, 22)
Me.tslblRecordsResult.Text = "0 Records found"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
'
'ToolStripButton1
'
Me.ToolStripButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton1.Name = "ToolStripButton1"
Me.ToolStripButton1.Size = New System.Drawing.Size(60, 22)
Me.ToolStripButton1.Text = "Export"
'
'pnlDetails
'
Me.pnlDetails.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlDetails.Location = New System.Drawing.Point(0, 0)
Me.pnlDetails.Name = "pnlDetails"
Me.pnlDetails.Size = New System.Drawing.Size(692, 182)
Me.pnlDetails.TabIndex = 0
'
'GridControlFiles
'
Me.GridControlFiles.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlFiles.Location = New System.Drawing.Point(0, 25)
Me.GridControlFiles.MainView = Me.GridViewFiles
Me.GridControlFiles.Name = "GridControlFiles"
Me.GridControlFiles.Size = New System.Drawing.Size(636, 405)
Me.GridControlFiles.TabIndex = 4
Me.GridControlFiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewFiles})
'
'GridViewFiles
'
Me.GridViewFiles.Appearance.EvenRow.BackColor = System.Drawing.Color.Orange
Me.GridViewFiles.Appearance.EvenRow.Options.UseBackColor = True
Me.GridViewFiles.GridControl = Me.GridControlFiles
Me.GridViewFiles.Name = "GridViewFiles"
Me.GridViewFiles.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewFiles.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewFiles.OptionsBehavior.Editable = False
Me.GridViewFiles.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewFiles.OptionsSelection.EnableAppearanceFocusedCell = False
Me.GridViewFiles.OptionsSelection.EnableAppearanceFocusedRow = False
Me.GridViewFiles.OptionsSelection.EnableAppearanceHideSelection = False
Me.GridViewFiles.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect
Me.GridViewFiles.OptionsView.ColumnAutoWidth = False
Me.GridViewFiles.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewFiles.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always
'
'ToolStripDokumente
'
Me.ToolStripDokumente.AllowDrop = True
Me.ToolStripDokumente.Font = New System.Drawing.Font("Tahoma", 9.0!)
Me.ToolStripDokumente.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblDocView, Me.ToolStripButton2})
Me.ToolStripDokumente.Location = New System.Drawing.Point(0, 0)
Me.ToolStripDokumente.Name = "ToolStripDokumente"
Me.ToolStripDokumente.Size = New System.Drawing.Size(636, 25)
Me.ToolStripDokumente.TabIndex = 3
Me.ToolStripDokumente.Text = "ToolStrip2"
'
'tslblDocView
'
Me.tslblDocView.Font = New System.Drawing.Font("Segoe UI", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
Me.tslblDocView.Name = "tslblDocView"
Me.tslblDocView.Size = New System.Drawing.Size(126, 22)
Me.tslblDocView.Text = "Windream-Dokumente"
'
'ToolStripButton2
'
Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.ToolStripButton2.Image = Global.DD_Record_Organiser.My.Resources.Resources.Excel_25ixel
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton2.Name = "ToolStripButton2"
Me.ToolStripButton2.Size = New System.Drawing.Size(63, 22)
Me.ToolStripButton2.Text = "Export"
'
'cmsRecords
'
Me.cmsRecords.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExportExcelToolStripMenuItem, Me.ShowRecordToolStripMenuItem})
Me.cmsRecords.Name = "cmsRecords"
Me.cmsRecords.Size = New System.Drawing.Size(144, 48)
'
'ExportExcelToolStripMenuItem
'
Me.ExportExcelToolStripMenuItem.Image = Global.DD_Record_Organiser.My.Resources.Resources.Excel_25ixel
Me.ExportExcelToolStripMenuItem.Name = "ExportExcelToolStripMenuItem"
Me.ExportExcelToolStripMenuItem.Size = New System.Drawing.Size(143, 22)
Me.ExportExcelToolStripMenuItem.Text = "Export Excel"
'
'ShowRecordToolStripMenuItem
'
Me.ShowRecordToolStripMenuItem.Name = "ShowRecordToolStripMenuItem"
Me.ShowRecordToolStripMenuItem.Size = New System.Drawing.Size(143, 22)
Me.ShowRecordToolStripMenuItem.Text = "Show Record"
'
'frmSearchAllOVer
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1340, 547)
Me.Controls.Add(Me.SplitContainerMain)
Me.Controls.Add(Me.Panel1)
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmSearchAllOVer"
Me.Text = "Search all over"
Me.ToolStripMain.ResumeLayout(False)
Me.ToolStripMain.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerMain.ResumeLayout(False)
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer2.ResumeLayout(False)
CType(Me.GridControlRecords, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewRecords, System.ComponentModel.ISupportInitialize).EndInit()
Me.ToolStripRecords.ResumeLayout(False)
Me.ToolStripRecords.PerformLayout()
CType(Me.GridControlFiles, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewFiles, System.ComponentModel.ISupportInitialize).EndInit()
Me.ToolStripDokumente.ResumeLayout(False)
Me.ToolStripDokumente.PerformLayout()
Me.cmsRecords.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents ToolStripMain As System.Windows.Forms.ToolStrip
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents rbSearchRecord As System.Windows.Forms.RadioButton
Friend WithEvents rbSearchFulltext As System.Windows.Forms.RadioButton
Friend WithEvents rbSearchCombined As System.Windows.Forms.RadioButton
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents SplitContainerMain As DevExpress.XtraEditors.SplitContainerControl
Friend WithEvents SplitContainer2 As DevExpress.XtraEditors.SplitContainerControl
Friend WithEvents pnlDetails As System.Windows.Forms.Panel
Friend WithEvents tsbtnRefresh As System.Windows.Forms.ToolStripButton
Friend WithEvents txtSearch As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents GridControlRecords As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewRecords As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents ToolStripRecords As System.Windows.Forms.ToolStrip
Friend WithEvents tslblRecordsResult As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripDokumente As System.Windows.Forms.ToolStrip
Friend WithEvents tslblDocView As System.Windows.Forms.ToolStripLabel
Friend WithEvents GridControlFiles As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewFiles As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents cmsRecords As System.Windows.Forms.ContextMenuStrip
Friend WithEvents ExportExcelToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents ShowRecordToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
End Class