TestGUI: update

This commit is contained in:
Jonathan Jenne
2021-10-26 11:45:23 +02:00
parent 1b11cde174
commit 1113cf9597
3 changed files with 43 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ Partial Class frmStart
Me.Button6 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button9 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
@@ -104,11 +105,21 @@ Partial Class frmStart
Me.Button8.Text = "IMAP"
Me.Button8.UseVisualStyleBackColor = True
'
'Button9
'
Me.Button9.Location = New System.Drawing.Point(254, 134)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(236, 55)
Me.Button9.TabIndex = 3
Me.Button9.Text = "SQL Editor"
Me.Button9.UseVisualStyleBackColor = True
'
'frmStart
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.Controls.Add(Me.Button9)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
@@ -131,4 +142,5 @@ Partial Class frmStart
Friend WithEvents Button6 As Button
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
Friend WithEvents Button9 As Button
End Class