TestGUI: Test new msgbox

This commit is contained in:
Jonathan Jenne
2022-02-08 16:28:48 +01:00
parent c6e67a967c
commit be617951b3
8 changed files with 261 additions and 11 deletions

View File

@@ -31,6 +31,7 @@ Partial Class frmStart
Me.Button7 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button10 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
@@ -114,11 +115,21 @@ Partial Class frmStart
Me.Button9.Text = "SQL Editor"
Me.Button9.UseVisualStyleBackColor = True
'
'Button10
'
Me.Button10.Location = New System.Drawing.Point(254, 197)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(236, 55)
Me.Button10.TabIndex = 3
Me.Button10.Text = "MsgBox"
Me.Button10.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.Button10)
Me.Controls.Add(Me.Button9)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
@@ -143,4 +154,5 @@ Partial Class frmStart
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
Friend WithEvents Button9 As Button
Friend WithEvents Button10 As Button
End Class