@ -45,6 +45,7 @@ Partial Class frmMain
Me . ToolStripMenuItem1 = New System . Windows . Forms . ToolStripSeparator ( )
Me . HilfePerEmailAnfordernToolStripMenuItem = New System . Windows . Forms . ToolStripMenuItem ( )
Me . FehlerMeldenToolStripMenuItem = New System . Windows . Forms . ToolStripMenuItem ( )
Me . mnuContext = New System . Windows . Forms . ContextMenuStrip ( Me . components )
CType ( Me . G ä steBindingSource , System . ComponentModel . ISupportInitialize ) . BeginInit ( )
CType ( Me . G ä steDataSet , System . ComponentModel . ISupportInitialize ) . BeginInit ( )
CType ( Me . DataGridView1 , System . ComponentModel . ISupportInitialize ) . BeginInit ( )
@ -210,6 +211,11 @@ Partial Class frmMain
Me . FehlerMeldenToolStripMenuItem . Size = New System . Drawing . Size ( 206 , 22 )
Me . FehlerMeldenToolStripMenuItem . Text = " Fehler melden "
'
' mnuContext
'
Me . mnuContext . Name = " mnuContext "
Me . mnuContext . Size = New System . Drawing . Size ( 61 , 4 )
'
' frmMain
'
Me . AutoScaleDimensions = New System . Drawing . SizeF ( 6 . 0 ! , 13 . 0 ! )
@ -252,4 +258,5 @@ Partial Class frmMain
Friend WithEvents HilfePerEmailAnfordernToolStripMenuItem As ToolStripMenuItem
Friend WithEvents ToolStripMenuItem1 As ToolStripSeparator
Friend WithEvents FehlerMeldenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents mnuContext As ContextMenuStrip
End Class