jj: throw exception instead of swallowing

This commit is contained in:
Jonathan Jenne
2018-11-09 15:54:51 +01:00
parent 5748d37227
commit 734becb971
10 changed files with 15 additions and 389 deletions

View File

@@ -24,15 +24,14 @@ Partial Class LookupControl
Private Sub InitializeComponent()
Me.SuspendLayout()
'
'LookupControl
'Grid
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.BackColor = System.Drawing.Color.Transparent
Me.Name = "LookupControl"
Me.Size = New System.Drawing.Size(0, 0)
Me.Name = "Grid"
Me.Size = New System.Drawing.Size(270, 35)
Me.ResumeLayout(False)
End Sub