jj: Database version 0.0.3

This commit is contained in:
Jonathan Jenne
2018-11-09 10:47:59 +01:00
parent ae05186b5e
commit 084fa29f3d
11 changed files with 468 additions and 55 deletions

View File

@@ -24,14 +24,15 @@ Partial Class LookupControl
Private Sub InitializeComponent()
Me.SuspendLayout()
'
'Grid
'LookupControl
'
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 = "Grid"
Me.Size = New System.Drawing.Size(270, 35)
Me.Name = "LookupControl"
Me.Size = New System.Drawing.Size(0, 0)
Me.ResumeLayout(False)
End Sub